attributeGroup Operator.attrib
version
namespace http://www.w3.org/1998/Math/MathML
used by
attributeGroup {http://www.w3.org/1998/Math/MathML}:mo.attlist {http://www.w3.org/1998/Math/MathML}:mstyle.attlist
attributes
Name Type Use Default Fixed annotation
form xsd:string
lspace length-with-unit
rspace length-with-unit
fence xsd:boolean
separator xsd:boolean
stretchy xsd:boolean
symmetric xsd:boolean
movablelimits xsd:boolean
accent xsd:boolean
largeop xsd:boolean
minsize length-with-unit
maxsize length-with-unit
source <xsd:attributeGroup name="Operator.attrib">
<xsd:attribute name="form">
<xsd:simpleType>
<xsd:restriction base="xs:string">
<xsd:enumeration value="prefix">
</xsd:enumeration>
<xsd:enumeration value="infix">
</xsd:enumeration>
<xsd:enumeration value="postfix">
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
<xsd:attribute name="lspace">
<xsd:simpleType>
<xsd:union memberTypes="length-with-unit named-space"/>
</xsd:simpleType>
</xsd:attribute>
<xsd:attribute name="rspace">
<xsd:simpleType>
<xsd:union memberTypes="length-with-unit named-space"/>
</xsd:simpleType>
</xsd:attribute>
<xsd:attribute name="fence" type="xs:boolean"/>
<xsd:attribute name="separator" type="xs:boolean"/>
<xsd:attribute name="stretchy" type="xs:boolean"/>
<xsd:attribute name="symmetric" type="xs:boolean"/>
<xsd:attribute name="movablelimits" type="xs:boolean"/>
<xsd:attribute name="accent" type="xs:boolean"/>
<xsd:attribute name="largeop" type="xs:boolean"/>
<xsd:attribute name="minsize">
<xsd:simpleType>
<xsd:union memberTypes="length-with-unit named-space"/>
</xsd:simpleType>
</xsd:attribute>
<xsd:attribute name="maxsize">
<xsd:simpleType>
<xsd:union memberTypes="length-with-unit named-space infinity xs:float"/>
</xsd:simpleType>
</xsd:attribute>
</xsd:attributeGroup>

attribute Operator.attrib/@form
type restriction of xsd:string
source <xsd:attribute name="form">
<xsd:simpleType>
<xsd:restriction base="xs:string">
<xsd:enumeration value="prefix"/>
<xsd:enumeration value="infix"/>
<xsd:enumeration value="postfix"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>

attribute Operator.attrib/@lspace
type union of length-with-unitnamed-space
source <xsd:attribute name="lspace">
<xsd:simpleType>
<xsd:union memberTypes="length-with-unit named-space">
</xsd:union>
</xsd:simpleType>
</xsd:attribute>

attribute Operator.attrib/@rspace
type union of length-with-unitnamed-space
source <xsd:attribute name="rspace">
<xsd:simpleType>
<xsd:union memberTypes="length-with-unit named-space">
</xsd:union>
</xsd:simpleType>
</xsd:attribute>

attribute Operator.attrib/@fence
type xsd:boolean
source <xsd:attribute name="fence" type="xs:boolean">
</xsd:attribute>

attribute Operator.attrib/@separator
type xsd:boolean
source <xsd:attribute name="separator" type="xs:boolean">
</xsd:attribute>

attribute Operator.attrib/@stretchy
type xsd:boolean
source <xsd:attribute name="stretchy" type="xs:boolean">
</xsd:attribute>

attribute Operator.attrib/@symmetric
type xsd:boolean
source <xsd:attribute name="symmetric" type="xs:boolean">
</xsd:attribute>

attribute Operator.attrib/@movablelimits
type xsd:boolean
source <xsd:attribute name="movablelimits" type="xs:boolean">
</xsd:attribute>

attribute Operator.attrib/@accent
type xsd:boolean
source <xsd:attribute name="accent" type="xs:boolean">
</xsd:attribute>

attribute Operator.attrib/@largeop
type xsd:boolean
source <xsd:attribute name="largeop" type="xs:boolean">
</xsd:attribute>

attribute Operator.attrib/@minsize
type union of length-with-unitnamed-space
source <xsd:attribute name="minsize">
<xsd:simpleType>
<xsd:union memberTypes="length-with-unit named-space">
</xsd:union>
</xsd:simpleType>
</xsd:attribute>

attribute Operator.attrib/@maxsize
type union of length-with-unitnamed-spaceinfinityxsd:float
source <xsd:attribute name="maxsize">
<xsd:simpleType>
<xsd:union memberTypes="length-with-unit named-space infinity xs:float">
</xsd:union>
</xsd:simpleType>
</xsd:attribute>