| QName | Type | Fixed | Default | Use | Inheritable | Annotation |
|---|---|---|---|---|---|---|
| Description | ifc:IfcText | optional | ||||
| Purpose | ifc:IfcAddressTypeEnum | optional | ||||
| UserDefinedPurpose | 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 |
| Element | ifc:IfcAddress |
| Complex Types | ifc:IfcPostalAddress, ifc:IfcTelecomAddress |
<xs:complexType name="IfcAddress" abstract="true"> <xs:complexContent> <xs:extension base="ifc:Entity"> <xs:attribute name="Purpose" type="ifc:IfcAddressTypeEnum" use="optional"/> <xs:attribute name="Description" type="ifc:IfcText" use="optional"/> <xs:attribute name="UserDefinedPurpose" type="ifc:IfcLabel" use="optional"/> </xs:extension> </xs:complexContent> </xs:complexType> |