HR-XML 3.0 Standards, 2009 September 23.
Menu: [ Home | Guidelines | BODs | Nouns | Global elements | WSDL | Packages | Code Lists | Master Index ]
Trace back: » PublicRecordType | PublicRecordTypeCode | CandidateType | Publication | CandidateType »
| Parent type: |
xsd:normalizedString (derivation method: restriction)
|
| Name |
PublicationCodeEnumType |
| Content |
- Base XSD Type: normalizedString
- value comes from list: {'Article'|'Book'|'Conference'|'Other'}
|
| Documentation |
Values that describe the type of publication. |
Schema Component Representation
<
xsd:simpleType name="
PublicationCodeEnumType">
<
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>