FlexDoc/XML XSDDoc Demo
XML Schemas for MathML 3.0


attributeGroup "m:DeprecatedTokenAtt"
Namespace:
Content:
Defined:
Includes:
declarations of 6 attributes
Referenced:
Component Diagram
XML Representation Summary
<...
   
 = 
xs:anySimpleType
 = 
("normal" | "bold")
 = 
("normal" | "italic")
 = 
restriction of xs:string
 = 
restriction of xs:string
 = 
(restriction of xs:string | "transparent")
...>
Referenced By
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 Details (all declarations; defined in this component only; 6/6)
background
Type:
anonymous simpleType (union of (m:color | restriction of xs:token))
Use:
optional
Defined:
locally in (this) attributeGroup m:DeprecatedTokenAtt
Attribute Value Detail
restriction of xs:string | "transparent"
union of
  1. restriction of xs:string
    Pattern:
    see by simpleType m:color
  2. enumeration of xs:token
    Values (1):
    "transparent"
Anonymous simpleType
Type Derivation Tree
union of (m:color | restriction of xs:token)
  simpleType
Derivation:
by union of
Member Types
  1. anonymous simpleType:
    Derivation:
    restriction of xs:token
    Facets:
    enumeration:
    "transparent"
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
Defined:
locally in (this) attributeGroup m:DeprecatedTokenAtt
Attribute Value Detail
restriction of xs:string
Pattern:
see by simpleType m:color
XML Source (see within schema source)
<xs:attribute name="color" type="m:color"/>

fontfamily
Type:
xs:anySimpleType, predefined
Use:
optional
Defined:
locally in (this) attributeGroup m:DeprecatedTokenAtt
XML Source (see within schema source)
<xs:attribute name="fontfamily"/>

fontsize
Type:
Use:
optional
Defined:
locally in (this) attributeGroup m:DeprecatedTokenAtt
Attribute Value Detail
restriction of xs:string
Pattern:
see by simpleType m:length
XML Source (see within schema source)
<xs:attribute name="fontsize" type="m:length"/>

fontstyle
Type:
anonymous simpleType (restriction of xs:token)
Use:
optional
Defined:
locally in (this) attributeGroup m:DeprecatedTokenAtt
Attribute Value Detail
enumeration of xs:token
Values (2):
"normal", "italic"
Anonymous simpleType
Type Derivation Tree
xs:token (restriction)
  simpleType
Derivation:
restriction of xs:token
Facets:
enumeration (2):
"normal", "italic"
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
Defined:
locally in (this) attributeGroup m:DeprecatedTokenAtt
Attribute Value Detail
enumeration of xs:token
Values (2):
"normal", "bold"
Anonymous simpleType
Type Derivation Tree
xs:token (restriction)
  simpleType
Derivation:
restriction of xs:token
Facets:
enumeration (2):
"normal", "bold"
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.15 using FlexDoc/XML XSDDoc 3.5 template set. All XSD diagrams generated by FlexDoc/XML DiagramKit.