rail:aTrainPart

Attribute Group Information

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
debitcode xs:integer optional
line xs:string optional
the "train part line", which could be different from the "train line"
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

Used By

Complex Type rail:tTrainPart

Source

<xs:attributeGroup name="aTrainPart">
  <xs:attribute name="line" type="xs:string">
    <xs:annotation>
      <xs:documentation>the "train part line", which could be different from the "train line"</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="trainLine" type="xs:string">
    <xs:annotation>
      <xs:documentation>DEPRECATED: the "train line" is located at the train and not to be mixed with a "train part line"</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="trainNumber" type="xs:string"/>
  <xs:attribute name="additionalTrainNumber" type="xs:string"/>
  <xs:attribute name="processStatus" type="rail:tProcessStatus"/>
  <xs:attribute name="debitcode" type="xs:integer"/>
  <xs:attribute name="remarks" type="xs:string"/>
  <xs:attribute name="timetablePeriodRef" type="rail:tGenericRef"/>
  <xs:attribute name="categoryRef" type="rail:tGenericRef"/>
  <xs:attribute name="operator" type="xs:string">
    <xs:annotation>
      <xs:documentation>DEPRECATED: the "organizationalUnitBinding" should be used instead</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="cancellation" type="xs:boolean">
    <xs:annotation>
      <xs:documentation>indicates, that this trainPart is no longer valid and should be canceled out of a previously delivered set</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:attributeGroup>