bibType

Simple Type Information

Source

<xs:simpleType name="bibType">
  <xs:restriction base="xs:string">
    <xs:enumeration value="article"/>
    <xs:enumeration value="book"/>
    <xs:enumeration value="booklet"/>
    <xs:enumeration value="manual"/>
    <xs:enumeration value="techreport"/>
    <xs:enumeration value="mastersthesis"/>
    <xs:enumeration value="phdthesis"/>
    <xs:enumeration value="inbook"/>
    <xs:enumeration value="incollection"/>
    <xs:enumeration value="proceedings"/>
    <xs:enumeration value="inproceedings"/>
    <xs:enumeration value="conference"/>
    <xs:enumeration value="unpublished"/>
    <xs:enumeration value="misc"/>
  </xs:restriction>
</xs:simpleType>