| 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 | ||||
| SelfWeightCoefficients | restriction of list of ifc:IfcRatioMeasure | 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 |
| Element | ifc:IfcStructuralLoadCase |
<xs:complexType name="IfcStructuralLoadCase"> <xs:complexContent> <xs:extension base="ifc:IfcStructuralLoadGroup"> <xs:attribute name="SelfWeightCoefficients" use="optional"> <xs:simpleType> <xs:restriction> <xs:simpleType> <xs:list itemType="ifc:IfcRatioMeasure"/> </xs:simpleType> <xs:minLength value="3"/> <xs:maxLength value="3"/> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:extension> </xs:complexContent> </xs:complexType> |