Showing:

Annotations
Diagrams
Instances
Model
Properties
Source
Used by
Element tps:scanningPointType / tps:Name
Namespace tps
Annotations
The name of the Scanning point
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="Name" type="xs:string">
  <xs:annotation>
    <xs:documentation>The name of the Scanning point</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:scanningPointType / tps:Position
Namespace tps
Annotations
The 3D position of the Scanning point
Diagram
Type tps:coordsXYZType
Properties
content complex
Model
tps:X , tps:Y , tps:Z , (ANY element from TARGET namespace 'tps' and ANY element OTHER than the defined siblings | ANY element from ANY namespace OTHER than 'tps')
Children tps:X, tps:Y, tps:Z
Instance
<tps:Position xmlns:tps="tps">
  <tps:X>{1,1}</tps:X>
  <tps:Y>{1,1}</tps:Y>
  <tps:Z>{1,1}</tps:Z>
</tps:Position>
Source
<xs:element name="Position" type="tps:coordsXYZType">
  <xs:annotation>
    <xs:documentation>The 3D position of the Scanning point</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:scanningPointType / tps:WideImageName
Namespace tps
Annotations
The name of the wide image
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="WideImageName" type="xs:string">
  <xs:annotation>
    <xs:documentation>The name of the wide image</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:scanningPointType / tps:TeleImageName
Namespace tps
Annotations
The name of the tele image
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="TeleImageName" type="xs:string">
  <xs:annotation>
    <xs:documentation>The name of the tele image</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:scanningPointType / tps:LayerName
Namespace tps
Annotations
The name of the layer
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="LayerName" type="xs:string">
  <xs:annotation>
    <xs:documentation>The name of the layer</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:scanningPointType / tps:CodeName
Namespace tps
Annotations
The name of the code (???)
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="CodeName" type="xs:string">
  <xs:annotation>
    <xs:documentation>The name of the code (???)</xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type tps:scanningPointType
Namespace tps
Annotations
A Scanning point is defined by a 3D position and two images
Diagram
Used by
Model
tps:Name , tps:Position , tps:WideImageName , tps:TeleImageName , tps:LayerName , tps:CodeName , (ANY element from TARGET namespace 'tps' and ANY element OTHER than the defined siblings | ANY element from ANY namespace OTHER than 'tps')
Children tps:CodeName, tps:LayerName, tps:Name, tps:Position, tps:TeleImageName, tps:WideImageName
Source
<xs:complexType name="scanningPointType">
  <xs:annotation>
    <xs:documentation>A Scanning point is defined by a 3D position and two images</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Name" type="xs:string">
      <xs:annotation>
        <xs:documentation>The name of the Scanning point</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Position" type="tps:coordsXYZType">
      <xs:annotation>
        <xs:documentation>The 3D position of the Scanning point</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="WideImageName" type="xs:string">
      <xs:annotation>
        <xs:documentation>The name of the wide image</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="TeleImageName" type="xs:string">
      <xs:annotation>
        <xs:documentation>The name of the tele image</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="LayerName" type="xs:string">
      <xs:annotation>
        <xs:documentation>The name of the layer</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="CodeName" type="xs:string">
      <xs:annotation>
        <xs:documentation>The name of the code (???)</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:group minOccurs="0" ref="tps:versionable"/>
  </xs:sequence>
</xs:complexType>