Definition Type: Element
Name: Accidents
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: BackgroundReports.xsd
MinOccurs 0
MaxOccurs unbounded
Abstract
Collapse XSD Schema Diagram:
Drilldown into AdditionalItems in schema backgroundreports_xsd Drilldown into AccidentPoliceReportFiled in schema backgroundreports_xsd Drilldown into AgencyReference in schema backgroundreports_xsd Drilldown into AccidentDamage in schema backgroundreports_xsd Drilldown into AccidentLocation in schema backgroundreports_xsd Drilldown into AccidentDate in schema backgroundreports_xsdXSD Diagram of Accidents in schema backgroundreports_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
AccidentDate hr:AccidentDate 0 (1)
AccidentLocation hr:AccidentLocation 0 (1)
AccidentDamage hr:AccidentDamage 0 (1)
AgencyReference hr:AgencyReference 0 unbounded
AccidentPoliceReportFiled hr:AccidentPoliceReportFiled 0 (1)
AdditionalItems hr:AdditionalItems 0 unbounded