elml:newLine

The element newLine allows to insert a short or long line break.

Element Information

Model

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

Source

<xs:element name="newLine">
  <xs:annotation>
    <xs:documentation>The element newLine allows to insert a short or long line break.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attributeGroup ref="elml:NewLineImp"/>
  </xs:complexType>
</xs:element>

Sample