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