ifc:IfcTelecomAddress

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
Description ifc:IfcText optional
ElectronicMailAddresses list of ifc:IfcLabel optional
FacsimileNumbers list of ifc:IfcLabel optional
MessagingIDs list of ifc:IfcURIReference optional
PagerNumber ifc:IfcLabel optional
Purpose ifc:IfcAddressTypeEnum optional
TelephoneNumbers list of ifc:IfcLabel optional
UserDefinedPurpose ifc:IfcLabel optional
WWWHomePageURL ifc:IfcURIReference 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="IfcTelecomAddress">
  <xs:complexContent>
    <xs:extension base="ifc:IfcAddress">
      <xs:attribute name="TelephoneNumbers" use="optional">
        <xs:simpleType>
          <xs:restriction>
            <xs:simpleType>
              <xs:list itemType="ifc:IfcLabel"/>
            </xs:simpleType>
          </xs:restriction>
        </xs:simpleType>
      </xs:attribute>
      <xs:attribute name="FacsimileNumbers" use="optional">
        <xs:simpleType>
          <xs:restriction>
            <xs:simpleType>
              <xs:list itemType="ifc:IfcLabel"/>
            </xs:simpleType>
          </xs:restriction>
        </xs:simpleType>
      </xs:attribute>
      <xs:attribute name="PagerNumber" type="ifc:IfcLabel" use="optional"/>
      <xs:attribute name="ElectronicMailAddresses" use="optional">
        <xs:simpleType>
          <xs:restriction>
            <xs:simpleType>
              <xs:list itemType="ifc:IfcLabel"/>
            </xs:simpleType>
          </xs:restriction>
        </xs:simpleType>
      </xs:attribute>
      <xs:attribute name="WWWHomePageURL" type="ifc:IfcURIReference" use="optional"/>
      <xs:attribute name="MessagingIDs" use="optional">
        <xs:simpleType>
          <xs:restriction>
            <xs:simpleType>
              <xs:list itemType="ifc:IfcURIReference"/>
            </xs:simpleType>
          </xs:restriction>
        </xs:simpleType>
      </xs:attribute>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>