Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Model
Properties
Source
Used by
Element tps:tsRawRefLineType / tps:Name
Namespace tps
Annotations
The name of the Reference line
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="Name" type="xs:string">
  <xs:annotation>
    <xs:documentation>The name of the Reference line</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:tsRawRefLineType / tps:RefLineShot
Namespace tps
Annotations
A sequence of Reference line shots
Diagram
Type tps:tsRawRefLineShotType
Type hierarchy
Properties
content complex
minOccurs 0
maxOccurs unbounded
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:Coordinates{0,1} , tps:UsedData{0,1} , tps:HorizontalOffset , tps:VerticalOffset , (ANY element from TARGET namespace 'tps' and ANY element OTHER than the defined siblings | ANY element from ANY namespace OTHER than 'tps')
Children tps:Coordinates, tps:Depth, tps:HorizontalOffset, tps:Name, tps:NameSource, tps:SessionPattern, tps:SurveyorInfo, tps:TSAveragedData, tps:TSData, tps:TargetHeight, tps:Time, tps:UsedData, tps:VerticalOffset, tps:WeatherInfo
Instance
<tps:RefLineShot id="" idRef="" measIdRef="" xmlns:tps="tps">
  <tps:Name>{1,1}</tps:Name>
  <tps:TargetHeight>{0,1}</tps:TargetHeight>
  <tps:Depth>{0,1}</tps:Depth>
  <tps:TSData>{0,1}</tps:TSData>
  <tps:TSAveragedData>{0,1}</tps:TSAveragedData>
  <tps:NameSource>{0,1}</tps:NameSource>
  <tps:Time>{0,1}</tps:Time>
  <tps:WeatherInfo>{0,1}</tps:WeatherInfo>
  <tps:SurveyorInfo>{0,1}</tps:SurveyorInfo>
  <tps:SessionPattern>{0,1}</tps:SessionPattern>
  <tps:Coordinates>{0,1}</tps:Coordinates>
  <tps:UsedData>{0,1}</tps:UsedData>
  <tps:HorizontalOffset>{1,1}</tps:HorizontalOffset>
  <tps:VerticalOffset>{1,1}</tps:VerticalOffset>
</tps:RefLineShot>
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:element maxOccurs="unbounded" minOccurs="0" name="RefLineShot" type="tps:tsRawRefLineShotType">
  <xs:annotation>
    <xs:documentation>A sequence of Reference line shots</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:tsRawRefLineType / tps:Hold
Namespace tps
Annotations
Can be left, center or right
Diagram
Type restriction of xs:NMTOKEN
Properties
content simple
minOccurs 0
default center
Facets
enumeration left
enumeration center
enumeration right
Source
<xs:element default="center" minOccurs="0" name="Hold">
  <xs:annotation>
    <xs:documentation>Can be left, center or right</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:NMTOKEN">
      <xs:enumeration value="left"/>
      <xs:enumeration value="center"/>
      <xs:enumeration value="right"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Complex Type tps:tsRawRefLineType
Namespace tps
Annotations
A Reference line is defined by a sequence of Reference line shots
Diagram
Used by
Model
tps:Name , tps:RefLineShot* , tps:Hold{0,1} , (ANY element from TARGET namespace 'tps' and ANY element OTHER than the defined siblings | ANY element from ANY namespace OTHER than 'tps')
Children tps:Hold, tps:Name, tps:RefLineShot
Source
<xs:complexType name="tsRawRefLineType">
  <xs:annotation>
    <xs:documentation>A Reference line is defined by a sequence of Reference line shots</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Name" type="xs:string">
      <xs:annotation>
        <xs:documentation>The name of the Reference line</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element maxOccurs="unbounded" minOccurs="0" name="RefLineShot" type="tps:tsRawRefLineShotType">
      <xs:annotation>
        <xs:documentation>A sequence of Reference line shots</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element default="center" minOccurs="0" name="Hold">
      <xs:annotation>
        <xs:documentation>Can be left, center or right</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:NMTOKEN">
          <xs:enumeration value="left"/>
          <xs:enumeration value="center"/>
          <xs:enumeration value="right"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
    <xs:group minOccurs="0" ref="tps:versionable"/>
  </xs:sequence>
</xs:complexType>