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 Group | elml: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> |