| QName | Type | Fixed | Default | Use | Inheritable | Annotation |
|---|---|---|---|---|---|---|
| Description | ifc:IfcText | optional | ||||
| GlobalId | ifc:IfcGloballyUniqueId | optional | ||||
| Name | ifc:IfcLabel | optional | ||||
| ObjectType | ifc:IfcLabel | optional | ||||
| ProxyType | ifc:IfcObjectTypeEnum | optional | ||||
| Tag | 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 |
| Element | ifc:IfcProxy |
<xs:complexType name="IfcProxy"> <xs:complexContent> <xs:extension base="ifc:IfcProduct"> <xs:attribute name="ProxyType" type="ifc:IfcObjectTypeEnum" use="optional"/> <xs:attribute name="Tag" type="ifc:IfcLabel" use="optional"/> </xs:extension> </xs:complexContent> </xs:complexType> |