map.attlist

Attribute Group Information

Attributes

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

Used By

Element map

Source

<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>