Definition Type: Element
Name: Claims
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 Comments in schema backgroundreports_xsd Drilldown into Injury in schema backgroundreports_xsd Drilldown into TypeOfCompensation in schema backgroundreports_xsd Drilldown into DateOfInjury in schema backgroundreports_xsd Drilldown into DateOfClaim in schema backgroundreports_xsd Drilldown into OrganizationName in schema backgroundreports_xsd Drilldown into ClaimStatus in schema backgroundreports_xsd Drilldown into ClaimNumber in schema backgroundreports_xsdXSD Diagram of Claims in schema backgroundreports_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:element name="Claims" minOccurs="0" maxOccurs="unbounded">
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element name="ClaimNumber" type="xsd:string" minOccurs="0" />
            <xsd:element name="ClaimStatus" type="WorkersCompensationStatusTypes" minOccurs="0" />
            <xsd:element name="OrganizationName" type="xsd:string" minOccurs="0" />
            <xsd:element name="DateOfClaim" type="FlexibleDatesType" minOccurs="0" />
            <xsd:element name="DateOfInjury" type="FlexibleDatesType" minOccurs="0" />
            <xsd:element name="TypeOfCompensation" type="xsd:string" minOccurs="0" maxOccurs="unbounded" />
            <xsd:element name="Injury" type="xsd:string" minOccurs="0" />
            <xsd:element name="Comments" type="xsd:string" minOccurs="0" maxOccurs="unbounded" />
            <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
ClaimNumber hr:ClaimNumber 0 (1)
ClaimStatus hr:ClaimStatus 0 (1)
OrganizationName hr:OrganizationName 0 (1)
DateOfClaim hr:DateOfClaim 0 (1)
DateOfInjury hr:DateOfInjury 0 (1)
TypeOfCompensation hr:TypeOfCompensation 0 unbounded
Injury hr:Injury 0 (1)
Comments hr:Comments 0 unbounded
AdditionalItems hr:AdditionalItems 0 unbounded