Showing:

Annotations
Attributes
Diagrams
Instances
Model
Properties
Source
Used by
Included schema schemaLegislationSignature.xsd
Namespace http://www.legislation.gov.uk/namespaces/legislation
Annotations
Describes signature sections
Properties
attribute form default unqualified
element form default qualified
version 2.4
Element SignedSection
Namespace http://www.legislation.gov.uk/namespaces/legislation
Annotations
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
Diagram
DiagramschemaCommon_xsd.tmp#OptionalURIsschemaLegislationCommonAttributes_xsd.tmp#CommonAttributesschemaLegislationCommonAttributes_xsd.tmp#FragmentAttributesschemaCommonElements_xsd.tmp#ParaschemaLegislationSignature_xsd.tmp#Signatory
Properties
content complex
Used by
Model
Children Para, Signatory
Attributes
QName Type Use Annotation
AltDates DateOrProspectiveListType optional
A space separated sequence of dates where amendments have been applied to the provision
AltVersionRefs RefsLinkType optional
Links to alternate versions of the content by referencing the version's id attribute, e.g. perhaps a Welsh version or an image (Figure) of a Formula
BlanketAmendment xsd:boolean optional
A Boolean value to indicate whether the provision includes blanket amendments, ie general amendments to legislation as a whole rather than a specific enactment
Concurrent xsd:boolean optional
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
ConfersPower xsd:boolean optional
A Boolean value to indicate whether the provision includes confers power to make secondary legislation
DocumentURI xsd:anyURI optional
The URI to this part of the document (to the enacted version).
FragmentId xsd:NMTOKEN optional
The identifier for the fragment used in the old SLD (Statute Law Database) system
IdURI xsd:anyURI optional
The URI to the id of this part of the document (to the current revised version).
Match xsd:boolean optional
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
NumberOfProvisions xsd:integer optional
Count of the number of child provisions within the section of content (added automatically when published)
RestrictEndDate xsd:date optional
The date of the next version of the current fragment
RestrictExtent ExtentType optional
The geographic extent to which the provision applies
RestrictStartDate xsd:date optional
The date of the current version of the provision and the amendments applied to it
Status restriction of xsd:token optional
The status of the provision when not in force, i.e. prospective, repealed
ValidDates DateOrProspectiveListType optional
A space separated sequence of valid dates where the provision is in force
Version xsd:integer optional
The version of the provision in the old SLD (Statute Law Database) system
id restriction of xsd:NCName optional

A unique identifier for the element.

The format of this identifier is yxxxxx where y is a letter and xxxxx is a number, padded to five digits.

Note that most elements that normally have identifiers have a separate, element-specific definition of the id attribute in the schema.

xml:base xs:anyURI optional
Is used to change the base from which relative URLs are calculated. See http://www.w3.org/TR/xmlbase/ for information about this attribute.
xml:lang xs:language optional
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.
xml:space restriction of xs:NCName optional
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.
Instance
<SignedSection AltDates="" AltVersionRefs="" xml:base="" BlanketAmendment="" Concurrent="" ConfersPower="" DocumentURI="" FragmentId="" id="" IdURI="" xml:lang="" Match="" NumberOfProvisions="" RestrictEndDate="" RestrictExtent="" RestrictStartDate="" xml:space="" Status="" ValidDates="" Version="" xmlns="http://www.legislation.gov.uk/namespaces/legislation">
  <Para Align="" AltVersionRefs="" xml:base="" id="" xml:lang="" xml:space="">{0,unbounded}</Para>
  <Signatory AltVersionRefs="" xml:base="" Date="" id="" xml:lang="" xml:space="" Time="">{0,unbounded}</Signatory>
</SignedSection>
Source
<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>
Element Signatory
Namespace http://www.legislation.gov.uk/namespaces/legislation
Annotations
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
Diagram
DiagramschemaLegislationCommonAttributes_xsd.tmp#CommonAttributesschemaLegislationSignature_xsd.tmp#Signatory_DateschemaLegislationSignature_xsd.tmp#Signatory_TimeschemaCommonElements_xsd.tmp#ParaschemaLegislationSignature_xsd.tmp#Signee
Properties
content complex
Used by
Element SignedSection
Model
Children Para, Signee
Attributes
QName Type Use Annotation
AltVersionRefs RefsLinkType optional
Links to alternate versions of the content by referencing the version's id attribute, e.g. perhaps a Welsh version or an image (Figure) of a Formula
Date xsd:date optional
Time xsd:time optional
id restriction of xsd:NCName optional

