ifc:IfcExternalReference

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
Identification ifc:IfcIdentifier optional
Location ifc:IfcURIReference optional
Name ifc:IfcLabel 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="IfcExternalReference" abstract="true">
  <xs:complexContent>
    <xs:extension base="ifc:Entity">
      <xs:attribute name="Location" type="ifc:IfcURIReference" use="optional"/>
      <xs:attribute name="Identification" type="ifc:IfcIdentifier" use="optional"/>
      <xs:attribute name="Name" type="ifc:IfcLabel" use="optional"/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>