Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simplify element names #217

Merged
merged 6 commits into from
Aug 30, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions OJP/OJP_PlaceSupport.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -222,12 +222,12 @@
<xs:documentation>[corresponds to POINT OF INTEREST in TMv6 with related information] type of PLACE to or through which passengers may wish to navigate as part of their journey and which is modelled in detail by journey planners. </xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="PointOfInterestCode" type="PointOfInterestCodeType">
<xs:element name="PublicCode" type="PointOfInterestCodeType">
<xs:annotation>
<xs:documentation>ID of this Point of Interest.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="PointOfInterestName" type="InternationalTextStructure">
<xs:element name="Name" type="InternationalTextStructure">
<xs:annotation>
<xs:documentation>Name or description of point of interest for use in passenger information.</xs:documentation>
</xs:annotation>
Expand Down Expand Up @@ -366,7 +366,7 @@
<xs:documentation>descriptive data associated with a PLACE that can be used to describe the unique geographical context of a PLACE for the purposes of identifying it. May be refined as either a ROAD ADDRESS, a POSTAL ADDRESS or both</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="AddressCode" type="AddressCodeType">
<xs:element name="PublicCode" type="AddressCodeType">
<xs:annotation>
<xs:documentation>ID of this address.</xs:documentation>
</xs:annotation>
Expand All @@ -376,7 +376,7 @@
<xs:documentation>Code of this address in private/foreign/proprietary coding schemes.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="AddressName" type="InternationalTextStructure">
<xs:element name="Name" type="InternationalTextStructure">
<xs:annotation>
<xs:documentation>Name or description of address for use in passenger information.</xs:documentation>
</xs:annotation>
Expand Down
Loading