Definition Type: ComplexType
Name: WorkersCompensationReportType
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 QuestionAnswerPair in schema components_xsd Drilldown into CompensationClaim in schema screeningreport_xsd Drilldown into ScreeningSubjectID in schema fields_xsdXSD Diagram of WorkersCompensationReportType in schema screeningreport_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="WorkersCompensationReportType">
    <xsd:sequence>
        <xsd:element ref="ScreeningSubjectID" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="CompensationClaim" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="QuestionAnswerPair" 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
ScreeningSubjectID nsA:ScreeningSubjectID 0 unbounded
CompensationClaim nsA:CompensationClaim 0 unbounded
QuestionAnswerPair nsA:QuestionAnswerPair 0 unbounded
AdditionalItem nsA:AdditionalItem 0 unbounded
Collapse Derivation Tree:
Collapse References:
nsA:WorkersCompensationReport