attributeGroup "mtable.attlist"
Namespace:
Content:
23+any attributes
Defined:
globally in table.xsd, see XML source
Includes:
definitions of 15 attributes
Used:
XML Representation Summary
<...
    align
 = 
xs:string : "axis"
    alignmentscope
 = 
xs:string : "true"
    class
 = 
xs:NMTOKENS
    columnalign
 = 
xs:string : "center"
    columnlines
 = 
xs:string : "none"
    columnspacing
 = 
xs:string : "0.8em"
    columnwidth
 = 
xs:string : "auto"
    displaystyle
 = 
xs:boolean : "false"
    equalcolumns
 = 
xs:boolean : "false"
    equalrows
 = 
xs:boolean : "false"
    frame
 = 
("none" | "solid" | "dashed") : "none"
    framespacing
 = 
xs:string : "0.4em 0.5ex"
    groupalign
 = 
xs:string
    id
 = 
xs:ID
    minlabelspacing
 = 
xs:string : "0.8em"
    rowalign
 = 
xs:string : "baseline"
    rowlines
 = 
xs:string : "none"
    rowspacing
 = 
xs:string : "1.0ex"
    side
 = 
("left" | "right" | "leftoverlap" | "rightoverlap") : "right"
    style
 = 
xs:string
    width
 = 
xs:string : "auto"
    xlink:href
 = 
anyURI
    xref
 = 
xs:IDREF
    {any attribute with non-schema namespace}
...>
Known Usage Locations
XML Source (see within schema source)
<xs:attributeGroup name="mtable.attlist">
<xs:attributeGroup ref="Table-alignment.attrib"/>
<xs:attribute default="axis" name="align" type="xs:string"/>
<xs:attribute default="true" name="alignmentscope">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:pattern value="(true|false)( true| false)*"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute default="auto" name="columnwidth" type="xs:string"/>
<xs:attribute default="auto" name="width" type="xs:string"/>
<xs:attribute default="1.0ex" name="rowspacing" type="xs:string"/>
<xs:attribute default="0.8em" name="columnspacing" type="xs:string"/>
<xs:attribute default="none" name="rowlines" type="xs:string"/>
<xs:attribute default="none" name="columnlines" type="xs:string"/>
<xs:attribute default="none" name="frame">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="none"/>
<xs:enumeration value="solid"/>
<xs:enumeration value="dashed"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute default="0.4em 0.5ex" name="framespacing" type="xs:string"/>
<xs:attribute default="false" name="equalrows" type="xs:boolean"/>
<xs:attribute default="false" name="equalcolumns" type="xs:boolean"/>
<xs:attribute default="false" name="displaystyle" type="xs:boolean"/>
<xs:attribute default="right" name="side">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="left"/>
<xs:enumeration value="right"/>
<xs:enumeration value="leftoverlap"/>
<xs:enumeration value="rightoverlap"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute default="0.8em" name="minlabelspacing" type="length-with-unit"/>
<xs:attributeGroup ref="Common.attrib"/>
</xs:attributeGroup>
Attribute Detail (defined in this component only; 15/24)
align
Type:
xs:string, predefined
Use:
optional
Attribute Value
Default:
"axis"
XML Source (see within schema source)
<xs:attribute default="axis" name="align" type="xs:string"/>

alignmentscope
Type:
anonymous (restriction of xs:string)
Use:
optional
Attribute Value
xs:string
Pattern:
(true|false)( true| false)*
Default:
"true"
Anonymous simpleType
Type Derivation Tree
xs:string
  simpleType (restriction)
Derivation:
restriction of xs:string
Facets:
pattern:
(true|false)( true| false)*
XML Source (see within schema source)
<xs:attribute default="true" name="alignmentscope">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:pattern value="(true|false)( true| false)*"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>

columnlines
Type:
xs:string, predefined
Use:
optional
Attribute Value
Default:
"none"
XML Source (see within schema source)
<xs:attribute default="none" name="columnlines" type="xs:string"/>

columnspacing
Type:
xs:string, predefined
Use:
optional
Attribute Value
Default:
"0.8em"
XML Source (see within schema source)
<xs:attribute default="0.8em" name="columnspacing" type="xs:string"/>

columnwidth
Type:
xs:string, predefined
Use:
optional
Attribute Value
Default:
"auto"
XML Source (see within schema source)
<xs:attribute default="auto" name="columnwidth" type="xs:string"/>

displaystyle
Type:
xs:boolean, predefined
Use:
optional
Attribute Value
Default:
"false"
XML Source (see within schema source)
<xs:attribute default="false" name="displaystyle" type="xs:boolean"/>

equalcolumns
Type:
xs:boolean, predefined
Use:
optional
Attribute Value
Default:
"false"
XML Source (see within schema source)
<xs:attribute default="false" name="equalcolumns" type="xs:boolean"/>

equalrows
Type:
xs:boolean, predefined
Use:
optional
Attribute Value
Default:
"false"
XML Source (see within schema source)
<xs:attribute default="false" name="equalrows" type="xs:boolean"/>

frame
Type:
anonymous (restriction of xs:string)
Use:
optional
Attribute Value
enumeration of xs:string
Enumeration:
"none", "solid", "dashed"
Default:
"none"
Anonymous simpleType
Type Derivation Tree
xs:string
  simpleType (restriction)
Derivation:
restriction of xs:string
Facets:
enumeration:
"none", "solid", "dashed"
XML Source (see within schema source)
<xs:attribute default="none" name="frame">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="none"/>
<xs:enumeration value="solid"/>
<xs:enumeration value="dashed"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>

framespacing
Type:
xs:string, predefined
Use:
optional
Attribute Value
Default:
"0.4em 0.5ex"
XML Source (see within schema source)
<xs:attribute default="0.4em 0.5ex" name="framespacing" type="xs:string"/>

minlabelspacing
Type:
Use:
optional
Attribute Value
xs:string
Pattern:
(-?([0-9]+|[0-9]*\.[0-9]+)*(em|ex|px|in|cm|mm|pt|pc|%))|0
Default:
"0.8em"
XML Source (see within schema source)
<xs:attribute default="0.8em" name="minlabelspacing" type="length-with-unit"/>

rowlines
Type:
xs:string, predefined
Use:
optional
Attribute Value
Default:
"none"
XML Source (see within schema source)
<xs:attribute default="none" name="rowlines" type="xs:string"/>

rowspacing
Type:
xs:string, predefined
Use:
optional
Attribute Value
Default:
"1.0ex"
XML Source (see within schema source)
<xs:attribute default="1.0ex" name="rowspacing" type="xs:string"/>

side
Type:
anonymous (restriction of xs:string)
Use:
optional
Attribute Value
enumeration of xs:string
Enumeration:
"left", "right", "leftoverlap", "rightoverlap"
Default:
"right"
Anonymous simpleType
Type Derivation Tree
xs:string
  simpleType (restriction)
Derivation:
restriction of xs:string
Facets:
enumeration:
"left", "right", "leftoverlap", "rightoverlap"
XML Source (see within schema source)
<xs:attribute default="right" name="side">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="left"/>
<xs:enumeration value="right"/>
<xs:enumeration value="leftoverlap"/>
<xs:enumeration value="rightoverlap"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>

width
Type:
xs:string, predefined
Use:
optional
Attribute Value
Default:
"auto"
XML Source (see within schema source)
<xs:attribute default="auto" name="width" type="xs:string"/>

XML schema documentation generated with DocFlex/XML 1.7.0 using DocFlex/XML | XSDDoc 2.0.0 template set