enclosure

The enclosure type describes the shape and presence / absence of an enclosure around text.

Simple Type Information

Used By

Source

<xs:simpleType name="enclosure">
  <xs:annotation>
    <xs:documentation>The enclosure type describes the shape and presence / absence of an enclosure around text.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:token">
    <xs:enumeration value="rectangle"/>
    <xs:enumeration value="oval"/>
    <xs:enumeration value="none"/>
  </xs:restriction>
</xs:simpleType>