Attribute tableAtts / @width
Namespace No namespace
Type xsd:integer
Properties
content: simple
Used by
Attribute Group tableAtts
Source
<xsd:attribute name="width" type="xsd:integer"/>
Attribute tableAtts / @border
Namespace No namespace
Type xsd:integer
Properties
content: simple
Used by
Attribute Group tableAtts
Source
<xsd:attribute name="border" type="xsd:integer"/>
Attribute tableAtts / @cellspacing
Namespace No namespace
Type xsd:integer
Properties
content: simple
Used by
Attribute Group tableAtts
Source
<xsd:attribute name="cellspacing" type="xsd:integer"/>
Attribute tableAtts / @cellpadding
Namespace No namespace
Type xsd:integer
Properties
content: simple
Used by
Attribute Group tableAtts
Source
<xsd:attribute name="cellpadding" type="xsd:integer"/>
Attribute Group tableAtts
Namespace http://docs.oasis-open.org/legaldocml/ns/akn/3.0
Annotations
<type>Attlist</type>
<name>tableAtts</name>
<comment>these attributes specify the characteristics of the table.</comment>
Diagram
Diagram akomantoso30_xsd_Attribute_Group_tableAtts.tmp#tableAtts_width akomantoso30_xsd_Attribute_Group_tableAtts.tmp#tableAtts_border akomantoso30_xsd_Attribute_Group_tableAtts.tmp#tableAtts_cellspacing akomantoso30_xsd_Attribute_Group_tableAtts.tmp#tableAtts_cellpadding
Used by
Element table
Attributes
QName Type Fixed Default Use Annotation
border xsd:integer optional
cellpadding xsd:integer optional
cellspacing xsd:integer optional
width xsd:integer optional
Source
<xsd:attributeGroup name="tableAtts">
  <xsd:annotation>
    <xsd:documentation>
      <type>Attlist</type>
      <name>tableAtts</name>
      <comment>these attributes specify the characteristics of the table.</comment>
    </xsd:documentation>
  </xsd:annotation>
  <xsd:attribute name="width" type="xsd:integer"/>
  <xsd:attribute name="border" type="xsd:integer"/>
  <xsd:attribute name="cellspacing" type="xsd:integer"/>
  <xsd:attribute name="cellpadding" type="xsd:integer"/>
</xsd:attributeGroup>