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

Obsolete code in OJP_RequestSupport.xsd #294

Merged
merged 7 commits into from
Jan 20, 2023
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
61 changes: 0 additions & 61 deletions OJP/OJP_RequestSupport.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -81,25 +81,6 @@
</xs:element>
</xs:sequence>
</xs:group>
<xs:group name="SubscriptionRequestContextGroup">
<xs:annotation>
<xs:documentation>Generic context for all subscription requests.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="DataFrameRef" type="siri:DataFrameRefStructure" minOccurs="0">
<xs:annotation>
<xs:documentation>identifier of the set of data being used by an information system, which allows a comparison to be made with the versions of data being used by overlapping systems. </xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Language" type="xs:language" default="en" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Preferred language in which to return text values.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:group ref="MessageIntegrityPropertiesGroup"/>
<xs:element name="Extension" type="xs:anyType" minOccurs="0"/>
</xs:sequence>
</xs:group>
<xs:annotation>
<xs:documentation>========================================== Request definitions ==========================================</xs:documentation>
</xs:annotation>
Expand All @@ -113,48 +94,6 @@
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name="AbstractOJPSubscriptionRequestStructure">
<xs:annotation>
<xs:documentation>Basic structure common for all OJP subscription requests.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="siri:AbstractSubscriptionRequestStructure">
<xs:group ref="SubscriptionRequestContextGroup"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:group name="DeliveryRequestGroup">
<xs:annotation>
<xs:documentation>Wrapper for SIRI delivery request group.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:group ref="siri:DeliveryRequestGroup"/>
</xs:sequence>
</xs:group>
<xs:group name="StatusRequestGroup">
<xs:annotation>
<xs:documentation>Wrapper for SIRI status request group.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:group ref="siri:StatusRequestGroup"/>
</xs:sequence>
</xs:group>
<xs:element name="TerminateSubscriptionRequest" type="siri:TerminateSubscriptionRequestStructure">
<xs:annotation>
<xs:documentation>Request element for terminating subscriptions (from SIRI).</xs:documentation>
</xs:annotation>
</xs:element>
<xs:annotation>
<xs:documentation>========================================== Response definitions ==========================================</xs:documentation>
</xs:annotation>
<xs:group name="ServiceResponseGroup">
<xs:annotation>
<xs:documentation>Wrapper for SIRI service response group.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:group ref="siri:ServiceResponseGroup"/>
</xs:sequence>
</xs:group>
<xs:annotation>
<xs:documentation>========================================== Collection contexts ==========================================</xs:documentation>
</xs:annotation>
Expand Down
Loading