<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>
|