A unique identifier for the element.

The format of this identifier is yxxxxx where y is a letter and xxxxx is a number, padded to five digits.

Note that most elements that normally have identifiers have a separate, element-specific definition of the id attribute in the schema.

xml:base xs:anyURI optional
Is used to change the base from which relative URLs are calculated. See http://www.w3.org/TR/xmlbase/ for information about this attribute.
xml:lang xs:language optional
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.
xml:space restriction of xs:NCName optional
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.
Instance
<Signatory AltVersionRefs="" xml:base="" Date="" id="" xml:lang="" xml:space="" Time="" xmlns="http://www.legislation.gov.uk/namespaces/legislation">
  <Para Align="" AltVersionRefs="" xml:base="" id="" xml:lang="" xml:space="">{0,unbounded}</Para>
  <Signee AltVersionRefs="" xml:base="" id="" xml:lang="" xml:space="">{0,unbounded}</Signee>
</Signatory>
Source
<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>
Element Signee
Namespace http://www.legislation.gov.uk/namespaces/legislation
Annotations
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.
Diagram
DiagramschemaLegislationCommonAttributes_xsd.tmp#CommonAttributesschemaLegislationSignature_xsd.tmp#LSsealschemaCommonElements_xsd.tmp#ParaschemaCommonElements_xsd.tmp#PersonNameschemaCommonElements_xsd.tmp#JobTitleschemaCommonElements_xsd.tmp#DepartmentschemaCommonElements_xsd.tmp#AddressschemaLegislationSignature_xsd.tmp#DateSignedschemaFigure_xsd.tmp#http___www.legislation.gov.uk_namespaces_legislation_Image
Properties
content complex
Used by
Model
Children Address, DateSigned, Department, Image, JobTitle, LSseal, Para, PersonName
Attributes
QName Type Use Annotation
AltVersionRefs RefsLinkType optional
Links to alternate versions of the content by referencing the version's id attribute, e.g. perhaps a Welsh version or an image (Figure) of a Formula
id restriction of xsd:NCName optional

A unique identifier for the element.

The format of this identifier is yxxxxx where y is a letter and xxxxx is a number, padded to five digits.

Note that most elements that normally have identifiers have a separate, element-specific definition of the id attribute in the schema.

xml:base xs:anyURI optional
Is used to change the base from which relative URLs are calculated. See http://www.w3.org/TR/xmlbase/ for information about this attribute.
xml:lang xs:language optional
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.
xml:space restriction of xs:NCName optional
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.
Instance
<Signee AltVersionRefs="" xml:base="" id="" xml:lang="" xml:space="" xmlns="http://www.legislation.gov.uk/namespaces/legislation">
  <LSseal AltVersionRefs="" xml:base="" Date="" id="" xml:lang="" ResourceRef="" xml:space="">{0,1}</LSseal>
  <Para Align="" AltVersionRefs="" xml:base="" id="" xml:lang="" xml:space="">{0,unbounded}</Para>
  <PersonName AltVersionRefs="" xml:base="" id="" xml:lang="" xml:space="">{0,unbounded}</PersonName>
  <JobTitle AltVersionRefs="" xml:base="" id="" xml:lang="" xml:space="">{0,1}</JobTitle>
  <Department AltVersionRefs="" xml:base="" id="" xml:lang="" xml:space="">{0,1}</Department>
  <Address AltVersionRefs="" xml:base="" id="" xml:lang="" xml:space="">{0,1}</Address>
  <DateSigned AltVersionRefs="" xml:base="" Date="" id="" xml:lang="" xml:space="" Time="">{0,1}</DateSigned>
  <Image AltVersionRefs="" xml:base="" Description="" Height="auto" id="" xml:lang="" ResourceRef="" xml:space="" Width="auto">{1,1}</Image>
