rail:eTrainPart

Complex Type Information

Model

rail:additionalName* , ANY element from ANY namespace OTHER than 'http://www.railml.org/schemas/2016' , rail:formationTT{0,1} , rail:operatingPeriodRef{0,1} , rail:ocpsTT , rail:organizationalUnitBinding{0,1} , rail:annotationRef* , ANY element from ANY namespace OTHER than 'http://www.railml.org/schemas/2016'

Attributes

QName Type Fixed Default Use Inheritable Annotation
additionalTrainNumber xs:string optional
cancellation xs:boolean optional
indicates, that this trainPart is no longer valid and should be canceled out of a previously delivered set
categoryRef rail:tGenericRef optional
code rail:tGenericName optional
for typical, specific abbreviations, used in different systems with the same understanding
debitcode xs:integer optional
description rail:tElementDescription optional
should be interpreted in its elements' context, substantiates the name
id rail:tGenericID required
XML-file-wide unique identity is required for later referencing that element
line xs:string optional
the "train part line", which could be different from the "train line"
name rail:tGenericName optional
should be interpreted in its elements' context (e.g. track/name, vehicle/name)
operator xs:string optional
DEPRECATED: the "organizationalUnitBinding" should be used instead
processStatus rail:tProcessStatus optional
remarks xs:string optional
timetablePeriodRef rail:tGenericRef optional
trainLine xs:string optional
DEPRECATED: the "train line" is located at the train and not to be mixed with a "train part line"
trainNumber xs:string optional
xml:lang xs:language optional
In due course, we should install the relevant ISO 2- and 3-letter
codes as the enumerated possible values . . .
Wildcard: ANY attribute from ANY namespace OTHER than 'http://www.railml.org/schemas/2016'

Used By

Source

<xs:complexType name="eTrainPart">
  <xs:complexContent>
    <xs:extension base="rail:tTrainPart">
      <xs:sequence>
        <xs:element name="formationTT" type="rail:eFormationTT" minOccurs="0">
          <xs:annotation>
            <xs:documentation source="http://wiki.railml.org/index.php?title=TT:formationTT"/>
          </xs:annotation>
        </xs:element>
        <xs:element name="operatingPeriodRef" type="rail:eOperatingPeriodRef" minOccurs="0">
          <xs:annotation>
            <xs:documentation source="http://wiki.railml.org/index.php?title=TT:operatingPeriodRef"/>
          </xs:annotation>
        </xs:element>
        <xs:element name="ocpsTT" type="rail:eOcpsTT">
          <xs:annotation>
            <xs:documentation source="http://wiki.railml.org/index.php?title=TT:ocpsTT"/>
          </xs:annotation>
        </xs:element>
        <xs:element name="organizationalUnitBinding" type="rail:eOrganizationalUnitBinding" minOccurs="0">
          <xs:annotation>
            <xs:documentation source="http://wiki.railml.org/index.php?title=TT:organizationalUnitBinding"/>
          </xs:annotation>
        </xs:element>
        <xs:element minOccurs="0" maxOccurs="unbounded" name="annotationRef" type="rail:tAnnotationRef">
          <xs:annotation>
            <xs:documentation>refers to the id attribute of an annotation element</xs:documentation>
            <xs:documentation source="http://wiki.railml.org/index.php?title=TT:annotationRef_trainPart"/>
          </xs:annotation>
        </xs:element>
        <xs:any namespace="##other" processContents="strict" minOccurs="0" maxOccurs="unbounded">
          <xs:annotation>
            <xs:documentation>Deprecated for next major release, use "generic any element" instead.</xs:documentation>
          </xs:annotation>
        </xs:any>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>