attributeGroup "m:CommonPresAtt"
Namespace:
Content:
Defined:
Includes:
definitions of 2 attributes
Used:
at 38 locations
Component Diagram
XML Representation Summary
<...
   
 = 
xs:string
 = 
(xs:string | "transparent")
...>
Known Usage Locations
XML Source (see within schema source)
<xs:attributeGroup name="CommonPresAtt">
<xs:attribute name="mathcolor" type="m:color"/>
<xs:attribute name="mathbackground">
<xs:simpleType>
<xs:union memberTypes="m:color">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="transparent"/>
</xs:restriction>
</xs:simpleType>
</xs:union>
</xs:simpleType>
</xs:attribute>
</xs:attributeGroup>
Attribute Detail (all declarations; defined within this component only; 2/2)
mathbackground
Type:
anonymous simpleType (union of (m:color | restriction of xs:token))
Use:
optional
Attribute Value
xs:string | "transparent"
Anonymous simpleType
Type Derivation Tree
union of (m:color | 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="mathbackground">
<xs:simpleType>
<xs:union memberTypes="m:color">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="transparent"/>
</xs:restriction>
</xs:simpleType>
</xs:union>
</xs:simpleType>
</xs:attribute>

mathcolor
Type:
Use:
optional
Attribute Value
xs:string
Pattern:
\s*((#[0-9a-fA-F]{3}([0-9a-fA-F]{3})?)|[aA][qQ][uU][aA]|[bB][lL][aA][cC][kK]|[bB][lL][uU][eE]|[fF][uU][cC][hH][sS][iI][aA]|[gG][rR][aA][yY]|[gG][rR][eE][eE][nN]|[lL][iI][mM][eE]|[mM][aA][rR][oO][oO][nN]|[nN][aA][vV][yY]|[oO][lL][iI][vV][eE]|[pP][uU][rR][pP][lL][eE]|[rR][eE][dD]|[sS][iI][lL][vV][eE][rR]|[tT][eE][aA][lL]|[wW][hH][iI][tT][eE]|[yY][eE][lL][lL][oO][wW])\s*
XML Source (see within schema source)
<xs:attribute name="mathcolor" type="m:color"/>

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.