group "StopMonitoringRequestPolicyGroup"
Namespace:
Content:
Defined:
Includes:
definitions of 9 elements
Used:
Complex Content Model
Language?, IncludeTranslations?, MaximumStopVisits?, (MinimumStopVisitsPerLine? | MinimumStopVisitsPerLineVia?), MaximumTextLength?, StopMonitoringDetailLevel?, IncludeSituations?, MaximumNumberOfCalls?
Content Model Elements (9):
IncludeSituations (type xsd:boolean), IncludeTranslations, Language (type xsd:boolean), MaximumNumberOfCalls (defined in StopMonitoringRequestPolicyGroup group), MaximumStopVisits (type xsd:nonNegativeInteger), MaximumTextLength (type xsd:positiveInteger), MinimumStopVisitsPerLine (type xsd:nonNegativeInteger), MinimumStopVisitsPerLineVia (type xsd:nonNegativeInteger), StopMonitoringDetailLevel (type StopMonitoringDetailEnumeration)
Known Usage Locations
Annotation
Parameters that affect the request processing. Mostly act to reduce the number of stops returned.
XML Source (see within schema source)
<xsd:group name="StopMonitoringRequestPolicyGroup">
<xsd:annotation>
<xsd:documentation>
Parameters that affect the request processing. Mostly act to reduce the number of stops returned.
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element default="false" minOccurs="0" name="Language" type="xsd:boolean">
<xsd:annotation>
<xsd:documentation>
Preferred language in which to return text values.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" ref="IncludeTranslations"/>
<xsd:element minOccurs="0" name="MaximumStopVisits" type="xsd:nonNegativeInteger">
<xsd:annotation>
<xsd:documentation>
The maximum number of Stop Visits to include in a given delivery. The first n Stop Visits within the look ahead window are included. Only Visits within the Lookahead Interval are returned. The MinimumStopVisits parameter can be used to reduce the the number of entries for each LINE within the total returned.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:choice>
<xsd:element minOccurs="0" name="MinimumStopVisitsPerLine" type="xsd:nonNegativeInteger">
<xsd:annotation>
<xsd:documentation>
The minimum number of Stop Visits for a given LINE to include in a given delivery. If there are more Visits within the LookAheadInterval than allowed by MaximumStopVisits and a MinimumStopVisits value is specified, then at least the minimum number will be delivered for each LINE. I.e Stop Visits will be included even if the Stop Visits are later than those for some other LINE for which the minimum number of Stop Visits has already been supplied. This allows the Consumer to obtain at least one entry for every available LINE with vehicles approaching the stop. Only STOP Visits within the Look ahead Interval are returned.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="MinimumStopVisitsPerLineVia" type="xsd:nonNegativeInteger">
<xsd:annotation>
<xsd:documentation>
The minimum number of Stop Visits for a given LINE and VIA combination to include in a given delivery. As for MinimumStopVisitsPerLine but with Via also taken into account. SIRI+v2.0
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:choice>
<xsd:element default="30" minOccurs="0" name="MaximumTextLength" type="xsd:positiveInteger">
<xsd:annotation>
<xsd:documentation>
Maximum length of text to return for text elements. Default is 30.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element default="normal" minOccurs="0" name="StopMonitoringDetailLevel" type="StopMonitoringDetailEnumeration">
<xsd:annotation>
<xsd:documentation>
Level of detail to include in response. Default is 'normal'.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="IncludeSituations" type="xsd:boolean">
<xsd:annotation>
<xsd:documentation>
Whether any related SITUATIONs should be included in the ServiceDelivery. Default is 'false'. +SIRI v2.0
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="MaximumNumberOfCalls">
<xsd:annotation>
<xsd:documentation>
If calls are to be returned, maximum number of calls to include in response. If absent, exclude all calls.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element minOccurs="0" name="Previous" type="xsd:nonNegativeInteger">
<xsd:annotation>
<xsd:documentation>
Maximum number of ONWARDS CALLs to include in results. Only applies if StopMonitoringDetailLevel of 'calls' specified. Zero for none. If StopMonitoringDetailLevel of 'calls' specified but MaximumNumberOfCalls.Previous absent, include all ONWARDS CALLs.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="Onwards" type="xsd:nonNegativeInteger">
<xsd:annotation>
<xsd:documentation>
Maximum number of ONWARDS CALLs to include in results. Zero for none. Only applies if StopMonitoringDetailLevel of 'calls'specified. Zero for none. If StopMonitoringDetailLevel of 'calls' specified but MaximumNumberOfCalls.Onwards absent, include all ONWARDS CALLs.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
</xsd:sequence>
</xsd:group>
Content Element Detail (all declarations; 9/9)
IncludeSituations
Type:
xsd:boolean, predefined, simple content
Defined:
locally within (this) StopMonitoringRequestPolicyGroup group
Whether any related SITUATIONs should be included in the ServiceDelivery. Default is 'false'. +SIRI v2.0
XML Source (see within schema source)
<xsd:element minOccurs="0" name="IncludeSituations" type="xsd:boolean">
<xsd:annotation>
<xsd:documentation>
Whether any related SITUATIONs should be included in the ServiceDelivery. Default is 'false'. +SIRI v2.0
</xsd:documentation>
</xsd:annotation>
</xsd:element>

IncludeTranslations
Type:
xsd:boolean, predefined, simple content
Defined:
by reference within (this) StopMonitoringRequestPolicyGroup group
XML Source (see within schema source)
<xsd:element minOccurs="0" ref="IncludeTranslations"/>

