Namespace: |
|
Content: |
12 attributes |
Defined: |
globally in common-attribs.xsd, see XML source |
Includes: |
definitions of 12 attributes |
Used: |
at 2 locations |
| 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 | |
| ...> | |||
| <xs:attributeGroup name="Operator.attrib"> <!-- this attribute value is normally inferred from the position of the operator in its "<mrow"> --> <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:simpleType> </xs:simpleType> </xs:attribute> <!-- set by dictionnary, else it is "thickmathspace" --> <xs:simpleType> </xs:simpleType> </xs:attribute> <!-- set by dictionnary, else it is "false" --> <!-- set by dictionnary, else it is "false" --> <!-- set by dictionnary, else it is "false" --> <!-- set by dictionnary, else it is "true" --> <!-- set by dictionnary, else it is "false" --> <!-- set by dictionnary, else it is "false" --> <!-- set by dictionnary, else it is "false" --> <xs:simpleType> </xs:simpleType> </xs:attribute> <xs:simpleType> </xs:simpleType> </xs:attribute> </xs:attributeGroup> |
accentType: |
xs:boolean, predefined |
Use: |
optional |
| <xs:attribute name="accent" type="xs:boolean"/> |
fenceType: |
xs:boolean, predefined |
Use: |
optional |
| <xs:attribute name="fence" type="xs:boolean"/> |
formType: |
|
Use: |
optional |
| enumeration of xs:string |
Enumeration: |
"prefix", "infix", "postfix" |
| Type Derivation Tree xs:string simpleType (restriction) |
Derivation: |
restriction of xs:string |
|||
Facets: |
|
|||
| <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> |
largeopType: |
xs:boolean, predefined |
Use: |
optional |
| <xs:attribute name="largeop" type="xs:boolean"/> |
lspaceType: |
|
Use: |
optional |
| xs:string | ("veryverythinmathspace" | "verythinmathspace" | "thinmathspace" | "mediummathspace" | "thickmathspace" | "verythickmathspace" | "veryverythickmathspace") |
| Type Derivation Tree union of (length-with-unit | named-space) simpleType |
Derivation: |
by union |
| <xs:attribute name="lspace"> <xs:simpleType> </xs:simpleType> </xs:attribute> |
maxsizeType: |
|
Use: |
optional |
| xs:string | ("veryverythinmathspace" | "verythinmathspace" | "thinmathspace" | "mediummathspace" | "thickmathspace" | "verythickmathspace" | "veryverythickmathspace") | "infinity" | xs:float |
| Type Derivation Tree union of (length-with-unit | named-space | infinity | xs:float) simpleType |
Derivation: |
by union |
| <xs:attribute name="maxsize"> <xs:simpleType> </xs:simpleType> </xs:attribute> |
minsizeType: |
|
Use: |
optional |
| xs:string | ("veryverythinmathspace" | "verythinmathspace" | "thinmathspace" | "mediummathspace" | "thickmathspace" | "verythickmathspace" | "veryverythickmathspace") |
| Type Derivation Tree union of (length-with-unit | named-space) simpleType |
Derivation: |
by union |
| <xs:attribute name="minsize"> <xs:simpleType> </xs:simpleType> </xs:attribute> |
movablelimitsType: |
xs:boolean, predefined |
Use: |
optional |
| <xs:attribute name="movablelimits" type="xs:boolean"/> |
rspaceType: |
|
Use: |
optional |
| xs:string | ("veryverythinmathspace" | "verythinmathspace" | "thinmathspace" | "mediummathspace" | "thickmathspace" | "verythickmathspace" | "veryverythickmathspace") |
| Type Derivation Tree union of (length-with-unit | named-space) simpleType |
Derivation: |
by union |
| <xs:attribute name="rspace"> <xs:simpleType> </xs:simpleType> </xs:attribute> |
separatorType: |
xs:boolean, predefined |
Use: |
optional |
| <xs:attribute name="separator" type="xs:boolean"/> |
stretchyType: |
xs:boolean, predefined |
Use: |
optional |
| <xs:attribute name="stretchy" type="xs:boolean"/> |
symmetricType: |
xs:boolean, predefined |
Use: |
optional |
| <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 |