| QName | Type | Fixed | Default | Use | Inheritable | Annotation |
|---|---|---|---|---|---|---|
| class | optional | |||||
| dir | restriction of xs:token | optional | ||||
| id | xs:ID | required | ||||
| lang | XHTMLLanguageCode | optional | ||||
| name | xs:NMTOKEN | optional | ||||
| style | StyleSheet | optional | ||||
| title | XHTMLText | optional |
| Element | map |
<xs:attributeGroup name="map.attlist"> <xs:attributeGroup ref="i18n"/> <xs:attribute name="id" use="required" type="xs:ID"/> <xs:attribute name="class"/> <xs:attribute name="style" type="StyleSheet"/> <xs:attribute name="title" type="XHTMLText"/> <xs:attribute name="name" type="xs:NMTOKEN"/> </xs:attributeGroup> |