diagram | ![]() |
||
namespace | http://www.IM-Draft-03-00-44a | ||
children | header responsePlanID responsePlanType responsePlanText responsePlanAuthor routeSets respOrgId respOrgContact respOrgStatus respStatusOtherText respGroupType respEquipType respEquipTypOther localResponse | ||
used by |
|
||
annotation |
|
||
source | <xs:complexType name="Response"> <xs:annotation> <xs:documentation> Response Submessage: Incident-Wide Response Plan, Organization, Equipment &quot;agency response plan 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="responsePlanID" type="tmdd:Event-response-plan-identifier" minOccurs="0"/> <!-- [ITE.TMDD.Event-response-plan-identifier] ID# of response plan --> <xs:element name="responsePlanType" type="tmdd:Event-response-plan-type" minOccurs="0"/> <!-- [ITE.TMDD.Event-response-plan-type] Missing: responsePlan TMDD.Event-response-plan OPTIONAL , [ITE.TMDD.Event-response-plan] --> <xs:element name="responsePlanText" minOccurs="0"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:minLength value="1"/> <xs:maxLength value="4000"/> </xs:restriction> </xs:simpleType> </xs:element> <!-- see also [ITE.TMDD.Event-response-plan-other] text supplement to response plan --> <xs:element name="responsePlanAuthor" minOccurs="0"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:minLength value="1"/> <xs:maxLength value="200"/> </xs:restriction> </xs:simpleType> </xs:element> <!-- see also [ITE.TMDD.Event-response-plan-author] --> <xs:element name="routeSets" minOccurs="0"> <xs:complexType> <xs:sequence maxOccurs="32"> <xs:element name="routeSet" type="RouteSet"/> <!-- a set of routes, enclosing routes as per SAE work as well as detours and itineraries this structure also provides a human name for each route and a set of start and end date-times --> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="respOrgId" type="tmdd:Organization-identifier" minOccurs="0"/> <!-- A unique identifier for an organization within a region. --> <xs:element name="respOrgContact" type="tmdd:Organization-contact-person-on-site-name-or-id" minOccurs="0"/> <xs:element name="respOrgStatus" type="itis:IncidentResponseStatus" minOccurs="0"/> <xs:element name="respStatusOtherText" minOccurs="0"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:minLength value="1"/> <xs:maxLength value="4000"/> </xs:restriction> </xs:simpleType> </xs:element> <!-- text supplement to status --> <xs:element name="respGroupType" type="itis:ResponderGroupAffected" minOccurs="0"/> <xs:element name="respEquipType" type="itis:IncidentResponseEquipment" minOccurs="0"/> <!-- the ITIS type of unit --> <xs:element name="respEquipTypOther" type="FreeText" minOccurs="0"/> <!-- use when ITIS list not enough --> <xs:element name="localResponse" type="local:Response" 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 | tmdd:Event-response-plan-identifier | ||||||||
properties |
|
||||||||
facets |
|
||||||||
source | <xs:element name="responsePlanID" type="tmdd:Event-response-plan-identifier" minOccurs="0"/> |
diagram | ![]() |
||||||||
type | tmdd:Event-response-plan-type | ||||||||
properties |
|
||||||||
source | <xs:element name="responsePlanType" type="tmdd:Event-response-plan-type" minOccurs="0"/> |
diagram | ![]() |
||||||||
type | restriction of xs:string | ||||||||
properties |
|
||||||||
facets |
|
||||||||
source | <xs:element name="responsePlanText" minOccurs="0"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:minLength value="1"/> <xs:maxLength value="4000"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||||
type | restriction of xs:string | ||||||||
properties |
|
||||||||
facets |
|
||||||||
source | <xs:element name="responsePlanAuthor" minOccurs="0"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:minLength value="1"/> <xs:maxLength value="200"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||||
properties |
|
||||||||
children | routeSet | ||||||||
source | <xs:element name="routeSets" minOccurs="0"> <xs:complexType> <xs:sequence maxOccurs="32"> <xs:element name="routeSet" type="RouteSet"/> <!-- a set of routes, enclosing routes as per SAE work as well as detours and itineraries this structure also provides a human name for each route and a set of start and end date-times --> </xs:sequence> </xs:complexType> </xs:element> |
diagram | ![]() |
||||
type | RouteSet | ||||
properties |
|
||||
children | id name whenStart whenEnd involvedResources routes detours furtherData localRouteSet | ||||
source | <xs:element name="routeSet" type="RouteSet"/> |
diagram | ![]() |
||||||||
type | tmdd:Organization-identifier | ||||||||
properties |
|
||||||||
source | <xs:element name="respOrgId" type="tmdd:Organization-identifier" minOccurs="0"/> |
diagram | ![]() |
||||||||
type | tmdd:Organization-contact-person-on-site-name-or-id | ||||||||
properties |
|
||||||||
source | <xs:element name="respOrgContact" type="tmdd:Organization-contact-person-on-site-name-or-id" minOccurs="0"/> |
diagram | ![]() |
||||||||
type | itis:IncidentResponseStatus | ||||||||
properties |
|
||||||||
source | <xs:element name="respOrgStatus" type="itis:IncidentResponseStatus" minOccurs="0"/> |
diagram | ![]() |
||||||||
type | restriction of xs:string | ||||||||
properties |
|
||||||||
facets |
|
||||||||
source | <xs:element name="respStatusOtherText" minOccurs="0"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:minLength value="1"/> <xs:maxLength value="4000"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||||
type | itis:ResponderGroupAffected | ||||||||
properties |
|
||||||||
source | <xs:element name="respGroupType" type="itis:ResponderGroupAffected" minOccurs="0"/> |
diagram | ![]() |
||||||||
type | itis:IncidentResponseEquipment | ||||||||
properties |
|
||||||||
source | <xs:element name="respEquipType" type="itis:IncidentResponseEquipment" minOccurs="0"/> |
diagram | ![]() |
||||||||
type | FreeText | ||||||||
properties |
|
||||||||
facets |
|
||||||||
source | <xs:element name="respEquipTypOther" type="FreeText" minOccurs="0"/> |
diagram | ![]() |
||||||||
type | local:Response | ||||||||
properties |
|
||||||||
children | yourName | ||||||||
source | <xs:element name="localResponse" type="local:Response" minOccurs="0"/> |