coreattrs

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
class optional
id xs:ID optional
style StyleSheet optional
title XHTMLText optional

Used By

Attribute Groups attrs, bdo.attlist, br.attlist

Source

<xs:attributeGroup name="coreattrs">
  <xs:attribute name="id" type="xs:ID"/>
  <xs:attribute name="class"/>
  <xs:attribute name="style" type="StyleSheet"/>
  <xs:attribute name="title" type="XHTMLText"/>
</xs:attributeGroup>