QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
closed | boolean | optional | ||||
primary | boolean | optional | ||||
translation | boolean | optional | ||||
type | string | optional |
<complexType name="SignLanguageType"> <simpleContent> <extension base="language"> <attribute name="primary" type="boolean" use="optional"/> <attribute name="translation" type="boolean" use="optional"/> <attribute name="type" type="string" use="optional"/> <attribute name="closed" type="boolean" use="optional"/> </extension> </simpleContent> </complexType> |