group "JourneyProgressGroup"
Namespace:
Content:
Defined:
Includes:
definitions of 2 elements
Used:
Complex Content Model
Monitored?, MonitoringError?, InCongestion?, InPanic?, PredictionInaccurate?, DataSource?, ConfidenceLevel?, VehicleLocation?, LocationRecordedAtTime?, Bearing?, ProgressRate?, Velocity?, EngineOn?, Occupancy?, Delay?, ProgressStatus*, VehicleStatus?
Content Model Elements (17):
Bearing (type AbsoluteBearingType), ConfidenceLevel (type QualityIndexEnumeration), DataSource (type xsd:string), Delay (type DurationType), EngineOn (type xsd:boolean), InCongestion (in AffectedVehicle), InPanic (in AffectedVehicle), LocationRecordedAtTime (type xsd:dateTime), Monitored (type xsd:boolean), MonitoringError (type xsd:NMTOKENS), Occupancy (type OccupancyEnumeration), PredictionInaccurate (type xsd:boolean), ProgressRate (type ProgressRateEnumeration), ProgressStatus (type NaturalLanguageStringStructure), VehicleLocation (type LocationStructure), VehicleStatus (type VehicleStatusEnumeration), Velocity (type VelocityType)
Known Usage Locations
Annotation
Elements describing the real-time progress of a monitored VEHICLE JOURNEY.
XML Source (see within schema source)
<xsd:group name="JourneyProgressGroup">
<xsd:annotation>
<xsd:documentation>
Elements describing the real-time progress of a monitored VEHICLE JOURNEY.
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element minOccurs="0" name="Monitored" type="xsd:boolean">
<xsd:annotation>
<xsd:documentation>
Whether there is real-time information available for journey; if not present, not known.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="MonitoringError" type="xsd:NMTOKENS">
<xsd:annotation>
<xsd:documentation>
Condition indicating nature of real-time fault. Present if VEHICLE JOURNEY is normally monitored but temporarily cannot be Monitored for a known reason.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:group ref="ProgressDataQualityGroup"/>
<xsd:group ref="ProgressDataGroup"/>
</xsd:sequence>
</xsd:group>
Content Element Detail (all declarations; 17/17)
Bearing
Type:
AbsoluteBearingType, simple content
Defined:
Bearing in compass degrees in which VEHICLE is heading.
XML Source (see within schema source)
<xsd:element minOccurs="0" name="Bearing" type="AbsoluteBearingType">
<xsd:annotation>
<xsd:documentation>
Bearing in compass degrees in which VEHICLE is heading.
</xsd:documentation>
</xsd:annotation>
</xsd:element>

ConfidenceLevel
Type:
QualityIndexEnumeration, simple content
Default:
"reliable"
Defined:
Confidence QUALITY LEVEL of data. Default is 'reliable'.
XML Source (see within schema source)
<xsd:element default="reliable" minOccurs="0" name="ConfidenceLevel" type="QualityIndexEnumeration">
<xsd:annotation>
<xsd:documentation>
Confidence QUALITY LEVEL of data. Default is 'reliable'.
</xsd:documentation>
</xsd:annotation>
</xsd:element>

DataSource
Type:
xsd:string, predefined, simple content
Defined:
System originating real-time data. Can be used to make judgements of relative quality and accuracy compared to other feeds.
XML Source (see within schema source)
<xsd:element minOccurs="0" name="DataSource" type="xsd:string">
<xsd:annotation>
<xsd:documentation>
System originating real-time data. Can be used to make judgements of relative quality and accuracy compared to other feeds.
</xsd:documentation>
</xsd:annotation>
</xsd:element>

Delay
Type:
DurationType, simple content
Defined:
Delay of VEHICLE against schedule, to a precision in seconds. Early times are shown as negative values.
XML Source (see within schema source)
<xsd:element minOccurs="0" name="Delay" type="DurationType">
<xsd:annotation>
<xsd:documentation>
Delay of VEHICLE against schedule, to a precision in seconds. Early times are shown as negative values.
</xsd:documentation>
</xsd:annotation>
</xsd:element>

EngineOn
Type:
xsd:boolean, predefined, simple content
Default:
"true"
Defined:
Whether the engine of the vehicle is on. Default is 'true' (+SIRI 2.0)
XML Source (see within schema source)
<xsd:element default="true" minOccurs="0" name="EngineOn" type="xsd:boolean">
<xsd:annotation>
<xsd:documentation>
Whether the engine of the vehicle is on. Default is 'true' (+SIRI 2.0)
</xsd:documentation>
</xsd:annotation>
</xsd:element>

InCongestion
Type:
xsd:boolean, predefined, simple content
Defined:
Whether the VEHICLE iis in traffic congestion. If not, present, not known.
XML Source (see within schema source)
<xsd:element minOccurs="0" name="InCongestion" type="xsd:boolean">
<xsd:annotation>
<xsd:documentation>
Whether the VEHICLE iis in traffic congestion. If not, present, not known.
</xsd:documentation>
</xsd:annotation>
</xsd:element>

