Namespace: |
|
Content: |
9+any attributes |
Defined: |
globally in layout.xsd, see XML source |
Includes: |
definitions of 4 attributes |
Used: |
at 1 location |
| XML Representation Summary | |||
| <... | |||
| bevelled | = |
xs:boolean | |
| class | = |
xs:NMTOKENS | |
| denomalign | = |
("left" | "center" | "right") : "center" | |
| id | = |
xs:ID | |
| linethickness | = |
(xs:string | ("thin" | "medium" | "thick")) : "1" | |
| numalign | = |
("left" | "center" | "right") : "center" | |
| style | = |
xs:string | |
| xlink:href | = |
anyURI | |
| xref | = |
xs:IDREF | |
| {any attribute with non-schema namespace} | |||
| ...> | |||
| <xs:attributeGroup name="mfrac.attlist"> <xs:simpleType> </xs:simpleType> </xs:attribute> </xs:attributeGroup> |
bevelledType: |
xs:boolean, predefined |
Use: |
optional |
| <xs:attribute name="bevelled" type="xs:boolean"/> |
denomalignType: |
|
Use: |
optional |
| enumeration of xs:string |
Enumeration: |
"left", "center", "right" |
Default: |
"center" |
| <xs:attribute default="center" name="denomalign" type="centering"/> |
linethicknessType: |
|
Use: |
optional |
| xs:string | ("thin" | "medium" | "thick") |
Default: |
"1" |
| Type Derivation Tree union of (length-with-optional-unit | thickness) simpleType |
Derivation: |
by union |
| <xs:attribute default="1" name="linethickness"> <xs:simpleType> </xs:simpleType> </xs:attribute> |
numalignType: |
|
Use: |
optional |
| enumeration of xs:string |
Enumeration: |
"left", "center", "right" |
Default: |
"center" |
| XML schema documentation generated with DocFlex/XML 1.7.0 using DocFlex/XML | XSDDoc 2.0.0 template set |