XML Schema "siri_request_support-v2.0.xsd"
Target Namespace:
http://www.siri.org.uk/siri
Version:
2.0
Defined Components:
elements (4 global), complexTypes (7), simpleTypes (5)
Default Namespace-Qualified Form:
Local Elements: qualified; Local Attributes: unqualified
Schema Location:
C:\Users\Tony\eclipse_workspace\siri-20-java\xsd\siri\siri_request_support-v2.0.xsd; see XML source
Includes Schemas (1):
siri_participant-v2.0.xsd [src]
Included in Schemas (1):
siri_request_errorConditions-v2.0.xsd [src]
Annotation
SIRI Common Framework basic identifier types.
All Element Summary
IncludeTranslations
Whether additional translations of text names are to be included in elements.
Type:
xsd:boolean
Content:
simple
Defined:
globally; see XML source
Used:
at 11 locations
RequestorRef
Reference to a requestor - Participant Code.
Type:
Content:
simple
Defined:
globally; see XML source
Used:
RequestTimestamp
Timestamp on request.
Type:
xsd:dateTime
Content:
simple
Defined:
globally; see XML source
Used:
ResponseTimestamp
Time individual response element was created.
Type:
xsd:dateTime
Content:
simple
Defined:
globally; see XML source
Used:
Complex Type Summary
Type for capability ref.
Content:
simple
Defined:
globally; see XML source
Used:
never
Type for reference to an Item.
Content:
simple
Defined:
globally; see XML source
Used:
Unique identifier of a message within SIRI functional service type and participant.
Content:
simple
Defined:
globally; see XML source
Used:
Type for message ref.
Content:
simple
Defined:
globally; see XML source
Used:
Type Unique identifier of Subscription Filter within Participant.
Content:
simple
Defined:
globally; see XML source
Used:
Type Unique identifier of Subscription Filter within Participant.
Content:
simple
Defined:
globally; see XML source
Used:
never
Type Unique identifier of Subscription within Participant.
Content:
simple
Defined:
globally; see XML source
Used:
Simple Type Summary
Type for capability code.
Defined:
globally; see XML source
Used:
Enumeration of communications transport method usage.
Defined:
globally; see XML source
Used:
Enumeration of compression usage.
Defined:
globally; see XML source
Used:
Type for a endpoint.
Defined:
globally; see XML source
Used:
at 12 locations
Type for identifier of an Item.
Defined:
globally; see XML source
Used:
XML Source
<?xml version="1.0" encoding="UTF-8"?>
<xsd:schema attributeFormDefault="unqualified" elementFormDefault="qualified" id="siri_requests" targetNamespace="http://www.siri.org.uk/siri" version="2.0" xmlns="http://www.siri.org.uk/siri" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<xsd:include schemaLocation="../siri_utility/siri_participant-v2.0.xsd"/>
<xsd:annotation>
<xsd:appinfo>
<Metadata xmlns="http://www.govtalk.gov.uk/CM/gms-xs">
<Aggregation>main schema</Aggregation>
<Audience>e-service developers</Audience>
<Contributor>CEN TC278 WG3 SG7 Team</Contributor>
<Coverage>Europe</Coverage>
<Creator>
First drafted for version 1.0 CEN TC278 WG3 SG7 Editor Nicholas Knowles, Kizoom. mailto:schemer@siri.org.uk
</Creator>
<Date>
<Created>2012-03-29</Created>
</Date>
<Date>
<Modified>2012-03-23</Modified>
+SIRI v2.0

