| QName | Type | Fixed | Default | Use | Inheritable | Annotation |
|---|---|---|---|---|---|---|
| SizeInX | ifc:IfcLengthMeasure | optional | ||||
| SizeInY | ifc:IfcLengthMeasure | 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:IfcPlanarBox |
<xs:complexType name="IfcPlanarBox"> <xs:complexContent> <xs:extension base="ifc:IfcPlanarExtent"> <xs:sequence> <xs:element name="Placement"> <xs:complexType> <xs:group ref="ifc:IfcAxis2Placement"/> </xs:complexType> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |