<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> |