Add error number to Error structure
Factor our from siri_request packaged
Relax typing on NotifcationRef to be normalized string
</Date>
<Description>
<p>
SIRI is a European CEN standard for the exchange of real-time information. This subschema defines common request processing identfiier types
</p>
</Description>
<Format>
<MediaType>text/xml</MediaType>
<Syntax>http://www.w3.org/2001/XMLSchema</Syntax>
<Description>XML schema, W3C Recommendation 2001</Description>
</Format>
<Identifier>
{http://www.siri.org.uk/schema/2.0/xsd/siri/}siri_request_support-v2.0.xsd
</Identifier>
<Language>[ISO 639-2/B] ENG</Language>
<Publisher>Kizoom, 109-123 Clifton Street, London EC4A 4LD</Publisher>
<Relation>
<Requires>
http://www.siri.org.uk/schema/2.0/xsd/siri_utility/siri_types-v2.0.xsd
</Requires>
</Relation>
<Rights>
Unclassified
<Copyright>CEN, VDV, RTIG 2004-2012</Copyright>
</Rights>
<Source>
<ul>
<li>Derived from the SIRI 1.0 standards.</li>
</ul>
</Source>
<Status>Version 2.0 Draft</Status>
<Subject>
<Category>
Arts, recreation and travel, Tourism, Travel (tourism), Transport,
Air transport, Airports,
Ports and maritime transport, Ferries (marine),
Public transport, Bus services, Coach services, Bus stops and stations,
Rail transport, Railway stations and track, Train services, Underground trains,
Business and industry, Transport, Air transport, Ports and maritime transport, Public transport,
Rail transport, Roads and road transport
</Category>
<Project>CEN TC278 WG3 SG7</Project>
</Subject>
<Title>SIRI XML schema. Common Request identifier types</Title>
<Type>Standard</Type>
</Metadata>
</xsd:appinfo>
<xsd:documentation>SIRI Common Framework basic identifier types.</xsd:documentation>
</xsd:annotation>
<!-- ======================================================================= -->
<!-- ======================================================================= -->
<xsd:complexType name="MessageQualifierStructure">
<xsd:annotation>
<xsd:documentation>
Unique identifier of a message within SIRI functional service type and participant.
</xsd:documentation>
</xsd:annotation>
<xsd:simpleContent>
<xsd:extension base="xsd:normalizedString"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="MessageRefStructure">
<xsd:annotation>
<xsd:documentation>Type for message ref.</xsd:documentation>
</xsd:annotation>
<xsd:simpleContent>
<xsd:extension base="MessageQualifierStructure"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="SubscriptionQualifierStructure">
<xsd:annotation>
<xsd:documentation>
Type Unique identifier of Subscription within Participant.
</xsd:documentation>
</xsd:annotation>
<xsd:simpleContent>
<xsd:extension base="xsd:NMTOKEN"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="SubscriptionFilterStructure">
<xsd:annotation>
<xsd:documentation>
Type Unique identifier of Subscription Filter within Participant.
</xsd:documentation>
</xsd:annotation>
<xsd:simpleContent>
<xsd:extension base="xsd:NMTOKEN"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="SubscriptionFilterRefStructure">
<xsd:annotation>
<xsd:documentation>
Type Unique identifier of Subscription Filter within Participant.
</xsd:documentation>
</xsd:annotation>
<xsd:simpleContent>
<xsd:extension base="xsd:NMTOKEN"/>
</xsd:simpleContent>
</xsd:complexType>
<!-- ======================================================================= -->
<xsd:element name="RequestTimestamp" type="xsd:dateTime">
<xsd:annotation>
<xsd:documentation>Timestamp on request.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="RequestorRef" type="ParticipantRefStructure">
<xsd:annotation>
<xsd:documentation>Reference to a requestor - Participant Code.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:simpleType name="EndpointAddress">
<xsd:annotation>
<xsd:documentation>Type for a endpoint.</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:anyURI"/>
</xsd:simpleType>
<xsd:element name="ResponseTimestamp" type="xsd:dateTime">
<xsd:annotation>
<xsd:documentation>Time individual response element was created.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<!-- ============WSDL========================================================= -->
<xsd:simpleType name="ItemIdentifierType">
<xsd:annotation>
<xsd:documentation>
Type for identifier of an Item. A transient reference for efficient handling of events.
</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:NMTOKEN"/>
</xsd:simpleType>
<xsd:complexType name="ItemRefStructure">
<xsd:annotation>
<xsd:documentation>Type for reference to an Item.</xsd:documentation>
</xsd:annotation>
<xsd:simpleContent>
<xsd:extension base="ItemIdentifierType"/>
</xsd:simpleContent>
</xsd:complexType>
<!-- ======================================================================= -->
<xsd:element name="IncludeTranslations" type="xsd:boolean">
<xsd:annotation>
<xsd:documentation>
Whether additional translations of text names are to be included in elements. If false, then only one element should be returned. Default is false.

Where multiple values are returned The first element returned ill be used as the default value.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<!-- ======================================================================= -->
<xsd:complexType name="CapabilityRefStructure">
<xsd:annotation>
<xsd:documentation>Type for capability ref.</xsd:documentation>
</xsd:annotation>
<xsd:simpleContent>
<xsd:extension base="CapabilityCodeType"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:simpleType name="CapabilityCodeType">
<xsd:annotation>
<xsd:documentation>Type for capability code.</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:NMTOKEN"/>
</xsd:simpleType>
<!-- ==== Enums =================================== -->
<xsd:annotation>
<xsd:documentation>
Enumeration of communications transport method usage.
</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:NMTOKEN">
<xsd:enumeration value="httpPost"/>
<xsd:enumeration value="other"/>
<xsd:enumeration value="wsdlSoap"/>
<xsd:enumeration value="wsdlSoapDocumentLiteral"/>
<xsd:enumeration value="httpUrlJSON"/>
<xsd:enumeration value="httpUrlProtoBuffers"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="CompressionMethodEnumeration">
<xsd:annotation>
<xsd:documentation>Enumeration of compression usage.</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:NMTOKEN">
<xsd:enumeration value="gzip"/>
<xsd:enumeration value="none"/>
<xsd:enumeration value="other"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:schema>

This XML schema documentation has been generated with DocFlex/XML 1.9.5 using DocFlex/XML XSDDoc 2.8.1 template set.
DocFlex/XML is a tool for programming and running highly sophisticated documentation and reports generators by the data obtained from any kind of XML files. The actual doc-generators are implemented in the form of special templates that are designed visually using a high-quality Template Designer GUI basing on the XML schema (or DTD) files describing the data source XML.
DocFlex/XML XSDDoc is a commercial template application of DocFlex/XML that implements a high-quality XML Schema documentation generator with simultaneous support of framed multi-file HTML, single-file HTML and RTF output formats. (More formats are planned in the future).
A commercial license for "DocFlex/XML XSDDoc" will allow you:
  • To configure the generated documentation so much as you want. Thanks to our template technology, it was possible to support > 400 template parameters, which work the same as "options" of ordinary doc-generators. The parameters are organized in nested groups, which form a parameter tree. Most of them have their default values calculated dynamically from a few primary parameters. So, you'll never need to specify all of them. That will give you swift and effective control over the generated content!
  • To use certain features disabled in the free mode (such as the full documenting of substitution groups).
  • To select only the initial, imported, included, redefined XML schemas to be documented or only those directly specified by name.
  • To include only XML schema components specified by name.
  • To document local element components both globally and locally (similar to attributes).
  • To allow/suppress unification of local elements by type.
  • To enable/disable reproducing of namespace prefixes.
  • To use PlainDoc.tpl main template to generate all the XML schema documentation in a signle-file form as both HTML and incredible quality RTF output.
  • To format your annotations with XHTML tags and reproduce that formatting both in HTML and RTF output.
  • To insert images in your annotations using XHTML <img> tags (supported both in HTML and RTF output).
  • To remove this very advertisement text!
Once having only such a license, you will be able to run the fully-featured XML schema documentation generator both with DocFlex/XML (Full Edition) and with DocFlex/XML RE, which is a reduced free edition containing only the template interpretor / output generator. No other licenses will be required!
But this is not all. In addition to it, a commercial license for "DocFlex/XML SDK" will allow you to modify the XSDDoc templates themselves as much as you want. You will be able to achieve whatever was impossible to do with the template parameters only. And, of course, you could develop any template applications by your own!
Please note that by purchasing a license for this software, you not only acquire a useful tool, you will also make an important investment in its future development, the results of which you could enjoy later by yourself. Every single your purchase matters and makes a difference for us!
To purchase a license, please follow this link: http://www.filigris.com/shop/