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