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="Form"><xsd:annotation><xsd:documentation>Describes a form. This can be created using markup or as an included document</xsd:documentation></xsd:annotation><xsd:complexType><xsd:sequence><xsd:element ref="Number" minOccurs="0"><xsd:annotation><xsd:documentation>Allows for an actual number to the form to be held as markup</xsd:documentation></xsd:annotation></xsd:element><xsd:element ref="TitleBlock" minOccurs="0"><xsd:annotation><xsd:documentation>Allows for an actual title to the form to be held as markup</xsd:documentation></xsd:annotation></xsd:element><xsd:element ref="Reference" minOccurs="0"/><xsd:choice><xsd:choice maxOccurs="unbounded"><xsd:element ref="Part"/><xsd:element ref="Chapter"/><xsd:element ref="Pblock"/><xsd:element ref="PsubBlock"/><xsd:element ref="P1"/><xsd:element ref="P2"/><xsd:element ref="P3"/><xsd:element ref="P4"/><xsd:element ref="P5"/><xsd:element ref="P1para"/><xsd:element ref="P2para"/><xsd:element ref="P3para"/><xsd:element ref="P4para"/><xsd:element ref="P5para"/><xsd:element ref="P1group"/><xsd:element ref="P2group"/><xsd:element ref="P3group"/><xsd:element ref="Schedules"/><xsd:element ref="Schedule"/><xsd:element ref="BlockAmendment"/><xsd:group ref="BlockBasic"/></xsd:choice><xsd:sequence><xsd:element ref="IncludedDocument" maxOccurs="unbounded"/><xsd:element ref="FootnoteRef" minOccurs="0" maxOccurs="unbounded"><xsd:annotation><xsd:documentation>Allows for the unusual situation where a form as an included document may have footnotes to it</xsd:documentation></xsd:annotation></xsd:element></xsd:sequence></xsd:choice></xsd:sequence><xsd:attributeGroup ref="CommonAttributes"/><xsd:attribute name="Orientation"><xsd:annotation><xsd:documentation>Defines the orientation of the form</xsd:documentation></xsd:annotation><xsd:simpleType><xsd:restriction base="xsd:string"><xsd:enumeration value="portrait"/><xsd:enumeration value="landscape"/></xsd:restriction></xsd:simpleType></xsd:attribute></xsd:complexType></xsd:element>
<xsd:attribute name="Orientation"><xsd:annotation><xsd:documentation>Defines the orientation of the form</xsd:documentation></xsd:annotation><xsd:simpleType><xsd:restriction base="xsd:string"><xsd:enumeration value="portrait"/><xsd:enumeration value="landscape"/></xsd:restriction></xsd:simpleType></xsd:attribute>