rail:eTrainPartSequence

Complex Type Information

Model

ANY element from ANY namespace OTHER than 'http://www.railml.org/schemas/2016' , rail:trainPartRef+ , rail:speedProfileRef* , rail:equipmentUsage{0,1} , rail:brakeUsage{0,1}

Attributes

QName Type Fixed Default Use Inheritable Annotation
categoryRef rail:tGenericRef optional
the category of a train which could differ (by its meaning) from a train part category
pathStatus rail:tPathStatus optional
sequence rail:tPositiveCounter required
Wildcard: ANY attribute from ANY namespace OTHER than 'http://www.railml.org/schemas/2016'

Used By

Source

<xs:complexType name="eTrainPartSequence">
  <xs:complexContent>
    <xs:extension base="rail:tTrainPartSequence">
      <xs:sequence>
        <xs:element name="trainPartRef" type="rail:tTrainPartRef" maxOccurs="unbounded">
          <xs:annotation>
            <xs:documentation source="http://wiki.railml.org/index.php?title=TT:trainPartRef"/>
          </xs:annotation>
        </xs:element>
        <xs:element name="speedProfileRef" type="rail:tSpeedProfileRef" minOccurs="0" maxOccurs="unbounded">
          <xs:annotation>
            <xs:documentation>a reference to a speed profile; there could be several speed profiles to be considered</xs:documentation>
            <xs:documentation source="http://wiki.railml.org/index.php?title=TT:speedProfileRef"/>
          </xs:annotation>
        </xs:element>
        <xs:element name="equipmentUsage" type="rail:eEquipmentUsage" minOccurs="0">
          <xs:annotation>
            <xs:documentation source="http://wiki.railml.org/index.php?title=TT:equipmentUsage_trainPartSequence"/>
          </xs:annotation>
        </xs:element>
        <xs:element name="brakeUsage" type="rail:eBrakeUsage" minOccurs="0">
          <xs:annotation>
            <xs:documentation source="http://wiki.railml.org/index.php?title=TT:brakeUsage"/>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>