Documentation for ATIS-Draft-03-00-79

Complex Type: IMResponsePerson

[Table of contents]

Super-types: None
Sub-types: None
Name IMResponsePerson
Used by (from the same schema document) Complex Type IMIncident , Complex Type IMResponseUnit
Abstract no
XML Instance Representation
<...>
<response-agency> IM-ResponseAgencyID </response-agency> [1]
<employee-functions> [1]
Start Sequence [1..10]
<employee-function> IM-EmployeeFunction </employee-function> [1]
End Sequence
</employee-functions>
<person-id> IM-PersonIdentifier </person-id> [1]
</...>
Diagram
h1766738021 h1756404170 h248391426
Schema Component Representation
<xs:complexType name="IMResponsePerson">
<xs:sequence>
<xs:element name="response-agency" type=" IM-ResponseAgencyID "/>
<xs:element name="employee-functions">
<xs:complexType>
<xs:sequence minOccurs="1" 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>