Definition Type: ComplexType
Name: SearchCriminalType
Namespace: http://www.hr-xml.org/3
Containing Schema: Components.xsd
Abstract
Documentation:
Search Criminal. Details A screening search type containing information necessary to execute a search of criminal records.
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema fields_xsd Drilldown into AdditionalItem in schema components_xsd Drilldown into AdmittedCriminalActivity in schema components_xsd Drilldown into ScreeningDatabaseID in schema fields_xsd Drilldown into CourtTypeCode in schema fields_xsd Drilldown into CourtName in schema fields_xsd Drilldown into PostalCode in schema fields_xsd1 Drilldown into CountryCode in schema fields_xsd Drilldown into CountrySubDivisionCode in schema fields_xsd1 Drilldown into CityName in schema fields_xsd1 Drilldown into YearsNumeric in schema fields_xsd Drilldown into SearchPeriod in schema components_xsd Drilldown into SearchCriminalTypeCode in schema fields_xsd Drilldown into ScreeningSubjectID in schema fields_xsdXSD Diagram of SearchCriminalType in schema components_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="SearchCriminalType">
    <xsd:annotation>
        <xsd:documentation source="http://www.hr-xml.org" xml:lang="en">
            <ccts:DictionaryEntryName xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">Search Criminal. Details</ccts:DictionaryEntryName>
            <ccts:DefinitionText xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">A screening search type containing information necessary to execute a search of criminal records.</ccts:DefinitionText>
        </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element ref="ScreeningSubjectID" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="SearchCriminalTypeCode" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="SearchPeriod" minOccurs="0" />
        <xsd:element ref="YearsNumeric" minOccurs="0" />
        <xsd:element ref="oa:CityName" minOccurs="0" />
        <xsd:element ref="oa:CountrySubDivisionCode" minOccurs="0" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation source="http://www.hr-xml.org" xml:lang="en">Note that CountrySubDivisionCode is repeatable and should be used for entities such as "state" and "province" as well as smaller subdivisions, such as "county" or "parrish." For example, schemeID="state"; schemeID="county"; etc.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element ref="CountryCode" minOccurs="0" />
        <xsd:element ref="oa:PostalCode" minOccurs="0" />
        <xsd:element ref="CourtName" minOccurs="0" />
        <xsd:element ref="CourtTypeCode" minOccurs="0" />
        <xsd:element ref="ScreeningDatabaseID" minOccurs="0" />
        <xsd:element ref="AdmittedCriminalActivity" minOccurs="0" maxOccurs="unbounded" />
        <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
SearchCriminalTypeCode nsA:SearchCriminalTypeCode 0 unbounded
SearchPeriod nsA:SearchPeriod 0 (1)
YearsNumeric nsA:YearsNumeric 0 (1)
CityName oa:CityName 0 (1)
CountrySubDivisionCode oa:CountrySubDivisionCode 0 unbounded
CountryCode nsA:CountryCode 0 (1)
PostalCode oa:PostalCode 0 (1)
CourtName nsA:CourtName 0 (1)
CourtTypeCode nsA:CourtTypeCode 0 (1)
ScreeningDatabaseID nsA:ScreeningDatabaseID 0 (1)
AdmittedCriminalActivity nsA:AdmittedCriminalActivity 0 unbounded
AdditionalItem nsA:AdditionalItem 0 unbounded
UserArea nsA:UserArea 0 (1)
Collapse Derivation Tree:
Collapse References:
nsA:SearchCriminal