ifc:IfcMapConversion

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
Eastings ifc:IfcLengthMeasure optional
Northings ifc:IfcLengthMeasure optional
OrthogonalHeight ifc:IfcLengthMeasure optional
Scale ifc:IfcReal optional
XAxisAbscissa ifc:IfcReal optional
XAxisOrdinate ifc:IfcReal 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

Used By

Source

<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>