Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Model
Properties
Source
Used by
Element tps:jobInfoType / tps:Name
Namespace tps
Annotations
The name of the Job
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="Name" type="xs:string">
  <xs:annotation>
    <xs:documentation>The name of the Job</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:jobInfoType / tps:Comment
Namespace tps
Annotations
A textual comment
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element minOccurs="0" name="Comment" type="xs:string">
  <xs:annotation>
    <xs:documentation>A textual comment</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:jobInfoType / tps:Surveyor
Namespace tps
Annotations
The name of the surveyor
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element minOccurs="0" name="Surveyor" type="xs:string">
  <xs:annotation>
    <xs:documentation>The name of the surveyor</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:jobInfoType / tps:CreationTime
Namespace tps
Annotations
The creation datetime of the Job
Diagram
Type xs:dateTime
Properties
content simple
minOccurs 0
Source
<xs:element minOccurs="0" name="CreationTime" type="xs:dateTime">
  <xs:annotation>
    <xs:documentation>The creation datetime of the Job</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:jobInfoType / tps:DisplayCoordSystemInfo
Namespace tps
Annotations
Project display coordinate system settings
Diagram
Properties
content complex
minOccurs 0
Model
tps:DisplayType , tps:Grid{0,1} , tps:Datum{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:Datum, tps:DisplayType, tps:Grid
Instance
<tps:DisplayCoordSystemInfo xmlns:tps="tps">
  <tps:DisplayType PlaneCoordOrder="NEH">{1,1}</tps:DisplayType>
  <tps:Grid id="" idRef="">{0,1}</tps:Grid>
  <tps:Datum id="" idRef="">{0,1}</tps:Datum>
</tps:DisplayCoordSystemInfo>
Source
<xs:element minOccurs="0" name="DisplayCoordSystemInfo">
  <xs:annotation>
    <xs:documentation>Project display coordinate system settings</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="DisplayType">
        <xs:complexType>
          <xs:simpleContent>
            <xs:extension base="tps:TypeCSType">
              <xs:attribute default="NEH" name="PlaneCoordOrder" type="tps:PlaneCoordOrderType">
                <xs:annotation>
                  <xs:documentation>Defines the display order for the plane coordinates order</xs:documentation>
                </xs:annotation>
              </xs:attribute>
            </xs:extension>
          </xs:simpleContent>
        </xs:complexType>
      </xs:element>
      <xs:group minOccurs="0" ref="tps:coordinateSystemProj"/>
      <xs:group minOccurs="0" ref="tps:versionable"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element tps:jobInfoType / tps:DisplayCoordSystemInfo / tps:DisplayType
Namespace tps
Diagram
Type extension of tps:TypeCSType
Type hierarchy
Properties
content complex
Attributes
QName Type Default Use Annotation
PlaneCoordOrder tps:PlaneCoordOrderType NEH optional
Defines the display order for the plane coordinates order
Source
<xs:element name="DisplayType">
  <xs:complexType>
    <xs:simpleContent>
      <xs:extension base="tps:TypeCSType">
        <xs:attribute default="NEH" name="PlaneCoordOrder" type="tps:PlaneCoordOrderType">
          <xs:annotation>
            <xs:documentation>Defines the display order for the plane coordinates order</xs:documentation>
          </xs:annotation>
        </xs:attribute>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element tps:jobInfoType / tps:Units
Namespace tps
Annotations
The information about the units used in the Job
Diagram
Type tps:unitsType
Properties
content complex
minOccurs 0
Model
tps:DistanceUnits{0,1} , tps:AngleUnits{0,1} , tps:PressureUnits{0,1} , tps:TemperatureUnits{0,1} , tps:ScaleUnits{0,1} , tps:VolumeUnits{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:AngleUnits, tps:DistanceUnits, tps:PressureUnits, tps:ScaleUnits, tps:TemperatureUnits, tps:VolumeUnits
Instance
<tps:Units xmlns:tps="tps">
  <tps:DistanceUnits>{0,1}</tps:DistanceUnits>
  <tps:AngleUnits>{0,1}</tps:AngleUnits>
  <tps:PressureUnits>{0,1}</tps:PressureUnits>
  <tps:TemperatureUnits>{0,1}</tps:TemperatureUnits>
  <tps:ScaleUnits>{0,1}</tps:ScaleUnits>
  <tps:VolumeUnits>{0,1}</tps:VolumeUnits>
</tps:Units>
Source
<xs:element name="Units" type="tps:unitsType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The information about the units used in the Job</xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type tps:jobInfoType
Namespace tps
Annotations
The general information about a Job
Diagram
Type extension of tps:actionObjectType
Type hierarchy
Used by
Model
tps:Name , tps:Comment{0,1} , tps:Surveyor{0,1} , tps:CreationTime{0,1} , tps:DisplayCoordSystemInfo{0,1} , tps:Units{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:Comment, tps:CreationTime, tps:DisplayCoordSystemInfo, tps:Name, tps:Surveyor, tps:Units
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)
Source
<xs:complexType name="jobInfoType">
  <xs:annotation>
    <xs:documentation>The general information about a Job</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="tps:actionObjectType">
      <xs:sequence>
        <xs:element name="Name" type="xs:string">
          <xs:annotation>
            <xs:documentation>The name of the Job</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element minOccurs="0" name="Comment" type="xs:string">
          <xs:annotation>
            <xs:documentation>A textual comment</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element minOccurs="0" name="Surveyor" type="xs:string">
          <xs:annotation>
            <xs:documentation>The name of the surveyor</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element minOccurs="0" name="CreationTime" type="xs:dateTime">
          <xs:annotation>
            <xs:documentation>The creation datetime of the Job</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element minOccurs="0" name="DisplayCoordSystemInfo">
          <xs:annotation>
            <xs:documentation>Project display coordinate system settings</xs:documentation>
          </xs:annotation>
          <xs:complexType>
            <xs:sequence>
              <xs:element name="DisplayType">
                <xs:complexType>
                  <xs:simpleContent>
                    <xs:extension base="tps:TypeCSType">
                      <xs:attribute default="NEH" name="PlaneCoordOrder" type="tps:PlaneCoordOrderType">
                        <xs:annotation>
                          <xs:documentation>Defines the display order for the plane coordinates order</xs:documentation>
                        </xs:annotation>
                      </xs:attribute>
                    </xs:extension>
                  </xs:simpleContent>
                </xs:complexType>
              </xs:element>
              <xs:group minOccurs="0" ref="tps:coordinateSystemProj"/>
              <xs:group minOccurs="0" ref="tps:versionable"/>
            </xs:sequence>
          </xs:complexType>
        </xs:element>
        <xs:element name="Units" type="tps:unitsType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The information about the units used in the Job</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:group minOccurs="0" ref="tps:versionable"/>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Attribute tps:jobInfoType / tps:DisplayCoordSystemInfo / tps:DisplayType / @PlaneCoordOrder
Namespace No namespace
Annotations
Defines the display order for the plane coordinates order
Type tps:PlaneCoordOrderType
Properties
default NEH
Facets
enumeration NEH
enumeration ENH
Used by
Source
<xs:attribute default="NEH" name="PlaneCoordOrder" type="tps:PlaneCoordOrderType">
  <xs:annotation>
    <xs:documentation>Defines the display order for the plane coordinates order</xs:documentation>
  </xs:annotation>
</xs:attribute>