QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
AxisTag | ifc:IfcLabel | optional | ||||
SameSense | ifc:IfcBoolean | 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:IfcGridAxis |
<xs:complexType name="IfcGridAxis"> <xs:complexContent> <xs:extension base="ifc:Entity"> <xs:sequence> <xs:element name="AxisCurve" type="ifc:IfcCurve" nillable="true"/> </xs:sequence> <xs:attribute name="AxisTag" type="ifc:IfcLabel" use="optional"/> <xs:attribute name="SameSense" type="ifc:IfcBoolean" use="optional"/> </xs:extension> </xs:complexContent> </xs:complexType> |