List14

ONIX Code List 14
Text case flag

Simple Type Information

Used By

Simple Type TextCaseCode

Source

<xs:simpleType name="List14">
  <xs:annotation>
    <xs:documentation source="ONIX Code List 14">Text case flag</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="00">
      <xs:annotation>
        <xs:documentation>Undefined</xs:documentation>
        <xs:documentation>Default</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="01">
      <xs:annotation>
        <xs:documentation>Sentence case</xs:documentation>
        <xs:documentation>Initial capitals on first word and subsequently on proper names only, eg ‘The conquest of Mexico’</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="02">
      <xs:annotation>
        <xs:documentation>Title case</xs:documentation>
        <xs:documentation>Initial capitals on first word and subsequently on all significant words (nouns, pronouns, adjectives, verbs, adverbs, subordinate conjunctions) thereafter. Unless they appear as the first word, articles, prepositions and coordinating conjunctions remain lower case, eg ‘The Conquest of Mexico’</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="03">
      <xs:annotation>
        <xs:documentation>All capitals</xs:documentation>
        <xs:documentation>For example, ‘THE CONQUEST OF MEXICO’</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>