Definition Type: AttributeGroup
Name: coreattrs
Namespace: http://www.w3.org/1999/xhtml
Containing Schema: xhtml1-strict.xsd
Documentation:
core attributes common to most elements id document-wide unique id class space separated list of classes style associated style info title advisory title/amplification
Collapse XSD Schema Diagram:
Drilldown into title in schema xhtml1-strict_xsd Drilldown into style in schema xhtml1-strict_xsd Drilldown into class in schema xhtml1-strict_xsd Drilldown into id in schema xhtml1-strict_xsdXSD Diagram of coreattrs in schema xhtml1-strict_xsd (XHTML™ 1.0 The Extensible HyperText Markup Language)
Collapse XSD Schema Code:
<xs:attributeGroup name="coreattrs">
    <xs:annotation>
        <xs:documentation>
      core attributes common to most elements
      id       document-wide unique id
      class    space separated list of classes
      style    associated style info
      title    advisory title/amplification
      </xs:documentation>
    </xs:annotation>
    <xs:attribute name="id" type="xs:ID" />
    <xs:attribute name="class" type="xs:NMTOKENS" />
    <xs:attribute name="style" type="StyleSheet" />
    <xs:attribute name="title" type="Text" />
</xs:attributeGroup>
Collapse Child Attributes:
Name Type Default Value Use
id nsA:id (Optional)
class nsA:class (Optional)
style nsA:style (Optional)
title nsA:title (Optional)