complexType PedigreeList
diagram
namespace http://www.IM-Draft-03-00-44a
children pedigree
used by
elements atis:Head/pedigree Header/pedigreeSequence
source <xs:complexType name="PedigreeList">
 
<xs:sequence maxOccurs="32">
   
<xs:element name="pedigree">
     
<xs:complexType>
       
<xs:sequence>
         
<xs:element name="organizationId" type="tmdd:Organization-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>

element PedigreeList/pedigree
diagram
properties
isRef 0
content complex
children organizationId eventID typeEvent reasonCode comment localPedigreeList
source <xs:element name="pedigree">
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="organizationId" type="tmdd:Organization-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>

element PedigreeList/pedigree/organizationId
diagram
type tmdd:Organization-identifier
properties
isRef 0
content simple
source <xs:element name="organizationId" type="tmdd:Organization-identifier"/>

element PedigreeList/pedigree/eventID
diagram
type ReferenceID
properties
isRef 0
content simple
facets
minLength 1
maxLength 64
source <xs:element name="eventID" type="ReferenceID"/>

element PedigreeList/pedigree/typeEvent
diagram
type itis:ITISEventType
properties
isRef 0
content complex
children trafficConditions accidentsAndIncidents closures roadwork obstruction delayStatusCancellation unusualDriving mobileSituation deviceStatus restrictionClass incidentResponseStatus disasters disturbances sportingEvents specialEvents parkingInformation systemInformation weatherConditions precipitation winds visibilityAndAirQuality temperature pavementConditions winterDrivingRestrictions winterDrivingIndex suggestionAdvice warningAdvice adviceInstructionsRecommendations adviceInstructionsMandatory laneRoadway alternateRoute transitMode vehicleGroupAffected travelerGroupAffected responderGroupAffected incidentResponseEquipment transitOperations
source <xs:element name="typeEvent" type="itis:ITISEventType"/>

element PedigreeList/pedigree/reasonCode
diagram
type SplitReason
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="reasonCode" type="SplitReason" minOccurs="0"/>

element PedigreeList/pedigree/comment
diagram
type FreeText
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
minLength 1
maxLength 500
source <xs:element name="comment" type="FreeText" minOccurs="0"/>

element PedigreeList/pedigree/localPedigreeList
diagram
type local:PedigreeList
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children yourName
source <xs:element name="localPedigreeList" type="local:PedigreeList" minOccurs="0"/>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy