A site may be located according to latitute, longitute, elevation, land title designation, and/or postal address.
Figure 129 illustrates an instance diagram.
Figure 129 — Site Attributes |
<?xml version="1.0" encoding="utf-8"?>
<ConceptTemplate xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" uuid="f6c9eecc-f5fc-4096-a037-12c2cd4d9d97" name="Site Attributes" applicableSchema="IFC4" applicableEntity="IfcSite">
<Rules>
<AttributeRule RuleID="LongName" AttributeName="LongName">
<EntityRules>
<EntityRule EntityName="IfcLabel" />
</EntityRules>
</AttributeRule>
<AttributeRule RuleID="Name" AttributeName="Name">
<EntityRules>
<EntityRule EntityName="IfcLabel" />
</EntityRules>
</AttributeRule>
<AttributeRule AttributeName="CompositionType">
<EntityRules>
<EntityRule EntityName="IfcElementCompositionEnum" />
</EntityRules>
</AttributeRule>
<AttributeRule AttributeName="LandTitleNumber">
<EntityRules>
<EntityRule EntityName="IfcLabel" />
</EntityRules>
</AttributeRule>
<AttributeRule RuleID="Latitude" AttributeName="RefLatitude">
<EntityRules>
<EntityRule EntityName="IfcCompoundPlaneAngleMeasure" />
</EntityRules>
</AttributeRule>
<AttributeRule RuleID="Longitude" AttributeName="RefLongitude">
<EntityRules>
<EntityRule EntityName="IfcCompoundPlaneAngleMeasure" />
</EntityRules>
</AttributeRule>
<AttributeRule RuleID="Elevation" AttributeName="RefElevation">
<EntityRules>
<EntityRule EntityName="IfcLengthMeasure" />
</EntityRules>
</AttributeRule>
<AttributeRule RuleID="HasAddress" AttributeName="SiteAddress">
<EntityRules>
<EntityRule EntityName="IfcPostalAddress">
<AttributeRules>
<AttributeRule AttributeName="Purpose">
<EntityRules>
<EntityRule EntityName="IfcAddressTypeEnum" />
</EntityRules>
</AttributeRule>
<AttributeRule AttributeName="Description">
<EntityRules>
<EntityRule EntityName="IfcText" />
</EntityRules>
</AttributeRule>
<AttributeRule AttributeName="InternalLocation">
<EntityRules>
<EntityRule EntityName="IfcLabel" />
</EntityRules>
</AttributeRule>
<AttributeRule AttributeName="AddressLines">
<EntityRules>
<EntityRule EntityName="IfcLabel" />
</EntityRules>
</AttributeRule>
<AttributeRule AttributeName="PostalBox">
<EntityRules>
<EntityRule EntityName="IfcLabel" />
</EntityRules>
</AttributeRule>
<AttributeRule AttributeName="Town">
<EntityRules>
<EntityRule EntityName="IfcLabel" />
</EntityRules>
</AttributeRule>
<AttributeRule AttributeName="Region">
<EntityRules>
<EntityRule EntityName="IfcLabel" />
</EntityRules>
</AttributeRule>
<AttributeRule AttributeName="PostalCode">
<EntityRules>
<EntityRule EntityName="IfcLabel" />
</EntityRules>
</AttributeRule>
<AttributeRule AttributeName="Country">
<EntityRules>
<EntityRule EntityName="IfcLabel" />
</EntityRules>
</AttributeRule>
<AttributeRule AttributeName="UserDefinedPurpose">
<EntityRules>
<EntityRule EntityName="IfcLabel" />
</EntityRules>
</AttributeRule>
</AttributeRules>
</EntityRule>
</EntityRules>
</AttributeRule>
</Rules>
</ConceptTemplate>