| QName | Type | Fixed | Default | Use | Inheritable | Annotation |
|---|---|---|---|---|---|---|
| altrender | xs:token | optional | ||||
| audience | restriction of xs:token | optional | ||||
| encodinganalog | xs:token | optional | ||||
| id | xs:ID | optional | ||||
| label | xs:string | optional | ||||
| lang | xs:NMTOKEN | optional | ||||
| script | xs:NMTOKEN | optional | ||||
| scriptcode | xs:NMTOKEN | optional |
| Elements | languagedeclaration/script, languageset/script |
<xs:complexType name="script" mixed="true"> <xs:attributeGroup ref="am.common"/> <xs:attribute name="encodinganalog" type="xs:token"/> <xs:attribute name="label" type="xs:string"/> <xs:attribute name="scriptcode" type="xs:NMTOKEN"/> </xs:complexType> |