Definition Type: ComplexType
Name: CompensationClaimType
Namespace: http://www.hr-xml.org/3
Containing Schema: ScreeningReport.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into AdditionalItem in schema components_xsd Drilldown into InjuryDescription in schema fields_xsd Drilldown into InjuryTypeCode in schema fields_xsd Drilldown into WorkersCompensationTypeCode in schema fields_xsd Drilldown into InjuryDate in schema fields_xsd Drilldown into ClaimDate in schema fields_xsd Drilldown into EmployerName in schema fields_xsd Drilldown into ClaimStatusCode in schema fields_xsd Drilldown into ClaimNumberID in schema fields_xsdXSD Diagram of CompensationClaimType in schema screeningreport_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="CompensationClaimType">
    <xsd:sequence>
        <xsd:element ref="ClaimNumberID" minOccurs="0" />
        <xsd:element ref="ClaimStatusCode" minOccurs="0" />
        <xsd:element ref="EmployerName" minOccurs="0" />
        <xsd:element ref="ClaimDate" minOccurs="0" />
        <xsd:element ref="InjuryDate" minOccurs="0" />
        <xsd:element ref="WorkersCompensationTypeCode" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="InjuryTypeCode" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="InjuryDescription" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="AdditionalItem" minOccurs="0" maxOccurs="unbounded" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ClaimNumberID nsA:ClaimNumberID 0 (1)
ClaimStatusCode nsA:ClaimStatusCode 0 (1)
EmployerName nsA:EmployerName 0 (1)
ClaimDate nsA:ClaimDate 0 (1)
InjuryDate nsA:InjuryDate 0 (1)
WorkersCompensationTypeCode nsA:WorkersCompensationTypeCode 0 unbounded
InjuryTypeCode nsA:InjuryTypeCode 0 unbounded
InjuryDescription nsA:InjuryDescription 0 unbounded
AdditionalItem nsA:AdditionalItem 0 unbounded
Collapse Derivation Tree:
Collapse References:
nsA:CompensationClaim