Showing:

Annotations
Attributes
Diagrams
Instances
Model
Properties
Source
Used by
Element tps:designPointType / tps:PointDrawProperties
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:PointDrawProperties 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:PointDrawProperties>
Source
<xs:element minOccurs="0" name="PointDrawProperties" type="tps:pointDrawPropertiesType">
  <xs:annotation>
    <xs:documentation>Represents the properties used to draw this point</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:designPointType / tps:Code
Namespace tps
Annotations
Represents the codes of the point
Diagram
Type tps:codeTypeLegacy
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
tps:CodeDescription , tps:AttribValue* , tps:CodeString* , tps:ControlCode{0,3} , (ANY element from TARGET namespace 'tps' and ANY element OTHER than the defined siblings | ANY element from ANY namespace OTHER than 'tps')
Children tps:AttribValue, tps:CodeDescription, tps:CodeString, tps:ControlCode
Instance
<tps:Code xmlns:tps="tps">
  <tps:CodeDescription idRef="">{1,1}</tps:CodeDescription>
  <tps:AttribValue hasValue="true">{0,unbounded}</tps:AttribValue>
  <tps:CodeString>{0,unbounded}</tps:CodeString>
  <tps:ControlCode>{0,3}</tps:ControlCode>
</tps:Code>
Source
<xs:element maxOccurs="unbounded" minOccurs="0" name="Code" type="tps:codeTypeLegacy">
  <xs:annotation>
    <xs:documentation>Represents the codes of the point</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:designPointType / tps:Station
Namespace tps
Annotations
Represents the Station of the point
Diagram
Type tps:stationType
Properties
content complex
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')
Children tps:GeoidHeight, tps:Name, tps:Notes, tps:PointFlags, tps:Position, tps:TimeStamp
Instance
<tps:Station 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:Station>
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 name="Station" type="tps:stationType">
  <xs:annotation>
    <xs:documentation>Represents the Station of the point</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:designPointType / tps:UsedInSurface
Namespace tps
Annotations
Represents whether the Design Point is used in a surface
Diagram
Type xs:boolean
Properties
content simple
minOccurs 0
default true
Source
<xs:element name="UsedInSurface" default="true" minOccurs="0" type="xs:boolean">
  <xs:annotation>
    <xs:documentation>Represents whether the Design Point is used in a surface</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:designPointType / tps:PtlData
Namespace tps
Annotations
Represents the Ptl information, in case this is a Ptl point
Diagram
Properties
content complex
minOccurs 0
Model
Children tps:FirstPointIdRefs, tps:SecondPointIdRefs
Instance
<tps:PtlData xmlns:tps="tps">
  <tps:FirstPointIdRefs>{1,1}</tps:FirstPointIdRefs>
  <tps:SecondPointIdRefs>{1,1}</tps:SecondPointIdRefs>
</tps:PtlData>
Source
<xs:element minOccurs="0" name="PtlData">
  <xs:annotation>
    <xs:documentation>Represents the Ptl information, in case this is a Ptl point</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="FirstPointIdRefs" type="xs:string">
        <xs:annotation>
          <xs:documentation>A reference to the first point (???)</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="SecondPointIdRefs" nillable="false" type="xs:string">
        <xs:annotation>
          <xs:documentation>A reference to the second point (???)</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element tps:designPointType / tps:PtlData / tps:FirstPointIdRefs
Namespace tps
Annotations
A reference to the first point (???)
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="FirstPointIdRefs" type="xs:string">
  <xs:annotation>
    <xs:documentation>A reference to the first point (???)</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:designPointType / tps:PtlData / tps:SecondPointIdRefs
Namespace tps
Annotations
A reference to the second point (???)
Diagram
Type xs:string
Properties
content simple
nillable false
Source
<xs:element name="SecondPointIdRefs" nillable="false" type="xs:string">
  <xs:annotation>
    <xs:documentation>A reference to the second point (???)</xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type tps:designPointType
Namespace tps
Annotations
A Design point can be a standard point or a Ptl point
Diagram
Type extension of tps:objectType
Type hierarchy
Used by
Model
tps:Layer{0,1} , tps:PhotoNote* , tps:State{0,1} , tps:PointDrawProperties{0,1} , tps:Code* , tps:Station , tps:UsedInSurface{0,1} , tps:PtlData{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:Code, tps:Layer, tps:PhotoNote, tps:PointDrawProperties, tps:PtlData, tps:State, tps:Station, tps:UsedInSurface
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="designPointType">
  <xs:annotation>
    <xs:documentation>A Design point can be a standard point or a Ptl point</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="tps:objectType">
      <xs:sequence>
        <xs:element minOccurs="0" name="PointDrawProperties" type="tps:pointDrawPropertiesType">
          <xs:annotation>
            <xs:documentation>Represents the properties used to draw this point</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element maxOccurs="unbounded" minOccurs="0" name="Code" type="tps:codeTypeLegacy">
          <xs:annotation>
            <xs:documentation>Represents the codes of the point</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="Station" type="tps:stationType">
          <xs:annotation>
            <xs:documentation>Represents the Station of the point</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="UsedInSurface" default="true" minOccurs="0" type="xs:boolean">
          <xs:annotation>
            <xs:documentation>Represents whether the Design Point is used in a surface</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element minOccurs="0" name="PtlData">
          <xs:annotation>
            <xs:documentation>Represents the Ptl information, in case this is a Ptl point</xs:documentation>
          </xs:annotation>
          <xs:complexType>
            <xs:sequence>
              <xs:element name="FirstPointIdRefs" type="xs:string">
                <xs:annotation>
                  <xs:documentation>A reference to the first point (???)</xs:documentation>
                </xs:annotation>
              </xs:element>
              <xs:element name="SecondPointIdRefs" nillable="false" type="xs:string">
                <xs:annotation>
                  <xs:documentation>A reference to the second point (???)</xs:documentation>
                </xs:annotation>
              </xs:element>
            </xs:sequence>
          </xs:complexType>
        </xs:element>
        <xs:group minOccurs="0" ref="tps:versionable"/>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>