QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
subname-type | restriction of xs:string | editor | optional |
<xs:complexType name="subnameType"> <xs:choice> <xs:group ref="exch:nameGroup"/> <xs:element ref="exch:addressbook"/> </xs:choice> <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> </xs:complexType> |