Complex Type | subnameType |
<xs:attribute name="subname-type" default="editor"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="editor"/> <xs:enumeration value="translator"/> <xs:enumeration value="other-subname-type"/> </xs:restriction> </xs:simpleType> </xs:attribute> |