attributeGroup "math.attlist"
Namespace:
Content:
15+any attributes
Defined:
globally in math.xsd, see XML source
Includes:
definitions of 2 attributes
Used:
XML Representation Summary
<...
    altimg
 = 
xs:anyURI
    alttext
 = 
xs:string
    baseline
 = 
xs:string
    class
 = 
xs:NMTOKENS
    display
 = 
("block" | "inline") : "inline"
    height
 = 
xs:string
    id
 = 
xs:ID
    macros
 = 
xs:string
    name
 = 
xs:string
    overflow
 = 
("scroll" | "elide" | "truncate" | "scale") : "scroll"
    style
 = 
xs:string
    type
 = 
xs:string
    width
 = 
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="math.attlist">
<xs:attributeGroup ref="Browser-interface.attrib"/>
<xs:attribute name="macros" type="xs:string"/>
<!-- deprecated
<xs:attribute name="mode" type="xs:string"/>
-->
<xs:attribute default="inline" name="display">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="block"/>
<xs:enumeration value="inline"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attributeGroup ref="Common.attrib"/>
</xs:attributeGroup>
Attribute Detail (defined in this component only; 2/16)
display
Type:
anonymous (restriction of xs:string)
Use:
optional
Attribute Value
enumeration of xs:string
Enumeration:
"block", "inline"
Default:
"inline"
Anonymous simpleType
Type Derivation Tree
xs:string
  simpleType (restriction)
Derivation:
restriction of xs:string
Facets:
enumeration:
"block", "inline"
XML Source (see within schema source)
<xs:attribute default="inline" name="display">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="block"/>
<xs:enumeration value="inline"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>

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

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