FlexDoc/XML XSDDoc Demo
XML Schemas for MathML 3.0


attributeGroup "m:mstack.attributes"
Namespace:
Content:
12 attributes, attr. wildcard
Defined:
Includes:
declarations of 4 attributes
Referenced:
Component Diagram
XML Representation Summary
<...
   
 = 
xs:ID
 = 
xs:anySimpleType
 = 
xs:NMTOKENS
 = 
xs:string
 = 
xs:anyURI
 = 
xs:anySimpleType
 = 
restriction of xs:string
 = 
(restriction of xs:string | "transparent")
 = 
restriction of xs:string
 = 
("left" | "center" | "right" | "decimalpoint")
 = 
("left" | "center" | "right")
 = 
(restriction of xs:string | "loose" | "medium" | "tight")
   
...>
Referenced By
XML Source (see within schema source)
<xs:attributeGroup name="mstack.attributes">
<xs:attributeGroup ref="m:CommonAtt"/>
<xs:attributeGroup ref="m:CommonPresAtt"/>
<xs:attribute name="align">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:pattern value="\s*(top|bottom|center|baseline|axis)(\s+-?[0-9]+)?\s*"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="stackalign">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="left"/>
<xs:enumeration value="center"/>
<xs:enumeration value="right"/>
<xs:enumeration value="decimalpoint"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="charalign">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="left"/>
<xs:enumeration value="center"/>
<xs:enumeration value="right"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="charspacing">
<xs:simpleType>
<xs:union memberTypes="m:length">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="loose"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="medium"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="tight"/>
</xs:restriction>
</xs:simpleType>
</xs:union>
</xs:simpleType>
</xs:attribute>
</xs:attributeGroup>
Attribute Details (all declarations; defined in this component only; 4/13)
align
Type:
anonymous simpleType (restriction of xs:string)
Use:
optional
Defined:
locally in (this) attributeGroup m:mstack.attributes
Attribute Value Detail
restriction of xs:string
Pattern:
\s*(top|bottom|center|baseline|axis)(\s+-?[0-9]+)?\s*
Anonymous simpleType
Type Derivation Tree
xs:string (restriction)
  simpleType
Derivation:
restriction of xs:string
Facets:
pattern:
\s*(top|bottom|center|baseline|axis)(\s+-?[0-9]+)?\s*
XML Source (see within schema source)
<xs:attribute name="align">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:pattern value="\s*(top|bottom|center|baseline|axis)(\s+-?[0-9]+)?\s*"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>

charalign
Type:
anonymous simpleType (restriction of xs:token)
Use:
optional
Defined:
locally in (this) attributeGroup m:mstack.attributes
Attribute Value Detail
enumeration of xs:token
Values (3):
"left", "center", "right"
Anonymous simpleType
Type Derivation Tree
xs:token (restriction)
  simpleType
Derivation:
restriction of xs:token
Facets:
enumeration (3):
"left", "center", "right"
XML Source (see within schema source)
<xs:attribute name="charalign">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="left"/>
<xs:enumeration value="center"/>
<xs:enumeration value="right"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>

charspacing
Type:
anonymous simpleType (union of (m:length | restriction of xs:token | restriction of xs:token | restriction of xs:token))
Use:
optional
Defined:
locally in (this) attributeGroup m:mstack.attributes
Attribute Value Detail
restriction of xs:string | "loose" | "medium" | "tight"
union of
  1. restriction of xs:string
    Pattern:
    see by simpleType m:length
  2. enumeration of xs:token
    Values (1):
    "loose"
  3. enumeration of xs:token
    Values (1):
    "medium"
  4. enumeration of xs:token
    Values (1):
    "tight"
Anonymous simpleType
Type Derivation Tree
union of (m:length | restriction of xs:token | restriction of xs:token | restriction of xs:token)
  simpleType
Derivation:
by union of
Member Types
  1. anonymous simpleType:
    Derivation:
    restriction of xs:token
    Facets:
    enumeration:
    "loose"
  2. anonymous simpleType:
    Derivation:
    restriction of xs:token
    Facets:
    enumeration:
    "medium"
  3. anonymous simpleType:
    Derivation:
    restriction of xs:token
    Facets:
    enumeration:
    "tight"
XML Source (see within schema source)
<xs:attribute name="charspacing">
<xs:simpleType>
<xs:union memberTypes="m:length">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="loose"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="medium"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="tight"/>
</xs:restriction>
</xs:simpleType>
</xs:union>
</xs:simpleType>
</xs:attribute>

stackalign
Type:
anonymous simpleType (restriction of xs:token)
Use:
optional
Defined:
locally in (this) attributeGroup m:mstack.attributes
Attribute Value Detail
enumeration of xs:token
Values (4):
"left", "center", "right", "decimalpoint"
Anonymous simpleType
Type Derivation Tree
xs:token (restriction)
  simpleType
Derivation:
restriction of xs:token
Facets:
enumeration (4):
"left", "center", "right", "decimalpoint"
XML Source (see within schema source)
<xs:attribute name="stackalign">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="left"/>
<xs:enumeration value="center"/>
<xs:enumeration value="right"/>
<xs:enumeration value="decimalpoint"/>
</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.