FlexDoc/XML XSDDoc Demo
XML Schemas for MathML 3.0


attributeGroup "m:CommonPresAtt"
Namespace:
Content:
Defined:
Includes:
declarations of 2 attributes
Referenced:
by 38 locations
Component Diagram
XML Representation Summary
<...
   
 = 
restriction of xs:string
 = 
(restriction of xs:string | "transparent")
...>
Referenced By
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 Details (all declarations; defined in this component only; 2/2)
mathbackground
Type:
anonymous simpleType (union of (m:color | restriction of xs:token))
Use:
optional
Defined:
locally in (this) attributeGroup m:CommonPresAtt
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="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
Defined:
locally in (this) attributeGroup m:CommonPresAtt
Attribute Value Detail
restriction of xs:string
Pattern:
see by simpleType m:color
XML Source (see within schema source)
<xs:attribute name="mathcolor" type="m:color"/>


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.