attributeGroup "m:mtable.attributes"
Namespace:
Content:
26 attributes, attr. wildcard
Defined:
Includes:
definitions of 18 attributes
Used:
Component Diagram
XML Representation Summary
<...
   
 = 
xs:ID
 = 
xs:anySimpleType
 = 
xs:NMTOKENS
 = 
xs:string
 = 
xs:anyURI
 = 
xs:anySimpleType
 = 
xs:string
 = 
(xs:string | "transparent")
 = 
xs:string
 = 
list of ("top" | "bottom" | "center" | "baseline" | "axis")
 = 
list of ("left" | "center" | "right")
 = 
xs:string
 = 
list of ("true" | "false")
 = 
list of (xs:string | "auto" | "fit")
 = 
(xs:string | "auto")
 = 
list of xs:string
 = 
list of xs:string
 = 
list of ("none" | "solid" | "dashed")
 = 
list of ("none" | "solid" | "dashed")
 = 
("none" | "solid" | "dashed")
 = 
list of (xs:string | xs:string)
 = 
("true" | "false")
 = 
("true" | "false")
 = 
("true" | "false")
 = 
("left" | "right" | "leftoverlap" | "rightoverlap")
 = 
xs:string
   
...>
Known Usage Locations
XML Source (see within schema source)
<xs:attributeGroup name="mtable.attributes">
<xs:attributeGroup ref="m:CommonAtt"/>
<xs:attributeGroup ref="m:CommonPresAtt"/>
<xs:attribute name="align">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:pattern value="\s*(top|bottom|center|baseline|axis)(\s+-?[0-9]+)?\s*"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="rowalign">
<xs:simpleType>
<xs:restriction>
<xs:simpleType>
<xs:list itemType="m:verticalalign"/>
</xs:simpleType>
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="columnalign">
<xs:simpleType>
<xs:restriction>
<xs:simpleType>
<xs:list itemType="m:columnalignstyle"/>
</xs:simpleType>
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="groupalign" type="m:group-alignment-list-list"/>
<xs:attribute name="alignmentscope">
<xs:simpleType>
<xs:restriction>
<xs:simpleType>
<xs:list>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="true"/>
<xs:enumeration value="false"/>
</xs:restriction>
</xs:simpleType>
</xs:list>
</xs:simpleType>
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="columnwidth">
<xs:simpleType>
<xs:restriction>
<xs:simpleType>
<xs:list>
<xs:simpleType>
<xs:union memberTypes="m:length">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="auto"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="fit"/>
</xs:restriction>
</xs:simpleType>
</xs:union>
</xs:simpleType>
</xs:list>
</xs:simpleType>
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="width">
<xs:simpleType>
<xs:union memberTypes="m:length">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="auto"/>
</xs:restriction>
</xs:simpleType>
</xs:union>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="rowspacing">
<xs:simpleType>
<xs:restriction>
<xs:simpleType>
<xs:list itemType="m:length"/>
</xs:simpleType>
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="columnspacing">
<xs:simpleType>
<xs:restriction>
<xs:simpleType>
<xs:list itemType="m:length"/>
</xs:simpleType>
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="rowlines">
<xs:simpleType>
<xs:restriction>
<xs:simpleType>
<xs:list itemType="m:linestyle"/>
</xs:simpleType>
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="columnlines">
<xs:simpleType>
<xs:restriction>
<xs:simpleType>
<xs:list itemType="m:linestyle"/>
</xs:simpleType>
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="frame" type="m:linestyle"/>
<xs:attribute name="framespacing">
<xs:simpleType>
<xs:restriction>
<xs:simpleType>
<xs:list>
<xs:simpleType>
<xs:union memberTypes="m:length m:length"/>
</xs:simpleType>
</xs:list>
</xs:simpleType>
<xs:length value="2"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="equalrows">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="true"/>
<xs:enumeration value="false"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="equalcolumns">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="true"/>
<xs:enumeration value="false"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="displaystyle">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="true"/>
<xs:enumeration value="false"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="side">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="left"/>
<xs:enumeration value="right"/>
<xs:enumeration value="leftoverlap"/>
<xs:enumeration value="rightoverlap"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="minlabelspacing" type="m:length"/>
</xs:attributeGroup>
Attribute Detail (all declarations; defined within this component only; 18/27)
align
Type:
anonymous simpleType (restriction of xs:string)
Use:
optional
Attribute Value
xs:string
Pattern:
\s*(top|bottom|center|baseline|axis)(\s+-?[0-9]+)?\s*
Anonymous simpleType
Type Derivation Tree
xs:string (restriction)
  simpleType
Derivation:
restriction of xs:string
XML Source (see within schema source)
<xs:attribute name="align">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:pattern value="\s*(top|bottom|center|baseline|axis)(\s+-?[0-9]+)?\s*"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>

