attributeGroup "m:DeprecatedTokenAtt"
Namespace:
Content:
Defined:
Includes:
definitions of 6 attributes
Used:
Component Diagram
XML Representation Summary
<...
   
 = 
xs:anySimpleType
 = 
("normal" | "bold")
 = 
("normal" | "italic")
 = 
xs:string
 = 
xs:string
 = 
(xs:string | "transparent")
...>
Known Usage Locations
XML Source (see within schema source)
<xs:attributeGroup name="DeprecatedTokenAtt">
<xs:attribute name="fontfamily"/>
<xs:attribute name="fontweight">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="normal"/>
<xs:enumeration value="bold"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="fontstyle">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="normal"/>
<xs:enumeration value="italic"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="fontsize" type="m:length"/>
<xs:attribute name="color" type="m:color"/>
<xs:attribute name="background">
<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; 6/6)
background
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="background">
<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>

color
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="color" type="m:color"/>

fontfamily
Type:
xs:anySimpleType
Use:
optional
XML Source (see within schema source)
<xs:attribute name="fontfamily"/>

fontsize
Type:
Use:
optional
Attribute Value
xs:string
Pattern:
\s*((-?[0-9]*([0-9]\.?|\.[0-9])[0-9]*(e[mx]|in|cm|mm|p[xtc]|%)?)|(negative)?((very){0,2}thi(n|ck)|medium)mathspace)\s*
XML Source (see within schema source)
<xs:attribute name="fontsize" type="m:length"/>

fontstyle
Type:
anonymous simpleType (restriction of xs:token)
Use:
optional
Attribute Value
enumeration of xs:token
Enumeration:
"normal", "italic"
Anonymous simpleType
Type Derivation Tree
xs:token (restriction)
  simpleType
Derivation:
restriction of xs:token
XML Source (see within schema source)
<xs:attribute name="fontstyle">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="normal"/>
<xs:enumeration value="italic"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>

fontweight
Type:
anonymous simpleType (restriction of xs:token)
Use:
optional
Attribute Value
enumeration of xs:token
Enumeration:
"normal", "bold"
Anonymous simpleType
Type Derivation Tree
xs:token (restriction)
  simpleType
Derivation:
restriction of xs:token
XML Source (see within schema source)
<xs:attribute name="fontweight">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="normal"/>
<xs:enumeration value="bold"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>

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.