Namespace: |
|
Content: |
15+any attributes |
Defined: |
globally in math.xsd, see XML source |
Includes: |
definitions of 2 attributes |
Used: |
at 1 location |
| XML Representation Summary | |||
| <... | |||
| altimg | = |
xs:anyURI | |
| alttext | = |
xs:string | |
| baseline | = |
xs:string | |
| class | = |
xs:NMTOKENS | |
| display | = |
("block" | "inline") : "inline" | |
| height | = |
xs:string | |
| id | = |
xs:ID | |
| macros | = |
xs:string | |
| name | = |
xs:string | |
| overflow | = |
("scroll" | "elide" | "truncate" | "scale") : "scroll" | |
| style | = |
xs:string | |
| type | = |
xs:string | |
| width | = |
xs:string | |
| xlink:href | = |
anyURI | |
| xref | = |
xs:IDREF | |
| {any attribute with non-schema namespace} | |||
| ...> | |||
| <xs:attributeGroup name="math.attlist"> <!-- deprecated <xs:attribute name="mode" type="xs:string"/> --> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="block"/> <xs:enumeration value="inline"/> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:attributeGroup> |
displayType: |
|
Use: |
optional |
| enumeration of xs:string |
Enumeration: |
"block", "inline" |
Default: |
"inline" |
| Type Derivation Tree xs:string simpleType (restriction) |
Derivation: |
restriction of xs:string |
|||
Facets: |
|
|||
| <xs:attribute default="inline" name="display"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="block"/> <xs:enumeration value="inline"/> </xs:restriction> </xs:simpleType> </xs:attribute> |
macrosType: |
xs:string, predefined |
Use: |
optional |
| <xs:attribute name="macros" type="xs:string"/> |
| XML schema documentation generated with DocFlex/XML 1.7.0 using DocFlex/XML | XSDDoc 2.0.0 template set |