QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
additionalTrainNumber | xs:string | optional | |||||
cancellation | xs:boolean | optional |
|
||||
categoryRef | rail:tGenericRef | optional | |||||
code | rail:tGenericName | optional |
|
||||
debitcode | xs:integer | optional | |||||
description | rail:tElementDescription | optional |
|
||||
id | rail:tGenericID | required |
|
||||
line | xs:string | optional |
|
||||
name | rail:tGenericName | optional |
|
||||
operator | xs:string | optional |
|
||||
processStatus | rail:tProcessStatus | optional | |||||
remarks | xs:string | optional | |||||
timetablePeriodRef | rail:tGenericRef | optional | |||||
trainLine | xs:string | optional |
|
||||
trainNumber | xs:string | optional | |||||
xml:lang | xs:language | optional |
|
||||
Wildcard: ANY attribute from ANY namespace OTHER than 'http://www.railml.org/schemas/2016' |
Element | rail:eTrainParts/rail:trainPart |
<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> |