Documentation for ATIS-Draft-03-00-79

Complex Type: EventInformation

[Table of contents]

Super-types: None
Sub-types: None
Name EventInformation
Used by (from the same schema document) Complex Type ResponseGroup
Abstract no
XML Instance Representation
<...>
<head> Head </head> [0..1]
<location> lrms:LocationReference </location> [1]
<isForecast> xs:boolean </isForecast> [0..1]
<coverageTime> ComplexTime </coverageTime> [0..1]
<forecastExpires> DateTimePair </forecastExpires> [0..1]
<typeEvent> itis:ITISEventType </typeEvent> [1]
<severity> tmdd:Event-incident-severity </severity> [0..1]
<status> itis:IncidentResponseStatus </status> [0..1]
<cause> itis:ITIScodesAndText </cause> [0..1]
<description> itis:ITIScodesAndText </description> [0..1]
<advice> itis:ITIScodesAndText </advice> [0..1]
<affectedLane> im:LaneDescription </affectedLane> [0..16]
<vehiclesInvolvedCount> tmdd:Event-incident-vehicles-involved-count </vehiclesInvolvedCount> [0..1]
<types> VehiclesInvolved </types> [0..16]
<injuries> im:InjuryCounts </injuries> [0..5]
<startTime> DateTimePair </startTime> [0..1]
<clearTime> DateTimePair </clearTime> [0..1]
<repeatTimes> ComplexTime </repeatTimes> [0..1]
<furtherData> URL-Link </furtherData> [0..1]
<tail> Tail </tail> [0..1]
<localEventInformation> local:EventInformation </localEventInformation> [0..1]
</...>
Diagram
h518053861 h1843378481 h-267722248 h1210973722 h-753684326 h-1633813760 h1628409802 h-2117645544 h-2117645544 h-2117645544 h1996838731 h671489132 h1745681843 h-345690976 h1210973722 h1210973722 h-267722248 h882153789 h518407765 h-848291657
Schema Component Representation
<xs:complexType name="EventInformation">
<xs:sequence>
<xs:element name="head" type=" Head " minOccurs="0"/>
<xs:element name="location" type=" lrms:LocationReference "/>
<-- location for which this applies -->
<xs:element name="isForecast" minOccurs="0">
<xs:simpleType>
<xs:restriction base=" xs:boolean "/>
</xs:simpleType>
</xs:element>
<-- forecast or predicted period -->
<xs:element name="coverageTime" type=" ComplexTime " minOccurs="0"/>
<xs:element name="forecastExpires" type=" DateTimePair " minOccurs="0"/>
<xs:element name="typeEvent" type=" itis:ITISEventType "/>
<-- a catagory and an item from that catagory all ITS stds use the same types here -->
<xs:element name="severity" type=" tmdd:Event-incident-severity " minOccurs="0"/>
<xs:element name="status" type=" itis:IncidentResponseStatus " minOccurs="0"/>
<-- status of the event (from ITIS) -->
<xs:element name="cause" type=" itis:ITIScodesAndText " minOccurs="0"/>
<xs:element name="description" type=" itis:ITIScodesAndText " minOccurs="0"/>
<xs:element name="advice" type=" itis:ITIScodesAndText " minOccurs="0"/>
<-- current relevent information in text and codes -->
<xs:element name="affectedLane" type=" im:LaneDescription " minOccurs="0" maxOccurs="16"/>
<xs:element name="vehiclesInvolvedCount" type=" tmdd:Event-incident-vehicles-involved-count " minOccurs="0"/>
<-- the number of vehicles -->
<xs:element name="types" type=" VehiclesInvolved " minOccurs="0" maxOccurs="16"/>
<-- the types of vehicles and a count of each -->
<xs:element name="injuries" type=" im:InjuryCounts " minOccurs="0" maxOccurs="5"/>
<xs:element name="startTime" type=" DateTimePair " minOccurs="0"/>
<-- point in time this event started -->
<xs:element name="clearTime" type=" DateTimePair " minOccurs="0"/>
<-- an estimated clear time -->
<xs:element name="repeatTimes" type=" ComplexTime " minOccurs="0"/>
<-- a set of repeating times for events which re-occur over a periods of days -->
<xs:element name="furtherData" type=" URL-Link " minOccurs="0"/>
<xs:element name="tail" type=" Tail " minOccurs="0"/>
<xs:element name="localEventInformation" type=" local:EventInformation " minOccurs="0"/>
</xs:sequence>
</xs:complexType>