mspace.attlist

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
class xs:NMTOKENS optional
depth length-with-unit 0ex optional
height length-with-unit 0ex optional
id xs:ID optional
linebreak restriction of xs:string auto optional
style xs:string optional
width union of(length-with-unit, named-space) 0em optional
xlink:href anyURI optional
xref xs:IDREF optional

Used By

Complex Type mspace.type

Source

<xs:attributeGroup name="mspace.attlist">
  <xs:attribute name="width" default="0em">
    <xs:simpleType>
      <xs:union memberTypes="length-with-unit named-space"/>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="height" type="length-with-unit" default="0ex"/>
  <xs:attribute name="depth" type="length-with-unit" default="0ex"/>
  <xs:attribute name="linebreak" default="auto">
    <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>