Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions docs/generated/contab/siri.html
Original file line number Diff line number Diff line change
Expand Up @@ -177483,7 +177483,7 @@ <h3>27.1. Simple type definitions</h3>
<p class="tableblock">xs:NMTOKEN: (empty restriction)</p>
</td>
<td colspan="1" rowspan="1" class="tableblock halign-left valign-top">
<p class="tableblock anno-text">Type for Publication status.</p>
<p class="tableblock anno-text">DEPRECATED - Type for Publication status. -v2.1</p>
</td>
</tr>
<tr>
Expand Down Expand Up @@ -180040,7 +180040,7 @@ <h3>27.24. The group <code>siri:PtSituationBodyGroup</code>
</p>
</td>
<td colspan="1" rowspan="1" class="tableblock halign-left valign-top">
<p class="tableblock darkbrown">Publishing status one of a specified set of substates to which a SITUATION can be assigned.</p>
<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>
</td>
</tr>
<tr>
Expand Down Expand Up @@ -181687,7 +181687,7 @@ <h3>27.27. The group <code>siri:RoadSituationBodyGroup</code>
</p>
</td>
<td colspan="1" rowspan="1" class="tableblock halign-left valign-top">
<p class="tableblock darkbrown">Publishing status one of a specified set of substates to which a SITUATION can be assigned.</p>
<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>
</td>
</tr>
<tr>
Expand Down Expand Up @@ -183011,7 +183011,7 @@ <h3>27.30. The group <code>siri:StatusGroup</code>
</p>
</td>
<td colspan="1" rowspan="1" class="tableblock halign-left valign-top">
<p class="tableblock darkbrown">Publishing status one of a specified set of substates to which a SITUATION can be assigned.</p>
<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>
</td>
</tr>
</tbody>
Expand Down Expand Up @@ -185866,7 +185866,7 @@ <h3>27.47. The complex type <code>siri:PtSituationElementStructure</code>
</p>
</td>
<td colspan="1" rowspan="1" class="tableblock halign-left valign-top">
<p class="tableblock darkbrown">Publishing status one of a specified set of substates to which a SITUATION can be assigned.</p>
<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>
</td>
</tr>
<tr>
Expand Down Expand Up @@ -187549,7 +187549,7 @@ <h3>27.50. The complex type <code>siri:RoadSituationElementStructure</code>
</p>
</td>
<td colspan="1" rowspan="1" class="tableblock halign-left valign-top">
<p class="tableblock darkbrown">Publishing status one of a specified set of substates to which a SITUATION can be assigned.</p>
<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>
</td>
</tr>
<tr>
Expand Down
4 changes: 2 additions & 2 deletions xsd/siri_model/siri_situation.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -621,7 +621,7 @@ Rail transport, Roads and road transport
</xsd:element>
<xsd:element name="Publication" type="PublicationStatusType" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>Publishing status one of a specified set of substates to which a SITUATION can be assigned.</xsd:documentation>
<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>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
Expand All @@ -642,7 +642,7 @@ Rail transport, Roads and road transport
</xsd:simpleType>
<xsd:simpleType name="PublicationStatusType">
<xsd:annotation>
<xsd:documentation>Type for Publication status.</xsd:documentation>
<xsd:documentation>DEPRECATED - Type for Publication status. -v2.1</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:NMTOKEN"/>
</xsd:simpleType>
Expand Down