complexType tcip:IMResponsePerson
diagram
namespace http://www.TCIP-Adopted-03-00-01
children response-agency employee-functions person-id
used by
elements tcip:IMIncident/personnel/personnel-item tcip:IMResponseUnit/personnel/personnel-item
source <xs:complexType name="IMResponsePerson">
 
<xs:sequence>
   
<xs:element name="response-agency" type="IM-ResponseAgencyID"/>
   
<xs:element name="employee-functions">
     
<xs:complexType>
       
<xs:sequence maxOccurs="10">
         
<xs:element name="employee-function" type="IM-EmployeeFunction"/>
       
</xs:sequence>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="person-id" type="IM-PersonIdentifier"/>
 
</xs:sequence>
</xs:complexType>

element tcip:IMResponsePerson/response-agency
diagram
type tcip:IM-ResponseAgencyID
properties
isRef 0
content simple
facets
minLength 1
maxLength 20
source <xs:element name="response-agency" type="IM-ResponseAgencyID"/>

element tcip:IMResponsePerson/employee-functions
diagram
properties
isRef 0
content complex
children employee-function
source <xs:element name="employee-functions">
 
<xs:complexType>
   
<xs:sequence maxOccurs="10">
     
<xs:element name="employee-function" type="IM-EmployeeFunction"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element tcip:IMResponsePerson/employee-functions/employee-function
diagram
type tcip:IM-EmployeeFunction
properties
isRef 0
content simple
source <xs:element name="employee-function" type="IM-EmployeeFunction"/>

element tcip:IMResponsePerson/person-id
diagram
type tcip:IM-PersonIdentifier
properties
isRef 0
content simple
facets
minLength 1
maxLength 30
source <xs:element name="person-id" type="IM-PersonIdentifier"/>


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