alignmentscope
Type:
anonymous simpleType (restriction of list of restriction of xs:token)
Use:
optional
Attribute Value
list of ("true" | "false")
MinLength:
1
Anonymous simpleType
Type Derivation Tree
xs:token (restriction of list of restriction)
  simpleType
Derivation:
restriction of anonymous simpleType
Anonymous simpleType
Derivation:
list of anonymous simpleType
Anonymous simpleType
Derivation:
restriction of xs:token
XML Source (see within schema source)
<xs:attribute name="alignmentscope">
<xs:simpleType>
<xs:restriction>
<xs:simpleType>
<xs:list>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="true"/>
<xs:enumeration value="false"/>
</xs:restriction>
</xs:simpleType>
</xs:list>
</xs:simpleType>
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>

columnalign
Type:
anonymous simpleType (restriction of list of m:columnalignstyle)
Use:
optional
Attribute Value
list of ("left" | "center" | "right")
MinLength:
1
Anonymous simpleType
Type Derivation Tree
xs:token (restriction)
  m:columnalignstyle (restriction of list)
      simpleType
Derivation:
restriction of anonymous simpleType
Anonymous simpleType
Derivation:
XML Source (see within schema source)
<xs:attribute name="columnalign">
<xs:simpleType>
<xs:restriction>
<xs:simpleType>
<xs:list itemType="m:columnalignstyle"/>
</xs:simpleType>
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>

columnlines
Type:
anonymous simpleType (restriction of list of m:linestyle)
Use:
optional
Attribute Value
list of ("none" | "solid" | "dashed")
MinLength:
1
Anonymous simpleType
Type Derivation Tree
xs:token (restriction)
  m:linestyle (restriction of list)
      simpleType
Derivation:
restriction of anonymous simpleType
Anonymous simpleType
Derivation:
list of m:linestyle
XML Source (see within schema source)
<xs:attribute name="columnlines">
<xs:simpleType>
<xs:restriction>
<xs:simpleType>
<xs:list itemType="m:linestyle"/>
</xs:simpleType>
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>

columnspacing
Type:
anonymous simpleType (restriction of list of m:length)
Use:
optional
Attribute Value
list of xs:string
MinLength:
1
Anonymous simpleType
Type Derivation Tree
xs:string (restriction)
  m:length (restriction of list)
      simpleType
Derivation:
restriction of anonymous simpleType
Anonymous simpleType
Derivation:
list of m:length
XML Source (see within schema source)
<xs:attribute name="columnspacing">
<xs:simpleType>
<xs:restriction>
<xs:simpleType>
<xs:list itemType="m:length"/>
</xs:simpleType>
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>

columnwidth
Type:
anonymous simpleType (restriction of list of union of (m:length | restriction of xs:token | restriction of xs:token))
Use:
optional
Attribute Value
list of (xs:string | "auto" | "fit")
MinLength:
1
Anonymous simpleType
Type Derivation Tree
union of (m:length | restriction of xs:token | restriction of xs:token)
  simpleType
Derivation:
restriction of anonymous simpleType
Anonymous simpleType
Derivation:
list of anonymous simpleType
Anonymous simpleType
Derivation:
by union
Member Types
  1. anonymous simpleType:
    Derivation:
    restriction of xs:token
  2. anonymous simpleType:
    Derivation:
    restriction of xs:token
XML Source (see within schema source)
<xs:attribute name="columnwidth">
<xs:simpleType>
<xs:restriction>
<xs:simpleType>
<xs:list>
<xs:simpleType>
<xs:union memberTypes="m:length">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="auto"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="fit"/>
</xs:restriction>
</xs:simpleType>
</xs:union>
</xs:simpleType>
</xs:list>
</xs:simpleType>
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>

displaystyle
Type:
anonymous simpleType (restriction of xs:token)
Use:
optional
Attribute Value
enumeration of xs:token
Enumeration:
"true", "false"
Anonymous simpleType
Type Derivation Tree
xs:token (restriction)
  simpleType
Derivation:
restriction of xs:token
XML Source (see within schema source)
<xs:attribute name="displaystyle">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="true"/>
<xs:enumeration value="false"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>

equalcolumns
Type:
anonymous simpleType (restriction of xs:token)
Use:
optional
Attribute Value
enumeration of xs:token
Enumeration:
"true", "false"
Anonymous simpleType
Type Derivation Tree
xs:token (restriction)
  simpleType
Derivation:
restriction of xs:token
XML Source (see within schema source)
<xs:attribute name="equalcolumns">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="true"/>
<xs:enumeration value="false"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>

