Documentation for ATIS-Draft-03-00-79

Complex Type: PedigreeList

[Table of contents]

Super-types: None
Sub-types: None
Name PedigreeList
Abstract no
Documentation <Definition> From the issuing center perspective, the Pedigree-List DF is used in the 'Header' and provides this as a list of ID numbers of the incidents that preceded the subject incident and became, or were folded into, the subject incident as recorded in an MIE message, or were parent incidents from which the current incident was split out through an SIE message.</Definition> <Remarks> Revised and merged with Other-center-incident-Ids-list entry.</Remarks>
XML Instance Representation
<...>
Start Sequence [1..32]
<pedigree> [1]
<organizationId> tmdd:Organization-resource-identifier </organizationId> [1]
<eventID> ReferenceID </eventID> [1]
<typeEvent> itis:ITISEventType </typeEvent> [1]
<reasonCode> SplitReason </reasonCode> [0..1]
<comment> FreeText </comment> [0..1]
<localPedigreeList> local:PedigreeList </localPedigreeList> [0..1]
</pedigree>
End Sequence
</...>
Diagram
h-632460109 h-689557503 h-753684326 h1290988633 h-387169986 h-2001394104
Schema Component Representation
<xs:complexType name="PedigreeList">
<xs:sequence minOccurs="1" maxOccurs="32">
<xs:element name="pedigree">
<xs:complexType>
<xs:sequence>
<xs:element name="organizationId" type=" tmdd:Organization-resource-identifier "/>
<-- A unique identifier for an organization within a region. -->
<xs:element name="eventID" type=" ReferenceID "/>
<-- the reference value to the event in the system -->
<xs:element name="typeEvent" type=" itis:ITISEventType "/>
<-- a catagory and an item from that catagory Uses the same basic types as ITIS/ATIS/TMDD -->
<xs:element name="reasonCode" type=" SplitReason " minOccurs="0"/>
<-- reason of an event numbering change -->
<xs:element name="comment" type=" FreeText " minOccurs="0"/>
<-- any additional textual data -->
<xs:element name="localPedigreeList" type=" local:PedigreeList " minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>