Showing:

Annotations
Diagrams
Model
Properties
Source
Used by
Element tps:externalOrientationType / tps:X
Namespace tps
Annotations
The X coordinate
Diagram
Type xs:double
Properties
content simple
Source
<xs:element name="X" type="xs:double">
  <xs:annotation>
    <xs:documentation>The X coordinate</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:externalOrientationType / tps:Y
Namespace tps
Annotations
The Y coordinate
Diagram
Type xs:double
Properties
content simple
Source
<xs:element name="Y" type="xs:double">
  <xs:annotation>
    <xs:documentation>The Y coordinate</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:externalOrientationType / tps:Z
Namespace tps
Annotations
The Z coordinate
Diagram
Type xs:double
Properties
content simple
Source
<xs:element name="Z" type="xs:double">
  <xs:annotation>
    <xs:documentation>The Z coordinate</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:externalOrientationType / tps:Omega
Namespace tps
Annotations
The Omega parameter
Diagram
Type xs:double
Properties
content simple
Source
<xs:element name="Omega" type="xs:double">
  <xs:annotation>
    <xs:documentation>The Omega parameter</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:externalOrientationType / tps:Phi
Namespace tps
Annotations
The Phi parameter
Diagram
Type xs:double
Properties
content simple
Source
<xs:element name="Phi" type="xs:double">
  <xs:annotation>
    <xs:documentation>The Phi parameter</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:externalOrientationType / tps:Kappa
Namespace tps
Annotations
The Kappa parameter
Diagram
Type xs:double
Properties
content simple
Source
<xs:element name="Kappa" type="xs:double">
  <xs:annotation>
    <xs:documentation>The Kappa parameter</xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type tps:externalOrientationType
Namespace tps
Annotations
External orientation is defined by its parameters
Diagram
Used by
Model
tps:X , tps:Y , tps:Z , tps:Omega , tps:Phi , tps:Kappa , (ANY element from TARGET namespace 'tps' and ANY element OTHER than the defined siblings | ANY element from ANY namespace OTHER than 'tps')
Children tps:Kappa, tps:Omega, tps:Phi, tps:X, tps:Y, tps:Z
Source
<xs:complexType name="externalOrientationType">
  <xs:annotation>
    <xs:documentation>External orientation is defined by its parameters</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="X" type="xs:double">
      <xs:annotation>
        <xs:documentation>The X coordinate</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Y" type="xs:double">
      <xs:annotation>
        <xs:documentation>The Y coordinate</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Z" type="xs:double">
      <xs:annotation>
        <xs:documentation>The Z coordinate</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Omega" type="xs:double">
      <xs:annotation>
        <xs:documentation>The Omega parameter</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Phi" type="xs:double">
      <xs:annotation>
        <xs:documentation>The Phi parameter</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Kappa" type="xs:double">
      <xs:annotation>
        <xs:documentation>The Kappa parameter</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:group minOccurs="0" ref="tps:versionable"/>
  </xs:sequence>
</xs:complexType>