Skip to content

Commit

Permalink
Extensions for services (#92)
Browse files Browse the repository at this point in the history
Added an Extension element of type xsd:any in DatedServiceStructure and ContinousServiceStructure.
  • Loading branch information
ue71603 authored Oct 2, 2020
1 parent 3f87277 commit 5ab3468
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions OJP_JourneySupport.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@
</xs:annotation>
</xs:element>
<xs:element ref="SituationFullRef" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="Extension" type="xs:anyType" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="TripPlaceStructure">
Expand Down Expand Up @@ -370,6 +371,7 @@
</xs:annotation>
</xs:element>
<xs:element ref="SituationFullRef" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="Extension" type="xs:anyType" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
<xs:simpleType name="VehicleProgressEnumeration">
Expand Down

0 comments on commit 5ab3468

Please sign in to comment.