Definition Type: SimpleType
Name: SchoolTypeType
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: EducationHistory.xsd
Documentation:
Further refines the name of the institution.
Collapse XSD Schema Diagram:
XSD Diagram of SchoolTypeType in schema educationhistory_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:simpleType name="SchoolTypeType">
    <xsd:annotation>
        <xsd:documentation>Further refines the name of the institution. </xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:string">
        <xsd:enumeration value="current" />
        <xsd:enumeration value="prior" />
        <xsd:enumeration value="joint" />
        <xsd:enumeration value="degree" />
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration current
Enumeration prior
Enumeration joint
Enumeration degree
Collapse Derivation Tree:
Collapse References:
hr:type