element <ServiceDelivery> (global)
Namespace:
Type:
anonymous complexType (extension of ServiceDeliveryStructure)
Content:
complex, 1 attribute, 21 elements
Defined:
globally in siri.xsd; see XML source
Used:
XML Representation Summary
<ServiceDelivery
   
 = 
xsd:string
   
>
   
Content: 
</ServiceDelivery>
Content model elements (21):
Address (type EndpointAddress), ConnectionMonitoringDistributorDelivery, ConnectionMonitoringFeederDelivery, ConnectionTimetableDelivery, DelegatorAddress (type EndpointAddress), DelegatorRef (type ParticipantRefStructure), ErrorCondition (defined in ServiceDeliveryRequestStatusGroup group), EstimatedTimetableDelivery, FacilityMonitoringDelivery, GeneralMessageDelivery, MoreData (type xsd:boolean), ProducerRef (type ParticipantRefStructure), ProductionTimetableDelivery, RequestMessageRef (type MessageRefStructure), ResponseMessageIdentifier (type MessageQualifierStructure), ResponseTimestamp, SituationExchangeDelivery, Status (type xsd:boolean), StopMonitoringDelivery, StopTimetableDelivery, VehicleMonitoringDelivery
Included in content model of elements (1):
Siri
Known Usage Locations
Annotation
Response from Producer to Consumer to deliver payload data. Either answers a direct ServiceRequest, or asynchronously satisfies a subscription. May be sent directly in one step, or fetched in response to a DataSupply Request.
Anonymous Type Detail
Type Derivation Tree
ResponseStructure (extension)
      ServiceDeliveryStructure (extension)
          complexType
XML Source (see within schema source)
<xsd:element name="ServiceDelivery">
<xsd:annotation>
<xsd:documentation>
Response from Producer to Consumer to deliver payload data. Either answers a direct ServiceRequest, or asynchronously satisfies a subscription. May be sent directly in one step, or fetched in response to a DataSupply Request.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base="ServiceDeliveryStructure"/>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
Attribute Detail (all declarations; 1/1)
srsName
Type:
Use:
optional
Defined:
Default gml coordinate format for eny location elements in response; applies if Coordinates element is used to specify points. May be overridden on individual points.
XML Source (see within schema source)
<xsd:attribute name="srsName" type="SrsNameType">
<xsd:annotation>
<xsd:documentation>
Default gml coordinate format for eny location elements in response; applies if Coordinates element is used to specify points. May be overridden on individual points.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
Content Element Detail (all declarations; 21/21)
Address
Type:
EndpointAddress, simple content
Defined:
Endpoint Address to which acknowledgements to confirm delivery are to be sent.
XML Source (see within schema source)
<xsd:element minOccurs="0" name="Address" type="EndpointAddress">
<xsd:annotation>
<xsd:documentation>
Endpoint Address to which acknowledgements to confirm delivery are to be sent.
</xsd:documentation>
</xsd:annotation>
</xsd:element>

ConnectionMonitoringDistributorDelivery
Type:
Defined:
Delivery for Connection Protection Fetcher Service.
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" ref="ConnectionMonitoringDistributorDelivery">
<xsd:annotation>
<xsd:documentation>
Delivery for Connection Protection Fetcher Service.
</xsd:documentation>
</xsd:annotation>
</xsd:element>

ConnectionMonitoringFeederDelivery
Type:
Defined:
Delivery for Connection Protection Fetcher Service.
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" ref="ConnectionMonitoringFeederDelivery">
<xsd:annotation>
<xsd:documentation>
Delivery for Connection Protection Fetcher Service.
</xsd:documentation>
</xsd:annotation>
</xsd:element>

ConnectionTimetableDelivery
Type:
Defined:
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" ref="ConnectionTimetableDelivery"/>

DelegatorAddress
Type:
EndpointAddress, simple content
Defined:
Address of original Consumer, i.e. requesting system to which delegating response is to be returned. +SIRI 2.0
XML Source (see within schema source)
<xsd:element minOccurs="0" name="DelegatorAddress" type="EndpointAddress">
<xsd:annotation>
<xsd:documentation>
Address of original Consumer, i.e. requesting system to which delegating response is to be returned. +SIRI 2.0
</xsd:documentation>
</xsd:annotation>
</xsd:element>

DelegatorRef
Type:
ParticipantRefStructure, simple content
Defined:
Identifier of delegating system that originated message. +SIRI 2.0
XML Source (see within schema source)
<xsd:element minOccurs="0" name="DelegatorRef" type="ParticipantRefStructure">
<xsd:annotation>
<xsd:documentation>
Identifier of delegating system that originated message. +SIRI 2.0
</xsd:documentation>
</xsd:annotation>
</xsd:element>

