attributeGroup "Operator.attrib"
Namespace:
Content:
Defined:
Includes:
definitions of 12 attributes
Used:
XML Representation Summary
<...
    accent
 = 
xs:boolean
    fence
 = 
xs:boolean
    form
 = 
("prefix" | "infix" | "postfix")
    largeop
 = 
xs:boolean
    lspace
 = 
(xs:string | ("veryverythinmathspace" | "verythinmathspace" | "thinmathspace" | "mediummathspace" | "thickmathspace" | "verythickmathspace" | "veryverythickmathspace"))
    maxsize
 = 
(xs:string | ("veryverythinmathspace" | "verythinmathspace" | "thinmathspace" | "mediummathspace" | "thickmathspace" | "verythickmathspace" | "veryverythickmathspace") | "infinity" | xs:float)
    minsize
 = 
(xs:string | ("veryverythinmathspace" | "verythinmathspace" | "thinmathspace" | "mediummathspace" | "thickmathspace" | "verythickmathspace" | "veryverythickmathspace"))
    movablelimits
 = 
xs:boolean
    rspace
 = 
(xs:string | ("veryverythinmathspace" | "verythinmathspace" | "thinmathspace" | "mediummathspace" | "thickmathspace" | "verythickmathspace" | "veryverythickmathspace"))
    separator
 = 
xs:boolean
    stretchy
 = 
xs:boolean
    symmetric
 = 
xs:boolean
...>
Known Usage Locations
XML Source (see within schema source)
<xs:attributeGroup name="Operator.attrib">
<!-- this attribute value is normally inferred from the position of
the operator in its "<mrow">
-->
<xs:attribute name="form">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="prefix"/>
<xs:enumeration value="infix"/>
<xs:enumeration value="postfix"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<!-- set by dictionnary, else it is "thickmathspace" -->
<xs:attribute name="lspace">
<xs:simpleType>
<xs:union memberTypes="length-with-unit named-space"/>
</xs:simpleType>
</xs:attribute>
<!-- set by dictionnary, else it is "thickmathspace" -->
<xs:attribute name="rspace">
<xs:simpleType>
<xs:union memberTypes="length-with-unit named-space"/>
</xs:simpleType>
</xs:attribute>
<!-- set by dictionnary, else it is "false" -->
<xs:attribute name="fence" type="xs:boolean"/>
<!-- set by dictionnary, else it is "false" -->
<xs:attribute name="separator" type="xs:boolean"/>
<!-- set by dictionnary, else it is "false" -->
<xs:attribute name="stretchy" type="xs:boolean"/>
<!-- set by dictionnary, else it is "true" -->
<xs:attribute name="symmetric" type="xs:boolean"/>
<!-- set by dictionnary, else it is "false" -->
<xs:attribute name="movablelimits" type="xs:boolean"/>
<!-- set by dictionnary, else it is "false" -->
<xs:attribute name="accent" type="xs:boolean"/>
<!-- set by dictionnary, else it is "false" -->
<xs:attribute name="largeop" type="xs:boolean"/>
<xs:attribute name="minsize">
<xs:simpleType>
<xs:union memberTypes="length-with-unit named-space"/>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="maxsize">
<xs:simpleType>
<xs:union memberTypes="length-with-unit named-space infinity xs:float"/>
</xs:simpleType>
</xs:attribute>
</xs:attributeGroup>
Attribute Detail (defined in this component only; 12/12)
accent
Type:
xs:boolean, predefined
Use:
optional
XML Source (see within schema source)
<xs:attribute name="accent" type="xs:boolean"/>

fence
Type:
xs:boolean, predefined
Use:
optional
XML Source (see within schema source)
<xs:attribute name="fence" type="xs:boolean"/>

form
Type:
anonymous (restriction of xs:string)
Use:
optional
Attribute Value
enumeration of xs:string
Enumeration:
"prefix", "infix", "postfix"
Anonymous simpleType
Type Derivation Tree
xs:string
  simpleType (restriction)
Derivation:
restriction of xs:string
Facets:
enumeration:
"prefix", "infix", "postfix"
XML Source (see within schema source)
<xs:attribute name="form">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="prefix"/>
<xs:enumeration value="infix"/>
<xs:enumeration value="postfix"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>

largeop
Type:
xs:boolean, predefined
Use:
optional
XML Source (see within schema source)
<xs:attribute name="largeop" type="xs:boolean"/>

lspace
Type:
Use:
optional
Attribute Value
xs:string | ("veryverythinmathspace" | "verythinmathspace" | "thinmathspace" | "mediummathspace" | "thickmathspace" | "verythickmathspace" | "veryverythickmathspace")
Anonymous simpleType
Type Derivation Tree
  simpleType
Derivation:
by union
Member Types
XML Source (see within schema source)
<xs:attribute name="lspace">
<xs:simpleType>
<xs:union memberTypes="length-with-unit named-space"/>
</xs:simpleType>
</xs:attribute>

maxsize
Type:
anonymous (union of (length-with-unit | named-space | infinity | xs:float))
Use:
optional
Attribute Value
xs:string | ("veryverythinmathspace" | "verythinmathspace" | "thinmathspace" | "mediummathspace" | "thickmathspace" | "verythickmathspace" | "veryverythickmathspace") | "infinity" | xs:float
Anonymous simpleType
Type Derivation Tree
union of (length-with-unit | named-space | infinity | xs:float)
  simpleType
Derivation:
by union
Member Types
XML Source (see within schema source)
<xs:attribute name="maxsize">
<xs:simpleType>
<xs:union memberTypes="length-with-unit named-space infinity xs:float"/>
</xs:simpleType>
</xs:attribute>

minsize
Type:
Use:
optional
Attribute Value
xs:string | ("veryverythinmathspace" | "verythinmathspace" | "thinmathspace" | "mediummathspace" | "thickmathspace" | "verythickmathspace" | "veryverythickmathspace")
Anonymous simpleType
Type Derivation Tree
  simpleType
Derivation:
by union
Member Types
XML Source (see within schema source)
<xs:attribute name="minsize">
<xs:simpleType>
<xs:union memberTypes="length-with-unit named-space"/>
</xs:simpleType>
</xs:attribute>

movablelimits
Type:
xs:boolean, predefined
Use:
optional
XML Source (see within schema source)
<xs:attribute name="movablelimits" type="xs:boolean"/>

rspace
Type:
Use:
optional
Attribute Value
xs:string | ("veryverythinmathspace" | "verythinmathspace" | "thinmathspace" | "mediummathspace" | "thickmathspace" | "verythickmathspace" | "veryverythickmathspace")
Anonymous simpleType
Type Derivation Tree
  simpleType
Derivation:
by union
Member Types
XML Source (see within schema source)
<xs:attribute name="rspace">
<xs:simpleType>
<xs:union memberTypes="length-with-unit named-space"/>
</xs:simpleType>
</xs:attribute>

separator
Type:
xs:boolean, predefined
Use:
optional
XML Source (see within schema source)
<xs:attribute name="separator" type="xs:boolean"/>

stretchy
Type:
xs:boolean, predefined
Use:
optional
XML Source (see within schema source)
<xs:attribute name="stretchy" type="xs:boolean"/>

symmetric
Type:
xs:boolean, predefined
Use:
optional
XML Source (see within schema source)
<xs:attribute name="symmetric" type="xs:boolean"/>

XML schema documentation generated with DocFlex/XML 1.7.0 using DocFlex/XML | XSDDoc 2.0.0 template set