complexType tcip:IMInjury
diagram
namespace http://www.TCIP-Adopted-03-00-01
children incident injury-nature person reported-by facility-name locationAtIncident localIMInjury
used by
element tcip:IMIncident/injured-persons/injured-person
source <xs:complexType name="IMInjury">
 
<xs:sequence>
   
<xs:element name="incident" type="IMIncidentIden"/>
   
<xs:element name="injury-nature" type="IM-InjuryNature"/>
   
<xs:element name="person" type="IMPerson" minOccurs="0"/>
   
<!-- mandatory,  if available -->
   
<xs:element name="reported-by" type="IMReportedBy"/>
   
<xs:element name="facility-name" type="IM-CareFacilityName" minOccurs="0"/>
   
<!-- facility caring for injured person -->
   
<xs:element name="locationAtIncident">
     
<xs:complexType>
       
<xs:choice>
         
<xs:element name="ptv" type="IMPTVehicleInvolved"/>
         
<!-- person was on-board a PTV -->
         
<xs:element name="other-veh" type="IMOtherVehicleInvolved"/>
         
<!-- person in another veh -->
         
<xs:element name="transit-facility" type="CPTTransitFacilityIden"/>
         
<!-- person at transit fac -->
         
<xs:element name="geo-loc" type="lrms:GeoLocation"/>
         
<!-- geographic location -->
       
</xs:choice>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="localIMInjury" type="local:IMInjury" minOccurs="0"/>
 
</xs:sequence>
</xs:complexType>

element tcip:IMInjury/incident
diagram
type tcip:IMIncidentIden
properties
isRef 0
content complex
children incident-id agency-id external-id external-id-agency
source <xs:element name="incident" type="IMIncidentIden"/>

element tcip:IMInjury/injury-nature
diagram
type tcip:IM-InjuryNature
properties
isRef 0
content simple
facets
minLength 0
maxLength 255
source <xs:element name="injury-nature" type="IM-InjuryNature"/>

element tcip:IMInjury/person
diagram
type tcip:IMPerson
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children personID role-in-incident firstName middleName lastName address home-phone work-phone gender age note localIMPerson
source <xs:element name="person" type="IMPerson" minOccurs="0"/>

element tcip:IMInjury/reported-by
diagram
type tcip:IMReportedBy
properties
isRef 0
content complex
children response-org person-id
source <xs:element name="reported-by" type="IMReportedBy"/>

element tcip:IMInjury/facility-name
diagram
type tcip:IM-CareFacilityName
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
minLength 1
maxLength 20
source <xs:element name="facility-name" type="IM-CareFacilityName" minOccurs="0"/>

element tcip:IMInjury/locationAtIncident
diagram
properties
isRef 0
content complex
children ptv other-veh transit-facility geo-loc
source <xs:element name="locationAtIncident">
 
<xs:complexType>
   
<xs:choice>
     
<xs:element name="ptv" type="IMPTVehicleInvolved"/>
     
<!-- person was on-board a PTV -->
     
<xs:element name="other-veh" type="IMOtherVehicleInvolved"/>
     
<!-- person in another veh -->
     
<xs:element name="transit-facility" type="CPTTransitFacilityIden"/>
     
<!-- person at transit fac -->
     
<xs:element name="geo-loc" type="lrms:GeoLocation"/>
     
<!-- geographic location -->
   
</xs:choice>
 
</xs:complexType>
</xs:element>

element tcip:IMInjury/locationAtIncident/ptv
diagram
type tcip:IMPTVehicleInvolved
properties
isRef 0
content complex
children ptv incident operator operator-injured post-accident-test injury-info passengers-onboard vehicle-damage number-passengers-onboard note velocity-vector block run direction vehicle-base localIMPTVehicleInvolved
source <xs:element name="ptv" type="IMPTVehicleInvolved"/>

element tcip:IMInjury/locationAtIncident/other-veh
diagram
type tcip:IMOtherVehicleInvolved
properties
isRef 0
content complex
children other-veh veh-type incident veh-info heading speed damage injury-info operator passengers veh-person-count post-acc-test footnote localIMOtherVehicleInvolved
source <xs:element name="other-veh" type="IMOtherVehicleInvolved"/>

element tcip:IMInjury/locationAtIncident/transit-facility
diagram
type tcip:CPTTransitFacilityIden
properties
isRef 0
content complex
children facility-id agency-id facility-name base-name
source <xs:element name="transit-facility" type="CPTTransitFacilityIden"/>

element tcip:IMInjury/locationAtIncident/geo-loc
diagram
type lrms:GeoLocation
properties
isRef 0
content complex
children latitude longitude horizontalDatum height
source <xs:element name="geo-loc" type="lrms:GeoLocation"/>

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


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