tps:Position , (ANY element from TARGET namespace 'tps' and ANY element OTHER than the defined siblings | ANY element from ANY namespace OTHER than 'tps')
tps:Position , tps:Length , (ANY element from TARGET namespace 'tps' and ANY element OTHER than the defined siblings | ANY element from ANY namespace OTHER than 'tps')
tps:Position , tps:Length , tps:Radius , (ANY element from TARGET namespace 'tps' and ANY element OTHER than the defined siblings | ANY element from ANY namespace OTHER than 'tps')
<xs:element minOccurs="0" name="LineDrawProperties" type="tps:lineDrawPropertiesType"><xs:annotation><xs:documentation>Represents the properties used to draw the Vertical Alignment (Alignment properties have higher priority, if present)</xs:documentation></xs:annotation></xs:element>
Complex Type tps:verticalAlignmentType
Namespace
tps
Annotations
A Vertical alignment is defined by a sequence of vertical positions. It's used by an Alignment or a Road string
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="verticalAlignmentType"><xs:annotation><xs:documentation>A Vertical alignment is defined by a sequence of vertical positions. It's used by an Alignment or a Road string</xs:documentation></xs:annotation><xs:complexContent><xs:extension base="tps:alignmentPartStaEqType"><xs:sequence><xs:element name="Points" minOccurs="0"><xs:annotation><xs:documentation>A sequence of points representing grades, parabolas and arcs</xs:documentation></xs:annotation><xs:complexType><xs:choice maxOccurs="unbounded" minOccurs="1"><xs:element name="PVI" type="tps:pviType"><xs:annotation><xs:documentation>Represents a simple vertical position</xs:documentation></xs:annotation></xs:element><xs:element name="ParaCurve" type="tps:paraCurveType"><xs:annotation><xs:documentation>Represents a vertical parabola</xs:documentation></xs:annotation></xs:element><xs:element name="CircCurve" type="tps:circCurveType"><xs:annotation><xs:documentation>Represents a vertical circular arc</xs:documentation></xs:annotation></xs:element></xs:choice></xs:complexType></xs:element><xs:element minOccurs="0" name="LineDrawProperties" type="tps:lineDrawPropertiesType"><xs:annotation><xs:documentation>Represents the properties used to draw the Vertical Alignment (Alignment properties have higher priority, if present)</xs:documentation></xs:annotation></xs:element><xs:group minOccurs="0" ref="tps:versionable"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType>