diagram | ![]() |
||
namespace | http://www.IM-Draft-03-00-44a | ||
children | distribute header responsePlanID responsePlanType responsePlanText responsePlanAuthor issuingCenter clearPlan repairPlan pointOfContact localClearOrRepairPlan | ||
used by |
|
||
source | <xs:complexType name="ClearOrRepairPlan"> <xs:sequence> <xs:element name="distribute" type="Distribution" minOccurs="0"/> <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"/> <xs:element name="responsePlanType" type="tmdd:Event-response-plan-type" minOccurs="0"/> <xs:element name="responsePlanText" minOccurs="0"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:minLength value="1"/> <xs:maxLength value="3000"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="responsePlanAuthor" type="tmdd:Event-response-plan-author" minOccurs="0"/> <xs:element name="issuingCenter" type="tmdd:Organization-identifier" minOccurs="0"/> <!-- A unique identifier for an organization within a region. --> <xs:element name="clearPlan" type="CleanUpPlan" minOccurs="0"/> <!-- the current clearance plan, with duration values --> <xs:element name="repairPlan" type="RepairPlan" minOccurs="0"/> <!-- the current repair plan, with duration values --> <xs:element name="pointOfContact" minOccurs="0"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:minLength value="1"/> <xs:maxLength value="200"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="localClearOrRepairPlan" type="local:ClearOrRepairPlan" minOccurs="0"/> </xs:sequence> </xs:complexType> |
diagram | ![]() |
||||||||
type | Distribution | ||||||||
properties |
|
||||||||
children | from to reference localDistribution | ||||||||
source | <xs:element name="distribute" type="Distribution" minOccurs="0"/> |
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"/> |
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="3000"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||||
type | tmdd:Event-response-plan-author | ||||||||
properties |
|
||||||||
source | <xs:element name="responsePlanAuthor" type="tmdd:Event-response-plan-author" minOccurs="0"/> |
diagram | ![]() |
||||||||
type | tmdd:Organization-identifier | ||||||||
properties |
|
||||||||
source | <xs:element name="issuingCenter" type="tmdd:Organization-identifier" minOccurs="0"/> |
diagram | ![]() |
||||||||
type | CleanUpPlan | ||||||||
properties |
|
||||||||
children | description actions contact furtherData whenStart whenEnd | ||||||||
source | <xs:element name="clearPlan" type="CleanUpPlan" minOccurs="0"/> |
diagram | ![]() |
||||||||
type | RepairPlan | ||||||||
properties |
|
||||||||
children | description actions contact furtherData whenStart whenEnd | ||||||||
source | <xs:element name="repairPlan" type="RepairPlan" minOccurs="0"/> |
diagram | ![]() |
||||||||
type | restriction of xs:string | ||||||||
properties |
|
||||||||
facets |
|
||||||||
source | <xs:element name="pointOfContact" minOccurs="0"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:minLength value="1"/> <xs:maxLength value="200"/> </xs:restriction> </xs:simpleType> </xs:element> |
diagram | ![]() |
||||||||
type | local:ClearOrRepairPlan | ||||||||
properties |
|
||||||||
children | yourName | ||||||||
source | <xs:element name="localClearOrRepairPlan" type="local:ClearOrRepairPlan" minOccurs="0"/> |