XML Schema "siri_situationServiceTypes-v1.0.xsd"
Target Namespace:
http://www.siri.org.uk/siri
Version:
1.0
Defined Components:
elements (7 global), simpleTypes (7)
Default Namespace-Qualified Form:
Local Elements: qualified; Local Attributes: unqualified
Schema Location:
C:\Users\Tony\eclipse_workspace\siri-20-java\xsd\siri_model\siri_situationServiceTypes-v1.0.xsd; see XML source
Included in Schemas (2):
siri_situation-v2.0.xsd [src], siri_situationAffects-v2.0.xsd [src]
All Element Summary
BookingStatusType
Booking Status - Tpeg Report Type pti24.
Type:
Content:
simple
Defined:
globally; see XML source
Used:
never
InterchangeStatusType
Status of a SERVICE JOURNEY INTERCHANGE Status TPEG cross reference pti31.
Type:
Content:
simple
Defined:
globally; see XML source
Used:
ReportType
Scope of incident - Tpeg Report Type pti27.
Type:
Content:
simple
Defined:
globally; see XML source
Used:
RoutePointType
Route point type Tpeg Report Type pti15.
Type:
Content:
simple
Defined:
globally; see XML source
Used:
never
StopPointType
STOP POINT type Tpeg Report Type pti17.
Type:
Content:
simple
Defined:
globally; see XML source
Used:
never
TicketRestrictionType
Ticket restrictions - Tpeg Report Type pti25.
Type:
Content:
simple
Defined:
globally; see XML source
Used:
never
TimetableType
Timetable type - Tpeg pti33.
Type:
Content:
simple
Defined:
globally; see XML source
Used:
never
Simple Type Summary
Values for TBookingStatus TPEG pti_table 24.
Defined:
globally; see XML source
Used:
Values for Interchange Status TPEG cross reference pti_table 31.
Defined:
globally; see XML source
Used:
Values for Report Type TPEG pti_table 27.
Defined:
globally; see XML source
Used:
route_point_type TPEG pti_table15.
Defined:
globally; see XML source
Used:
Values for TBookingStatus TPEG pti_table17.
Defined:
globally; see XML source
Used:
Values for TicketRestrictionTypeTPEG pti_table 25.
Defined:
globally; see XML source
Used:
Values for timetable type TPEG pti_table 33.
Defined:
globally; see XML source
Used:
XML Source
<?xml version="1.0" encoding="UTF-8"?>
<xsd:schema attributeFormDefault="unqualified" elementFormDefault="qualified" id="siri_situationServiceType" targetNamespace="http://www.siri.org.uk/siri" version="1.0" xmlns="http://www.siri.org.uk/siri" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<xsd:annotation>
<xsd:appinfo>
<Metadata xmlns="http://www.govtalk.gov.uk/CM/gms-xs">
<Aggregation>main schema</Aggregation>
<Audience>e-service developers</Audience>
<Contributor>Add names</Contributor>
<Coverage>Europe</Coverage>
<Creator>
&gt;Drafted for version 1.0 Kizoom Incident Schema Nicholas Knowles, Kizoom. mailto:schemer@kizoom.org.uk
</Creator>
<Date>
<Created>2004-09-29</Created>
</Date>
<Date>
<Modified>2004-10-01</Modified>
</Date>
<Date>
<Modified>2007-05-14</Modified>
</Date>
<Description>
<p>
SIRI-SX is an XML schema for the exchange of structured incidents. This subschema describes reason codes
</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/standards/siri/schema/2.0/xsd/siri_model/}siri_situationServiceTypes-v1.0.xsd
</Identifier>
<Language>[ISO 639-2/B] ENG</Language>
<Publisher>Kizoom, 109-123 Clifton Street, London EC4A 4LD</Publisher>
<Relation/>
<Rights>
Unclassified
<Copyright>Kizoom 2000-2007, CEN 2009-2012</Copyright>
</Rights>
<Source>
<ul>
<li>
Schema derived Derived from the Kizoom XTIS schema
</li>
<li>Derived from the TPEG Categories schema</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>Xml Schema for PT Incidents. Service subschema</Title>
<Type>Standard</Type>
</Metadata>
</xsd:appinfo>
</xsd:annotation>
<!-- ======================================================================= -->
<!-- ==ReporType================================= -->
<xsd:element default="unknown" name="ReportType" type="ReportTypeEnumeration">
<xsd:annotation>
<xsd:documentation>Scope of incident - Tpeg Report Type pti27.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:simpleType name="ReportTypeEnumeration">
<xsd:annotation>
<xsd:documentation>Values for Report Type TPEG pti_table 27.</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:NMTOKEN">
<xsd:enumeration value="27_0"/>
<xsd:enumeration value="unknown"/>
<xsd:enumeration value="27_1"/>
<xsd:enumeration value="incident"/>
<xsd:enumeration value="27_1_Alias_1"/>
<xsd:enumeration value="general"/>
<xsd:enumeration value="2_27_1_Alias_2"/>
<xsd:enumeration value="operator"/>
<xsd:enumeration value="2_27_1_Alias_3"/>
<xsd:enumeration value="network"/>
<xsd:enumeration value="27_3"/>
<xsd:enumeration value="route"/>
<xsd:enumeration value="27_2"/>
<xsd:enumeration value="stationTerminal"/>
<xsd:enumeration value="27_2_Alias_1"/>
<xsd:enumeration value="stopPoint"/>
<xsd:enumeration value="27_2_Alias_2"/>
<xsd:enumeration value="connectionLink"/>
<xsd:enumeration value="27_2_Alias_3"/>
<xsd:enumeration value="point"/>
<xsd:enumeration value="27_4"/>
<xsd:enumeration value="individualService"/>
<xsd:enumeration value="27_255"/>
<xsd:enumeration value="undefined"/>
</xsd:restriction>
</xsd:simpleType>
<!-- ==Interchange Status Type================================= -->
<xsd:element default="unknown" name="InterchangeStatusType" type="InterchangeStatusEnumeration">
<xsd:annotation>
<xsd:documentation>
Status of a SERVICE JOURNEY INTERCHANGE Status TPEG cross reference pti31.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:simpleType name="InterchangeStatusEnumeration">
<xsd:annotation>
<xsd:documentation>
Values for Interchange Status TPEG cross reference pti_table 31.
</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:NMTOKEN">
<xsd:enumeration value="pti31_0"/>
<xsd:enumeration value="unknown"/>
<xsd:enumeration value="pti31_1"/>
<xsd:enumeration value="connection"/>
<xsd:enumeration value="pti31_2"/>
<xsd:enumeration value="replacement"/>
<xsd:enumeration value="pti31_3"/>
<xsd:enumeration value="alternative"/>
<xsd:enumeration value="pti31_4"/>
<xsd:enumeration value="connectionNotHeld"/>
<xsd:enumeration value="pti31_5"/>
<xsd:enumeration value="connectionHeld"/>
<xsd:enumeration value="pti31_6"/>
<xsd:enumeration value="statusOfConenctionUndecided"/>
<xsd:enumeration value="pti31_255"/>
<xsd:enumeration value="undefinedCrossReferenceInformation"/>
</xsd:restriction>
</xsd:simpleType>
<!-- ==Ticket Restriction Type================================= -->
<xsd:element default="unknown" name="TicketRestrictionType" type="TicketRestrictionEnumeration">
<xsd:annotation>
<xsd:documentation>Ticket restrictions - Tpeg Report Type pti25.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:simpleType name="TicketRestrictionEnumeration">
<xsd:annotation>
<xsd:documentation>
Values for TicketRestrictionTypeTPEG pti_table 25.
</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:NMTOKEN">
<xsd:enumeration value="pti25_0"/>
<xsd:enumeration value="unknown"/>
<xsd:enumeration value="pti25_1"/>
<xsd:enumeration value="allTicketClassesValid"/>
<xsd:enumeration value="pti25_2"/>
<xsd:enumeration value="fullFareOnly"/>
<xsd:enumeration value="pti25_3"/>
<xsd:enumeration value="certainTicketsOnly"/>
<xsd:enumeration value="pti25_4"/>
<xsd:enumeration value="ticketWithReservation"/>
<xsd:enumeration value="pti25_5"/>
<xsd:enumeration value="specialFare"/>
<xsd:enumeration value="pti25_6"/>
<xsd:enumeration value="onlyTicketsOfSpecifiedOperator"/>
<xsd:enumeration value="pti25_7"/>
<xsd:enumeration value="noRestrictions"/>
<xsd:enumeration value="pti25_8"/>
<xsd:enumeration value="noOffPeakTickets"/>
<xsd:enumeration value="pti25_9"/>
<xsd:enumeration value="noWeekendReturnTickets"/>
<xsd:enumeration value="pti25_10"/>
<xsd:enumeration value="noReducedFareTickets"/>
<xsd:enumeration value="pti25_255"/>
<xsd:enumeration value="unknownTicketRestriction"/>
</xsd:restriction>
</xsd:simpleType>
<!-- ==Booking Status Type================================= -->
<xsd:element default="unknown" name="BookingStatusType" type="BookingStatusEnumeration">
<xsd:annotation>
<xsd:documentation>Booking Status - Tpeg Report Type pti24.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:simpleType name="BookingStatusEnumeration">
<xsd:annotation>
<xsd:documentation>Values for TBookingStatus TPEG pti_table 24.</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:NMTOKEN">
<xsd:enumeration value="pti24_0"/>
<xsd:enumeration value="unknown"/>
<xsd:enumeration value="pti17_1"/>
<xsd:enumeration value="available"/>
<xsd:enumeration value="pti24_2"/>
<xsd:enumeration value="limited"/>
<xsd:enumeration value="pti24_3"/>
<xsd:enumeration value="veryLimited"/>
<xsd:enumeration value="pti24_4"/>
<xsd:enumeration value="full"/>
<xsd:enumeration value="pti24_5"/>
<xsd:enumeration value="waitingList"/>
<xsd:enumeration value="pti24_6"/>
<xsd:enumeration value="noBookingRequired"/>
<xsd:enumeration value="pti24_7"/>
<xsd:enumeration value="bookingRequired"/>
<xsd:enumeration value="pti24_8"/>
<xsd:enumeration value="bookingOptional"/>
<xsd:enumeration value="pti24_255"/>
<xsd:enumeration value="undefinedBookingInformation"/>
</xsd:restriction>
</xsd:simpleType>
<!-- ==STOP POINT Type================================= -->
<xsd:element default="unknown" name="StopPointType" type="StopPointTypeEnumeration">
<xsd:annotation>
<xsd:documentation>STOP POINT type Tpeg Report Type pti17.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:simpleType name="StopPointTypeEnumeration">
<xsd:annotation>
<xsd:documentation>Values for TBookingStatus TPEG pti_table17.</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:NMTOKEN">
<xsd:enumeration value="pti17_0"/>
<xsd:enumeration value="unknown"/>
<xsd:enumeration value="pti17_1"/>
<xsd:enumeration value="platformNumber"/>
<xsd:enumeration value="pti17_2"/>
<xsd:enumeration value="terminalGate"/>
<xsd:enumeration value="pti17_3"/>
<xsd:enumeration value="ferryBerth"/>
<xsd:enumeration value="pti17_4"/>
<xsd:enumeration value="harbourPier"/>
<xsd:enumeration value="pti17_5"/>
<xsd:enumeration value="landingStage"/>
<xsd:enumeration value="pti17_6"/>
<xsd:enumeration value="busStop"/>
<xsd:enumeration value="pti17_255"/>
<xsd:enumeration value="undefinedBookingInformation"/>
</xsd:restriction>
</xsd:simpleType>
<!-- ==Route point Type================================= -->
<xsd:element default="unknown" name="RoutePointType" type="RoutePointTypeEnumeration">
<xsd:annotation>
<xsd:documentation>Route point type Tpeg Report Type pti15.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:simpleType name="RoutePointTypeEnumeration">
<xsd:annotation>
<xsd:documentation>route_point_type TPEG pti_table15.</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:NMTOKEN">
<xsd:enumeration value="pti15_0"/>
<xsd:enumeration value="unknown"/>
<xsd:enumeration value="pti15_1"/>
<xsd:enumeration value="startPoint"/>
<xsd:enumeration value="pti15_2"/>
<xsd:enumeration value="destination"/>
<xsd:enumeration value="pti15_3"/>
<xsd:enumeration value="stop"/>
<xsd:enumeration value="pti15_4"/>
<xsd:enumeration value="via"/>
<xsd:enumeration value="pti15_5"/>
<xsd:enumeration value="notStopping"/>
<xsd:enumeration value="pti15_6"/>
<xsd:enumeration value="temporaryStop"/>
<xsd:enumeration value="pti15_7"/>
<xsd:enumeration value="temporarilyNotStopping"/>
<xsd:enumeration value="pti15_8"/>
<xsd:enumeration value="exceptionalStop"/>
<xsd:enumeration value="pti15_9"/>
<xsd:enumeration value="additionalStop"/>
<xsd:enumeration value="pti15_10"/>
<xsd:enumeration value="requestStop"/>
<xsd:enumeration value="pti15_11"/>
<xsd:enumeration value="frontTrainDestination"/>
<xsd:enumeration value="pti15_12"/>
<xsd:enumeration value="rearTrainDestination"/>
<xsd:enumeration value="pti15_13"/>
<xsd:enumeration value="throughServiceDestination"/>
<xsd:enumeration value="pti15_14"/>
<xsd:enumeration value="notVia"/>
<xsd:enumeration value="pti15_15"/>
<xsd:enumeration value="alteredStartPoint"/>
<xsd:enumeration value="pti15_16"/>
<xsd:enumeration value="alteredDestination"/>
<xsd:enumeration value="pti15_255"/>
<xsd:enumeration value="undefinedRoutePoint"/>
</xsd:restriction>
</xsd:simpleType>
<!-- ==STOP POINT Type================================= -->
<xsd:element default="unknown" name="TimetableType" type="TimetableTypeEnumeration">
<xsd:annotation>
<xsd:documentation>Timetable type - Tpeg pti33.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:simpleType name="TimetableTypeEnumeration">
<xsd:annotation>
<xsd:documentation>Values for timetable type TPEG pti_table 33.</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:NMTOKEN">
<xsd:enumeration value="pti33_0"/>
<xsd:enumeration value="unknown"/>
<xsd:enumeration value="pti33_1"/>
<xsd:enumeration value="winter"/>
<xsd:enumeration value="pti33_2"/>
<xsd:enumeration value="spring"/>
<xsd:enumeration value="pti33_3"/>
<xsd:enumeration value="summer"/>
<xsd:enumeration value="pti33_4"/>
<xsd:enumeration value="autumn"/>
<xsd:enumeration value="pti33_5"/>
<xsd:enumeration value="special"/>
<xsd:enumeration value="pti33_6"/>
<xsd:enumeration value="emergency"/>
<xsd:enumeration value="pti33_255"/>
<xsd:enumeration value="undefinedTimetableType"/>
</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/