<xsd:element name="Accidents" minOccurs="0" maxOccurs="unbounded">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="AccidentDate" type="FlexibleDatesType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>The date the accident occured.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="AccidentLocation" type="xsd:string" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Location of the accident. Typically contains region or county.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="AccidentDamage" type="AccidentDamageType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Identifies the type of damage. i.e. Personal, Property.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="AgencyReference" type="AgencyReferenceType" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>Case, Docket or other identifier and associated File Date assigned by the reporting agency.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="AccidentPoliceReportFiled" type="xsd:boolean" minOccurs="0" />
<xsd:element name="AdditionalItems" type="FlexibleDetailType" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:complexType>
</xsd:element>
|