attributeGroup "m:mstyle.specificattributes"
Namespace:
Content:
Defined:
Includes:
definitions of 6 attributes
Used:
Component Diagram
XML Representation Summary
<...
   
 = 
xs:integer
 = 
("true" | "false")
 = 
xs:decimal
 = 
xs:string
 = 
("before" | "after" | "duplicate")
 = 
xs:string
...>
Known Usage Locations
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 Detail (all declarations; defined within this component only; 6/6)
decimalpoint
Type:
Use:
optional
Attribute Value
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
Attribute Value
enumeration of xs:token
Enumeration:
"true", "false"
Anonymous simpleType
Type Derivation Tree
xs:token (restriction)
  simpleType
Derivation:
restriction of xs:token
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
Attribute Value
enumeration of xs:token
Enumeration:
"before", "after", "duplicate"
Anonymous simpleType
Type Derivation Tree
xs:token (restriction)
  simpleType
Derivation:
restriction of xs:token
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
Attribute Value
xs:integer
XML Source (see within schema source)
<xs:attribute name="scriptlevel" type="m:integer"/>

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

scriptsizemultiplier
Type:
Use:
optional
Attribute Value
xs:decimal
XML Source (see within schema source)
<xs:attribute name="scriptsizemultiplier" type="m:number"/>

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.