This is the top level container for a signature. And it can hold information about
one or more persons (Signatory) connected by some reasons. This can occur in both
primary and secondary legislation although they are very rare in primary legislation
A Boolean value to indicate whether the provision includes blanket amendments, ie
general amendments to legislation as a whole rather than a specific enactment
A Boolean value to indicate if there are concurrent versions of the same provision.
This is presently used for concurrent geographic extent versions but may be used in
future to indicate other versions of the same provision
A boolean value indicator as to whether the provision should be displayed or is in
force, i.e. if the status is prospective, then it will not display as in force. Similarly
with the status set to repealed, then this will prevent the provision from displaying
when viewed from high level
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="SignedSection"><xsd:annotation><xsd:documentation>This is the top level container for a signature. And it can hold information about one or more persons (Signatory) connected by some reasons. This can occur in both primary and secondary legislation although they are very rare in primary legislation</xsd:documentation></xsd:annotation><xsd:complexType><xsd:sequence><xsd:element ref="Para" minOccurs="0" maxOccurs="unbounded"/><xsd:element ref="Signatory" minOccurs="0" maxOccurs="unbounded"/></xsd:sequence><xsd:attributeGroup ref="OptionalURIs"/><xsd:attributeGroup ref="CommonAttributes"/><xsd:attributeGroup ref="FragmentAttributes"/></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="Signatory"><xsd:annotation><xsd:documentation>The person(s) signing-off the document. Each 'Signatory' can contain one or more 'Signee' and 'Para' elements. It may also have a Date attribute</xsd:documentation></xsd:annotation><xsd:complexType><xsd:sequence><xsd:element ref="Para" minOccurs="0" maxOccurs="unbounded"/><xsd:element ref="Signee" minOccurs="0" maxOccurs="unbounded"/></xsd:sequence><xsd:attributeGroup ref="CommonAttributes"/><xsd:attribute name="Date" type="xsd:date" use="optional"/><xsd:attribute name="Time" type="xsd:time" use="optional"/></xsd:complexType></xsd:element>
Details of a single Signee. This allows an optional LSseal and then a choice of either
an Image element (where a signature has been scanned or digitally created) or structured
elements for each item of Signee information.
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="Signee"><xsd:annotation><xsd:documentation>Details of a single Signee. This allows an optional LSseal and then a choice of either an Image element (where a signature has been scanned or digitally created) or structured elements for each item of Signee information.</xsd:documentation></xsd:annotation><xsd:complexType><xsd:sequence><!--<xsd:element ref="para" minOccurs="0" maxOccurs="unbounded"/>--><xsd:element ref="LSseal" minOccurs="0"/><xsd:choice><xsd:sequence maxOccurs="unbounded"><xsd:element ref="Para" minOccurs="0" maxOccurs="unbounded"/><xsd:element ref="PersonName" minOccurs="0" maxOccurs="unbounded"/><xsd:element ref="JobTitle" minOccurs="0"/><xsd:element ref="Department" minOccurs="0"/><xsd:element ref="Address" minOccurs="0"/><xsd:element ref="DateSigned" minOccurs="0"/></xsd:sequence><xsd:element ref="Image"><xsd:annotation><xsd:documentation>Allows for a graphic of a signature to be included</xsd:documentation></xsd:annotation></xsd:element></xsd:choice></xsd:sequence><xsd:attributeGroup ref="CommonAttributes"/></xsd:complexType></xsd:element>
Allows for an image of the seal to be included to indicate the presence of a seal
used as part of the signature. It may optionally reference a resource using the ResourceRef
attribute if it is required to reference a specific image. It may also have a Date
attribute to indicate the date of the seal. It is rare (but possible) for any content
to be within the 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="LSseal"><xsd:annotation><xsd:documentation>Allows for an image of the seal to be included to indicate the presence of a seal used as part of the signature. It may optionally reference a resource using the ResourceRef attribute if it is required to reference a specific image. It may also have a Date attribute to indicate the date of the seal. It is rare (but possible) for any content to be within the element.</xsd:documentation></xsd:annotation><xsd:complexType mixed="true"><xsd:group ref="InlineFull" minOccurs="0" maxOccurs="unbounded"/><xsd:attribute name="ResourceRef" type="xsd:string"/><xsd:attributeGroup ref="CommonAttributes"/><xsd:attribute name="Date" type="xsd:date"/></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.