Schema Component Representation
<
xs:complexType
name="
IMPerson">
<
xs:sequence>
<
xs:element
name="
role-in-incident">
<
xs:complexType>
<
xs:sequence
minOccurs="
1"
maxOccurs="
10">
</
xs:sequence>
</
xs:complexType>
</
xs:element>
<
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>