equalrows
Type:
anonymous simpleType (restriction of xs:token)
Use:
optional
Attribute Value
enumeration of xs:token
Enumeration:
"true", "false"
Anonymous simpleType
Type Derivation Tree
xs:token (restriction)
  simpleType
Derivation:
restriction of xs:token
XML Source (see within schema source)
<xs:attribute name="equalrows">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="true"/>
<xs:enumeration value="false"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>

frame
Type:
Use:
optional
Attribute Value
enumeration of xs:token
Enumeration:
"none", "solid", "dashed"
XML Source (see within schema source)
<xs:attribute name="frame" type="m:linestyle"/>

framespacing
Type:
anonymous simpleType (restriction of list of union of (m:length | m:length))
Use:
optional
Attribute Value
list of (xs:string | xs:string)
Length:
2
Anonymous simpleType
Type Derivation Tree
union of (m:length | m:length)
  simpleType
Derivation:
restriction of anonymous simpleType
Anonymous simpleType
Derivation:
list of anonymous simpleType
Anonymous simpleType
Derivation:
by union
Member Types
XML Source (see within schema source)
<xs:attribute name="framespacing">
<xs:simpleType>
<xs:restriction>
<xs:simpleType>
<xs:list>
<xs:simpleType>
<xs:union memberTypes="m:length m:length"/>
</xs:simpleType>
</xs:list>
</xs:simpleType>
<xs:length value="2"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>

groupalign
Type:
Use:
optional
Attribute Value
xs:string
Pattern:
(\s*\{\s*(left|center|right|decimalpoint)(\s+(left|center|right|decimalpoint))*\})*\s*
XML Source (see within schema source)
<xs:attribute name="groupalign" type="m:group-alignment-list-list"/>

minlabelspacing
Type:
Use:
optional
Attribute Value
xs:string
Pattern:
\s*((-?[0-9]*([0-9]\.?|\.[0-9])[0-9]*(e[mx]|in|cm|mm|p[xtc]|%)?)|(negative)?((very){0,2}thi(n|ck)|medium)mathspace)\s*
XML Source (see within schema source)
<xs:attribute name="minlabelspacing" type="m:length"/>

rowalign
Type:
anonymous simpleType (restriction of list of m:verticalalign)
Use:
optional
Attribute Value
list of ("top" | "bottom" | "center" | "baseline" | "axis")
MinLength:
1
Anonymous simpleType
Type Derivation Tree
xs:token (restriction)
  m:verticalalign (restriction of list)
      simpleType
Derivation:
restriction of anonymous simpleType
Anonymous simpleType
Derivation:
XML Source (see within schema source)
<xs:attribute name="rowalign">
<xs:simpleType>
<xs:restriction>
<xs:simpleType>
<xs:list itemType="m:verticalalign"/>
</xs:simpleType>
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>

rowlines
Type:
anonymous simpleType (restriction of list of m:linestyle)
Use:
optional
Attribute Value
list of ("none" | "solid" | "dashed")
MinLength:
1
Anonymous simpleType
Type Derivation Tree
xs:token (restriction)
  m:linestyle (restriction of list)
      simpleType
Derivation:
restriction of anonymous simpleType
Anonymous simpleType
Derivation:
list of m:linestyle
XML Source (see within schema source)
<xs:attribute name="rowlines">
<xs:simpleType>
<xs:restriction>
<xs:simpleType>
<xs:list itemType="m:linestyle"/>
</xs:simpleType>
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>

rowspacing
Type:
anonymous simpleType (restriction of list of m:length)
Use:
optional
Attribute Value
list of xs:string
MinLength:
1
Anonymous simpleType
Type Derivation Tree
xs:string (restriction)
  m:length (restriction of list)
      simpleType
Derivation:
restriction of anonymous simpleType
Anonymous simpleType
Derivation:
list of m:length
XML Source (see within schema source)
<xs:attribute name="rowspacing">
<xs:simpleType>
<xs:restriction>
<xs:simpleType>
<xs:list itemType="m:length"/>
</xs:simpleType>
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>

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

width
Type:
anonymous simpleType (union of (m:length | restriction of xs:token))
Use:
optional
Attribute Value
xs:string | "auto"
Anonymous simpleType
Type Derivation Tree
union of (m:length | restriction of xs:token)
  simpleType
Derivation:
by union
Member Types
  1. anonymous simpleType:
    Derivation:
    restriction of xs:token
XML Source (see within schema source)
<xs:attribute name="width">
<xs:simpleType>
<xs:union memberTypes="m:length">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="auto"/>
</xs:restriction>
</xs:simpleType>
</xs:union>
</xs:simpleType>
</xs:attribute>

XML schema documentation generated with FlexDoc/XML 1.13 using FlexDoc/XML XSDDoc 2.9.5 template set. All XSD diagrams generated by FlexDoc/XML DiagramKit.