Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Model
Properties
Source
Used by
Element tps:updateActionType / tps:Units
Namespace tps
Annotations
The information about the units used in this Transaction
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 minOccurs="0" name="Units" type="tps:unitsType">
  <xs:annotation>
    <xs:documentation>The information about the units used in this Transaction</xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type tps:updateActionType
Namespace tps
Annotations
An update Action taken on a sequence of elements. Elements can be new (created) or old (modified). In the same Action, one element cannot be involved more than once (elements of the same type but with different id are allowed).
Diagram
Used by
Model
Children tps:Alignment, tps:Arc, tps:Area, tps:BkgImage, tps:BlockDefinition, tps:BlockInsert, tps:Breakline, tps:Circle, tps:CodeDescription, tps:Controller, tps:CoordSystemInfo, tps:CrossSectionSet, tps:DLRawDataSight, tps:DLRun, tps:Dependency, tps:DesignPoint, tps:Device, tps:FieldReport, tps:GPSAntennaSettings, tps:GPSBaseStation, tps:GPSOffsetAzimuthDistance, tps:GPSOffsetPtl, tps:GPSOffsetTwoDistances, tps:GPSPosition, tps:HorizontalAlignment, tps:Layer, tps:LineCustomStyle, tps:Location, tps:Material, tps:ObjectList, tps:ObservationInfo, tps:OrientationJob, tps:PointCustomSymbol, tps:Polyline, tps:Quantity, tps:RawNote, tps:Region, tps:RoadStringSet, tps:RoadTemplate, tps:ScanningSession, tps:SheetPoint, tps:StaEquationSet, tps:Surface, tps:TSRawBKB, tps:TSRawBS, tps:TSRawFS, tps:TSRawMlm, tps:TSRawResShot, tps:TSRawSS, tps:TSRawStakeout, tps:TSRawStn, tps:Task, tps:TextLabel, tps:Texture, tps:TextureImage, tps:Units, tps:VerticalAlignment
Attributes
QName Type Use Annotation
sessIdRef xs:string optional
A reference to the Measurement session related to the Action. All the elements involved by the Action refer to this Measurement session
timestamp xs:dateTime optional
The creation datetime of the Action
type restriction of xs:NMTOKEN optional
The type of the Action taken (can be created or modified)
Source
<xs:complexType name="updateActionType">
  <xs:annotation>
    <xs:documentation>An update Action taken on a sequence of elements. Elements can be new (created) or old (modified). In the same Action, one element cannot be involved more than once (elements of the same type but with different id are allowed).</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element minOccurs="0" name="Units" type="tps:unitsType">
      <xs:annotation>
        <xs:documentation>The information about the units used in this Transaction</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:group maxOccurs="unbounded" minOccurs="1" ref="tps:elementGroup">
      <xs:annotation>
        <xs:documentation>The sequence of elements involved in the Action</xs:documentation>
      </xs:annotation>
    </xs:group>
    <xs:group minOccurs="0" ref="tps:versionable"/>
  </xs:sequence>
  <xs:attribute name="sessIdRef" type="xs:string">
    <xs:annotation>
      <xs:documentation>A reference to the Measurement session related to the Action. All the elements involved by the Action refer to this Measurement session</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="type">
    <xs:annotation>
      <xs:documentation>The type of the Action taken (can be created or modified)</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
      <xs:restriction base="xs:NMTOKEN">
        <xs:enumeration value="created"/>
        <xs:enumeration value="modified"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="timestamp" type="xs:dateTime">
    <xs:annotation>
      <xs:documentation>The creation datetime of the Action</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>
Attribute tps:updateActionType / @sessIdRef
Namespace No namespace
Annotations
A reference to the Measurement session related to the Action. All the elements involved by the Action refer to this Measurement session
Type xs:string
Properties
content simple
Used by
Complex Type tps:updateActionType
Source
<xs:attribute name="sessIdRef" type="xs:string">
  <xs:annotation>
    <xs:documentation>A reference to the Measurement session related to the Action. All the elements involved by the Action refer to this Measurement session</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute tps:updateActionType / @type
Namespace No namespace
Annotations
The type of the Action taken (can be created or modified)
Type restriction of xs:NMTOKEN
Properties
content simple
Facets
enumeration created
enumeration modified
Used by
Complex Type tps:updateActionType
Source
<xs:attribute name="type">
  <xs:annotation>
    <xs:documentation>The type of the Action taken (can be created or modified)</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:NMTOKEN">
      <xs:enumeration value="created"/>
      <xs:enumeration value="modified"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute tps:updateActionType / @timestamp
Namespace No namespace
Annotations
The creation datetime of the Action
Type xs:dateTime
Properties
content simple
Used by
Complex Type tps:updateActionType
Source
<xs:attribute name="timestamp" type="xs:dateTime">
  <xs:annotation>
    <xs:documentation>The creation datetime of the Action</xs:documentation>
  </xs:annotation>
</xs:attribute>