Showing:

Annotations
Diagrams
Instances
Model
Properties
Source
Used by
Element tps:roadStringType / tps:Name
Namespace tps
Annotations
The name of the Road string
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="Name" type="xs:string">
  <xs:annotation>
    <xs:documentation>The name of the Road string</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:roadStringType / tps:StaStart
Namespace tps
Annotations
The starting station of the Road string
Diagram
Type xs:double
Properties
content simple
Source
<xs:element name="StaStart" type="xs:double">
  <xs:annotation>
    <xs:documentation>The starting station of the Road string</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:roadStringType / tps:Length
Namespace tps
Annotations
The length of the Road string
Diagram
Type xs:double
Properties
content simple
Source
<xs:element name="Length" type="xs:double">
  <xs:annotation>
    <xs:documentation>The length of the Road string</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:roadStringType / tps:RoadStringPair
Namespace tps
Annotations
Represents a 3D alignment, using a Horizontal alignment and a Vertical alignment
Diagram
Type tps:roadStringPairType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
tps:HorizontalAlignment , tps:VerticalAlignment , (ANY element from TARGET namespace 'tps' and ANY element OTHER than the defined siblings | ANY element from ANY namespace OTHER than 'tps')
Children tps:HorizontalAlignment, tps:VerticalAlignment
Instance
<tps:RoadStringPair xmlns:tps="tps">
  <tps:HorizontalAlignment idRef="">{1,1}</tps:HorizontalAlignment>
  <tps:VerticalAlignment idRef="">{1,1}</tps:VerticalAlignment>
</tps:RoadStringPair>
Source
<xs:element maxOccurs="unbounded" minOccurs="0" name="RoadStringPair" type="tps:roadStringPairType">
  <xs:annotation>
    <xs:documentation>Represents a 3D alignment, using a Horizontal alignment and a Vertical alignment</xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type tps:roadStringType
Namespace tps
Annotations
A 3D complex alignment, that can be used by an Alignment instead of a Cross section
Diagram
Used by
Model
tps:Name , tps:StaStart , tps:Length , tps:RoadStringPair* , (ANY element from TARGET namespace 'tps' and ANY element OTHER than the defined siblings | ANY element from ANY namespace OTHER than 'tps')
Children tps:Length, tps:Name, tps:RoadStringPair, tps:StaStart
Source
<xs:complexType name="roadStringType">
  <xs:annotation>
    <xs:documentation>A 3D complex alignment, that can be used by an Alignment instead of a Cross section</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Name" type="xs:string">
      <xs:annotation>
        <xs:documentation>The name of the Road string</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="StaStart" type="xs:double">
      <xs:annotation>
        <xs:documentation>The starting station of the Road string</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Length" type="xs:double">
      <xs:annotation>
        <xs:documentation>The length of the Road string</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element maxOccurs="unbounded" minOccurs="0" name="RoadStringPair" type="tps:roadStringPairType">
      <xs:annotation>
        <xs:documentation>Represents a 3D alignment, using a Horizontal alignment and a Vertical alignment</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:group minOccurs="0" ref="tps:versionable"/>
  </xs:sequence>
</xs:complexType>