ifc:IfcPostalAddress
Element information
Namespace: http://niem.gov/niem/external/iai-ifc/RC2/ifc/dhs-gmo/1.0.0
Schema document: external/iai-ifc/rc2/dhs-gmo/1.0.0/IFC2X2_FINAL.xsd
Type: ifc:IfcPostalAddress
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- ifc:InternalLocation [0..1]
- ifc:AddressLines [0..1]
- ifc:PostalBox [0..1]
- ifc:Town [0..1]
- ifc:Region [0..1]
- ifc:PostalCode [0..1]
- ifc:Country [0..1]
from type ifc:IfcAddress
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
href | [0..1] | xsd:anyURI | from type ex:Entity | |
ref | [0..1] | xsd:IDREF | from type ex:Entity | |
proxy | [0..1] | xsd:IDREF | from type ex:Entity | |
edo | [0..1] | xsd:anyURI | from type ex:Entity | |
id | [0..1] | xsd:ID | from group ex:instanceAttributes | |
path | [0..1] | xsd:NMTOKENS | from group ex:instanceAttributes | |
pos | [0..1] | Anonymous | from group ex:instanceAttributes |
Used in
- Anonymous type of element ifc:Addresses
- Anonymous type of element ifc:BuildingAddress
- Anonymous type of element ifc:SiteAddress
- Group ifc:IfcObjectReferenceSelect
- Anonymous type of element ifc:PropertyReference via reference to ifc:IfcObjectReferenceSelect
- Type ifc:IfcObjectReferenceSelect via reference to ifc:IfcObjectReferenceSelect
- Type ifc:uos (Element ifc:uos)
Substitution hierarchy
- ex:Entity
- can be substituted with ifc:IfcAddress
- can be substituted with ifc:IfcPostalAddress
- can be substituted with ifc:IfcAddress
Sample instance
<ifc:IfcPostalAddress id="ID"> <ifc:Purpose>office</ifc:Purpose> <ifc:Description>normalizedString</ifc:Description> <ifc:UserDefinedPurpose>normalizedString</ifc:UserDefinedPurpose> <ifc:InternalLocation>normalizedString</ifc:InternalLocation> <ifc:AddressLines> <ifc:IfcLabel id="ID">normalizedString</ifc:IfcLabel> </ifc:AddressLines> <ifc:PostalBox>normalizedString</ifc:PostalBox> <ifc:Town>normalizedString</ifc:Town> <ifc:Region>normalizedString</ifc:Region> <ifc:PostalCode>normalizedString</ifc:PostalCode> <ifc:Country>normalizedString</ifc:Country> </ifc:IfcPostalAddress>