Documentation for citationstyle

Simple Type: Types-Optional-Monographs

[Table of contents]

Super-types: xs:token < Types-Optional-Monographs (by restriction)
Sub-types: None
Name Types-Optional-Monographs
Used by (from the same schema document) Model Group RefClass-Monograph-Optional
Content
  • Base XSD Type: token
  • value comes from list: {'treaty'|'patent'|'personal communication'|'thesis'|'report'|'graphic'|'speech'}
Diagram
Schema Component Representation
<xs:simpleType name="Types-Optional-Monographs">
<xs:restriction base=" xs:token ">
<xs:enumeration value="treaty"/>
<xs:enumeration value="patent"/>
<xs:enumeration value="personal communication"/>
<xs:enumeration value="thesis"/>
<xs:enumeration value="report"/>
<xs:enumeration value="graphic"/>
<xs:enumeration value="speech"/>
</xs:restriction>
</xs:simpleType>