ifc:IfcCoordinateOperation

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
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="IfcCoordinateOperation" abstract="true">
  <xs:complexContent>
    <xs:extension base="ifc:Entity">
      <xs:sequence>
        <xs:element name="SourceCRS">
          <xs:complexType>
            <xs:group ref="ifc:IfcCoordinateReferenceSystemSelect"/>
          </xs:complexType>
        </xs:element>
        <xs:element name="TargetCRS" type="ifc:IfcCoordinateReferenceSystem" nillable="true"/>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>