<xs:complexType name="IfcMapConversion">
<xs:complexContent>
<xs:extension base="ifc:IfcCoordinateOperation">
<xs:attribute name="Eastings" type="ifc:IfcLengthMeasure" use="optional"/>
<xs:attribute name="Northings" type="ifc:IfcLengthMeasure" use="optional"/>
<xs:attribute name="OrthogonalHeight" type="ifc:IfcLengthMeasure" use="optional"/>
<xs:attribute name="XAxisAbscissa" type="ifc:IfcReal" use="optional"/>
<xs:attribute name="XAxisOrdinate" type="ifc:IfcReal" use="optional"/>
<xs:attribute name="Scale" type="ifc:IfcReal" use="optional"/>
</xs:extension>
</xs:complexContent>
</xs:complexType> |