A mechanism for adding accolades to blocks of text (usually a right brace). Accolades
are very long vertical or horizontal objects that typically occur within tables and
are used to “group” content together by visual presentation. The element exists so
that the “grouping” concept is held structurally within the XML mark-up and the decoration
(normally a brace) can then be auto-generated for output.
Usually a decorated group will be made up of two <GroupItem> elements, the first containing the text of the first half of the content and the
second one containing the second half of the content.
Should be used to indicate the main language of the content contained by the element
upon which the attribute is appearing. Values should be taken from the ISO 639 standard.
This attribute should be used where the language is different from the main language
of the document.
Is used to indicate whether white space is significant in the contained content and
can contain the value ‘default’ or ‘preserve’. For a value of ‘default’, it is left
to an application as to how to treat white space.
<xsd:element name="DecoratedGroup"><xsd:annotation><xsd:documentation xmlns:h="http://www.w3.org/1999/xhtml"><h:p>A mechanism for adding accolades to blocks of text (usually a right brace). Accolades are very long vertical or horizontal objects that typically occur within tables and are used to “group” content together by visual presentation. The element exists so that the “grouping” concept is held structurally within the XML mark-up and the decoration (normally a brace) can then be auto-generated for output.</h:p><h:p>Usually a decorated group will be made up of two<h:code><GroupItem></h:code>elements, the first containing the text of the first half of the content and the second one containing the second half of the content.</h:p></xsd:documentation></xsd:annotation><xsd:complexType><xsd:sequence><xsd:element ref="GroupItem"/><xsd:choice><xsd:element ref="GroupItem"/><xsd:element ref="GroupItemRef"/></xsd:choice></xsd:sequence><xsd:attributeGroup ref="CommonAttributes"/><xsd:attribute name="Orientation" use="required"><xsd:annotation><xsd:documentation xmlns:h="http://www.w3.org/1999/xhtml"><h:p>Specifies the orientation of the accolade</h:p></xsd:documentation></xsd:annotation><xsd:simpleType><xsd:restriction base="xsd:string"><xsd:enumeration value="leftToRight"><xsd:annotation><xsd:documentation>Group item 1 on the left, group item 2 on the right, accolade should be output as normal</xsd:documentation></xsd:annotation></xsd:enumeration><xsd:enumeration value="topToBottom"><xsd:annotation><xsd:documentation>Group item 1 on the top, group item 2 on the bottom, accolade should be rotated 90 degrees right</xsd:documentation></xsd:annotation></xsd:enumeration><xsd:enumeration value="bottomToTop"><xsd:annotation><xsd:documentation>Group item 1 on the bottom, group item 2 on the top, accolade should be rotated 90 degrees left</xsd:documentation></xsd:annotation></xsd:enumeration><xsd:enumeration value="rightToLeft"><xsd:annotation><xsd:documentation>Group item 1 on the right, group item 2 on the left, accolade should be flipped from right to left</xsd:documentation></xsd:annotation></xsd:enumeration></xsd:restriction></xsd:simpleType></xsd:attribute><xsd:attribute name="Decoration" type="xsd:string" use="required"/></xsd:complexType></xsd:element>
<xsd:element name="GroupItem"><xsd:annotation><xsd:documentation>A item in a decorated group. This is a container element</xsd:documentation></xsd:annotation><xsd:complexType><xsd:group ref="TableCell" maxOccurs="unbounded"/></xsd:complexType></xsd:element>
Describes a link to the right-hand side of the decorated group.
Sometimes the second half of the content is in an adjacent table cell so grouping
of the content is not possible across the cell boundaries. The solution is to use
a GroupItemRef element instead of GroupItem. This uses a Ref attribute to reference
an id on the associated cell.
Should be used to indicate the main language of the content contained by the element
upon which the attribute is appearing. Values should be taken from the ISO 639 standard.
This attribute should be used where the language is different from the main language
of the document.
Is used to indicate whether white space is significant in the contained content and
can contain the value ‘default’ or ‘preserve’. For a value of ‘default’, it is left
to an application as to how to treat white space.
Source
<xsd:element name="GroupItemRef"><xsd:annotation><xsd:documentation xmlns:h="http://www.w3.org/1999/xhtml"><h:p>Describes a link to the right-hand side of the decorated group.</h:p><h:p>Sometimes the second half of the content is in an adjacent table cell so grouping of the content is not possible across the cell boundaries. The solution is to use a GroupItemRef element instead of GroupItem. This uses a Ref attribute to reference an id on the associated cell.</h:p></xsd:documentation></xsd:annotation><xsd:complexType><xsd:attribute name="Ref" type="xsd:IDREF" use="required"/><xsd:attributeGroup ref="CommonAttributes"/></xsd:complexType></xsd:element>
<xsd:attribute name="Orientation" use="required"><xsd:annotation><xsd:documentation xmlns:h="http://www.w3.org/1999/xhtml"><h:p>Specifies the orientation of the accolade</h:p></xsd:documentation></xsd:annotation><xsd:simpleType><xsd:restriction base="xsd:string"><xsd:enumeration value="leftToRight"><xsd:annotation><xsd:documentation>Group item 1 on the left, group item 2 on the right, accolade should be output as normal</xsd:documentation></xsd:annotation></xsd:enumeration><xsd:enumeration value="topToBottom"><xsd:annotation><xsd:documentation>Group item 1 on the top, group item 2 on the bottom, accolade should be rotated 90 degrees right</xsd:documentation></xsd:annotation></xsd:enumeration><xsd:enumeration value="bottomToTop"><xsd:annotation><xsd:documentation>Group item 1 on the bottom, group item 2 on the top, accolade should be rotated 90 degrees left</xsd:documentation></xsd:annotation></xsd:enumeration><xsd:enumeration value="rightToLeft"><xsd:annotation><xsd:documentation>Group item 1 on the right, group item 2 on the left, accolade should be flipped from right to left</xsd:documentation></xsd:annotation></xsd:enumeration></xsd:restriction></xsd:simpleType></xsd:attribute>