Documentation for citationstyle

Simple Type: Types-Optional-PartsInMonographs

[Table of contents]

Super-types: xs:token < Types-Optional-PartsInMonographs (by restriction)
Sub-types: None
Name Types-Optional-PartsInMonographs
Used by (from the same schema document) Model Group RefClass-PartInMonograph-Optional
Content
  • Base XSD Type: token
  • value comes from list: {'song'|'webpage'}
Diagram
Schema Component Representation
<xs:simpleType name="Types-Optional-PartsInMonographs">
<xs:restriction base=" xs:token ">
<xs:enumeration value="song"/>
<xs:enumeration value="webpage"/>
</xs:restriction>
</xs:simpleType>