<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>
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>
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>
<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: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>
Complex Type tps:designPointType
Namespace
tps
Annotations
A Design point can be a standard point or a Ptl point
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)
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>