Showing:

Annotations
Attributes
Diagrams
Facets
Model
Properties
Source
Used by
Element tps:crossSectionType / tps:Sta
Namespace tps
Annotations
The station of the Cross section
Diagram
Type xs:double
Properties
content simple
Source
<xs:element name="Sta" type="xs:double">
  <xs:annotation>
    <xs:documentation>The station of the Cross section</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:crossSectionType / tps:Side
Namespace tps
Annotations
The side of the Cross section (left or right)
Diagram
Type tps:sideType
Properties
content simple
Facets
enumeration left
enumeration right
Source
<xs:element name="Side" type="tps:sideType">
  <xs:annotation>
    <xs:documentation>The side of the Cross section (left or right)</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:crossSectionType / tps:RoadTemplate
Namespace tps
Annotations
A sequence of references to Road templates
Diagram
Properties
content complex
minOccurs 0
maxOccurs unbounded
Attributes
QName Type Use
idRef xs:IDREF optional
Source
<xs:element maxOccurs="unbounded" minOccurs="0" name="RoadTemplate">
  <xs:annotation>
    <xs:documentation>A sequence of references to Road templates</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="idRef" type="xs:IDREF"/>
  </xs:complexType>
</xs:element>
Complex Type tps:crossSectionType
Namespace tps
Annotations
A Cross section is a side, left or right, of an Alignment section
Diagram
Used by
Model
tps:Sta , tps:Side , tps:RoadTemplate* , (ANY element from TARGET namespace 'tps' and ANY element OTHER than the defined siblings | ANY element from ANY namespace OTHER than 'tps')
Children tps:RoadTemplate, tps:Side, tps:Sta
Source
<xs:complexType name="crossSectionType">
  <xs:annotation>
    <xs:documentation>A Cross section is a side, left or right, of an Alignment section</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Sta" type="xs:double">
      <xs:annotation>
        <xs:documentation>The station of the Cross section</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Side" type="tps:sideType">
      <xs:annotation>
        <xs:documentation>The side of the Cross section (left or right)</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element maxOccurs="unbounded" minOccurs="0" name="RoadTemplate">
      <xs:annotation>
        <xs:documentation>A sequence of references to Road templates</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:attribute name="idRef" type="xs:IDREF"/>
      </xs:complexType>
    </xs:element>
    <xs:group minOccurs="0" ref="tps:versionable"/>
  </xs:sequence>
</xs:complexType>
Attribute tps:crossSectionType / tps:RoadTemplate / @idRef
Namespace No namespace
Type xs:IDREF
Properties
content simple
Used by
Source
<xs:attribute name="idRef" type="xs:IDREF"/>