space

The attribute space allows the values short or long. Short creates a simple line break (equivalent to
<br> in HTML) while long starts visually a new paragraph.

Attribute Information

Used By

Attribute Group elml:NewLineImp

Source

<xs:attribute name="space">
  <xs:annotation>
    <xs:documentation>The attribute space allows the values short or long. Short creates a simple line break (equivalent to <br> in HTML) while long starts visually a new paragraph.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:enumeration value="short"/>
      <xs:enumeration value="long"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>

Sample