Skip to content
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 @@ -406,16 +406,19 @@ Rail transport, Roads and Road transport
</xsd:group>
<xsd:group name="LinePropertiesGroup">
<xsd:annotation>
<xsd:documentation>Property Elements of a LINE.</xsd:documentation>
<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:documentation>A line should always have an AUTHORITY, even when the information is provided in a ResponsibilitySet.</xsd:documentation>
</xsd:annotation>
<xsd:element ref="AuthorityRef"/>
<xsd:element ref="OperatorRef"/>
</xsd:choice>
</xsd:element>
<xsd:element ref="OperatorRef" minOccurs="0">
<xsd:annotation>
<xsd:documentation>An OPERATOR should be set, even when the same as the AUTHORITY. In some cases OPERATOR or AUTHORITY are managed through a ResponsibilitySet. However, for compatibility OperatorRef and AuthorityRef still should be filled in.</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