QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
XLength | ifc:IfcPositiveLengthMeasure | optional | ||||
YLength | ifc:IfcPositiveLengthMeasure | optional | ||||
ZLength | ifc:IfcPositiveLengthMeasure | 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:IfcBlock |
<xs:complexType name="IfcBlock"> <xs:complexContent> <xs:extension base="ifc:IfcCsgPrimitive3D"> <xs:attribute name="XLength" type="ifc:IfcPositiveLengthMeasure" use="optional"/> <xs:attribute name="YLength" type="ifc:IfcPositiveLengthMeasure" use="optional"/> <xs:attribute name="ZLength" type="ifc:IfcPositiveLengthMeasure" use="optional"/> </xs:extension> </xs:complexContent> </xs:complexType> |