Definition Type: ComplexType
Name: SearchSanctionType
Namespace: http://www.hr-xml.org/3
Containing Schema: Components.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema fields_xsd Drilldown into AdditionalItem in schema components_xsd Drilldown into License in schema components_xsd Drilldown into CountryCode in schema fields_xsd Drilldown into CountrySubDivisionCode in schema fields_xsd1 Drilldown into SanctionLevelCode in schema fields_xsd Drilldown into SanctionTypeCode in schema fields_xsd Drilldown into ScreeningSubjectID in schema fields_xsdXSD Diagram of SearchSanctionType in schema components_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="SearchSanctionType">
    <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="oa:CountrySubDivisionCode" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="CountryCode" minOccurs="0" />
        <xsd:element ref="License" minOccurs="0" />
        <xsd:element ref="AdditionalItem" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="UserArea" minOccurs="0" />
    </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)
CountrySubDivisionCode oa:CountrySubDivisionCode 0 unbounded
CountryCode nsA:CountryCode 0 (1)
License nsA:License 0 (1)
AdditionalItem nsA:AdditionalItem 0 unbounded
UserArea nsA:UserArea 0 (1)
Collapse Derivation Tree:
Collapse References:
nsA:SearchSanction