ErrorCondition
Type:
anonymous complexType, complex content
Defined:
Description of any error or warning conditions that appluy to the overall request. More Specific error conditions should be included on each request that fails.
XML Source (see within schema source)
<xsd:element minOccurs="0" name="ErrorCondition">
<xsd:annotation>
<xsd:documentation>
Description of any error or warning conditions that appluy to the overall request. More Specific error conditions should be included on each request that fails.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:choice>
<xsd:element ref="CapabilityNotSupportedError"/>
<xsd:element ref="OtherError"/>
</xsd:choice>
<xsd:element minOccurs="0" name="Description" type="ErrorDescriptionStructure">
<xsd:annotation>
<xsd:documentation>Text description of error.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:element>

EstimatedTimetableDelivery
Type:
Defined:
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" ref="EstimatedTimetableDelivery"/>

FacilityMonitoringDelivery
Type:
Defined:
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" ref="FacilityMonitoringDelivery"/>

GeneralMessageDelivery
Type:
Defined:
Delivery for general Message service.
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" ref="GeneralMessageDelivery">
<xsd:annotation>
<xsd:documentation>Delivery for general Message service.</xsd:documentation>
</xsd:annotation>
</xsd:element>

MoreData
Type:
xsd:boolean, predefined, simple content
Default:
"false"
Defined:
Whether there is a further delvery message with more current updates that follows this one. Default is 'false'.
XML Source (see within schema source)
<xsd:element default="false" minOccurs="0" name="MoreData" type="xsd:boolean">
<xsd:annotation>
<xsd:documentation>
Whether there is a further delvery message with more current updates that follows this one. Default is 'false'.
</xsd:documentation>
</xsd:annotation>
</xsd:element>

ProducerRef
Type:
ParticipantRefStructure, simple content
Defined:
Unique identifier of Producer - Participant reference.
XML Source (see within schema source)
<xsd:element minOccurs="0" name="ProducerRef" type="ParticipantRefStructure">
<xsd:annotation>
<xsd:documentation>
Unique identifier of Producer - Participant reference.
</xsd:documentation>
</xsd:annotation>
</xsd:element>

ProductionTimetableDelivery
Type:
Defined:
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" ref="ProductionTimetableDelivery"/>

RequestMessageRef
Type:
MessageRefStructure, simple content
Defined:
Reference to an arbitrary unique identifier associated with the request which gave rise to this response.
XML Source (see within schema source)
<xsd:element minOccurs="0" name="RequestMessageRef" type="MessageRefStructure">
<xsd:annotation>
<xsd:documentation>
Reference to an arbitrary unique identifier associated with the request which gave rise to this response.
</xsd:documentation>
</xsd:annotation>
</xsd:element>

ResponseMessageIdentifier
Type:
Defined:
An arbitrary unique reference associated with the response which may be used to reference it.
XML Source (see within schema source)
<xsd:element minOccurs="0" name="ResponseMessageIdentifier" type="MessageQualifierStructure">
<xsd:annotation>
<xsd:documentation>
An arbitrary unique reference associated with the response which may be used to reference it.
</xsd:documentation>
</xsd:annotation>
</xsd:element>

ResponseTimestamp
Type:
xsd:dateTime, predefined, simple content
Defined:
by reference within ResponseStructure complexType
XML Source (see within schema source)
<xsd:element ref="ResponseTimestamp"/>

SituationExchangeDelivery
Type:
Defined:
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" ref="SituationExchangeDelivery"/>

Status
Type:
xsd:boolean, predefined, simple content
Default:
"true"
Defined:
Whether the complerte request could be processed successfully or not. Default is 'true'. If any of the individual requests within the delivery failed, should be set to ' false'.
XML Source (see within schema source)
<xsd:element default="true" minOccurs="0" name="Status" type="xsd:boolean">
<xsd:annotation>
<xsd:documentation>
Whether the complerte request could be processed successfully or not. Default is 'true'. If any of the individual requests within the delivery failed, should be set to ' false'.
</xsd:documentation>
</xsd:annotation>
</xsd:element>

StopMonitoringDelivery
Type:
Defined:
Delviery for Stop Event service.
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" ref="StopMonitoringDelivery">
<xsd:annotation>
<xsd:documentation>Delviery for Stop Event service.</xsd:documentation>
</xsd:annotation>
</xsd:element>

StopTimetableDelivery
Type:
Defined:
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" ref="StopTimetableDelivery"/>

VehicleMonitoringDelivery
Type:
Defined:
Delviery for Vehicle Activity Service.
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" ref="VehicleMonitoringDelivery">
<xsd:annotation>
<xsd:documentation>Delviery for Vehicle Activity Service.</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/