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="Note"><xsd:annotation><xsd:documentation><h:p>Describes a note inline within text. This will generally make text smaller</h:p><h:p>The content model allows all standard inline constructs apart from Note which should not be nested</h:p></xsd:documentation></xsd:annotation><xsd:complexType mixed="true"><xsd:choice minOccurs="0" maxOccurs="unbounded"><xsd:element ref="Emphasis"/><xsd:element ref="Strong"/><xsd:element ref="Inferior"/><xsd:element ref="Superior"/><xsd:element ref="SmallCaps"/><xsd:element ref="Underline"/><xsd:element ref="Strike"/><xsd:group ref="InlineBasic"/></xsd:choice><xsd:attributeGroup ref="CommonAttributes"/></xsd:complexType></xsd:element>
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:group name="NoteRestricted"><xsd:annotation><xsd:documentation>Follows the standard element definition but restricts the content model further</xsd:documentation></xsd:annotation><xsd:choice><xsd:element name="Note"><xsd:complexType mixed="true"><xsd:choice minOccurs="0" maxOccurs="unbounded"><xsd:group ref="EmphasisRestricted"/><xsd:group ref="StrongRestricted"/><xsd:group ref="InferiorRestricted"/><xsd:group ref="SuperiorRestricted"/><xsd:group ref="SmallCapsRestricted"/><xsd:group ref="UnderlineRestricted"/><xsd:group ref="StrikeRestricted"/><xsd:group ref="InlineBasicRestricted"/></xsd:choice><xsd:attributeGroup ref="CommonAttributes"/></xsd:complexType></xsd:element></xsd:choice></xsd:group>