IfcAddressTypeEnum

Natural language names
Address Type Enum
Énumération des types d'adresses
Semantic definitions at the type
Type definition

This enumeration identifies the logical location of the address.

HISTORY  New enumeration in IFC2x.
Enumeration definition
ConstantDescription
OFFICEAn office address.
SITEA site address.
HOMEA home address.
DISTRIBUTIONPOINTA postal distribution point address.
USERDEFINEDA user defined address type to be provided.
Formal representations
XML Specification
 <xs:simpleType name="IfcAddressTypeEnum">
  <xs:restriction base="xs:string">
   <xs:enumeration value="office"/>
   <xs:enumeration value="site"/>
   <xs:enumeration value="home"/>
   <xs:enumeration value="distributionpoint"/>
   <xs:enumeration value="userdefined"/>
  </xs:restriction>
 </xs:simpleType>
EXPRESS Specification
TYPE IfcAddressTypeEnum = ENUMERATION OF (
 OFFICE,
 SITE,
 HOME,
 DISTRIBUTIONPOINT,
 USERDEFINED);
END_TYPE;

Link to EXPRESS-G diagram EXPRESS-G diagram

References  References: IfcAddress

Link to this page  Link to this page