Skip to content

Commit a473dcd

Browse files
Redo #148 (#173)
* Redo #148 * Lint and update documentation tables --------- Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8b5059a commit a473dcd

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

docs/generated/contab/siri.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -177483,7 +177483,7 @@ <h3>27.1. Simple type definitions</h3>
177483177483
<p class="tableblock">xs:NMTOKEN: (empty restriction)</p>
177484177484
</td>
177485177485
<td colspan="1" rowspan="1" class="tableblock halign-left valign-top">
177486-
<p class="tableblock anno-text">Type for Publication status.</p>
177486+
<p class="tableblock anno-text">DEPRECATED - Type for Publication status. -v2.1</p>
177487177487
</td>
177488177488
</tr>
177489177489
<tr>
@@ -180040,7 +180040,7 @@ <h3>27.24. The group <code>siri:PtSituationBodyGroup</code>
180040180040
</p>
180041180041
</td>
180042180042
<td colspan="1" rowspan="1" class="tableblock halign-left valign-top">
180043-
<p class="tableblock darkbrown">Publishing status one of a specified set of substates to which a SITUATION can be assigned.</p>
180043+
<p class="tableblock darkbrown">DEPRECATED - Use the element Progress instead, which provides an enumeration of possible values detailed in WorkflowStatusEnumeration. Publishing status one of a specified set of substates to which a SITUATION can be assigned. -v2.1</p>
180044180044
</td>
180045180045
</tr>
180046180046
<tr>
@@ -181687,7 +181687,7 @@ <h3>27.27. The group <code>siri:RoadSituationBodyGroup</code>
181687181687
</p>
181688181688
</td>
181689181689
<td colspan="1" rowspan="1" class="tableblock halign-left valign-top">
181690-
<p class="tableblock darkbrown">Publishing status one of a specified set of substates to which a SITUATION can be assigned.</p>
181690+
<p class="tableblock darkbrown">DEPRECATED - Use the element Progress instead, which provides an enumeration of possible values detailed in WorkflowStatusEnumeration. Publishing status one of a specified set of substates to which a SITUATION can be assigned. -v2.1</p>
181691181691
</td>
181692181692
</tr>
181693181693
<tr>
@@ -183011,7 +183011,7 @@ <h3>27.30. The group <code>siri:StatusGroup</code>
183011183011
</p>
183012183012
</td>
183013183013
<td colspan="1" rowspan="1" class="tableblock halign-left valign-top">
183014-
<p class="tableblock darkbrown">Publishing status one of a specified set of substates to which a SITUATION can be assigned.</p>
183014+
<p class="tableblock darkbrown">DEPRECATED - Use the element Progress instead, which provides an enumeration of possible values detailed in WorkflowStatusEnumeration. Publishing status one of a specified set of substates to which a SITUATION can be assigned. -v2.1</p>
183015183015
</td>
183016183016
</tr>
183017183017
</tbody>
@@ -185866,7 +185866,7 @@ <h3>27.47. The complex type <code>siri:PtSituationElementStructure</code>
185866185866
</p>
185867185867
</td>
185868185868
<td colspan="1" rowspan="1" class="tableblock halign-left valign-top">
185869-
<p class="tableblock darkbrown">Publishing status one of a specified set of substates to which a SITUATION can be assigned.</p>
185869+
<p class="tableblock darkbrown">DEPRECATED - Use the element Progress instead, which provides an enumeration of possible values detailed in WorkflowStatusEnumeration. Publishing status one of a specified set of substates to which a SITUATION can be assigned. -v2.1</p>
185870185870
</td>
185871185871
</tr>
185872185872
<tr>
@@ -187549,7 +187549,7 @@ <h3>27.50. The complex type <code>siri:RoadSituationElementStructure</code>
187549187549
</p>
187550187550
</td>
187551187551
<td colspan="1" rowspan="1" class="tableblock halign-left valign-top">
187552-
<p class="tableblock darkbrown">Publishing status one of a specified set of substates to which a SITUATION can be assigned.</p>
187552+
<p class="tableblock darkbrown">DEPRECATED - Use the element Progress instead, which provides an enumeration of possible values detailed in WorkflowStatusEnumeration. Publishing status one of a specified set of substates to which a SITUATION can be assigned. -v2.1</p>
187553187553
</td>
187554187554
</tr>
187555187555
<tr>

xsd/siri_model/siri_situation.xsd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -621,7 +621,7 @@ Rail transport, Roads and road transport
621621
</xsd:element>
622622
<xsd:element name="Publication" type="PublicationStatusType" minOccurs="0" maxOccurs="unbounded">
623623
<xsd:annotation>
624-
<xsd:documentation>Publishing status one of a specified set of substates to which a SITUATION can be assigned.</xsd:documentation>
624+
<xsd:documentation>DEPRECATED - Use the element Progress instead, which provides an enumeration of possible values detailed in WorkflowStatusEnumeration. Publishing status one of a specified set of substates to which a SITUATION can be assigned. -v2.1</xsd:documentation>
625625
</xsd:annotation>
626626
</xsd:element>
627627
</xsd:sequence>
@@ -642,7 +642,7 @@ Rail transport, Roads and road transport
642642
</xsd:simpleType>
643643
<xsd:simpleType name="PublicationStatusType">
644644
<xsd:annotation>
645-
<xsd:documentation>Type for Publication status.</xsd:documentation>
645+
<xsd:documentation>DEPRECATED - Type for Publication status. -v2.1</xsd:documentation>
646646
</xsd:annotation>
647647
<xsd:restriction base="xsd:NMTOKEN"/>
648648
</xsd:simpleType>

0 commit comments

Comments
 (0)