</Signee>
Source
<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>
Element LSseal
Namespace http://www.legislation.gov.uk/namespaces/legislation
Annotations
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.
Diagram
DiagramschemaLegislationSignature_xsd.tmp#LSseal_ResourceRefschemaLegislationCommonAttributes_xsd.tmp#CommonAttributesschemaLegislationSignature_xsd.tmp#LSseal_DateschemaEmphasis_xsd.tmp#StrongschemaEmphasis_xsd.tmp#EmphasisschemaEmphasis_xsd.tmp#InferiorschemaEmphasis_xsd.tmp#SuperiorschemaEmphasis_xsd.tmp#SmallCapsschemaEmphasis_xsd.tmp#UppercaseschemaEmphasis_xsd.tmp#UnderlineschemaEmphasis_xsd.tmp#ExpandedschemaStrike_xsd.tmp#StrikeschemaLegislationCommon_xsd.tmp#EmphasisBasicExtrasschemaLegislationTypes_xsd.tmp#EmphasisBasicerrors_xsd.tmp#Errorerrors_xsd.tmp#Warningerrors_xsd.tmp#ErrorsschemaCommonElements_xsd.tmp#CharacterschemaBasicInline_xsd.tmp#SpanschemaLegislationAmendments_xsd.tmp#InlineAmendmentschemaExtract_xsd.tmp#InlineExtractschemaCommentary_xsd.tmp#CommentaryRefschemaFootnote_xsd.tmp#FootnoteRefschemaMarginnote_xsd.tmp#MarginNoteRefschemaLinks_xsd.tmp#InternalLinkschemaLinks_xsd.tmp#ExternalLinkschemaCitations_xsd.tmp#http___www.legislation.gov.uk_namespaces_legislation_CitationschemaCitations_xsd.tmp#CitationSubRefschemaCitations_xsd.tmp#CitationListRefmath_xsd.tmp#mathschemaFigure_xsd.tmp#http___www.legislation.gov.uk_namespaces_legislation_ImageschemaAcronymsAbbreviations_xsd.tmp#AcronymschemaAcronymsAbbreviations_xsd.tmp#AbbreviationschemaAcronymsAbbreviations_xsd.tmp#TermschemaChanges_xsd.tmp#AdditionschemaChanges_xsd.tmp#RepealschemaChanges_xsd.tmp#SubstitutionschemaLegislationSemantics_xsd.tmp#DefinitionschemaLegislationSemantics_xsd.tmp#ProvisoschemaLegislationTypes_xsd.tmp#InlineBasicschemaLegislationTypes_xsd.tmp#InlineFull
Properties
content complex
mixed true
Used by
Element Signee
Model
Children Abbreviation, Acronym, Addition, Character, Citation, CitationListRef, CitationSubRef, CommentaryRef, Definition, Emphasis, Error, Expanded, ExternalLink, FootnoteRef, Image, Inferior, InlineAmendment, InlineExtract, InternalLink, MarginNoteRef, Proviso, Repeal, SmallCaps, Span, Strike, Strong, Substitution, Superior, Term, Underline, Uppercase, Warning, math
Attributes
QName Type Use Annotation
AltVersionRefs RefsLinkType optional
Links to alternate versions of the content by referencing the version's id attribute, e.g. perhaps a Welsh version or an image (Figure) of a Formula
Date xsd:date optional
ResourceRef xsd:string optional
id restriction of xsd:NCName optional

A unique identifier for the element.

The format of this identifier is yxxxxx where y is a letter and xxxxx is a number, padded to five digits.

Note that most elements that normally have identifiers have a separate, element-specific definition of the id attribute in the schema.

