| QName | Type | Fixed | Default | Use | Inheritable | Annotation |
|---|---|---|---|---|---|---|
| CompositionType | ifc:IfcElementCompositionEnum | optional | ||||
| Description | ifc:IfcText | optional | ||||
| GlobalId | ifc:IfcGloballyUniqueId | optional | ||||
| LandTitleNumber | ifc:IfcLabel | optional | ||||
| LongName | ifc:IfcLabel | optional | ||||
| Name | ifc:IfcLabel | optional | ||||
| ObjectType | ifc:IfcLabel | optional | ||||
| RefElevation | ifc:IfcLengthMeasure | optional | ||||
| RefLatitude | ifc:List-IfcCompoundPlaneAngleMeasure | optional | ||||
| RefLongitude | ifc:List-IfcCompoundPlaneAngleMeasure | 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:IfcSite |
<xs:complexType name="IfcSite"> <xs:complexContent> <xs:extension base="ifc:IfcSpatialStructureElement"> <xs:sequence> <xs:element name="SiteAddress" type="ifc:IfcPostalAddress" nillable="true" minOccurs="0"/> </xs:sequence> <xs:attribute name="RefLatitude" type="ifc:List-IfcCompoundPlaneAngleMeasure" use="optional"/> <xs:attribute name="RefLongitude" type="ifc:List-IfcCompoundPlaneAngleMeasure" use="optional"/> <xs:attribute name="RefElevation" type="ifc:IfcLengthMeasure" use="optional"/> <xs:attribute name="LandTitleNumber" type="ifc:IfcLabel" use="optional"/> </xs:extension> </xs:complexContent> </xs:complexType> |