Complex Type | oType |
<xs:attribute name="ostyle" default="single"> <xs:simpleType> <xs:restriction base="xs:token"> <xs:enumeration value="single"/> <xs:enumeration value="double"/> <xs:enumeration value="dash"/> <xs:enumeration value="dots"/> <xs:enumeration value="leftarrow"/> <xs:enumeration value="rightarrow"/> <xs:enumeration value="leftrightarrow"/> </xs:restriction> </xs:simpleType> </xs:attribute> |