ifc:IfcGrid

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
Description ifc:IfcText optional
GlobalId ifc:IfcGloballyUniqueId optional
Name ifc:IfcLabel optional
ObjectType ifc:IfcLabel optional
PredefinedType ifc:IfcGridTypeEnum 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

Used By

Element ifc:IfcGrid

Source

<xs:complexType name="IfcGrid">
  <xs:complexContent>
    <xs:extension base="ifc:IfcProduct">
      <xs:sequence>
        <xs:element name="UAxes">
          <xs:complexType>
            <xs:sequence>
              <xs:element ref="ifc:IfcGridAxis" maxOccurs="unbounded"/>
            </xs:sequence>
            <xs:attribute ref="ifc:itemType" fixed="ifc:IfcGridAxis"/>
            <xs:attribute ref="ifc:cType" fixed="list-unique"/>
            <xs:attribute ref="ifc:arraySize" use="optional"/>
          </xs:complexType>
        </xs:element>
        <xs:element name="VAxes">
          <xs:complexType>
            <xs:sequence>
              <xs:element ref="ifc:IfcGridAxis" maxOccurs="unbounded"/>
            </xs:sequence>
            <xs:attribute ref="ifc:itemType" fixed="ifc:IfcGridAxis"/>
            <xs:attribute ref="ifc:cType" fixed="list-unique"/>
            <xs:attribute ref="ifc:arraySize" use="optional"/>
          </xs:complexType>
        </xs:element>
        <xs:element name="WAxes" nillable="true" minOccurs="0">
          <xs:complexType>
            <xs:sequence>
              <xs:element ref="ifc:IfcGridAxis" maxOccurs="unbounded"/>
            </xs:sequence>
            <xs:attribute ref="ifc:itemType" fixed="ifc:IfcGridAxis"/>
            <xs:attribute ref="ifc:cType" fixed="list-unique"/>
            <xs:attribute ref="ifc:arraySize" use="optional"/>
          </xs:complexType>
        </xs:element>
      </xs:sequence>
      <xs:attribute name="PredefinedType" type="ifc:IfcGridTypeEnum" use="optional"/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>