attributeGroup "mfrac.attlist"
Namespace:
Content:
9+any attributes
Defined:
globally in layout.xsd, see XML source
Includes:
definitions of 4 attributes
Used:
XML Representation Summary
<...
    bevelled
 = 
xs:boolean
    class
 = 
xs:NMTOKENS
    denomalign
 = 
("left" | "center" | "right") : "center"
    id
 = 
xs:ID
    linethickness
 = 
(xs:string | ("thin" | "medium" | "thick")) : "1"
    numalign
 = 
("left" | "center" | "right") : "center"
    style
 = 
xs:string
    xlink:href
 = 
anyURI
    xref
 = 
xs:IDREF
    {any attribute with non-schema namespace}
...>
Known Usage Locations
XML Source (see within schema source)
<xs:attributeGroup name="mfrac.attlist">
<xs:attribute name="bevelled" type="xs:boolean"/>
<xs:attribute default="center" name="denomalign" type="centering"/>
<xs:attribute default="center" name="numalign" type="centering"/>
<xs:attribute default="1" name="linethickness">
<xs:simpleType>
<xs:union memberTypes="length-with-optional-unit thickness"/>
</xs:simpleType>
</xs:attribute>
<xs:attributeGroup ref="Common.attrib"/>
</xs:attributeGroup>
Attribute Detail (defined in this component only; 4/10)
bevelled
Type:
xs:boolean, predefined
Use:
optional
XML Source (see within schema source)
<xs:attribute name="bevelled" type="xs:boolean"/>

denomalign
Type:
Use:
optional
Attribute Value
enumeration of xs:string
Enumeration:
"left", "center", "right"
Default:
"center"
XML Source (see within schema source)
<xs:attribute default="center" name="denomalign" type="centering"/>

linethickness
Type:
Use:
optional
Attribute Value
xs:string | ("thin" | "medium" | "thick")
Default:
"1"
Anonymous simpleType
Type Derivation Tree
  simpleType
Derivation:
by union
Member Types
XML Source (see within schema source)
<xs:attribute default="1" name="linethickness">
<xs:simpleType>
<xs:union memberTypes="length-with-optional-unit thickness"/>
</xs:simpleType>
</xs:attribute>

numalign
Type:
Use:
optional
Attribute Value
enumeration of xs:string
Enumeration:
"left", "center", "right"
Default:
"center"
XML Source (see within schema source)
<xs:attribute default="center" name="numalign" type="centering"/>

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