charspacing

Attribute Information

Used By

Attribute Group m:mstack.attributes

Source

<xs:attribute name="charspacing">
  <xs:simpleType>
    <xs:union memberTypes="m:length">
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="loose"/>
        </xs:restriction>
      </xs:simpleType>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="medium"/>
        </xs:restriction>
      </xs:simpleType>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="tight"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:union>
  </xs:simpleType>
</xs:attribute>

Sample