Definition Type: Element
Name: SearchOther
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: Screenings.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema userarea_xsd Drilldown into AdditionalItems in schema screenings_xsd Drilldown into OtherApplicantInformation in schema screenings_xsd Drilldown into Competency in schema competencies_xsd Drilldown into AdditionalText in schema screenings_xsd Drilldown into Organization in schema screenings_xsd Drilldown into EffectiveDate in schema screenings_xsd Drilldown into GovernmentId in schema screenings_xsdXSD Diagram of SearchOther in schema screenings_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:element name="SearchOther">
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element name="GovernmentId" minOccurs="0">
                <xsd:complexType>
                    <xsd:simpleContent>
                        <xsd:extension base="xsd:string">
                            <xsd:attribute name="countryCode" type="xsd:string" />
                            <xsd:attribute name="jurisdiction" type="xsd:string" />
                            <xsd:attribute name="issuingAuthority" type="xsd:string" />
                            <xsd:attribute name="document" type="xsd:string" />
                        </xsd:extension>
                    </xsd:simpleContent>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="EffectiveDate" type="EffectiveDateType" minOccurs="0" />
            <xsd:element name="Organization" type="ReferralType" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>Identifies the organization that  the search(s) will be performed upon.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="AdditionalText" minOccurs="0">
                <xsd:complexType>
                    <xsd:simpleContent>
                        <xsd:extension base="xsd:string">
                            <xsd:attribute name="type" type="xsd:string" use="required" />
                        </xsd:extension>
                    </xsd:simpleContent>
                </xsd:complexType>
            </xsd:element>
            <xsd:element ref="Competency" minOccurs="0" maxOccurs="unbounded" />
            <xsd:element name="OtherApplicantInformation" type="EntityIdType" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>For capturing additional search related information associated with a specific question.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="AdditionalItems" type="FlexibleDetailType" minOccurs="0" maxOccurs="unbounded" />
            <xsd:element ref="UserArea" minOccurs="0" />
        </xsd:sequence>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
GovernmentId hr:GovernmentId 0 (1)
EffectiveDate hr:EffectiveDate 0 (1)
Organization hr:Organization 0 (1)
AdditionalText hr:AdditionalText 0 (1)
Competency hr:Competency 0 unbounded
OtherApplicantInformation hr:OtherApplicantInformation 0 (1)
AdditionalItems hr:AdditionalItems 0 unbounded
UserArea hr:UserArea 0 (1)