Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ue71603 committed Oct 1, 2024
1 parent 7371a47 commit c63e774
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@
<Language>[ISO 639-2/B] ENG</Language>
<Publisher>Kizoom Software Ltd, 16 High Holborn, London WC1V 6BX</Publisher>
<Rights>Unclassified
<Copyright>CEN, Crown Copyright 2009-2019</Copyright>
</Rights>
<Copyright>CEN, Crown Copyright 2009-2019</Copyright></Rights>
<Source>
<ul>
<li>Derived from the SIRI standards.</li>
Expand Down Expand Up @@ -396,11 +395,11 @@ Rail transport, Roads and Road transport
<xsd:annotation>
<xsd:documentation>Type for a reference to a MODE and SUBMODE.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:simpleContent>
<xsd:extension base="SubmodeRefStructure">
<xsd:attribute name="mode" type="AllVehicleModesOfTransportEnumeration" use="required"/>
</xsd:extension>
</xsd:complexContent>
</xsd:simpleContent>
</xsd:complexType>
<!--======STOP PLACE Types for different modes ======================================================================================-->
<xsd:simpleType name="StopTypeEnumeration">
Expand All @@ -425,4 +424,4 @@ Rail transport, Roads and Road transport
<xsd:enumeration value="other"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:schema>
</xsd:schema>
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<xsd:extension base="containmentAggregationStructure">
<xsd:choice maxOccurs="unbounded">
<xsd:element ref="RestrictedServiceFacilitySetRef"/>
<!-- <xsd:element ref="RestrictedServiceFacilitySet"/> -->
<xsd:element ref="RestrictedServiceFacilitySet"/>
</xsd:choice>
</xsd:extension>
</xsd:complexContent>
Expand All @@ -27,6 +27,7 @@
<xsd:extension base="containmentAggregationStructure">
<xsd:sequence>
<xsd:element ref="RestrictedServiceFacilitySet" maxOccurs="unbounded"/>
<xsd:element ref="RestrictedServiceFacilitySetRef"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
Expand All @@ -47,7 +48,7 @@

<xsd:element name="RestrictedServiceFacilitySet" abstract="false" substitutionGroup="FacilitySet">
<xsd:annotation>
<xsd:documentation>Restricted Service FACILITY. Set of enumerated FACILITY values (Where available names are based on TPEG classifications, augmented with UIC etc.).</xsd:documentation>
<xsd:documentation>Restricted Service FACILITY. The restriction can be an AvailabilityCondition and/or a From - To relation. +v2.0</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:complexContent>
Expand Down

0 comments on commit c63e774

Please sign in to comment.