<xsd:complexType name="InjuryType">
<xsd:annotation>
<xsd:documentation>A data type for a form of physical harm or damage sustained by a person.</xsd:documentation>
<xsd:appinfo>
<i:Base i:namespace="http://niem.gov/niem/structures/2.0" i:name="Object" xmlns:i="http://niem.gov/niem/appinfo/2.0" />
</xsd:appinfo>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="s:ComplexObjectType">
<xsd:sequence>
<xsd:element ref="nc:InjuryCategoryText" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="nc:InjuryDate" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="nc:InjuryDescriptionText" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="nc:InjuryLocationText" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="nc:InjurySeverityText" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="nc:InjuryTreatmentEndDate" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="nc:InjuryTreatmentStartDate" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="nc:InjuryTreatmentText" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="nc:InjuryTreatmentProvider" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="nc:InjuryCauser" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="nc:InjurySustainer" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|