xml:base xs:anyURI optional
Is used to change the base from which relative URLs are calculated. See http://www.w3.org/TR/xmlbase/ for information about this attribute.
xml:lang xs:language optional
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.
xml:space restriction of xs:NCName optional
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.
Instance
<LSseal AltVersionRefs="" xml:base="" Date="" id="" xml:lang="" ResourceRef="" xml:space="" xmlns="http://www.legislation.gov.uk/namespaces/legislation" xmlns:error="http://www.tso.co.uk/assets/namespace/error" xmlns:mathml="http://www.w3.org/1998/Math/MathML">
  <Strong AltVersionRefs="" xml:base="" id="" xml:lang="" xml:space="">{1,1}</Strong>
  <Emphasis AltVersionRefs="" xml:base="" id="" xml:lang="" xml:space="">{1,1}</Emphasis>
  <Inferior AltVersionRefs="" xml:base="" id="" xml:lang="" xml:space="">{1,1}</Inferior>
  <Superior AltVersionRefs="" xml:base="" id="" xml:lang="" xml:space="">{1,1}</Superior>
  <SmallCaps AltVersionRefs="" xml:base="" id="" xml:lang="" xml:space="">{1,1}</SmallCaps>
  <Uppercase AltVersionRefs="" xml:base="" id="" xml:lang="" xml:space="">{1,1}</Uppercase>
  <Underline AltVersionRefs="" xml:base="" id="" xml:lang="" xml:space="">{1,1}</Underline>
  <Expanded AltVersionRefs="" xml:base="" id="" xml:lang="" xml:space="">{1,1}</Expanded>
  <Strike AltVersionRefs="" xml:base="" id="" xml:lang="" xml:space="">{1,1}</Strike>
  <error:Error FragmentId="" XPath="">{1,1}</error:Error>
  <error:Warning FragmentId="" XPath="">{1,1}</error:Warning>
  <Character Name="">{1,1}</Character>
  <Span AltVersionRefs="" xml:base="" id="" xml:lang="" xml:space="">{1,1}</Span>
  <InlineAmendment AltVersionRefs="" xml:base="" id="" xml:lang="" xml:space="">{1,1}</InlineAmendment>
  <InlineExtract AltVersionRefs="" xml:base="" Format="" id="" xml:lang="" SourceClass="" SourceSubClass="" xml:space="">{1,1}</InlineExtract>
  <CommentaryRef AltVersionRefs="" xml:base="" id="" xml:lang="" Ref="" xml:space="">{1,1}</CommentaryRef>
  <FootnoteRef AltVersionRefs="" xml:base="" id="" xml:lang="" Ref="" xml:space="">{1,1}</FootnoteRef>
  <MarginNoteRef AltVersionRefs="" xml:base="" id="" xml:lang="" Ref="" xml:space="">{1,1}</MarginNoteRef>
  <InternalLink AltVersionRefs="" xml:base="" EndRef="" id="" xml:lang="" Ref="" xml:space="">{1,1}</InternalLink>
  <ExternalLink AltVersionRefs="" xml:base="" id="" xml:lang="" xml:space="" Title="" URI="">{1,1}</ExternalLink>
  <Citation AlternativeNumber="" AltVersionRefs="" xml:base="" Class="" CommencementNumber="" CommentaryRef="" Date="" DOI="" EndDate="" EndSectionRef="" id="" xml:lang="" LegalNumber="" Locator="" NorthernIrishNumber="" Number="" Prospective="false" ScottishNumber="" SectionRef="" xml:space="" StartDate="" StartSectionRef="" Title="" URI="" WelshNumber="" Year="">{1,1}</Citation>
  <CitationSubRef AltVersionRefs="" xml:base="" CitationRef="" EndSectionRef="" id="" xml:lang="" Operative="false" SectionRef="" xml:space="" StartSectionRef="" Type="" UpTo="" URI="">{1,1}</CitationSubRef>
  <CitationListRef AltVersionRefs="" xml:base="" xml:lang="" Ref="" xml:space="">{1,1}</CitationListRef>
  <mathml:math altimg="" alttext="" baseline="" class="" display="inline" height="" xlink:href="" id="" macros="" name="" overflow="scroll" style="" type="" width="" xref="">{1,1}</mathml:math>
  <Image AltVersionRefs="" xml:base="" Description="" Height="auto" id="" xml:lang="" ResourceRef="" xml:space="" Width="auto">{1,1}</Image>
  <Acronym AltVersionRefs="" xml:base="" Expansion="" id="" xml:lang="" xml:space="">{1,1}</Acronym>
  <Abbreviation AltVersionRefs="" xml:base="" Expansion="" id="" xml:lang="" xml:space="">{1,1}</Abbreviation>
  <Term AltVersionRefs="" xml:base="" id="" xml:lang="" xml:space="">{1,1}</Term>
  <Addition AltVersionRefs="" xml:base="" ChangeId="" CommentaryRef="" Correction="false" Extent="" id="" xml:lang="" Mark="" Prospective="false" xml:space="" Status="">{1,1}</Addition>
  <Repeal AltVersionRefs="" xml:base="" ChangeId="" CommentaryRef="" Correction="false" Extent="" id="" xml:lang="" Mark="" Prospective="false" RetainText="" xml:space="" Status="" SubstitutionRef="">{1,1}</Repeal>
  <Substitution AltVersionRefs="" xml:base="" ChangeId="" CommentaryRef="" Correction="false" Extent="" id="" xml:lang="" Mark="" Prospective="false" xml:space="" Status="">{1,1}</Substitution>
  <Definition Align="" AltVersionRefs="" xml:base="" id="" xml:lang="" Mark="" xml:space="" TermRef="">{1,1}</Definition>
  <Proviso Align="" AltVersionRefs="" xml:base="" id="" xml:lang="" Mark="" xml:space="">{1,1}</Proviso>
