ifc:IfcEdgeLoop

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
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:IfcEdgeLoop

Source

<xs:complexType name="IfcEdgeLoop">
  <xs:complexContent>
    <xs:extension base="ifc:IfcLoop">
      <xs:sequence>
        <xs:element name="EdgeList">
          <xs:complexType>
            <xs:sequence>
              <xs:element ref="ifc:IfcOrientedEdge" maxOccurs="unbounded"/>
            </xs:sequence>
            <xs:attribute ref="ifc:itemType" fixed="ifc:IfcOrientedEdge"/>
            <xs:attribute ref="ifc:cType" fixed="list"/>
            <xs:attribute ref="ifc:arraySize" use="optional"/>
          </xs:complexType>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>