ifc:IfcRelConnectsPathElements

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
Description ifc:IfcText optional
GlobalId ifc:IfcGloballyUniqueId optional
Name ifc:IfcLabel optional
RelatedConnectionType ifc:IfcConnectionTypeEnum optional
RelatedPriorities restriction of list of xs:double optional
RelatingConnectionType ifc:IfcConnectionTypeEnum optional
RelatingPriorities restriction of list of xs:double 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="IfcRelConnectsPathElements">
  <xs:complexContent>
    <xs:extension base="ifc:IfcRelConnectsElements">
      <xs:attribute name="RelatingPriorities" use="optional">
        <xs:simpleType>
          <xs:restriction>
            <xs:simpleType>
              <xs:list itemType="xs:double"/>
            </xs:simpleType>
            <xs:minLength value="0"/>
          </xs:restriction>
        </xs:simpleType>
      </xs:attribute>
      <xs:attribute name="RelatedPriorities" use="optional">
        <xs:simpleType>
          <xs:restriction>
            <xs:simpleType>
              <xs:list itemType="xs:double"/>
            </xs:simpleType>
            <xs:minLength value="0"/>
          </xs:restriction>
        </xs:simpleType>
      </xs:attribute>
      <xs:attribute name="RelatedConnectionType" type="ifc:IfcConnectionTypeEnum" use="optional"/>
      <xs:attribute name="RelatingConnectionType" type="ifc:IfcConnectionTypeEnum" use="optional"/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>