Showing:

Annotations
Attributes
Diagrams
Model
Properties
Source
Used by
Element tps:roadStringPairType / tps:HorizontalAlignment
Namespace tps
Annotations
A reference to a Horizontal alignment
Diagram
Properties
content complex
Attributes
QName Type Use
idRef xs:IDREF optional
Source
<xs:element name="HorizontalAlignment">
  <xs:annotation>
    <xs:documentation>A reference to a Horizontal alignment</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="idRef" type="xs:IDREF"/>
  </xs:complexType>
</xs:element>
Element tps:roadStringPairType / tps:VerticalAlignment
Namespace tps
Annotations
A reference to a Vertical alignment
Diagram
Properties
content complex
Attributes
QName Type Use
idRef xs:IDREF optional
Source
<xs:element name="VerticalAlignment">
  <xs:annotation>
    <xs:documentation>A reference to a Vertical alignment</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="idRef" type="xs:IDREF"/>
  </xs:complexType>
</xs:element>
Complex Type tps:roadStringPairType
Namespace tps
Annotations
A Road string pair is a 3D alignment, referencing a Horizontal alignment and a Vertical alignment
Diagram
Used by
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
Source
<xs:complexType name="roadStringPairType">
  <xs:annotation>
    <xs:documentation>A Road string pair is a 3D alignment, referencing a Horizontal alignment and a Vertical alignment</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="HorizontalAlignment">
      <xs:annotation>
        <xs:documentation>A reference to a Horizontal alignment</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:attribute name="idRef" type="xs:IDREF"/>
      </xs:complexType>
    </xs:element>
    <xs:element name="VerticalAlignment">
      <xs:annotation>
        <xs:documentation>A reference to a Vertical alignment</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:roadStringPairType / tps:HorizontalAlignment / @idRef
Namespace No namespace
Type xs:IDREF
Properties
content simple
Used by
Source
<xs:attribute name="idRef" type="xs:IDREF"/>
Attribute tps:roadStringPairType / tps:VerticalAlignment / @idRef
Namespace No namespace
Type xs:IDREF
Properties
content simple
Used by
Source
<xs:attribute name="idRef" type="xs:IDREF"/>