Definition Type: ComplexType
Name: GeneralSearchDetailType
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: ScreeningTypes.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into AdditionalItems in schema screeningtypes_xsd Drilldown into Vendor in schema screeningtypes_xsd Drilldown into Database in schema screeningtypes_xsd Drilldown into RecordsSearched in schema screeningtypes_xsd Drilldown into CourtName in schema screeningtypes_xsd Drilldown into YearsSearched in schema screeningtypes_xsdXSD Diagram of GeneralSearchDetailType in schema screeningtypes_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="GeneralSearchDetailType">
    <xsd:sequence>
        <xsd:element name="YearsSearched" type="EffectiveDateType" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Years searched.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="CourtName" type="xsd:string" minOccurs="0" />
        <xsd:element name="RecordsSearched" type="xsd:string" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Court or other Records.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="Database" type="xsd:string" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Database containing details of search .</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="Vendor" type="xsd:string" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Name of the vendor.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="AdditionalItems" type="FlexibleDetailType" minOccurs="0" maxOccurs="unbounded" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
YearsSearched hr:YearsSearched 0 (1)
CourtName hr:CourtName 0 (1)
RecordsSearched hr:RecordsSearched 0 (1)
Database hr:Database 0 (1)
Vendor hr:Vendor 0 (1)
AdditionalItems hr:AdditionalItems 0 unbounded
Collapse Derivation Tree:
Collapse References:
hr:ResultDetails