Definition Type: ComplexType
Name: SanctionSubjectType
Namespace: http://www.hr-xml.org/3
Containing Schema: Components.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into AdditionalItem in schema components_xsd Drilldown into License in schema components_xsd Drilldown into ProviderSpecialtyTypeCode in schema fields_xsd Drilldown into ProviderTypeCode in schema fields_xsd Drilldown into PositionTitle in schema fields_xsd Drilldown into OrganizationID in schema fields_xsd Drilldown into OrganizationName in schema fields_xsd Drilldown into FreeFormBirthDate in schema fields_xsd Drilldown into Communication in schema components_xsd Drilldown into ScreeningSubjectName in schema components_xsd Drilldown into PersonLegalID in schema fields_xsd Drilldown into PersonID in schema fields_xsdXSD Diagram of SanctionSubjectType in schema components_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="SanctionSubjectType">
    <xsd:sequence>
        <xsd:element ref="PersonID" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="PersonLegalID" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="ScreeningSubjectName" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="Communication" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="FreeFormBirthDate" minOccurs="0" />
        <xsd:element ref="OrganizationName" minOccurs="0" />
        <xsd:element ref="OrganizationID" minOccurs="0" />
        <xsd:element ref="PositionTitle" minOccurs="0" />
        <xsd:element ref="ProviderTypeCode" minOccurs="0" />
        <xsd:element ref="ProviderSpecialtyTypeCode" minOccurs="0" />
        <xsd:element ref="License" 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
PersonID nsA:PersonID 0 unbounded
PersonLegalID nsA:PersonLegalID 0 unbounded
ScreeningSubjectName nsA:ScreeningSubjectName 0 unbounded
Communication nsA:Communication 0 unbounded
FreeFormBirthDate nsA:FreeFormBirthDate 0 (1)
OrganizationName nsA:OrganizationName 0 (1)
OrganizationID nsA:OrganizationID 0 (1)
PositionTitle nsA:PositionTitle 0 (1)
ProviderTypeCode nsA:ProviderTypeCode 0 (1)
ProviderSpecialtyTypeCode nsA:ProviderSpecialtyTypeCode 0 (1)
License nsA:License 0 unbounded
AdditionalItem nsA:AdditionalItem 0 unbounded
Collapse Derivation Tree:
Collapse References:
nsA:SanctionSubject