QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
ActionSource | ifc:IfcActionSourceTypeEnum | optional | ||||
ActionType | ifc:IfcActionTypeEnum | optional | ||||
Coefficient | ifc:IfcRatioMeasure | optional | ||||
Description | ifc:IfcText | optional | ||||
GlobalId | ifc:IfcGloballyUniqueId | optional | ||||
Name | ifc:IfcLabel | optional | ||||
ObjectType | ifc:IfcLabel | optional | ||||
PredefinedType | ifc:IfcLoadGroupTypeEnum | optional | ||||
Purpose | ifc:IfcLabel | optional | ||||
href | xs:anyURI | optional | ||||
id | xs:ID | optional | ||||
path | xs:NMTOKENS | optional | ||||
pos | restriction of list of xs:integer | optional | ||||
ref | xs:IDREF | optional |
<xs:complexType name="IfcStructuralLoadGroup"> <xs:complexContent> <xs:extension base="ifc:IfcGroup"> <xs:attribute name="PredefinedType" type="ifc:IfcLoadGroupTypeEnum" use="optional"/> <xs:attribute name="ActionType" type="ifc:IfcActionTypeEnum" use="optional"/> <xs:attribute name="ActionSource" type="ifc:IfcActionSourceTypeEnum" use="optional"/> <xs:attribute name="Coefficient" type="ifc:IfcRatioMeasure" use="optional"/> <xs:attribute name="Purpose" type="ifc:IfcLabel" use="optional"/> </xs:extension> </xs:complexContent> </xs:complexType> |