| QName | Type | Fixed | Default | Use | Inheritable | Annotation |
|---|---|---|---|---|---|---|
| Description | ifc:IfcText | optional | ||||
| GlobalId | ifc:IfcGloballyUniqueId | optional | ||||
| GlobalOrLocal | ifc:IfcGlobalOrLocalEnum | optional | ||||
| Name | ifc:IfcLabel | optional | ||||
| ObjectType | 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="IfcStructuralActivity" abstract="true"> <xs:complexContent> <xs:extension base="ifc:IfcProduct"> <xs:sequence> <xs:element name="AppliedLoad" type="ifc:IfcStructuralLoad" nillable="true"/> </xs:sequence> <xs:attribute name="GlobalOrLocal" type="ifc:IfcGlobalOrLocalEnum" use="optional"/> </xs:extension> </xs:complexContent> </xs:complexType> |