Definition Type: SimpleType
Name: PublicationRoleCodeEnumType
Namespace: http://www.hr-xml.org/3
Containing Schema: CodeLists.xsd
Documentation:
Values used to describe a person's role in the publication.
Collapse XSD Schema Diagram:
XSD Diagram of PublicationRoleCodeEnumType in schema codelists_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:simpleType name="PublicationRoleCodeEnumType">
    <xsd:annotation>
        <xsd:documentation source="http://www.hr-xml.org" xml:lang="en">Values used to describe a person's role in the publication.</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:normalizedString">
        <xsd:enumeration value="Author" />
        <xsd:enumeration value="Editor" />
        <xsd:enumeration value="Illustrator" />
        <xsd:enumeration value="Contributor" />
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration Author
Enumeration Editor
Enumeration Illustrator
Enumeration Contributor