attributeGroup "Token-style.attrib"
Namespace:
Content:
Defined:
Includes:
definitions of 4 attributes
Used:
XML Representation Summary
<...
    mathbackground
 = 
xs:string
    mathcolor
 = 
xs:string
    mathsize
 = 
(("small" | "normal" | "big") | xs:string)
    mathvariant
 = 
("normal" | "bold" | "italic" | "bold-italic" | "double-struck" | "bold-fraktur" | "script" | "bold-script" | "fraktur" | "sans-serif" | "bold-sans-serif" | "sans-serif-italic" | "sans-serif-bold-italic" | "monospace")
...>
Known Usage Locations
XML Source (see within schema source)
<xs:attributeGroup name="Token-style.attrib">
<xs:attribute name="mathvariant">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="normal"/>
<xs:enumeration value="bold"/>
<xs:enumeration value="italic"/>
<xs:enumeration value="bold-italic"/>
<xs:enumeration value="double-struck"/>
<xs:enumeration value="bold-fraktur"/>
<xs:enumeration value="script"/>
<xs:enumeration value="bold-script"/>
<xs:enumeration value="fraktur"/>
<xs:enumeration value="sans-serif"/>
<xs:enumeration value="bold-sans-serif"/>
<xs:enumeration value="sans-serif-italic"/>
<xs:enumeration value="sans-serif-bold-italic"/>
<xs:enumeration value="monospace"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="mathsize">
<xs:simpleType>
<xs:union memberTypes="simple-size length-with-unit"/>
</xs:simpleType>
</xs:attribute>
<!-- For both of the following attributes the types should be
more restricted
-->
<xs:attribute name="mathcolor" type="xs:string"/>
<xs:attribute name="mathbackground" type="xs:string"/>
</xs:attributeGroup>
Attribute Detail (defined in this component only; 4/4)
mathbackground
Type:
xs:string, predefined
Use:
optional
XML Source (see within schema source)
<xs:attribute name="mathbackground" type="xs:string"/>

mathcolor
Type:
xs:string, predefined
Use:
optional
XML Source (see within schema source)
<xs:attribute name="mathcolor" type="xs:string"/>

mathsize
Type:
Use:
optional
Attribute Value
("small" | "normal" | "big") | xs:string
Anonymous simpleType
Type Derivation Tree
  simpleType
Derivation:
by union
Member Types
XML Source (see within schema source)
<xs:attribute name="mathsize">
<xs:simpleType>
<xs:union memberTypes="simple-size length-with-unit"/>
</xs:simpleType>
</xs:attribute>

mathvariant
Type:
anonymous (restriction of xs:string)
Use:
optional
Attribute Value
enumeration of xs:string
Enumeration:
"normal", "bold", "italic", "bold-italic", "double-struck", "bold-fraktur", "script", "bold-script", "fraktur", "sans-serif", "bold-sans-serif", "sans-serif-italic", "sans-serif-bold-italic", "monospace"
Anonymous simpleType
Type Derivation Tree
xs:string
  simpleType (restriction)
Derivation:
restriction of xs:string
Facets:
enumeration:
"normal", "bold", "italic", "bold-italic", "double-struck", "bold-fraktur", "script", "bold-script", "fraktur", "sans-serif", "bold-sans-serif", "sans-serif-italic", "sans-serif-bold-italic", "monospace"
XML Source (see within schema source)
<xs:attribute name="mathvariant">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="normal"/>
<xs:enumeration value="bold"/>
<xs:enumeration value="italic"/>
<xs:enumeration value="bold-italic"/>
<xs:enumeration value="double-struck"/>
<xs:enumeration value="bold-fraktur"/>
<xs:enumeration value="script"/>
<xs:enumeration value="bold-script"/>
<xs:enumeration value="fraktur"/>
<xs:enumeration value="sans-serif"/>
<xs:enumeration value="bold-sans-serif"/>
<xs:enumeration value="sans-serif-italic"/>
<xs:enumeration value="sans-serif-bold-italic"/>
<xs:enumeration value="monospace"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>

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