Commit 5931235b authored by TT Coordination's avatar TT Coordination
Browse files

[trac/364] set attribute processStatus to deprecated as decided in TT developer group

git-svn-id: https://svn.railml.org/railML2/branches/railML2.5-dev@1058 997d4637-a740-4bf4-9a76-81fddc049f28
Showing with 15 additions and 3 deletions
+15 -3
......@@ -354,7 +354,11 @@
</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="processStatus" type="rail:tProcessStatus" >
<xs:annotation>
<xs:documentation>DEPRECATED: no standardized semantics defined.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="debitcode" type="xs:integer" />
<xs:attribute name="remarks" type="xs:string" />
<xs:attribute name="timetablePeriodRef" type="rail:tGenericRef" />
......@@ -389,7 +393,11 @@
<xs:attribute name="trainNumber" type="xs:string" />
<xs:attribute name="additionalTrainNumber" type="xs:string" />
<xs:attribute name="scope" type="rail:tTrainScope" />
<xs:attribute name="processStatus" type="rail:tProcessStatus" />
<xs:attribute name="processStatus" type="rail:tProcessStatus" >
<xs:annotation>
<xs:documentation>DEPRECATED: no standardized semantics defined.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="remarks" type="xs:string">
<xs:annotation>
<xs:documentation>a free attribute for further descriptions</xs:documentation>
......@@ -413,7 +421,11 @@
<xs:attributeGroup name="aTrainGroup">
<xs:attribute name="type" type="rail:tTrainGroupType" />
<xs:attribute name="trainNumber" type="xs:string" />
<xs:attribute name="processStatus" type="rail:tProcessStatus" />
<xs:attribute name="processStatus" type="rail:tProcessStatus" >
<xs:annotation>
<xs:documentation>DEPRECATED: no standardized semantics defined.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:attributeGroup>
<xs:complexType name="tTrainPartSequence">
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment