Skip to content

Commit

Permalink
Proposal for #399
Browse files Browse the repository at this point in the history
  • Loading branch information
skinkie committed Dec 4, 2024
1 parent 712bf94 commit 359dcd9
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,17 @@ Rail transport, Roads and Road transport
<xsd:documentation>Identifier of SCHEDULED STOP POINT.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="nameOfRefClass" use="optional" default="ScheduledStopPoint">
<xsd:annotation>
<xsd:documentation>The natural class expected in the reference and alternative options, automatically updated.</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="NameOfClass">
<xsd:enumeration value="ScheduledStopPoint"/>
<xsd:enumeration value="TimingPoint"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
</xsd:restriction>
</xsd:simpleContent>
</xsd:complexType>
Expand Down

0 comments on commit 359dcd9

Please sign in to comment.