| 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 |
| Complex Type | ifc:IfcPlanarBox |
| Elements | ifc:IfcPlanarExtent, ifc:IfcTextLiteralWithExtent/ifc:Extent |
<xs:complexType name="IfcPlanarExtent"> <xs:complexContent> <xs:extension base="ifc:IfcGeometricRepresentationItem"> <xs:attribute name="SizeInX" type="ifc:IfcLengthMeasure" use="optional"/> <xs:attribute name="SizeInY" type="ifc:IfcLengthMeasure" use="optional"/> </xs:extension> </xs:complexContent> </xs:complexType> |