diagram | ![]() |
||
namespace | http://www.IM-Draft-03-00-44a | ||
children | header prioritizer vehiclesCount vehicleTypes injuries propDamageReports localSeverity | ||
used by |
|
||
annotation |
|
||
source | <xs:complexType name="Severity"> <xs:annotation> <xs:documentation> Severity Submessage, &quot;incident Severity information&quot; </xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="header" type="Header"/> <!-- if an inner element is not present then the header content of the message which carries this DF shall be applied to the context of this message. The header has the data creator, time stamps, location, and what to do when the message becomes old (how to get a fresh one) and the reference ID of this message or submessage --> <xs:element name="prioritizer" type="OrganizationPosition" minOccurs="0"/> <!-- was formerly [ITE.TCIP.cptddEmployeeID] the employee who prioritized the incident) if unknown do not send --> <xs:element name="vehiclesCount" type="tmdd:Event-incident-vehicles-involved-count" minOccurs="0"/> <!-- the number of vehicles --> <xs:element name="vehicleTypes" minOccurs="0"> <xs:complexType> <xs:sequence maxOccurs="16"> <xs:element name="vehicleType" type="atis:VehiclesInvolved"/> <!-- the types of vehicles and a count of each --> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="injuries" minOccurs="0"> <xs:complexType> <xs:sequence maxOccurs="5"> <xs:element name="injury" type="InjuryCounts"/> <!-- a count of people at each level --> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="propDamageReports" minOccurs="0"> <xs:complexType> <xs:sequence maxOccurs="32"> <xs:element name="propDamageReport"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:minLength value="1"/> <xs:maxLength value="500"/> </xs:restriction> </xs:simpleType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="localSeverity" type="local:Severity" minOccurs="0"/> </xs:sequence> </xs:complexType> |
diagram | ![]() |
||||
type | Header | ||||
properties |
|
||||
children | senderIncidentID inReplyTo pedigreeSequence sender basics issueTime updateTime expiryTime onExpiry urgency testMessage localHeader | ||||
source | <xs:element name="header" type="Header"/> |
diagram | ![]() |
||||||||
type | OrganizationPosition | ||||||||
properties |
|
||||||||
children | group level title role titleExtension eMail radio personRef person positionRef localOrganizationPosition | ||||||||
source | <xs:element name="prioritizer" type="OrganizationPosition" minOccurs="0"/> |
diagram | ![]() |
||||||||
type | tmdd:Event-incident-vehicles-involved-count | ||||||||
properties |
|
||||||||
source | <xs:element name="vehiclesCount" type="tmdd:Event-incident-vehicles-involved-count" minOccurs="0"/> |
diagram | ![]() |
||||||||
properties |
|
||||||||
children | vehicleType | ||||||||
source | <xs:element name="vehicleTypes" minOccurs="0"> <xs:complexType> <xs:sequence maxOccurs="16"> <xs:element name="vehicleType" type="atis:VehiclesInvolved"/> <!-- the types of vehicles and a count of each --> </xs:sequence> </xs:complexType> </xs:element> |
diagram | ![]() |
||||
type | atis:VehiclesInvolved | ||||
properties |
|
||||
children | kind count | ||||
source | <xs:element name="vehicleType" type="atis:VehiclesInvolved"/> |
diagram | ![]() |
||||||||
properties |
|
||||||||
children | injury | ||||||||
source | <xs:element name="injuries" minOccurs="0"> <xs:complexType> <xs:sequence maxOccurs="5"> <xs:element name="injury" type="InjuryCounts"/> <!-- a count of people at each level --> </xs:sequence> </xs:complexType> </xs:element> |
diagram | ![]() |
||||
type | InjuryCounts | ||||
properties |
|
||||
children | injuryLevel count | ||||
source | <xs:element name="injury" type="InjuryCounts"/> |
diagram | ![]() |
||||||||
properties |
|
||||||||
children | propDamageReport | ||||||||
source | <xs:element name="propDamageReports" minOccurs="0"> <xs:complexType> <xs:sequence maxOccurs="32"> <xs:element name="propDamageReport"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:minLength value="1"/> <xs:maxLength value="500"/> </xs:restriction> </xs:simpleType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> |
diagram | ![]() |
||||
type | restriction of xs:string | ||||
properties |
|
||||
facets |
|
||||
source | <xs:element name="propDamageReport"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:minLength value="1"/> <xs:maxLength value="500"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||||
type | local:Severity | ||||||||
properties |
|
||||||||
children | yourName | ||||||||
source | <xs:element name="localSeverity" type="local:Severity" minOccurs="0"/> |