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

Rename InfoURL to InfoUrl #31

Merged
merged 1 commit into from
Feb 26, 2019
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
4 changes: 2 additions & 2 deletions OJP_Common.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@
</xs:annotation>
</xs:element>
<xs:group ref="SharingServiceUsageGroup" minOccurs="0"/>
<xs:element name="InfoURL" type="WebLinkStructure" minOccurs="0">
<xs:element name="InfoUrl" type="WebLinkStructure" minOccurs="0">
<xs:annotation>
<xs:documentation>Link to web page providing more details on service.</xs:documentation>
</xs:annotation>
Expand Down Expand Up @@ -333,7 +333,7 @@
<xs:documentation>Importance of the attribute.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="InfoURL" type="xs:anyURI" minOccurs="0">
<xs:element name="InfoUrl" type="xs:anyURI" minOccurs="0">
<xs:annotation>
<xs:documentation>URL to additional information on this general attribute. If available, the whole attribute text has to be used as the marked link.</xs:documentation>
</xs:annotation>
Expand Down
2 changes: 1 addition & 1 deletion OJP_JourneySupport.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
</xs:annotation>
</xs:element>
<xs:element name="OrganisationRef" type="siri:OperatorRefStructure" minOccurs="0"/>
<xs:element name="InfoURL" type="WebLinkStructure" minOccurs="0">
<xs:element name="InfoUrl" type="WebLinkStructure" minOccurs="0">
<xs:annotation>
<xs:documentation>Link to web page providing more details on service.</xs:documentation>
</xs:annotation>
Expand Down