complexType "AbstractServiceJourneyInterchangeStructure"
Namespace:
Content:
complex, 18 elements
Abstract:
(cannot be assigned directly to elements used in instance XML documents)
Defined:
Includes:
definitions of 9 elements
Used:
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (18):
Advertised (type xsd:boolean), ConnectionLinkRef (type ConnectionLinkRefStructure), DistributorDepartureStopRef (type StopPointRefStructure), DistributorRef (type ConnectingJourneyRefStructure), DistributorVisitNumber (type VisitNumberType), Extensions, FeederArrivalStopRef (type StopPointRefStructure), FeederRef (type ConnectingJourneyRefStructure), FeederVisitNumber (type VisitNumberType), Guaranteed (type xsd:boolean), InterchangeCode (type InterchangeCodeType), MaximumAutomaticWaitTime (type xsd:duration), MaximumTransferTime (type xsd:duration), MaximumWaitTime (type xsd:duration), MinimumTransferTime (type xsd:duration), StandardTransferTime (type xsd:duration), StandardWaitTime (type xsd:duration), StaySeated (type xsd:boolean)
Known Direct Subtypes (3):
FromServiceJourneyInterchangeStructure, ServiceJourneyInterchangeStructure, ToServiceJourneyInterchangeStructure
All Direct / Indirect Based Elements (2):
FromServiceJourneyInterchange (in DatedCall), ToServiceJourneyInterchange (in DatedCall)
Known Usage Locations
Annotation
A planned SERVICE JOURNEY INTERCHANGE between two journeys. +SIRI v2.0
XML Source (see within schema source)
<xsd:complexType abstract="true" name="AbstractServiceJourneyInterchangeStructure">
<xsd:annotation>
<xsd:documentation>
A planned SERVICE JOURNEY INTERCHANGE between two journeys. +SIRI v2.0
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element minOccurs="0" name="InterchangeCode" type="InterchangeCodeType">
<xsd:annotation>
<xsd:documentation>
Identifier of SERVICE JOURNEY INTERCHANGE. +SIRI v2.0
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="ConnectionLinkRef" type="ConnectionLinkRefStructure">
<xsd:annotation>
<xsd:documentation>
Reference to a physical CONNECTION LINK over which the SERVICE JOURNEY INTERCHANGE takes place. +SIRI v2.0
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="FeederRef" type="ConnectingJourneyRefStructure">
<xsd:annotation>
<xsd:documentation>Reference to a feeder VEHICLE JOURNEY. +SIRI v2.0</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="FeederArrivalStopRef" type="StopPointRefStructure">
<xsd:annotation>
<xsd:documentation>
SCHEDULED STOP POINT at which feeder journey arrives. +SIRI v2.0
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="FeederVisitNumber" type="VisitNumberType">
<xsd:annotation>
<xsd:documentation>
Sequence of visit to Feeder stop within Feeder JOURNEY PATTERN.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="DistributorRef" type="ConnectingJourneyRefStructure">
<xsd:annotation>
<xsd:documentation>Reference to a feeder VEHICLE JOURNEY. +SIRI v2.0</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="DistributorDepartureStopRef" type="StopPointRefStructure">
<xsd:annotation>
<xsd:documentation>
SCHEDULED STOP POINT at which distributor journet departs. +SIRI v2.0
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="DistributorVisitNumber" type="VisitNumberType">
<xsd:annotation>
<xsd:documentation>
Sequence of visit to Distributor stop within Distributor JOURNEY PATTERN.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:group ref="InterchangePropertyGroup"/>
<xsd:group ref="InterchangeTimesGroup"/>
<xsd:element minOccurs="0" ref="Extensions"/>
</xsd:sequence>
</xsd:complexType>
Content Element Detail (all declarations; 18/18)
Advertised
Type:
xsd:boolean, predefined, simple content
Default:
"false"
Defined:
Whether the SERVICE JOURNEY INTERCHANGE is advertised as a connection. Default is 'false'.
XML Source (see within schema source)
<xsd:element default="false" minOccurs="0" name="Advertised" type="xsd:boolean">
<xsd:annotation>
<xsd:documentation>
Whether the SERVICE JOURNEY INTERCHANGE is advertised as a connection. Default is 'false'.
</xsd:documentation>
</xsd:annotation>
</xsd:element>

