ParagraphLayoutGroup

These parameters allow positioning in a page (HTML or paper or ...). A
page can be a fragment of a page as well. The row and column can be subjective and
interpreted differently.

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
Column xs:positiveInteger optional
Horizontal TextLayoutHorizontalCodeType optional
NewLine TextLayoutNewLineCodeType optional
Row xs:positiveInteger optional
Vertical TextLayoutVerticalCodeType optional

Used By

Complex Type ParagraphLayoutType

Source

<xs:attributeGroup name="ParagraphLayoutGroup">
  <xs:annotation>
    <xs:documentation>These parameters allow positioning in a page (HTML or paper or ...). A page can be a fragment of a page as well. The row and column can be subjective and interpreted differently.</xs:documentation>
  </xs:annotation>
  <xs:attribute name="Horizontal" type="TextLayoutHorizontalCodeType" use="optional"/>
  <xs:attribute name="Vertical" type="TextLayoutVerticalCodeType" use="optional"/>
  <xs:attribute name="Row" type="xs:positiveInteger" use="optional"/>
  <xs:attribute name="Column" type="xs:positiveInteger" use="optional"/>
  <xs:attribute name="NewLine" type="TextLayoutNewLineCodeType" use="optional"/>
</xs:attributeGroup>