attributeGroup coreattrs
namespace http://www.w3.org/1999/xhtml
used by
elements bdo br
attributeGroup attrs
attributes
Name  Type  Use  Default  Fixed  annotation
idxs:ID      
classxs:NMTOKENS      
styleStyleSheet      
titleText      
annotation
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
     
source <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>

attribute coreattrs/@id
type xs:ID
properties
isRef 0
source <xs:attribute name="id" type="xs:ID"/>

attribute coreattrs/@class
type xs:NMTOKENS
properties
isRef 0
source <xs:attribute name="class" type="xs:NMTOKENS"/>

attribute coreattrs/@style
type StyleSheet
properties
isRef 0
source <xs:attribute name="style" type="StyleSheet"/>

attribute coreattrs/@title
type Text
properties
isRef 0
source <xs:attribute name="title" type="Text"/>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy