Showing:

Annotations
Attributes
Diagrams
Model
Properties
Source
Used by
Element tps:tsRawSSType / tps:TelescopicImage
Namespace tps
Annotations
A sequence of telescopic images
Diagram
Type xs:string
Properties
content simple
minOccurs 0
maxOccurs unbounded
Source
<xs:element maxOccurs="unbounded" minOccurs="0" name="TelescopicImage" type="xs:string">
  <xs:annotation>
    <xs:documentation>A sequence of telescopic images</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:tsRawSSType / tps:WideviewImage
Namespace tps
Annotations
A sequence of wideview images
Diagram
Type xs:string
Properties
content simple
minOccurs 0
maxOccurs unbounded
Source
<xs:element maxOccurs="unbounded" minOccurs="0" name="WideviewImage" type="xs:string">
  <xs:annotation>
    <xs:documentation>A sequence of wideview images</xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type tps:tsRawSSType
Namespace tps
Annotations
A TS side shot is a TS foresight with two sequences of images
Diagram
Type extension of tps:tsRawFSDataType
Type hierarchy
Used by
Model
tps:Name , tps:TargetHeight{0,1} , tps:Depth{0,1} , tps:TSData{0,1} , tps:TSAveragedData{0,1} , tps:NameSource{0,1} , tps:Time{0,1} , tps:WeatherInfo{0,1} , tps:SurveyorInfo{0,1} , tps:SessionPattern{0,1} , tps:Note{0,1} , tps:State{0,1} , tps:XYZ{0,1} , (ANY element from TARGET namespace 'tps' and ANY element OTHER than the defined siblings | ANY element from ANY namespace OTHER than 'tps') , tps:TypeMeasure , tps:SecondRawData{0,1} , tps:Coordinates{0,1} , tps:PhotoNote* , tps:Code* , (ANY element from TARGET namespace 'tps' and ANY element OTHER than the defined siblings | ANY element from ANY namespace OTHER than 'tps') , tps:TelescopicImage* , tps:WideviewImage*
Children tps:Code, tps:Coordinates, tps:Depth, tps:Name, tps:NameSource, tps:Note, tps:PhotoNote, tps:SecondRawData, tps:SessionPattern, tps:State, tps:SurveyorInfo, tps:TSAveragedData, tps:TSData, tps:TargetHeight, tps:TelescopicImage, tps:Time, tps:TypeMeasure, tps:WeatherInfo, tps:WideviewImage, tps:XYZ
Attributes
QName Type Use Annotation
id xs:ID optional
The id of the element. In Data structure it must be always defined and it can be referenced by an other element that uses this element. In Transaction structure it must be defined by a 'created' action (not defined in the other actions)
idRef xs:IDREF optional
The reference to the id of this element. In MAXML structure is not defined. In Transaction structure it must be defined by 'modified' and 'deleted' action (not defined in 'created' action)
measIdRef xs:IDREF optional
A reference to the Measurement session, that stores which instruments and parameters have been used to measure this Raw data. See Measurement session for further details
It's defined in Data structure but not in Transaction structure, where it's defined the 'measIdRef' attribute of 'Action' tag. See Action for further details
Source
<xs:complexType name="tsRawSSType">
  <xs:annotation>
    <xs:documentation>A TS side shot is a TS foresight with two sequences of images</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="tps:tsRawFSDataType">
      <xs:sequence>
        <xs:element maxOccurs="unbounded" minOccurs="0" name="TelescopicImage" type="xs:string">
          <xs:annotation>
            <xs:documentation>A sequence of telescopic images</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element maxOccurs="unbounded" minOccurs="0" name="WideviewImage" type="xs:string">
          <xs:annotation>
            <xs:documentation>A sequence of wideview images</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>