
| QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
|---|---|---|---|---|---|---|---|
| dir | restriction of xs:token | optional | |||||
| id | xs:ID | optional | |||||
| lang | LanguageCode | optional | |||||
| xml:lang | union of(xs:language, restriction of xs:string) | optional | 
 | 
| <xs:element name="html"> <xs:complexType> <xs:sequence> <xs:element ref="head"/> <xs:element ref="body"/> </xs:sequence> <xs:attributeGroup ref="i18n"/> <xs:attribute name="id" type="xs:ID"/> </xs:complexType> </xs:element> |