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="Acronym"><xsd:annotation><xsd:documentation>Defines an acronym and its expansion (supplied in the Expansion attribute).</xsd:documentation></xsd:annotation><xsd:complexType mixed="true"><xsd:choice minOccurs="0" maxOccurs="unbounded"><xsd:element ref="Character"/><xsd:group ref="EmphasisBasic"/><xsd:element ref="Addition"/><xsd:element ref="Repeal"/><xsd:element ref="Substitution"/></xsd:choice><xsd:attributeGroup ref="CommonAttributes"/><xsd:attribute name="Expansion" type="xsd:string"/></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:element name="Abbreviation"><xsd:annotation><xsd:documentation>Defines an abbreviation and its expansion (supplied in the Expansion attribute).</xsd:documentation></xsd:annotation><xsd:complexType mixed="true"><xsd:choice minOccurs="0" maxOccurs="unbounded"><xsd:element ref="Character"/><xsd:group ref="EmphasisBasic"/><xsd:element ref="Addition"/><xsd:element ref="Repeal"/><xsd:element ref="Substitution"/></xsd:choice><xsd:attributeGroup ref="CommonAttributes"/><xsd:attribute name="Expansion" type="xsd:string"/></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:element name="Term"><xsd:annotation><xsd:documentation>Indicates a term that is defined in the adjacent text.</xsd:documentation></xsd:annotation><xsd:complexType mixed="true"><xsd:choice minOccurs="0" maxOccurs="unbounded"><xsd:group ref="EmphasisBasicRestricted"/><xsd:group ref="InlineBasicRestricted"/></xsd:choice><xsd:attributeGroup ref="CommonSubAttributes"/><xsd:attribute name="id" type="xsd:NCName"/></xsd:complexType></xsd:element>