Skip to content

Commit

Permalink
Order attribute in documentation on FareTableColumn and FareTableRow …
Browse files Browse the repository at this point in the history
…missing (#714)

* Update netex_fareTable_version.xsd

* Lint and update documentation tables

---------

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
ue71603 and github-actions[bot] authored May 8, 2024
1 parent caef150 commit 3a81cbf
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions xsd/netex_part_3/part3_fares/netex_fareTable_version.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,7 @@
<Requires>http://www.netex.org.uk/schemas/1.0/PATH/netex_prereqfile.xsd</Requires>
</Relation>
<Rights>Unclassified
<Copyright>CEN, Crown Copyright 2009-2020</Copyright>
</Rights>
<Copyright>CEN, Crown Copyright 2009-2020</Copyright></Rights>
<Source>
<ul>
<li>Derived from the Transmodel, VDV, TransXChange, NEPTUNE, BISON and Trident standards.</li>
Expand Down Expand Up @@ -469,7 +468,7 @@ Rail transport, Roads and Road transport
</xsd:sequence>
<xsd:attribute name="order" type="xsd:positiveInteger">
<xsd:annotation>
<xsd:documentation>Order in which cell is to appear.</xsd:documentation>
<xsd:documentation>Order in which cell is to appear in a view.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:extension>
Expand Down Expand Up @@ -528,7 +527,7 @@ Rail transport, Roads and Road transport
</xsd:sequence>
<xsd:attribute name="order" type="xsd:positiveInteger">
<xsd:annotation>
<xsd:documentation>Order in which cell is to appear.</xsd:documentation>
<xsd:documentation>Order in which cell is to appear in view.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:extension>
Expand Down Expand Up @@ -771,6 +770,11 @@ Rail transport, Roads and Road transport
</xsd:group>
</xsd:sequence>
</xsd:sequence>
<xsd:attribute name="order" type="xsd:positiveInteger">
<xsd:annotation>
<xsd:documentation>Order in which FARE TABLE COLUMN HEADING is to appear in a view.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="id" type="FareTableColumnIdType"/>
</xsd:restriction>
</xsd:complexContent>
Expand All @@ -791,7 +795,7 @@ Rail transport, Roads and Road transport
</xsd:sequence>
<xsd:attribute name="order" type="xsd:positiveInteger">
<xsd:annotation>
<xsd:documentation>Order in which FARE TABLE COLUMN HEADING is to appear.</xsd:documentation>
<xsd:documentation>Order in which FARE TABLE COLUMN HEADING is to appear in a view.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:extension>
Expand Down Expand Up @@ -861,7 +865,7 @@ Rail transport, Roads and Road transport
<xsd:attribute name="id" type="FareTableRowIdType"/>
<xsd:attribute name="order" type="xsd:positiveInteger">
<xsd:annotation>
<xsd:documentation>Order in which FARE TABLE ROW is to appear.</xsd:documentation>
<xsd:documentation>Order in which FARE TABLE ROW is to appear in a view.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:restriction>
Expand All @@ -883,7 +887,7 @@ Rail transport, Roads and Road transport
</xsd:sequence>
<xsd:attribute name="order" type="xsd:positiveInteger">
<xsd:annotation>
<xsd:documentation>Order in which FARE TABLE ROW is to appear.</xsd:documentation>
<xsd:documentation>Order in which FARE TABLE ROW is to appear in a view.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:extension>
Expand Down

0 comments on commit 3a81cbf

Please sign in to comment.