ConnectionLinkRef
Type:
Defined:
Reference to a physical CONNECTION LINK over which the SERVICE JOURNEY INTERCHANGE takes place. +SIRI v2.0
XML Source (see within schema source)
<xsd:element minOccurs="0" name="ConnectionLinkRef" type="ConnectionLinkRefStructure">
<xsd:annotation>
<xsd:documentation>
Reference to a physical CONNECTION LINK over which the SERVICE JOURNEY INTERCHANGE takes place. +SIRI v2.0
</xsd:documentation>
</xsd:annotation>
</xsd:element>

DistributorDepartureStopRef
Type:
StopPointRefStructure, simple content
Defined:
SCHEDULED STOP POINT at which distributor journet departs. +SIRI v2.0
XML Source (see within schema source)
<xsd:element minOccurs="0" name="DistributorDepartureStopRef" type="StopPointRefStructure">
<xsd:annotation>
<xsd:documentation>
SCHEDULED STOP POINT at which distributor journet departs. +SIRI v2.0
</xsd:documentation>
</xsd:annotation>
</xsd:element>

DistributorRef
Type:
Defined:
Reference to a feeder VEHICLE JOURNEY. +SIRI v2.0
XML Source (see within schema source)
<xsd:element minOccurs="0" name="DistributorRef" type="ConnectingJourneyRefStructure">
<xsd:annotation>
<xsd:documentation>Reference to a feeder VEHICLE JOURNEY. +SIRI v2.0</xsd:documentation>
</xsd:annotation>
</xsd:element>

DistributorVisitNumber
Type:
VisitNumberType, simple content
Defined:
Sequence of visit to Distributor stop within Distributor JOURNEY PATTERN.
XML Source (see within schema source)
<xsd:element minOccurs="0" name="DistributorVisitNumber" type="VisitNumberType">
<xsd:annotation>
<xsd:documentation>
Sequence of visit to Distributor stop within Distributor JOURNEY PATTERN.
</xsd:documentation>
</xsd:annotation>
</xsd:element>

Extensions
Type:
ExtensionsStructure, complex content
Defined:
by reference within (this) AbstractServiceJourneyInterchangeStructure complexType
XML Source (see within schema source)
<xsd:element minOccurs="0" ref="Extensions"/>

FeederArrivalStopRef
Type:
StopPointRefStructure, simple content
Defined:
SCHEDULED STOP POINT at which feeder journey arrives. +SIRI v2.0
XML Source (see within schema source)
<xsd:element minOccurs="0" name="FeederArrivalStopRef" type="StopPointRefStructure">
<xsd:annotation>
<xsd:documentation>
SCHEDULED STOP POINT at which feeder journey arrives. +SIRI v2.0
</xsd:documentation>
</xsd:annotation>
</xsd:element>

FeederRef
Type:
Defined:
Reference to a feeder VEHICLE JOURNEY. +SIRI v2.0
XML Source (see within schema source)
<xsd:element minOccurs="0" name="FeederRef" type="ConnectingJourneyRefStructure">
<xsd:annotation>
<xsd:documentation>Reference to a feeder VEHICLE JOURNEY. +SIRI v2.0</xsd:documentation>
</xsd:annotation>
</xsd:element>

FeederVisitNumber
Type:
VisitNumberType, simple content
Defined:
Sequence of visit to Feeder stop within Feeder JOURNEY PATTERN.
XML Source (see within schema source)
<xsd:element minOccurs="0" name="FeederVisitNumber" type="VisitNumberType">
<xsd:annotation>
<xsd:documentation>
Sequence of visit to Feeder stop within Feeder JOURNEY PATTERN.
</xsd:documentation>
</xsd:annotation>
</xsd:element>

Guaranteed
Type:
xsd:boolean, predefined, simple content
Default:
"false"
Defined:
Whether the SERVICE JOURNEY INTERCHANGE is guaranteed. Default is 'false'; SERVICE JOURNEY INTERCHANGE is not guaranteed.
XML Source (see within schema source)
<xsd:element default="false" minOccurs="0" name="Guaranteed" type="xsd:boolean">
<xsd:annotation>
<xsd:documentation>
Whether the SERVICE JOURNEY INTERCHANGE is guaranteed. Default is 'false'; SERVICE JOURNEY INTERCHANGE is not guaranteed.
</xsd:documentation>
</xsd:annotation>
</xsd:element>

