elml:NewLineImp

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
space restriction of xs:string optional
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.

Used By

Element elml:newLine

Source

<xs:attributeGroup name="NewLineImp">
  <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>
</xs:attributeGroup>