Describes horizontal alignment with permissible values of:
inherit (the alignment is inherited from the parent element)
left
centre
right
justify (the entire paragraph is justified. Note that the last line is not force-justified.
The decision on whether the last line should be is left to the implementation).
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:complexType name="InlineFullStructure" mixed="true"><xsd:annotation><xsd:documentation>A type that defines the complete content model for a standard paragraph level element, e.g. a para element</xsd:documentation></xsd:annotation><xsd:group ref="InlineFull" minOccurs="0" maxOccurs="unbounded"/><xsd:attributeGroup ref="CommonAttributes"/><xsd:attributeGroup ref="CommonFormattingAttributes"/></xsd:complexType>
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:complexType name="InlineStructure" mixed="true"><xsd:annotation><xsd:documentation>A type that defines the complete content model for a standard paragraph level element, e.g. a para element, but without the formatting attributes</xsd:documentation></xsd:annotation><xsd:group ref="InlineFull" minOccurs="0" maxOccurs="unbounded"/><xsd:attributeGroup ref="CommonAttributes"/></xsd:complexType>
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.
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:complexType name="InlineRestrictedStructure" mixed="true"><xsd:annotation><xsd:documentation>A type that defines the content model for basic inline elements for a restricted content model</xsd:documentation></xsd:annotation><xsd:choice minOccurs="0" maxOccurs="unbounded"><xsd:group ref="EmphasisBasicRestricted"/><xsd:group ref="InlineBasicRestricted"/></xsd:choice><xsd:attributeGroup ref="CommonAttributes"/></xsd:complexType>
Describes horizontal alignment with permissible values of:
inherit (the alignment is inherited from the parent element)
left
centre
right
justify (the entire paragraph is justified. Note that the last line is not force-justified.
The decision on whether the last line should be is left to the implementation).
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:complexType name="InlineModelStructure"><xsd:annotation><xsd:documentation>A type that defines the content model for a standard paragraph level block element, e.g. a para element</xsd:documentation></xsd:annotation><xsd:group ref="InlineModel" maxOccurs="unbounded"/><xsd:attributeGroup ref="CommonAttributes"/><xsd:attributeGroup ref="CommonFormattingAttributes"/></xsd:complexType>
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:complexType name="ParaBasicStructure"><xsd:annotation><xsd:documentation>A type that defines a standard paragraph level block element for non-provision parts of the document</xsd:documentation></xsd:annotation><xsd:group ref="ParaBasic" maxOccurs="unbounded"/><xsd:attributeGroup ref="CommonAttributes"/></xsd:complexType>
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:complexType name="BlockSectionStructure"><xsd:annotation><xsd:documentation>A type that defines standard paragraph level block elements with sections</xsd:documentation></xsd:annotation><xsd:group ref="BlockSection" maxOccurs="unbounded"/><xsd:attributeGroup ref="CommonAttributes"/></xsd:complexType>
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:complexType name="BlockBasicStructure"><xsd:annotation><xsd:documentation>A type that defines standard paragraph level block elements</xsd:documentation></xsd:annotation><xsd:group ref="BlockBasic" maxOccurs="unbounded"/><xsd:attributeGroup ref="CommonAttributes"/></xsd:complexType>
This is used only in legacy documents to set layout rules, which determines whether
the provision number (Pnumber) of the first P1 child of a P1group to appear 'below'
or by the 'side' of the P1group's heading. And there is also a rarely used 'default'
value which is same as that of having no 'Layout' attribute at all.
<xsd:attribute name="Layout"><xsd:annotation><xsd:documentation>This is used only in legacy documents to set layout rules, which determines whether the provision number (Pnumber) of the first P1 child of a P1group to appear 'below' or by the 'side' of the P1group's heading. And there is also a rarely used 'default' value which is same as that of having no 'Layout' attribute at all.</xsd:documentation></xsd:annotation><xsd:simpleType><xsd:restriction base="xsd:string"><xsd:enumeration value="default"/><xsd:enumeration value="side"/><xsd:enumeration value="below"/></xsd:restriction></xsd:simpleType></xsd:attribute>
<xsd:group name="InlineFull"><xsd:annotation><xsd:documentation>A container group for the content model for basic emphasis and basic inline elements groups</xsd:documentation></xsd:annotation><xsd:choice><xsd:group ref="EmphasisBasic"/><xsd:group ref="InlineBasic"/></xsd:choice></xsd:group>
<xsd:group name="InlineLegislationCitation"><xsd:annotation><xsd:documentation>Defines the content model for basic inline elements for citations of legislation documents</xsd:documentation></xsd:annotation><xsd:choice><xsd:group ref="EmphasisBasic"/><xsd:group ref="err:Errors"/><xsd:element ref="Character"/><xsd:element ref="Span"/><xsd:element ref="InlineAmendment"/><xsd:element ref="CommentaryRef"/><xsd:element ref="FootnoteRef"/><xsd:element ref="MarginNoteRef"/><xsd:element ref="Acronym"/><xsd:element ref="Abbreviation"/><xsd:element ref="Term"/><xsd:element ref="Addition"/><xsd:element ref="Repeal"/><xsd:element ref="Substitution"/><xsd:element ref="Definition"/><xsd:element ref="Proviso"/></xsd:choice></xsd:group>
<xsd:group name="InlineBasicRestricted"><xsd:annotation><xsd:documentation>Defines the content model for basic inline elements for a restricted content model other than emphasis elements</xsd:documentation></xsd:annotation><xsd:choice><xsd:group ref="err:Errors"/><xsd:element ref="Character"/><xsd:element ref="Span"/><xsd:element ref="InlineAmendment"/><xsd:element ref="CommentaryRef"/><xsd:element ref="FootnoteRef"/><xsd:element ref="MarginNoteRef"/><xsd:element ref="Citation"/><xsd:element ref="CitationSubRef"/><xsd:element ref="CitationListRef"/><xsd:element ref="Acronym"/><xsd:element ref="Abbreviation"/><xsd:element ref="Term"/><xsd:element ref="Addition"/><xsd:element ref="Repeal"/><xsd:element ref="Substitution"/><xsd:element ref="Definition"/><xsd:element ref="Proviso"/></xsd:choice></xsd:group>
<xsd:group name="InlineModel"><xsd:annotation><xsd:documentation>Defines the content model for the contents of a standard paragraph level block element, e.g. para element</xsd:documentation></xsd:annotation><xsd:choice><xsd:element ref="Text"/><xsd:element ref="BlockText"/><xsd:element ref="OrderedList"/><xsd:element ref="UnorderedList"/><xsd:element ref="KeyList"/><xsd:element ref="Tabular"/><xsd:element ref="Form"/><xsd:element ref="Figure"/><xsd:sequence><xsd:element ref="BlockAmendment"/><xsd:element ref="AppendText" minOccurs="0"/></xsd:sequence><xsd:sequence><xsd:element ref="BlockExtract"/><xsd:element ref="AppendText" minOccurs="0"/></xsd:sequence><xsd:element ref="Formula"/><xsd:group ref="err:Errors"/></xsd:choice></xsd:group>
<xsd:group name="ParaBasic"><xsd:annotation><xsd:documentation>Defines the content model for standard non-provision block elements, e.g. footnoteText</xsd:documentation></xsd:annotation><xsd:choice><xsd:element ref="Para"/><xsd:element ref="OrderedList"/><xsd:element ref="UnorderedList"/><xsd:element ref="DecoratedGroup"/><xsd:element ref="KeyList"/><xsd:element ref="Figure"/><xsd:element ref="Form"/><xsd:element ref="Tabular"/><xsd:element ref="Text"/><xsd:element ref="Formula"/><xsd:element ref="Division"/><xsd:group ref="err:Errors"/></xsd:choice></xsd:group>
<xsd:group name="ParaBasicNoErrors"><xsd:annotation><xsd:documentation>Defines the content model for standard non-provision block elements without errors</xsd:documentation></xsd:annotation><xsd:choice><xsd:element ref="Para"/><xsd:element ref="OrderedList"/><xsd:element ref="UnorderedList"/><xsd:element ref="DecoratedGroup"/><xsd:element ref="KeyList"/><xsd:element ref="Figure"/><xsd:element ref="Form"/><xsd:element ref="Tabular"/><xsd:element ref="Formula"/></xsd:choice></xsd:group>
<xsd:group name="BlockSection"><xsd:annotation><xsd:documentation>Defines the content model for standard paragraph level block elements within sections, e.g. s1para</xsd:documentation></xsd:annotation><xsd:choice><xsd:element ref="OrderedList"/><xsd:element ref="UnorderedList"/><xsd:element ref="DecoratedGroup"/><xsd:element ref="KeyList"/><xsd:element ref="Figure"/><xsd:element ref="Tabular"/><xsd:element ref="Form"/><xsd:element ref="Formula"/><xsd:group ref="err:Errors"/></xsd:choice></xsd:group>
<xsd:group name="TableTextLocal"><xsd:annotation><xsd:documentation>Defines the content model for text to a table</xsd:documentation></xsd:annotation><xsd:choice><xsd:element ref="Para"/><xsd:element ref="P1"/></xsd:choice></xsd:group>
<xsd:group name="BlockBasic"><xsd:annotation><xsd:documentation>Defines the content model for standard block elements, e.g. chapter</xsd:documentation></xsd:annotation><xsd:choice><xsd:element ref="P"/><xsd:element ref="OrderedList"/><xsd:element ref="UnorderedList"/><xsd:element ref="DecoratedGroup"/><xsd:element ref="KeyList"/><xsd:element ref="Figure"/><xsd:element ref="Tabular"/><xsd:element ref="Form"/><xsd:element ref="Formula"/></xsd:choice></xsd:group>
<xsd:group name="ParaRestricted"><xsd:annotation><xsd:documentation>Defines the content model for block elements with limited scope for content, e.g. MarginNote</xsd:documentation></xsd:annotation><xsd:choice><xsd:element ref="Para"/></xsd:choice></xsd:group>
This is used only in legacy documents to set layout rules, which determines whether
the provision number (Pnumber) of the first P1 child of a P1group to appear 'below'
or by the 'side' of the P1group's heading. And there is also a rarely used 'default'
value which is same as that of having no 'Layout' attribute at all.
Source
<xsd:attributeGroup name="LayoutAttributes"><xsd:annotation><xsd:documentation>Defines the layout for some headings for legacy data that does not conform to the standard layouts</xsd:documentation></xsd:annotation><xsd:attribute name="Layout"><xsd:annotation><xsd:documentation>This is used only in legacy documents to set layout rules, which determines whether the provision number (Pnumber) of the first P1 child of a P1group to appear 'below' or by the 'side' of the P1group's heading. And there is also a rarely used 'default' value which is same as that of having no 'Layout' attribute at all.</xsd:documentation></xsd:annotation><xsd:simpleType><xsd:restriction base="xsd:string"><xsd:enumeration value="default"/><xsd:enumeration value="side"/><xsd:enumeration value="below"/></xsd:restriction></xsd:simpleType></xsd:attribute></xsd:attributeGroup>