Namespace: |
|
Content: |
9+any attributes |
Defined: |
globally in space.xsd, see XML source |
Includes: |
definitions of 4 attributes |
Used: |
at 1 location |
| XML Representation Summary | |||
| <... | |||
| class | = |
xs:NMTOKENS | |
| depth | = |
xs:string : "0ex" | |
| height | = |
xs:string : "0ex" | |
| id | = |
xs:ID | |
| linebreak | = |
("auto" | "newline" | "indentingnewline" | "nobreak" | "goodbreak" | "badbreak") : "auto" | |
| style | = |
xs:string | |
| width | = |
(xs:string | ("veryverythinmathspace" | "verythinmathspace" | "thinmathspace" | "mediummathspace" | "thickmathspace" | "verythickmathspace" | "veryverythickmathspace")) : "0em" | |
| xlink:href | = |
anyURI | |
| xref | = |
xs:IDREF | |
| {any attribute with non-schema namespace} | |||
| ...> | |||
| <xs:attributeGroup name="mspace.attlist"> <xs:simpleType> </xs:simpleType> </xs:attribute> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="auto"/> <xs:enumeration value="newline"/> <xs:enumeration value="indentingnewline"/> <xs:enumeration value="nobreak"/> <xs:enumeration value="goodbreak"/> <xs:enumeration value="badbreak"/> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:attributeGroup> |
depthType: |
|
Use: |
optional |
| xs:string |
Pattern: |
(-?([0-9]+|[0-9]*\.[0-9]+)*(em|ex|px|in|cm|mm|pt|pc|%))|0 |
Default: |
"0ex" |
| <xs:attribute default="0ex" name="depth" type="length-with-unit"/> |
heightType: |
|
Use: |
optional |
| xs:string |
Pattern: |
(-?([0-9]+|[0-9]*\.[0-9]+)*(em|ex|px|in|cm|mm|pt|pc|%))|0 |
Default: |
"0ex" |
| <xs:attribute default="0ex" name="height" type="length-with-unit"/> |
linebreakType: |
|
Use: |
optional |
| enumeration of xs:string |
Enumeration: |
"auto", "newline", "indentingnewline", "nobreak", "goodbreak", "badbreak" |
Default: |
"auto" |
| Type Derivation Tree xs:string simpleType (restriction) |
Derivation: |
restriction of xs:string |
|||
Facets: |
|
|||
| <xs:attribute default="auto" name="linebreak"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="auto"/> <xs:enumeration value="newline"/> <xs:enumeration value="indentingnewline"/> <xs:enumeration value="nobreak"/> <xs:enumeration value="goodbreak"/> <xs:enumeration value="badbreak"/> </xs:restriction> </xs:simpleType> </xs:attribute> |
widthType: |
|
Use: |
optional |
| xs:string | ("veryverythinmathspace" | "verythinmathspace" | "thinmathspace" | "mediummathspace" | "thickmathspace" | "verythickmathspace" | "veryverythickmathspace") |
Default: |
"0em" |
| Type Derivation Tree union of (length-with-unit | named-space) simpleType |
Derivation: |
by union |
| <xs:attribute default="0em" name="width"> <xs:simpleType> </xs:simpleType> </xs:attribute> |
| XML schema documentation generated with DocFlex/XML 1.7.0 using DocFlex/XML | XSDDoc 2.0.0 template set |