attributeGroup "mspace.attlist"
Namespace:
Content:
9+any attributes
Defined:
globally in space.xsd, see XML source
Includes:
definitions of 4 attributes
Used:
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}
...>
Known Usage Locations
XML Source (see within schema source)
<xs:attributeGroup name="mspace.attlist">
<xs:attribute default="0em" name="width">
<xs:simpleType>
<xs:union memberTypes="length-with-unit named-space"/>
</xs:simpleType>
</xs:attribute>
<xs:attribute default="0ex" name="height" type="length-with-unit"/>
<xs:attribute default="0ex" name="depth" type="length-with-unit"/>
<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>
<xs:attributeGroup ref="Common.attrib"/>
</xs:attributeGroup>
Attribute Detail (defined in this component only; 4/10)
depth
Type:
Use:
optional
Attribute Value
xs:string
Pattern:
(-?([0-9]+|[0-9]*\.[0-9]+)*(em|ex|px|in|cm|mm|pt|pc|%))|0
Default:
"0ex"
XML Source (see within schema source)
<xs:attribute default="0ex" name="depth" type="length-with-unit"/>

height
Type:
Use:
optional
Attribute Value
xs:string
Pattern:
(-?([0-9]+|[0-9]*\.[0-9]+)*(em|ex|px|in|cm|mm|pt|pc|%))|0
Default:
"0ex"
XML Source (see within schema source)
<xs:attribute default="0ex" name="height" type="length-with-unit"/>

linebreak
Type:
anonymous (restriction of xs:string)
Use:
optional
Attribute Value
enumeration of xs:string
Enumeration:
"auto", "newline", "indentingnewline", "nobreak", "goodbreak", "badbreak"
Default:
"auto"
Anonymous simpleType
Type Derivation Tree
xs:string
  simpleType (restriction)
Derivation:
restriction of xs:string
Facets:
enumeration:
"auto", "newline", "indentingnewline", "nobreak", "goodbreak", "badbreak"
XML Source (see within schema source)
<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>

width
Type:
Use:
optional
Attribute Value
xs:string | ("veryverythinmathspace" | "verythinmathspace" | "thinmathspace" | "mediummathspace" | "thickmathspace" | "verythickmathspace" | "veryverythickmathspace")
Default:
"0em"
Anonymous simpleType
Type Derivation Tree
  simpleType
Derivation:
by union
Member Types
XML Source (see within schema source)
<xs:attribute default="0em" name="width">
<xs:simpleType>
<xs:union memberTypes="length-with-unit named-space"/>
</xs:simpleType>
</xs:attribute>

XML schema documentation generated with DocFlex/XML 1.7.0 using DocFlex/XML | XSDDoc 2.0.0 template set