Definition Type: Element
Name: CourtType
Namespace: http://ns.hr-xml.org/2007-04-15
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: Screenings.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
Jurisdiction of court to be searched. i.e. Felony, Misdemeanor, Both.
Collapse XSD Schema Diagram:
Drilldown into type in schema screenings_xsdXSD Diagram of CourtType in schema screenings_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:element name="CourtType" minOccurs="0">
    <xsd:annotation>
        <xsd:documentation>Jurisdiction of court to be searched.  i.e. Felony, Misdemeanor, Both.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:simpleContent>
            <xsd:extension base="xsd:string">
                <xsd:attribute name="type">
                    <xsd:simpleType>
                        <xsd:restriction base="xsd:string">
                            <xsd:enumeration value="felony" />
                            <xsd:enumeration value="misdemeanor" />
                            <xsd:enumeration value="felonyMisdemeanor" />
                        </xsd:restriction>
                    </xsd:simpleType>
                </xsd:attribute>
            </xsd:extension>
        </xsd:simpleContent>
    </xsd:complexType>
</xsd:element>
Collapse Child Attributes:
Name Type Default Value Use
type hr:type (Optional)