atom:textTypeType

Simple Type Information

Used By

Source

<xs:simpleType name="textTypeType">
  <xs:restriction base="xs:token">
    <xs:enumeration value="text"/>
    <xs:enumeration value="html"/>
    <xs:enumeration value="xhtml"/>
  </xs:restriction>
</xs:simpleType>