ifc:IfcOrientedEdge

Complex Type Information

Model

Children: ifc:EdgeElement

Attributes

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

Source

<xs:complexType name="IfcOrientedEdge">
  <xs:complexContent>
    <xs:extension base="ifc:IfcOrientedEdge-temp">
      <xs:sequence>
        <xs:element name="EdgeElement" type="ifc:IfcEdge" nillable="true"/>
      </xs:sequence>
      <xs:attribute name="Orientation" type="xs:boolean" use="optional"/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>