InPanic
Type:
xsd:boolean, predefined, simple content
Default:
"false"
Defined:
Whether the panic alarm on the VEHICLE is activated. This may lead to indeterminate predictions. If absent, default is 'false'.
XML Source (see within schema source)
<xsd:element default="false" minOccurs="0" name="InPanic" type="xsd:boolean">
<xsd:annotation>
<xsd:documentation>
Whether the panic alarm on the VEHICLE is activated. This may lead to indeterminate predictions. If absent, default is 'false'.
</xsd:documentation>
</xsd:annotation>
</xsd:element>

LocationRecordedAtTime
Type:
xsd:dateTime, predefined, simple content
Defined:
Time at which location was recorded. If not present assume that the recorded at time on the containing delivery.
XML Source (see within schema source)
<xsd:element minOccurs="0" name="LocationRecordedAtTime" type="xsd:dateTime">
<xsd:annotation>
<xsd:documentation>
Time at which location was recorded. If not present assume that the recorded at time on the containing delivery.
</xsd:documentation>
</xsd:annotation>
</xsd:element>

Monitored
Type:
xsd:boolean, predefined, simple content
Defined:
locally within (this) JourneyProgressGroup group
Whether there is real-time information available for journey; if not present, not known.
XML Source (see within schema source)
<xsd:element minOccurs="0" name="Monitored" type="xsd:boolean">
<xsd:annotation>
<xsd:documentation>
Whether there is real-time information available for journey; if not present, not known.
</xsd:documentation>
</xsd:annotation>
</xsd:element>

MonitoringError
Type:
xsd:NMTOKENS, predefined, simple content
Defined:
locally within (this) JourneyProgressGroup group
Condition indicating nature of real-time fault. Present if VEHICLE JOURNEY is normally monitored but temporarily cannot be Monitored for a known reason.
XML Source (see within schema source)
<xsd:element minOccurs="0" name="MonitoringError" type="xsd:NMTOKENS">
<xsd:annotation>
<xsd:documentation>
Condition indicating nature of real-time fault. Present if VEHICLE JOURNEY is normally monitored but temporarily cannot be Monitored for a known reason.
</xsd:documentation>
</xsd:annotation>
</xsd:element>

Occupancy
Type:
OccupancyEnumeration, simple content
Defined:
How full the VEHICLE is. If omitted, not known.
XML Source (see within schema source)
<xsd:element minOccurs="0" name="Occupancy" type="OccupancyEnumeration">
<xsd:annotation>
<xsd:documentation>How full the VEHICLE is. If omitted, not known.</xsd:documentation>
</xsd:annotation>
</xsd:element>

PredictionInaccurate
Type:
xsd:boolean, predefined, simple content
Defined:
Whether the prediction should be judged as inaccurate.
XML Source (see within schema source)
<xsd:element minOccurs="0" name="PredictionInaccurate" type="xsd:boolean">
<xsd:annotation>
<xsd:documentation>
Whether the prediction should be judged as inaccurate.
</xsd:documentation>
</xsd:annotation>
</xsd:element>

ProgressRate
Type:
ProgressRateEnumeration, simple content
Defined:
Rate of progress of VEHICLE. Default is 'normal'
XML Source (see within schema source)
<xsd:element minOccurs="0" name="ProgressRate" type="ProgressRateEnumeration">
<xsd:annotation>
<xsd:documentation>Rate of progress of VEHICLE. Default is 'normal'</xsd:documentation>
</xsd:annotation>
</xsd:element>

ProgressStatus
Type:
Defined:
An arbitrary textual status description of the running of this VEHICLE JOURNEY. (Unbounded 0:* since SIRI 2.0)
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="ProgressStatus" type="NaturalLanguageStringStructure">
<xsd:annotation>
<xsd:documentation>
An arbitrary textual status description of the running of this VEHICLE JOURNEY. (Unbounded 0:* since SIRI 2.0)
</xsd:documentation>
</xsd:annotation>
</xsd:element>

VehicleLocation
Type:
LocationStructure, complex content
Defined:
Current geospatial location of VEHICLE. Measured to front of vehicle.
XML Source (see within schema source)
<xsd:element minOccurs="0" name="VehicleLocation" type="LocationStructure">
<xsd:annotation>
<xsd:documentation>
Current geospatial location of VEHICLE. Measured to front of vehicle.
</xsd:documentation>
</xsd:annotation>
</xsd:element>

VehicleStatus
Type:
VehicleStatusEnumeration, simple content
Defined:
An classification of the progress state of running of this VEHICLE JOURNEY. +SIRI 2.0
XML Source (see within schema source)
<xsd:element minOccurs="0" name="VehicleStatus" type="VehicleStatusEnumeration">
<xsd:annotation>
<xsd:documentation>
An classification of the progress state of running of this VEHICLE JOURNEY. +SIRI 2.0
</xsd:documentation>
</xsd:annotation>
</xsd:element>

Velocity
Type:
VelocityType, simple content
Defined:
Velocity of VEHICLE. EIther actual speed or average speed may be used. +SIRI v2.0
XML Source (see within schema source)
<xsd:element minOccurs="0" name="Velocity" type="VelocityType">
<xsd:annotation>
<xsd:documentation>
Velocity of VEHICLE. EIther actual speed or average speed may be used. +SIRI v2.0
</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/