# | Attribute | Type | Cardinality | Description | G |
---|---|---|---|---|---|
1 | WellKnownText | IfcWellKnownTextLiteral | The WKT literal this entity encapsulates. | X | |
2 | CoordinateReferenceSystem | IfcCoordinateReferenceSystem | The IfcCoordinateReferenceSystem for which this the WKT definition is provided. | X |
# | Attribute | Type | Cardinality | Description | G |
---|---|---|---|---|---|
IfcWellKnownText | |||||
1 | WellKnownText | IfcWellKnownTextLiteral | The WKT literal this entity encapsulates. | X | |
2 | CoordinateReferenceSystem | IfcCoordinateReferenceSystem | The IfcCoordinateReferenceSystem for which this the WKT definition is provided. | X |
<xs:element name="IfcWellKnownText" type="ifc:IfcWellKnownText" substitutionGroup="ifc:Entity" nillable="true"/>
<xs:complexType name="IfcWellKnownText">
<xs:complexContent>
<xs:extension base="ifc:Entity">
<xs:sequence>
<xs:element name="CoordinateReferenceSystem" type="ifc:IfcCoordinateReferenceSystem" nillable="true"/>
</xs:sequence>
<xs:attribute name="WellKnownText" type="ifc:IfcWellKnownTextLiteral" use="optional"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
ENTITY IfcWellKnownText;
WellKnownText : IfcWellKnownTextLiteral;
CoordinateReferenceSystem : IfcCoordinateReferenceSystem;
END_ENTITY;
References: IfcCoordinateReferenceSystem