Skip to content

Commit

Permalink
fixing minOccurs
Browse files Browse the repository at this point in the history
  • Loading branch information
ue71603 committed Sep 28, 2024
1 parent 2827d77 commit ac32903
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -231,12 +231,12 @@ Rail transport, Roads and Road transport
<xsd:documentation>STOP PLACE to which SCHEDULED STOP POINT is to be assigned.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="QuayRef">
<xsd:element ref="QuayRef" minOccurs="0">
<xsd:annotation>
<xsd:documentation>QUAY to which SCHEDULED STOP POINT is to be assigned.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="BoardingPositionRef">
<xsd:element ref="BoardingPositionRef" minOccurs="0">
<xsd:annotation>
<xsd:documentation>BOARDING POSITION to which SCHEDULED STOP POINT is to be assigned.</xsd:documentation>
</xsd:annotation>
Expand Down

0 comments on commit ac32903

Please sign in to comment.