| QName | Type | Fixed | Default | Use | Inheritable | Annotation |
|---|---|---|---|---|---|---|
| Description | ifc:IfcText | optional | ||||
| DestabilizingLoad | xs:boolean | optional | ||||
| GlobalId | ifc:IfcGloballyUniqueId | optional | ||||
| GlobalOrLocal | ifc:IfcGlobalOrLocalEnum | optional | ||||
| Name | ifc:IfcLabel | optional | ||||
| ObjectType | ifc:IfcLabel | optional | ||||
| PredefinedType | ifc:IfcStructuralCurveActivityTypeEnum | optional | ||||
| ProjectedOrTrue | ifc:IfcProjectedOrTrueLengthEnum | 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:IfcStructuralCurveAction |
| Complex Type | ifc:IfcStructuralLinearAction |
<xs:complexType name="IfcStructuralCurveAction"> <xs:complexContent> <xs:extension base="ifc:IfcStructuralAction"> <xs:attribute name="ProjectedOrTrue" type="ifc:IfcProjectedOrTrueLengthEnum" use="optional"/> <xs:attribute name="PredefinedType" type="ifc:IfcStructuralCurveActivityTypeEnum" use="optional"/> </xs:extension> </xs:complexContent> </xs:complexType> |