complexType PersonInformation
diagram
namespace http://www.IM-Draft-03-00-44a
children header associatedVehicle contactRef personData technology agencyName agencyIdentifier agencyLocation address currentLocation userIdentity userSetting deviceIdentity contacts devices agencyResponsible localPersonInformation
used by
elements WatchForResponse/contact AssetDescription/person OrganizationPosition/person RequestImmediateAssistance/persons/person WatchForPerson/person TrackInvolvedPerson/personalData TrackSpecialCircumstances/responders/responder/personalData TrackResponsePersonnel/agencySummaries/agencySummary/refs/ref
source <xs:complexType name="PersonInformation">
 
<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="associatedVehicle" type="ReferenceID" minOccurs="0"/>
   
<!-- used to connect to a vehicle
         if this is the driver --
>
   
<xs:element name="contactRef" type="ReferenceID" minOccurs="0"/>
   
<xs:element name="personData" type="jxdd:PersonType"/>
   
<!-- all the NCIC items here,  includes:
         various employer data and roles with
         various drivers license data
         Add various private health insurance information
         (vehicle insurance is associated with the vehicle object) --
>
   
<xs:element name="technology" type="TrackingTech" minOccurs="0"/>
   
<!-- any tracking technology in use -->
   
<xs:element name="agencyName" type="tmdd:Link-ownership" minOccurs="0"/>
   
<!-- TMDD.Contact-organization-name -->
   
<xs:element name="agencyIdentifier" type="tmdd:Organization-identifier" minOccurs="0"/>
   
<!-- A unique identifier for an organization within a region. -->
   
<xs:element name="agencyLocation" type="lrms:AreaLocation" minOccurs="0"/>
   
<!-- location during the event,  if an agency staging area is used -->
   
<xs:element name="address" type="lrms:AddressPoint" minOccurs="0"/>
   
<!-- was:  lrms:AddressPointProfile -->
   
<!-- the long term address contact for this person -->
   
<xs:element name="currentLocation" type="lrms:AddressPoint" minOccurs="0"/>
   
<!-- was:  lrms:AddressPointProfile -->
   
<!-- the last known location for this person -->
   
<xs:element name="userIdentity" type="atis:Traveler-Identity" minOccurs="0"/>
   
<xs:element name="userSetting" type="atis:Traveler-Setting" minOccurs="0"/>
   
<xs:element name="deviceIdentity" type="atis:Setting-Identity" minOccurs="0"/>
   
<xs:element name="contacts" type="atis:ContactInformation" minOccurs="0"/>
   
<!-- multipt secondary contact data such as
         home phone,  cell phones,  email,  etc., --
>
   
<xs:element name="devices" minOccurs="0">
     
<xs:complexType>
       
<xs:sequence maxOccurs="16">
         
<xs:element name="device" type="atis:TravelerDeviceSetting"/>
         
<!-- various devices the person may have and how to contact them -->
       
</xs:sequence>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="agencyResponsible" type="tmdd:Link-ownership" minOccurs="0"/>
   
<!-- used when another agency has responsible for the person
         local deployments may wish to add any non NCIC items to be exchanged here --
>
   
<xs:element name="localPersonInformation" type="local:PersonInformation" minOccurs="0"/>
 
</xs:sequence>
</xs:complexType>

element PersonInformation/header
diagram
type Header
properties
isRef 0
content complex
children senderIncidentID inReplyTo pedigreeSequence sender basics issueTime updateTime expiryTime onExpiry urgency testMessage localHeader
source <xs:element name="header" type="Header"/>

element PersonInformation/associatedVehicle
diagram
type ReferenceID
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
minLength 1
maxLength 64
source <xs:element name="associatedVehicle" type="ReferenceID" minOccurs="0"/>

element PersonInformation/contactRef
diagram
type ReferenceID
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
minLength 1
maxLength 64
source <xs:element name="contactRef" type="ReferenceID" minOccurs="0"/>

element PersonInformation/personData
diagram
type jxdd:PersonType
properties
isRef 0
content complex
children name aliasName residence contactInformation employment descriptionText birthDate birthPlace birthPlaceCode deathDate ageMeasure ageDescriptionText livingIndicator assignedIDDetails physicalDetails socialDetails biometricDetails medicalDetails
source <xs:element name="personData" type="jxdd:PersonType"/>

element PersonInformation/technology
diagram
type TrackingTech
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
minLength 0
maxLength 64
source <xs:element name="technology" type="TrackingTech" minOccurs="0"/>

element PersonInformation/agencyName
diagram
type tmdd:Link-ownership
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
minLength 1
maxLength 256
source <xs:element name="agencyName" type="tmdd:Link-ownership" minOccurs="0"/>

element PersonInformation/agencyIdentifier
diagram
type tmdd:Organization-identifier
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="agencyIdentifier" type="tmdd:Organization-identifier" minOccurs="0"/>

element PersonInformation/agencyLocation
diagram
type lrms:AreaLocation
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children locationName areaId adminAreas polygon preCoded roads
attributes
Name  Type  Use  Default  Fixed  annotation
locationIDlrms:String-index64      
source <xs:element name="agencyLocation" type="lrms:AreaLocation" minOccurs="0"/>

element PersonInformation/address
diagram
type lrms:AddressPoint
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children structureNumber streetInfo side height adminAreas
source <xs:element name="address" type="lrms:AddressPoint" minOccurs="0"/>

element PersonInformation/currentLocation
diagram
type lrms:AddressPoint
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children structureNumber streetInfo side height adminAreas
source <xs:element name="currentLocation" type="lrms:AddressPoint" minOccurs="0"/>

element PersonInformation/userIdentity
diagram
type atis:Traveler-Identity
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
minLength 1
maxLength 12
source <xs:element name="userIdentity" type="atis:Traveler-Identity" minOccurs="0"/>

element PersonInformation/userSetting
diagram
type atis:Traveler-Setting
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
minLength 1
maxLength 40
source <xs:element name="userSetting" type="atis:Traveler-Setting" minOccurs="0"/>

element PersonInformation/deviceIdentity
diagram
type atis:Setting-Identity
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
minLength 1
maxLength 32
source <xs:element name="deviceIdentity" type="atis:Setting-Identity" minOccurs="0"/>

element PersonInformation/contacts
diagram
type atis:ContactInformation
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children email phone deviceIdentity furtherData
source <xs:element name="contacts" type="atis:ContactInformation" minOccurs="0"/>

element PersonInformation/devices
diagram
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children device
source <xs:element name="devices" minOccurs="0">
 
<xs:complexType>
   
<xs:sequence maxOccurs="16">
     
<xs:element name="device" type="atis:TravelerDeviceSetting"/>
     
<!-- various devices the person may have and how to contact them -->
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element PersonInformation/devices/device
diagram
type atis:TravelerDeviceSetting
properties
isRef 0
content complex
children traveler-Identity traveler-Setting setting-Identity device-Setting device-TransferSpeed
source <xs:element name="device" type="atis:TravelerDeviceSetting"/>

element PersonInformation/agencyResponsible
diagram
type tmdd:Link-ownership
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
minLength 1
maxLength 256
source <xs:element name="agencyResponsible" type="tmdd:Link-ownership" minOccurs="0"/>

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


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