InterchangeCode
Type:
InterchangeCodeType, simple content
Defined:
Identifier of SERVICE JOURNEY INTERCHANGE. +SIRI v2.0
XML Source (see within schema source)
<xsd:element minOccurs="0" name="InterchangeCode" type="InterchangeCodeType">
<xsd:annotation>
<xsd:documentation>
Identifier of SERVICE JOURNEY INTERCHANGE. +SIRI v2.0
</xsd:documentation>
</xsd:annotation>
</xsd:element>

MaximumAutomaticWaitTime
Type:
xsd:duration, predefined, simple content
Defined:
Maximum automatic wait time that Distributor will wait for Feeder for INTERCHANGE. +SIRI v2.0
XML Source (see within schema source)
<xsd:element minOccurs="0" name="MaximumAutomaticWaitTime" type="xsd:duration">
<xsd:annotation>
<xsd:documentation>
Maximum automatic wait time that Distributor will wait for Feeder for INTERCHANGE. +SIRI v2.0
</xsd:documentation>
</xsd:annotation>
</xsd:element>

MaximumTransferTime
Type:
xsd:duration, predefined, simple content
Defined:
Maximum transfer duration for INTERCHANGE. SIRI v2,0
XML Source (see within schema source)
<xsd:element minOccurs="0" name="MaximumTransferTime" type="xsd:duration">
<xsd:annotation>
<xsd:documentation>
Maximum transfer duration for INTERCHANGE. SIRI v2,0
</xsd:documentation>
</xsd:annotation>
</xsd:element>

MaximumWaitTime
Type:
xsd:duration, predefined, simple content
Defined:
Maximum time that Distributor will wait for Feeder for INTERCHANGE. SIRI v1.0
XML Source (see within schema source)
<xsd:element minOccurs="0" name="MaximumWaitTime" type="xsd:duration">
<xsd:annotation>
<xsd:documentation>
Maximum time that Distributor will wait for Feeder for INTERCHANGE. SIRI v1.0
</xsd:documentation>
</xsd:annotation>
</xsd:element>

MinimumTransferTime
Type:
xsd:duration, predefined, simple content
Defined:
Minimum transfer duration for INTERCHANGE. SIRI v2,0
XML Source (see within schema source)
<xsd:element minOccurs="0" name="MinimumTransferTime" type="xsd:duration">
<xsd:annotation>
<xsd:documentation>
Minimum transfer duration for INTERCHANGE. SIRI v2,0
</xsd:documentation>
</xsd:annotation>
</xsd:element>

StandardTransferTime
Type:
xsd:duration, predefined, simple content
Defined:
Standard transfer duration for INTERCHANGE. SIRI v2,0
XML Source (see within schema source)
<xsd:element minOccurs="0" name="StandardTransferTime" type="xsd:duration">
<xsd:annotation>
<xsd:documentation>
Standard transfer duration for INTERCHANGE. SIRI v2,0
</xsd:documentation>
</xsd:annotation>
</xsd:element>

StandardWaitTime
Type:
xsd:duration, predefined, simple content
Defined:
Standard wait time for INTERCHANGE. SIRI v2,0
XML Source (see within schema source)
<xsd:element minOccurs="0" name="StandardWaitTime" type="xsd:duration">
<xsd:annotation>
<xsd:documentation>Standard wait time for INTERCHANGE. SIRI v2,0</xsd:documentation>
</xsd:annotation>
</xsd:element>

StaySeated
Type:
xsd:boolean, predefined, simple content
Default:
"false"
Defined:
Whether the passenger can remain in VEHICLE (i.e. BLOCKlinking). Default is 'false': the passenger must change vehicles for this connection.
XML Source (see within schema source)
<xsd:element default="false" minOccurs="0" name="StaySeated" type="xsd:boolean">
<xsd:annotation>
<xsd:documentation>
Whether the passenger can remain in VEHICLE (i.e. BLOCKlinking). Default is 'false': the passenger must change vehicles for this connection.
</xsd:documentation>
</xsd:annotation>
</xsd:element>

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/