http://maven.apache.org/XDOC/2.0
attributeGroup coreattrs

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
      
Properties
This component is not nillable.

Model

  class = xs:NMTOKENS
  id = xs:ID
  style = StyleSheet
  title = Text



Attribute Summary
 xs:NMTOKENSclass
          
 xs:IDid
          
 StyleSheetstyle
          
 Texttitle
          

Attribute Detail

class

Type:
xs:NMTOKENS
Use:
optional
Form:
unqualified

id

Type:
xs:ID
Use:
optional
Form:
unqualified

style

Type:
StyleSheet
Use:
optional
Form:
unqualified

title

Type:
Text
Use:
optional
Form:
unqualified

Source
<xs:attributeGroup name="coreattrs">
<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>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.