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