Definition Type: SimpleType
Name: OtherPublicationCodeEnumType
Namespace: http://www.hr-xml.org/3
Containing Schema: CodeLists.xsd
Documentation:
Values used to describe publications other than an article, book, or conference paper.
Collapse XSD Schema Diagram:
XSD Diagram of OtherPublicationCodeEnumType in schema codelists_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:simpleType name="OtherPublicationCodeEnumType">
    <xsd:annotation>
        <xsd:documentation source="http://www.hr-xml.org" xml:lang="en">Values used to describe publications other than an article, book, or conference paper.</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:normalizedString">
        <xsd:enumeration value="Thesis" />
        <xsd:enumeration value="Whitepaper" />
        <xsd:enumeration value="Report" />
        <xsd:enumeration value="TechnicalDocumentation" />
        <xsd:enumeration value="Study" />
        <xsd:enumeration value="Manual" />
        <xsd:enumeration value="ResearchPaper" />
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration Thesis
Enumeration Whitepaper
Enumeration Report
Enumeration TechnicalDocumentation
Enumeration Study
Enumeration Manual
Enumeration ResearchPaper