FlexDoc/XML XSDDoc Demo
XML Schemas for MathML 3.0


attributeGroup "m:mstyle.specificattributes"
Namespace:
Content:
Defined:
Includes:
declarations of 6 attributes
Referenced:
Component Diagram
XML Representation Summary
<...
   
 = 
xs:integer
 = 
("true" | "false")
 = 
xs:decimal
 = 
restriction of xs:string
 = 
("before" | "after" | "duplicate")
 = 
restriction of xs:string
...>
Referenced By
XML Source (see within schema source)
<xs:attributeGroup name="mstyle.specificattributes">
<xs:attribute name="scriptlevel" type="m:integer"/>
<xs:attribute name="displaystyle">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="true"/>
<xs:enumeration value="false"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="scriptsizemultiplier" type="m:number"/>
<xs:attribute name="scriptminsize" type="m:length"/>
<xs:attribute name="infixlinebreakstyle">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="before"/>
<xs:enumeration value="after"/>
<xs:enumeration value="duplicate"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="decimalpoint" type="m:character"/>
</xs:attributeGroup>
Attribute Details (all declarations; defined in this component only; 6/6)
decimalpoint
Type:
Use:
optional
Defined:
locally in (this) attributeGroup m:mstyle.specificattributes
Attribute Value Detail
restriction of xs:string
Pattern:
\s*\S\s*
XML Source (see within schema source)
<xs:attribute name="decimalpoint" type="m:character"/>

displaystyle
Type:
anonymous simpleType (restriction of xs:token)
Use:
optional
Defined:
locally in (this) attributeGroup m:mstyle.specificattributes
Attribute Value Detail
enumeration of xs:token
Values (2):
"true", "false"
Anonymous simpleType
Type Derivation Tree
xs:token (restriction)
  simpleType
Derivation:
restriction of xs:token
Facets:
enumeration (2):
"true", "false"
XML Source (see within schema source)
<xs:attribute name="displaystyle">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="true"/>
<xs:enumeration value="false"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>

infixlinebreakstyle
Type:
anonymous simpleType (restriction of xs:token)
Use:
optional
Defined:
locally in (this) attributeGroup m:mstyle.specificattributes
Attribute Value Detail
enumeration of xs:token
Values (3):
"before", "after", "duplicate"
Anonymous simpleType
Type Derivation Tree
xs:token (restriction)
  simpleType
Derivation:
restriction of xs:token
Facets:
enumeration (3):
"before", "after", "duplicate"
XML Source (see within schema source)
<xs:attribute name="infixlinebreakstyle">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="before"/>
<xs:enumeration value="after"/>
<xs:enumeration value="duplicate"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>

scriptlevel
Type:
Use:
optional
Defined:
locally in (this) attributeGroup m:mstyle.specificattributes
Attribute Value Detail
xs:integer
XML Source (see within schema source)
<xs:attribute name="scriptlevel" type="m:integer"/>

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

scriptsizemultiplier
Type:
Use:
optional
Defined:
locally in (this) attributeGroup m:mstyle.specificattributes
Attribute Value Detail
xs:decimal
XML Source (see within schema source)
<xs:attribute name="scriptsizemultiplier" type="m:number"/>


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.