DocumentView/ViewType

 
diagram
type
restriction of xs:Name
facets
enumeration 
SVG
enumeration 
Bitmap
enumeration 
Other
source
<xs:element name="ViewType" minOccurs="0">
  <xs:simpleType>
    <xs:restriction base="xs:Name">
      <xs:enumeration value="SVG"/>
      <xs:enumeration value="Bitmap"/>
      <xs:enumeration value="Other"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>