rail:eSectionTT

Complex Type Information

Model

ANY element from ANY namespace OTHER than 'http://www.railml.org/schemas/2016' , rail:trackRef* , rail:runTimes{0,1}

Attributes

QName Type Fixed Default Use Inheritable Annotation
description rail:tElementDescription optional
distance rail:tLengthM optional
lineRef rail:tGenericRef optional
percentageSupplement xs:decimal optional
remarks xs:string optional
section xs:string optional
trackInfo xs:string optional
Wildcard: ANY attribute from ANY namespace OTHER than 'http://www.railml.org/schemas/2016'

Used By

Source

<xs:complexType name="eSectionTT">
  <xs:complexContent>
    <xs:extension base="rail:tSectionTT">
      <xs:sequence>
        <xs:element minOccurs="0" maxOccurs="unbounded" name="trackRef" type="rail:tTrackRef">
          <xs:annotation>
            <xs:documentation source="http://wiki.railml.org/index.php?title=TT:trackRef"/>
          </xs:annotation>
        </xs:element>
        <xs:element minOccurs="0" name="runTimes" type="rail:tRunTimes">
          <xs:annotation>
            <xs:documentation source="http://wiki.railml.org/index.php?title=TT:runTimes"/>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>