Language
Type:
xsd:boolean, predefined, simple content
Default:
"false"
Defined:
locally within (this) StopMonitoringRequestPolicyGroup group
Preferred language in which to return text values.
XML Source (see within schema source)
<xsd:element default="false" minOccurs="0" name="Language" type="xsd:boolean">
<xsd:annotation>
<xsd:documentation>
Preferred language in which to return text values.
</xsd:documentation>
</xsd:annotation>
</xsd:element>

MaximumNumberOfCalls
Type:
anonymous complexType, complex content
Defined:
locally within (this) StopMonitoringRequestPolicyGroup group
If calls are to be returned, maximum number of calls to include in response. If absent, exclude all calls.
XML Source (see within schema source)
<xsd:element minOccurs="0" name="MaximumNumberOfCalls">
<xsd:annotation>
<xsd:documentation>
If calls are to be returned, maximum number of calls to include in response. If absent, exclude all calls.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element minOccurs="0" name="Previous" type="xsd:nonNegativeInteger">
<xsd:annotation>
<xsd:documentation>
Maximum number of ONWARDS CALLs to include in results. Only applies if StopMonitoringDetailLevel of 'calls' specified. Zero for none. If StopMonitoringDetailLevel of 'calls' specified but MaximumNumberOfCalls.Previous absent, include all ONWARDS CALLs.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="Onwards" type="xsd:nonNegativeInteger">
<xsd:annotation>
<xsd:documentation>
Maximum number of ONWARDS CALLs to include in results. Zero for none. Only applies if StopMonitoringDetailLevel of 'calls'specified. Zero for none. If StopMonitoringDetailLevel of 'calls' specified but MaximumNumberOfCalls.Onwards absent, include all ONWARDS CALLs.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:element>

MaximumStopVisits
Type:
xsd:nonNegativeInteger, predefined, simple content
Defined:
locally within (this) StopMonitoringRequestPolicyGroup group
The maximum number of Stop Visits to include in a given delivery. The first n Stop Visits within the look ahead window are included. Only Visits within the Lookahead Interval are returned. The MinimumStopVisits parameter can be used to reduce the the number of entries for each LINE within the total returned.
XML Source (see within schema source)
<xsd:element minOccurs="0" name="MaximumStopVisits" type="xsd:nonNegativeInteger">
<xsd:annotation>
<xsd:documentation>
The maximum number of Stop Visits to include in a given delivery. The first n Stop Visits within the look ahead window are included. Only Visits within the Lookahead Interval are returned. The MinimumStopVisits parameter can be used to reduce the the number of entries for each LINE within the total returned.
</xsd:documentation>
</xsd:annotation>
</xsd:element>

MaximumTextLength
Type:
xsd:positiveInteger, predefined, simple content
Default:
"30"
Defined:
locally within (this) StopMonitoringRequestPolicyGroup group
Maximum length of text to return for text elements. Default is 30.
XML Source (see within schema source)
<xsd:element default="30" minOccurs="0" name="MaximumTextLength" type="xsd:positiveInteger">
<xsd:annotation>
<xsd:documentation>
Maximum length of text to return for text elements. Default is 30.
</xsd:documentation>
</xsd:annotation>
</xsd:element>

MinimumStopVisitsPerLine
Type:
xsd:nonNegativeInteger, predefined, simple content
Defined:
locally within (this) StopMonitoringRequestPolicyGroup group
The minimum number of Stop Visits for a given LINE to include in a given delivery. If there are more Visits within the LookAheadInterval than allowed by MaximumStopVisits and a MinimumStopVisits value is specified, then at least the minimum number will be delivered for each LINE. I.e Stop Visits will be included even if the Stop Visits are later than those for some other LINE for which the minimum number of Stop Visits has already been supplied. This allows the Consumer to obtain at least one entry for every available LINE with vehicles approaching the stop. Only STOP Visits within the Look ahead Interval are returned.
XML Source (see within schema source)
<xsd:element minOccurs="0" name="MinimumStopVisitsPerLine" type="xsd:nonNegativeInteger">
<xsd:annotation>
<xsd:documentation>
The minimum number of Stop Visits for a given LINE to include in a given delivery. If there are more Visits within the LookAheadInterval than allowed by MaximumStopVisits and a MinimumStopVisits value is specified, then at least the minimum number will be delivered for each LINE. I.e Stop Visits will be included even if the Stop Visits are later than those for some other LINE for which the minimum number of Stop Visits has already been supplied. This allows the Consumer to obtain at least one entry for every available LINE with vehicles approaching the stop. Only STOP Visits within the Look ahead Interval are returned.
</xsd:documentation>
</xsd:annotation>
</xsd:element>

MinimumStopVisitsPerLineVia
Type:
xsd:nonNegativeInteger, predefined, simple content
Defined:
locally within (this) StopMonitoringRequestPolicyGroup group
The minimum number of Stop Visits for a given LINE and VIA combination to include in a given delivery. As for MinimumStopVisitsPerLine but with Via also taken into account. SIRI+v2.0
XML Source (see within schema source)
<xsd:element minOccurs="0" name="MinimumStopVisitsPerLineVia" type="xsd:nonNegativeInteger">
<xsd:annotation>
<xsd:documentation>
The minimum number of Stop Visits for a given LINE and VIA combination to include in a given delivery. As for MinimumStopVisitsPerLine but with Via also taken into account. SIRI+v2.0
</xsd:documentation>
</xsd:annotation>
</xsd:element>

StopMonitoringDetailLevel
Type:
Default:
"normal"
Defined:
locally within (this) StopMonitoringRequestPolicyGroup group
Level of detail to include in response. Default is 'normal'.
XML Source (see within schema source)
<xsd:element default="normal" minOccurs="0" name="StopMonitoringDetailLevel" type="StopMonitoringDetailEnumeration">
<xsd:annotation>
<xsd:documentation>
Level of detail to include in response. Default is 'normal'.
</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/