attributeGroup "Browser-interface.attrib"
Namespace:
Content:
Defined:
globally in math.xsd, see XML source
Includes:
definitions of 8 attributes
Used:
XML Representation Summary
<...
    altimg
 = 
xs:anyURI
    alttext
 = 
xs:string
    baseline
 = 
xs:string
    height
 = 
xs:string
    name
 = 
xs:string
    overflow
 = 
("scroll" | "elide" | "truncate" | "scale") : "scroll"
    type
 = 
xs:string
    width
 = 
xs:string
...>
Known Usage Locations
XML Source (see within schema source)
<xs:attributeGroup name="Browser-interface.attrib">
<xs:attribute name="baseline" type="xs:string"/>
<xs:attribute default="scroll" name="overflow">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="scroll"/>
<xs:enumeration value="elide"/>
<xs:enumeration value="truncate"/>
<xs:enumeration value="scale"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="altimg" type="xs:anyURI"/>
<xs:attribute name="alttext" type="xs:string"/>
<xs:attribute name="type" type="xs:string"/>
<xs:attribute name="name" type="xs:string"/>
<xs:attribute name="height" type="xs:string"/>
<xs:attribute name="width" type="xs:string"/>
</xs:attributeGroup>
Attribute Detail (defined in this component only; 8/8)
altimg
Type:
xs:anyURI, predefined
Use:
optional
XML Source (see within schema source)
<xs:attribute name="altimg" type="xs:anyURI"/>

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

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

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

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

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

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

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

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