Skip to content

Commit

Permalink
fix 466
Browse files Browse the repository at this point in the history
with including also the stuff that Christophe wrote.
  • Loading branch information
ue71603 committed Dec 12, 2023
1 parent 0df207e commit c146fad
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,12 @@ Rail transport, Roads and Road transport
<xsd:complexContent>
<xsd:extension base="strictContainmentAggregationStructure">
<xsd:sequence>
<xsd:element ref="RouteInstruction" maxOccurs="unbounded">
<xsd:element ref="RouteInstructionRef" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>A reference to an Instruction on how to follow a ROUTE through the network.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="RouteInstruction" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>An Instruction on how to follow a ROUTE through the network.</xsd:documentation>
</xsd:annotation>
Expand Down

0 comments on commit c146fad

Please sign in to comment.