Documentation for ATIS-Draft-03-00-79

Complex Type: ImIncidentHistory

[Table of contents]

Super-types: None
Sub-types: None
Name ImIncidentHistory
Used by (from the same schema document) Element imIncidentHistory
Abstract no
XML Instance Representation
<...>
<subscriptionInfo> CPTSubscriptionHeader </subscriptionInfo> [1]
<requester> CPTEmployeeIden </requester> [1]
<routes> [0..1]
Start Sequence [1..500]
<route> SCHRouteIden </route> [1]
End Sequence
</routes>
<vicinity> lrms:GeoLocation </vicinity> [0..1]
<radius> lrms:Distance </radius> [0..1]
<earliest> CPT-DateTime </earliest> [0..1]
<latest> CPT-DateTime </latest> [0..1]
<incidents> [0..1]
Start Sequence [1..1000]
<incident> IMIncidentIden </incident> [1]
End Sequence
</incidents>
<incident-reports> [0..1]
Start Sequence [1..1000]
<incident-report> IMIncidentInfo </incident-report> [1]
End Sequence
</incident-reports>
</...>
Diagram
h-527207252 h-1303246092 h-963684166 h-542031743 h1439634298 h1272267302 h1272267302 h-1971041825 h-1971032183
Schema Component Representation
<xs:complexType name="ImIncidentHistory">
<xs:sequence>
<xs:element name="subscriptionInfo" type=" CPTSubscriptionHeader "/>
<xs:element name="requester" type=" CPTEmployeeIden "/>
<xs:element name="routes" minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="500">
<xs:element name="route" type=" SCHRouteIden "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="vicinity" type=" lrms:GeoLocation " minOccurs="0"/>
<xs:element name="radius" type=" lrms:Distance " minOccurs="0"/>
<xs:element name="earliest" type=" CPT-DateTime " minOccurs="0"/>
<xs:element name="latest" type=" CPT-DateTime " minOccurs="0"/>
<xs:element name="incidents" minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="1000">
<xs:element name="incident" type=" IMIncidentIden "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="incident-reports" minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="1000">
<xs:element name="incident-report" type=" IMIncidentInfo "/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>