Complex Type | table |
<xs:attribute name="frame"> <xs:simpleType> <xs:restriction base="xs:token"> <xs:enumeration value="top"/> <xs:enumeration value="bottom"/> <xs:enumeration value="topbot"/> <xs:enumeration value="all"/> <xs:enumeration value="sides"/> <xs:enumeration value="none"/> </xs:restriction> </xs:simpleType> </xs:attribute> |