Definition Type: SimpleType
Name: PublicationCodeEnumType
Namespace: http://www.hr-xml.org/3
Containing Schema: CodeLists.xsd
Documentation:
Values that describe the type of publication.
Collapse XSD Schema Diagram:
XSD Diagram of PublicationCodeEnumType in schema codelists_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:simpleType name="PublicationCodeEnumType">
    <xsd:annotation>
        <xsd:documentation source="http://www.hr-xml.org" xml:lang="en">Values that describe the type of publication.</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:normalizedString">
        <xsd:enumeration value="Article" />
        <xsd:enumeration value="Book" />
        <xsd:enumeration value="Conference" />
        <xsd:enumeration value="Other" />
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration Article
Enumeration Book
Enumeration Conference
Enumeration Other