</LSseal>
Source
<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>
Element DateSigned
Namespace http://www.legislation.gov.uk/namespaces/legislation
Annotations
The date (and optionally time) of the signing.
Diagram
DiagramschemaLegislationCommonAttributes_xsd.tmp#CommonAttributesschemaLegislationSignature_xsd.tmp#DateSigned_DateschemaLegislationSignature_xsd.tmp#DateSigned_TimeschemaLegislationPrelims_xsd.tmp#DateText
Properties
content complex
Used by
Element Signee
Model
Children DateText
Attributes
QName Type Use Annotation
AltVersionRefs RefsLinkType optional
Links to alternate versions of the content by referencing the version's id attribute, e.g. perhaps a Welsh version or an image (Figure) of a Formula
Date xsd:date optional
Time xsd:time optional
id restriction of xsd:NCName optional

A unique identifier for the element.

The format of this identifier is yxxxxx where y is a letter and xxxxx is a number, padded to five digits.

Note that most elements that normally have identifiers have a separate, element-specific definition of the id attribute in the schema.

xml:base xs:anyURI optional
Is used to change the base from which relative URLs are calculated. See http://www.w3.org/TR/xmlbase/ for information about this attribute.
xml:lang xs:language optional
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.
xml:space restriction of xs:NCName optional
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.
Instance
<DateSigned AltVersionRefs="" xml:base="" Date="" id="" xml:lang="" xml:space="" Time="" xmlns="http://www.legislation.gov.uk/namespaces/legislation">
  <DateText AltVersionRefs="" xml:base="" id="" xml:lang="" xml:space="">{1,1}</DateText>
</DateSigned>
Source
<xsd:element name="DateSigned">
  <xsd:annotation>
    <xsd:documentation>The date (and optionally time) of the signing.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element ref="DateText"/>
    </xsd:sequence>
    <xsd:attributeGroup ref="CommonAttributes"/>
    <xsd:attribute name="Date" type="xsd:date"/>
    <xsd:attribute name="Time" type="xsd:time" use="optional"/>
  </xsd:complexType>
</xsd:element>
Attribute InlineFull / @ResourceRef
Namespace No namespace
Properties
content simple
Used by
Element LSseal
Source
<xsd:attribute name="ResourceRef" type="xsd:string"/>
Attribute InlineFull / @Date
Namespace No namespace
Properties
content simple
Used by
Element LSseal
Source
<xsd:attribute name="Date" type="xsd:date"/>
Attribute LSseal / @Date
Namespace No namespace
Properties
content simple
Source
<xsd:attribute name="Date" type="xsd:date"/>
Attribute LSseal / @ResourceRef
Namespace No namespace
Properties
content simple
Source
<xsd:attribute name="ResourceRef" type="xsd:string"/>
Attribute DateSigned / @Date
Namespace No namespace
Properties
content simple
Used by
Element DateSigned
Source
<xsd:attribute name="Date" type="xsd:date"/>
Attribute DateSigned / @Time
Namespace No namespace
Properties
use optional
Used by
Element DateSigned
Source
<xsd:attribute name="Time" type="xsd:time" use="optional"/>
Attribute Signatory / @Date
Namespace No namespace
Properties
use optional
Used by
Element Signatory
Source
<xsd:attribute name="Date" type="xsd:date" use="optional"/>
Attribute Signatory / @Time
Namespace No namespace
Properties
use optional
Used by
Element Signatory
Source
<xsd:attribute name="Time" type="xsd:time" use="optional"/>