HR-XML 3.0 Standards, 2009 September 23.
Menu: [ Home | Guidelines | BODs | Nouns | Global elements | WSDL | Packages | Code Lists | Master Index ]
Trace back: » PublicationHistoryType | PublicationID | PublicationRoleCode | ProjectReference | CandidateType »
| Parent type: |
xsd:normalizedString (derivation method: restriction)
|
| Name |
PublicationRoleCodeEnumType |
| Content |
- Base XSD Type: normalizedString
- value comes from list: {'Author'|'Editor'|'Illustrator'|'Contributor'}
|
| Documentation |
Values used to describe a person's role in the publication. |
Schema Component Representation
<
xsd:simpleType name="
PublicationRoleCodeEnumType">
<
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>