complexType tcip:IMPerson
diagram
namespace http://www.TCIP-Adopted-03-00-01
children personID role-in-incident firstName middleName lastName address home-phone work-phone gender age note localIMPerson
used by
elements tcip:IMOtherVehicleInvolved/operator tcip:IMOtherVehicleInvolved/passengers/passenger tcip:IMPTVehicleInvolved/passengers-onboard/passengers-onboard-item tcip:IMInjury/person tcip:IMWitness/person
source <xs:complexType name="IMPerson">
 
<xs:sequence>
   
<xs:element name="personID" type="IM-PersonIdentifier" minOccurs="0"/>
   
<xs:element name="role-in-incident">
     
<xs:complexType>
       
<xs:sequence maxOccurs="10">
         
<xs:element name="role-in-incident-item" type="IM-RoleInIncident"/>
       
</xs:sequence>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="firstName" type="CPT-PersonFirstName" minOccurs="0"/>
   
<xs:element name="middleName" type="CPT-PersonMiddleName" minOccurs="0"/>
   
<xs:element name="lastName" type="CPT-PersonLastName" minOccurs="0"/>
   
<xs:element name="address" type="lrms:AddressPoint"/>
   
<xs:element name="home-phone" type="IM-HomePhone"/>
   
<xs:element name="work-phone" type="IM-WorkPhone" minOccurs="0"/>
   
<xs:element name="gender" type="CPT-Sex" minOccurs="0"/>
   
<xs:element name="age" type="IM-Age" minOccurs="0"/>
   
<xs:element name="note" type="CPT-Footnote" minOccurs="0"/>
   
<xs:element name="localIMPerson" type="local:IMPerson" minOccurs="0"/>
 
</xs:sequence>
</xs:complexType>

element tcip:IMPerson/personID
diagram
type tcip:IM-PersonIdentifier
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
minLength 1
maxLength 30
source <xs:element name="personID" type="IM-PersonIdentifier" minOccurs="0"/>

element tcip:IMPerson/role-in-incident
diagram
properties
isRef 0
content complex
children role-in-incident-item
source <xs:element name="role-in-incident">
 
<xs:complexType>
   
<xs:sequence maxOccurs="10">
     
<xs:element name="role-in-incident-item" type="IM-RoleInIncident"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element tcip:IMPerson/role-in-incident/role-in-incident-item
diagram
type tcip:IM-RoleInIncident
properties
isRef 0
content simple
source <xs:element name="role-in-incident-item" type="IM-RoleInIncident"/>

element tcip:IMPerson/firstName
diagram
type tcip:CPT-PersonFirstName
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
minLength 1
maxLength 30
source <xs:element name="firstName" type="CPT-PersonFirstName" minOccurs="0"/>

element tcip:IMPerson/middleName
diagram
type tcip:CPT-PersonMiddleName
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
minLength 1
maxLength 30
source <xs:element name="middleName" type="CPT-PersonMiddleName" minOccurs="0"/>

element tcip:IMPerson/lastName
diagram
type tcip:CPT-PersonLastName
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
minLength 1
maxLength 30
source <xs:element name="lastName" type="CPT-PersonLastName" minOccurs="0"/>

element tcip:IMPerson/address
diagram
type lrms:AddressPoint
properties
isRef 0
content complex
children structureNumber streetInfo side height adminAreas
source <xs:element name="address" type="lrms:AddressPoint"/>

element tcip:IMPerson/home-phone
diagram
type tcip:IM-HomePhone
properties
isRef 0
content simple
facets
minLength 1
maxLength 16
source <xs:element name="home-phone" type="IM-HomePhone"/>

element tcip:IMPerson/work-phone
diagram
type tcip:IM-WorkPhone
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
minLength 1
maxLength 16
source <xs:element name="work-phone" type="IM-WorkPhone" minOccurs="0"/>

element tcip:IMPerson/gender
diagram
type tcip:CPT-Sex
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="gender" type="CPT-Sex" minOccurs="0"/>

element tcip:IMPerson/age
diagram
type tcip:IM-Age
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="age" type="IM-Age" minOccurs="0"/>

element tcip:IMPerson/note
diagram
type tcip:CPT-Footnote
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
minLength 0
maxLength 255
source <xs:element name="note" type="CPT-Footnote" minOccurs="0"/>

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


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