Attribute HTMLattrs / @class
Namespace No namespace
Type xsd:string
Properties
content: simple
Used by
Attribute Group HTMLattrs
Source
<xsd:attribute name="class" type="xsd:string"/>
Attribute HTMLattrs / @style
Namespace No namespace
Type xsd:string
Properties
content: simple
Used by
Attribute Group HTMLattrs
Source
<xsd:attribute name="style" type="xsd:string"/>
Attribute HTMLattrs / @title
Namespace No namespace
Type xsd:string
Properties
content: simple
Used by
Attribute Group HTMLattrs
Source
<xsd:attribute name="title" type="xsd:string"/>
Attribute Group HTMLattrs
Namespace http://docs.oasis-open.org/legaldocml/ns/akn/3.0/WD17
Annotations
<type>Attlist</type>
<name>HTMLattrs</name>
<comment>These attributes are used to specify class, style and title of the element, exactly as in HTML</comment>
Diagram
Diagram akomantoso30_xsd_Attribute_Group_HTMLattrs.tmp#HTMLattrs_class akomantoso30_xsd_Attribute_Group_HTMLattrs.tmp#HTMLattrs_style akomantoso30_xsd_Attribute_Group_HTMLattrs.tmp#HTMLattrs_title
Used by
Attribute Groups coreopt, corereq, corereqreq
Attributes
QName Type Fixed Default Use Annotation
class xsd:string optional
style xsd:string optional
title xsd:string optional
Source
<xsd:attributeGroup name="HTMLattrs">
  <xsd:annotation>
    <xsd:documentation>
      <type>Attlist</type>
      <name>HTMLattrs</name>
      <comment>These attributes are used to specify class, style and title of the element, exactly as in HTML</comment>
    </xsd:documentation>
  </xsd:annotation>
  <xsd:attribute name="class" type="xsd:string"/>
  <xsd:attribute name="style" type="xsd:string"/>
  <xsd:attribute name="title" type="xsd:string"/>
</xsd:attributeGroup>