Included documents are documents not coded to the main schema. They are referenced
via the Resources section.
Inline content gives the opportunity to provide some explanatory text as to the content.
An included document references a resource and it can, therefore, be anything that
can be held in a Resource element. For forms the recommendation would be to use Scalable
Vector Graphics (SVG) to mark up.
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="IncludedDocument"><xsd:annotation><xsd:documentation><h:p>Included documents are documents not coded to the main schema. They are referenced via the Resources section.</h:p><h:p>Inline content gives the opportunity to provide some explanatory text as to the content.</h:p><h:p>An included document references a resource and it can, therefore, be anything that can be held in a Resource element. For forms the recommendation would be to use Scalable Vector Graphics (SVG) to mark up.</h:p></xsd:documentation></xsd:annotation><xsd:complexType mixed="true"><xsd:sequence minOccurs="0"><xsd:group ref="InlineBasic"/></xsd:sequence><xsd:attribute name="ResourceRef" type="xsd:string" use="required"/><xsd:attributeGroup ref="CommonAttributes"/></xsd:complexType></xsd:element>