| QName | Type | Fixed | Default | Use | Inheritable | Annotation |
|---|---|---|---|---|---|---|
| Description | ifc:IfcText | optional | ||||
| GeodeticDatum | ifc:IfcIdentifier | optional | ||||
| Name | ifc:IfcLabel | optional | ||||
| VerticalDatum | ifc:IfcIdentifier | 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 |
| Elements | ifc:IfcCoordinateOperation/ifc:TargetCRS, ifc:IfcCoordinateReferenceSystem |
| Complex Type | ifc:IfcProjectedCRS |
<xs:complexType name="IfcCoordinateReferenceSystem" abstract="true"> <xs:complexContent> <xs:extension base="ifc:Entity"> <xs:attribute name="Name" type="ifc:IfcLabel" use="optional"/> <xs:attribute name="Description" type="ifc:IfcText" use="optional"/> <xs:attribute name="GeodeticDatum" type="ifc:IfcIdentifier" use="optional"/> <xs:attribute name="VerticalDatum" type="ifc:IfcIdentifier" use="optional"/> </xs:extension> </xs:complexContent> </xs:complexType> |