Showing:

Annotations
Attributes
Diagrams
Instances
Model
Properties
Source
Used by
Element tps:sheetPointType / tps:Name
Namespace tps
Annotations
The name of the Sheet point
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="Name" type="xs:string">
  <xs:annotation>
    <xs:documentation>The name of the Sheet point</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:sheetPointType / tps:OffsetStation
Namespace tps
Annotations
A sequence of Offset Stations
Diagram
Type tps:offsetStationType
Type hierarchy
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
tps:Name{0,1} , tps:Position , tps:PointFlags , tps:TimeStamp{0,1} , tps:Notes{0,1} , tps:GeoidHeight{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:HI , tps:HR , tps:BacksightPoint , tps:BacksightAzimut , tps:OccupationPoint , tps:Delta{3,3} , tps:OffsetDirection , tps:OffsetDistance , tps:AlignChainage , tps:AlignEquationChainage , tps:AlignOffset , tps:AlignDelta , (ANY element from TARGET namespace 'tps' and ANY element OTHER than the defined siblings | ANY element from ANY namespace OTHER than 'tps')
Children tps:AlignChainage, tps:AlignDelta, tps:AlignEquationChainage, tps:AlignOffset, tps:BacksightAzimut, tps:BacksightPoint, tps:Delta, tps:GeoidHeight, tps:HI, tps:HR, tps:Name, tps:Notes, tps:OccupationPoint, tps:OffsetDirection, tps:OffsetDistance, tps:PointFlags, tps:Position, tps:TimeStamp
Instance
<tps:OffsetStation bulge="0" id="" xmlns:tps="tps">
  <tps:Name>{0,1}</tps:Name>
  <tps:Position>{1,1}</tps:Position>
  <tps:PointFlags>{1,1}</tps:PointFlags>
  <tps:TimeStamp>{0,1}</tps:TimeStamp>
  <tps:Notes>{0,1}</tps:Notes>
  <tps:GeoidHeight>{0,1}</tps:GeoidHeight>
  <tps:HI>{1,1}</tps:HI>
  <tps:HR>{1,1}</tps:HR>
  <tps:BacksightPoint>{1,1}</tps:BacksightPoint>
  <tps:BacksightAzimut>{1,1}</tps:BacksightAzimut>
  <tps:OccupationPoint>{1,1}</tps:OccupationPoint>
  <tps:Delta>{3,3}</tps:Delta>
  <tps:OffsetDirection>{1,1}</tps:OffsetDirection>
  <tps:OffsetDistance>{1,1}</tps:OffsetDistance>
  <tps:AlignChainage>{1,1}</tps:AlignChainage>
  <tps:AlignEquationChainage>{1,1}</tps:AlignEquationChainage>
  <tps:AlignOffset>{1,1}</tps:AlignOffset>
  <tps:AlignDelta>{1,1}</tps:AlignDelta>
</tps:OffsetStation>
Attributes
QName Type Default Use Annotation
bulge xs:double 0 optional
The bulge of the Station, used to represent curves
id xs:ID optional
It's the station id, it can be referenced by other elements
Source
<xs:element maxOccurs="unbounded" minOccurs="0" name="OffsetStation" type="tps:offsetStationType">
  <xs:annotation>
    <xs:documentation>A sequence of Offset Stations</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:sheetPointType / tps:DrawProperties
Namespace tps
Annotations
Represents the properties used to draw this point
Diagram
Type tps:pointDrawPropertiesType
Properties
content complex
minOccurs 0
Model
tps:Color{0,1} , tps:ColorByLayer{0,1} , tps:MarkStyle{0,1} , tps:MarkStyleByLayer{0,1} , tps:CustomSymbol{0,1} , tps:ColorUndefined{0,1} , tps:MarkStyleUndefined{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:Color, tps:ColorByLayer, tps:ColorUndefined, tps:CustomSymbol, tps:MarkStyle, tps:MarkStyleByLayer, tps:MarkStyleUndefined
Instance
<tps:DrawProperties xmlns:tps="tps">
  <tps:Color>{0,1}</tps:Color>
  <tps:ColorByLayer>{0,1}</tps:ColorByLayer>
  <tps:MarkStyle>{0,1}</tps:MarkStyle>
  <tps:MarkStyleByLayer>{0,1}</tps:MarkStyleByLayer>
  <tps:CustomSymbol idRef="">{0,1}</tps:CustomSymbol>
  <tps:ColorUndefined>{0,1}</tps:ColorUndefined>
  <tps:MarkStyleUndefined>{0,1}</tps:MarkStyleUndefined>
</tps:DrawProperties>
Source
<xs:element minOccurs="0" name="DrawProperties" type="tps:pointDrawPropertiesType">
  <xs:annotation>
    <xs:documentation>Represents the properties used to draw this point</xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type tps:sheetPointType
Namespace tps
Annotations
A Sheet point is a multiple station point
Diagram
Type extension of tps:objectType
Type hierarchy
Used by
Model
tps:Layer{0,1} , tps:PhotoNote* , tps:State{0,1} , tps:Name , tps:OffsetStation* , tps:DrawProperties{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:DrawProperties, tps:Layer, tps:Name, tps:OffsetStation, tps:PhotoNote, tps:State
Attributes
QName Type Use Annotation
csIdRef xs:IDREF optional
It's a reference to a Coordinate System
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="sheetPointType">
  <xs:annotation>
    <xs:documentation>A Sheet point is a multiple station point</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="tps:objectType">
      <xs:sequence>
        <xs:element name="Name" type="xs:string">
          <xs:annotation>
            <xs:documentation>The name of the Sheet point</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element maxOccurs="unbounded" minOccurs="0" name="OffsetStation" type="tps:offsetStationType">
          <xs:annotation>
            <xs:documentation>A sequence of Offset Stations</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element minOccurs="0" name="DrawProperties" type="tps:pointDrawPropertiesType">
          <xs:annotation>
            <xs:documentation>Represents the properties used to draw this point</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:group minOccurs="0" ref="tps:versionable"/>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>