The enclosure type describes the shape and presence / absence of an enclosure around text. |
Attribute | text-formatting/@enclosure |
<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> |