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