Schema Component Representation
<
xs:complexType
name="
IMInjury">
<
xs:sequence>
<
xs:element
name="
person"
type="
IMPerson
"
minOccurs="
0"/>
<
xs:element
name="
locationAtIncident">
<
xs:complexType>
</
xs:complexType>
</
xs:element>
<
xs:element
name="
localIMInjury"
type="
local:IMInjury
"
minOccurs="
0"/>
</
xs:sequence>
</
xs:complexType>