Skip to content
Closed
Changes from 1 commit
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
15 changes: 9 additions & 6 deletions xsd/netex_part_1/part1_networkDescription/netex_line_version.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -415,13 +415,16 @@ Rail transport, Roads and Road transport
<xsd:documentation>Property Elements of a LINE.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:choice minOccurs="0">
<xsd:element ref="AuthorityRef" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Primary OPERATOR of LINE.</xsd:documentation>
</xsd:annotation>
<xsd:element ref="AuthorityRef"/>
<xsd:element ref="OperatorRef"/>
</xsd:choice>
<xsd:documentation>A line can only have no Authority when this information is provided in a ResponsibilitySet.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="OperatorRef" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Operators should be set, even when the same as the Authority. Can be omitted when provided via ResponsibilitySet</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="additionalOperators" type="transportOrganisationRefs_RelStructure" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Additional OPERATORs for LINE.</xsd:documentation>
Expand Down