Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Model
Properties
Source
Used by
Included schema schemaResources.xsd
Namespace http://www.legislation.gov.uk/namespaces/legislation
Annotations
Defines media resources
Properties
attribute form default unqualified
element form default qualified
version 2.4
Element Resources
Namespace http://www.legislation.gov.uk/namespaces/legislation
Annotations

Holds all of the content that is needed by the document but is not part of the main flow of the document or is external to the document, e.g. graphics.

Resources may be held internally or externally.

If the resource is held internally then it may be held as XML content, e.g. SVG for a graphic. Internal versions are held using the <InternalVersion> element. It is expected that an application processing the schema should know how to handle the following namespaces:

  • SVG
  • XSL:FO
  • XHTML
  • MathML

The id attribute is used as a unique identifier for the resource.

Diagram
DiagramschemaLegislationCommonAttributes_xsd.tmp#CommonAttributesschemaResources_xsd.tmp#ResourceschemaResources_xsd.tmp#ResourceGroup
Properties
content complex
Used by
Element Legislation
Model
Children Resource, ResourceGroup
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
<Resources AltVersionRefs="" xml:base="" id="" xml:lang="" xml:space="" xmlns="http://www.legislation.gov.uk/namespaces/legislation">
  <Resource AltVersionRefs="" xml:base="" id="" xml:lang="" xml:space="">{1,1}</Resource>
  <ResourceGroup AltVersionRefs="" xml:base="" id="" xml:lang="" xml:space="">{1,1}</ResourceGroup>
</Resources>
Source
<xsd:element name="Resources">
  <xsd:annotation>
    <xsd:documentation>
      <h:p>Holds all of the content that is needed by the document but is not part of the main flow of the document or is external to the document, e.g. graphics.</h:p>
      <h:p>Resources may be held internally or externally.</h:p>
      <h:p>If the resource is held internally then it may be held as XML content, e.g. SVG for a graphic. Internal versions are held using the
        <h:code><InternalVersion></h:code>element. It is expected that an application processing the schema should know how to handle the following namespaces:</h:p>
      <h:ul>
        <h:li>SVG</h:li>
        <h:li>XSL:FO</h:li>
        <h:li>XHTML</h:li>
        <h:li>MathML</h:li>
      </h:ul>
      <h:p>The
        <h:code>id</h:code>attribute is used as a unique identifier for the resource.</h:p>
    </xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:choice maxOccurs="unbounded">
      <xsd:element ref="Resource"/>
      <xsd:element ref="ResourceGroup"/>
    </xsd:choice>
    <xsd:attributeGroup ref="CommonAttributes"/>
  </xsd:complexType>
</xsd:element>
Element Resource
Namespace http://www.legislation.gov.uk/namespaces/legislation
Annotations
A resource referenced within the legislation document. This can either be an external resource or internal data contained within the Resource element. Examples, but not limited to, of such resources are images, xml or binary data. The identifier attribute 'id' is a unique value used to reference the resource from within the data.
Diagram
DiagramschemaLegislationCommonAttributes_xsd.tmp#CommonSubAttributesschemaResources_xsd.tmp#ResourceElementIDAttributesschemaResources_xsd.tmp#InternalVersionschemaResources_xsd.tmp#ExternalVersion
Properties
content complex
Used by
Model
Children ExternalVersion, InternalVersion
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:ID required
A unique identifier in the format r00000
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
<Resource AltVersionRefs="" xml:base="" id="" xml:lang="" xml:space="" xmlns="http://www.legislation.gov.uk/namespaces/legislation">
  <InternalVersion AltVersionRefs="" xml:base="" Height="" id="" xml:lang="" xml:space="" Width="">{1,1}</InternalVersion>
  <ExternalVersion AltVersionRefs="" xml:base="" Format="" Height="" id="" xml:lang="" xml:space="" URI="" Width="">{1,1}</ExternalVersion>
</Resource>
Source
<xsd:element name="Resource">
  <xsd:annotation>
    <xsd:documentation>A resource referenced within the legislation document. This can either be an external resource or internal data contained within the Resource element. Examples, but not limited to, of such resources are images, xml or binary data. The identifier attribute 'id' is a unique value used to reference the resource from within the data.</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:choice maxOccurs="unbounded">
      <xsd:element ref="InternalVersion"/>
      <xsd:element ref="ExternalVersion"/>
    </xsd:choice>
    <xsd:attributeGroup ref="CommonSubAttributes"/>
    <xsd:attributeGroup ref="ResourceElementIDAttributes"/>
  </xsd:complexType>
</xsd:element>
Element InternalVersion
Namespace http://www.legislation.gov.uk/namespaces/legislation
Annotations
A resource contained within the document, such as an image, binary data or XML
Diagram
DiagramschemaLegislationCommonAttributes_xsd.tmp#CommonSubAttributesschemaResources_xsd.tmp#InternalVersion_idschemaResources_xsd.tmp#InternalVersion_HeightschemaResources_xsd.tmp#InternalVersion_WidthschemaResources_xsd.tmp#BinaryContentschemaResources_xsd.tmp#XMLcontent
Properties
content complex
Used by
Element Resource
Model
Children BinaryContent, XMLcontent
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
Height FigureSizeType optional
Width FigureSizeType optional
id restriction of xsd:ID optional
A unique identifier in the format i00000
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
<InternalVersion AltVersionRefs="" xml:base="" Height="" id="" xml:lang="" xml:space="" Width="" xmlns="http://www.legislation.gov.uk/namespaces/legislation">
  <BinaryContent AltVersionRefs="" xml:base="" Format="" id="" xml:lang="" xml:space="">{1,1}</BinaryContent>
  <XMLcontent AltVersionRefs="" xml:base="" id="" xml:lang="" xml:space="">{1,1}</XMLcontent>
</InternalVersion>
Source
<xsd:element name="InternalVersion">
  <xsd:annotation>
    <xsd:documentation>A resource contained within the document, such as an image, binary data or XML</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:choice>
      <xsd:element ref="BinaryContent"/>
      <xsd:element ref="XMLcontent"/>
    </xsd:choice>
    <xsd:attributeGroup ref="CommonSubAttributes"/>
    <xsd:attribute name="id">
      <xsd:annotation>
        <xsd:documentation>A unique identifier in the format i00000</xsd:documentation>
      </xsd:annotation>
      <xsd:simpleType>
        <xsd:restriction base="xsd:ID">
          <xsd:pattern value="i[0-9]{5}"/>
        </xsd:restriction>
      </xsd:simpleType>
    </xsd:attribute>
    <xsd:attribute name="Height" type="FigureSizeType"/>
    <xsd:attribute name="Width" type="FigureSizeType"/>
  </xsd:complexType>
</xsd:element>
Element BinaryContent
Namespace http://www.legislation.gov.uk/namespaces/legislation
Annotations

An internally stored document, encoded in Base64 format – a format that allows raw binary files to be stored.

The obvious advantage of holding resources internally is that when transporting a file there are no external files to worry about. A Format attribute can be used to give a hint to a processing application as to the format of the encoded data. The possible values are the same as described for ExternalVersion.

Diagram
DiagramschemaLegislationCommonAttributes_xsd.tmp#CommonAttributesschemaResources_xsd.tmp#BinaryContent_Format
Properties
content complex
Used by
Element InternalVersion
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
Format FileFormatsType optional
The format of the decoded resource
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.
Source
<xsd:element name="BinaryContent">
  <xsd:annotation>
    <xsd:documentation>
      <h:p>An internally stored document, encoded in Base64 format – a format that allows raw binary files to be stored.</h:p>
      <h:p>The obvious advantage of holding resources internally is that when transporting a file there are no external files to worry about. A Format attribute can be used to give a hint to a processing application as to the format of the encoded data. The possible values are the same as described for ExternalVersion.</h:p>
    </xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:simpleContent>
      <xsd:extension base="xsd:base64Binary">
        <xsd:attributeGroup ref="CommonAttributes"/>
        <xsd:attribute name="Format" type="FileFormatsType">
          <xsd:annotation>
            <xsd:documentation>The format of the decoded resource</xsd:documentation>
          </xsd:annotation>
        </xsd:attribute>
      </xsd:extension>
    </xsd:simpleContent>
  </xsd:complexType>
</xsd:element>
Element XMLcontent
Namespace http://www.legislation.gov.uk/namespaces/legislation
Annotations

An internally stored document, stored as well-formed XML.

Note that this content does not get parsed.

Diagram
DiagramschemaLegislationCommonAttributes_xsd.tmp#CommonAttributes
Properties
content complex
Used by
Element InternalVersion
Model
ANY element from ANY namespace OTHER than 'http://www.legislation.gov.uk/namespaces/legislation' | ANY element from TARGET namespace 'http://www.legislation.gov.uk/namespaces/legislation'
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.
Source
<xsd:element name="XMLcontent">
  <xsd:annotation>
    <xsd:documentation>
      <h:p>An internally stored document, stored as well-formed XML.</h:p>
      <h:p>Note that this content does not get parsed.</h:p>
    </xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:choice>
      <xsd:any namespace="##other" processContents="skip"/>
      <xsd:any namespace="##targetNamespace" processContents="strict"/>
    </xsd:choice>
    <xsd:attributeGroup ref="CommonAttributes"/>
  </xsd:complexType>
</xsd:element>
Element ExternalVersion
Namespace http://www.legislation.gov.uk/namespaces/legislation
Annotations

An externally located resource located by reference.

The location of the resource is held in the URI attribute, which should contain a URI.

The file format of the resource is held in the Format attribute.

Diagram
DiagramschemaResources_xsd.tmp#ExternalVersion_URIschemaResources_xsd.tmp#ExternalVersion_FormatschemaLegislationCommonAttributes_xsd.tmp#CommonSubAttributesschemaResources_xsd.tmp#ExternalVersion_idschemaResources_xsd.tmp#ExternalVersion_HeightschemaResources_xsd.tmp#ExternalVersion_Width
Properties
content complex
Used by
Element Resource
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
Format FileFormatsType optional

The format of the external resource

Height FigureSizeType optional
URI xsd:anyURI optional
URI of external resource. For DOIs use the format doi:10.1000/182
Width FigureSizeType optional
id restriction of xsd:ID optional
A unique identifier in the format e00000
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.
Source
<xsd:element name="ExternalVersion">
  <xsd:annotation>
    <xsd:documentation>
      <h:p>An externally located resource located by reference.</h:p>
      <h:p>The location of the resource is held in the URI attribute, which should contain a URI.</h:p>
      <h:p>The file format of the resource is held in the Format attribute.</h:p>
    </xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:attribute name="URI" type="xsd:anyURI">
      <xsd:annotation>
        <xsd:documentation>URI of external resource. For DOIs use the format doi:10.1000/182</xsd:documentation>
      </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="Format" type="FileFormatsType">
      <xsd:annotation>
        <xsd:documentation>
          <h:p>The format of the external resource</h:p>
        </xsd:documentation>
      </xsd:annotation>
    </xsd:attribute>
    <xsd:attributeGroup ref="CommonSubAttributes"/>
    <xsd:attribute name="id">
      <xsd:annotation>
        <xsd:documentation>A unique identifier in the format e00000</xsd:documentation>
      </xsd:annotation>
      <xsd:simpleType>
        <xsd:restriction base="xsd:ID">
          <xsd:pattern value="e[0-9]{5}"/>
        </xsd:restriction>
      </xsd:simpleType>
    </xsd:attribute>
    <xsd:attribute name="Height" type="FigureSizeType"/>
    <xsd:attribute name="Width" type="FigureSizeType"/>
  </xsd:complexType>
</xsd:element>
Element ResourceGroup
Namespace http://www.legislation.gov.uk/namespaces/legislation
Annotations
A group of resources referenced by the document
Diagram
DiagramschemaLegislationCommonAttributes_xsd.tmp#CommonSubAttributesschemaResources_xsd.tmp#ResourceElementIDAttributesschemaResources_xsd.tmp#Resource
Properties
content complex
Used by
Element Resources
Model
Children Resource
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:ID required
A unique identifier in the format r00000
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
<ResourceGroup AltVersionRefs="" xml:base="" id="" xml:lang="" xml:space="" xmlns="http://www.legislation.gov.uk/namespaces/legislation">
  <Resource AltVersionRefs="" xml:base="" id="" xml:lang="" xml:space="">{1,1}</Resource>
</ResourceGroup>
Source
<xsd:element name="ResourceGroup">
  <xsd:annotation>
    <xsd:documentation>A group of resources referenced by the document</xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:choice maxOccurs="unbounded">
      <xsd:element ref="Resource"/>
    </xsd:choice>
    <xsd:attributeGroup ref="CommonSubAttributes"/>
    <xsd:attributeGroup ref="ResourceElementIDAttributes"/>
  </xsd:complexType>
</xsd:element>
Simple Type FileFormatsType
Namespace http://www.legislation.gov.uk/namespaces/legislation
Diagram
Diagram
Facets
enumeration doc
Word document
enumeration eps
EPS graphic
enumeration gif
GIF graphic
enumeration html
HTML document
enumeration jpeg
JPEG graphic
enumeration mpeg
MPEG video
enumeration png
PNG graphic
enumeration rtf
Rich Text Format document
enumeration svg
SVG graphic
enumeration xml
XML document
enumeration pdf
PDF document
enumeration tiff
TIFF graphic
enumeration other
Unspecified format. Note that an application processing the document may not know how to handle the file
Used by
Source
<xsd:simpleType name="FileFormatsType">
  <xsd:restriction base="xsd:string">
    <xsd:enumeration value="doc">
      <xsd:annotation>
        <xsd:documentation>Word document</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="eps">
      <xsd:annotation>
        <xsd:documentation>EPS graphic</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="gif">
      <xsd:annotation>
        <xsd:documentation>GIF graphic</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="html">
      <xsd:annotation>
        <xsd:documentation>HTML document</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="jpeg">
      <xsd:annotation>
        <xsd:documentation>JPEG graphic</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="mpeg">
      <xsd:annotation>
        <xsd:documentation>MPEG video</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="png">
      <xsd:annotation>
        <xsd:documentation>PNG graphic</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="rtf">
      <xsd:annotation>
        <xsd:documentation>Rich Text Format document</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="svg">
      <xsd:annotation>
        <xsd:documentation>SVG graphic</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="xml">
      <xsd:annotation>
        <xsd:documentation>XML document</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="pdf">
      <xsd:annotation>
        <xsd:documentation>PDF document</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="tiff">
      <xsd:annotation>
        <xsd:documentation>TIFF graphic</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="other">
      <xsd:annotation>
        <xsd:documentation>Unspecified format. Note that an application processing the document may not know how to handle the file</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
  </xsd:restriction>
</xsd:simpleType>
Attribute BinaryContent / @Format
Namespace No namespace
Annotations
The format of the decoded resource
Properties
content simple
Facets
enumeration doc
Word document
enumeration eps
EPS graphic
enumeration gif
GIF graphic
enumeration html
HTML document
enumeration jpeg
JPEG graphic
enumeration mpeg
MPEG video
enumeration png
PNG graphic
enumeration rtf
Rich Text Format document
enumeration svg
SVG graphic
enumeration xml
XML document
enumeration pdf
PDF document
enumeration tiff
TIFF graphic
enumeration other
Unspecified format. Note that an application processing the document may not know how to handle the file
Used by
Element BinaryContent
Source
<xsd:attribute name="Format" type="FileFormatsType">
  <xsd:annotation>
    <xsd:documentation>The format of the decoded resource</xsd:documentation>
  </xsd:annotation>
</xsd:attribute>
Attribute InternalVersion / @id
Namespace No namespace
Annotations
A unique identifier in the format i00000
Properties
content simple
Facets
pattern (\i\c*) & ([\i-[:]][\c-[:]]*) & (i[0-9]{5})
Used by
Element InternalVersion
Source
<xsd:attribute name="id">
  <xsd:annotation>
    <xsd:documentation>A unique identifier in the format i00000</xsd:documentation>
  </xsd:annotation>
  <xsd:simpleType>
    <xsd:restriction base="xsd:ID">
      <xsd:pattern value="i[0-9]{5}"/>
    </xsd:restriction>
  </xsd:simpleType>
</xsd:attribute>
Attribute InternalVersion / @Height
Namespace No namespace
Properties
content simple
Facets
pattern (auto|scale-to-fit|fit-page-to-image|spread|\d{1,}\.?\d{0,3}%|\d{1,}\.?\d{0,3}pt|\d{1,}\.?\d{0,3}em)
Used by
Element InternalVersion
Source
<xsd:attribute name="Height" type="FigureSizeType"/>
Attribute InternalVersion / @Width
Namespace No namespace
Properties
content simple
Facets
pattern (auto|scale-to-fit|fit-page-to-image|spread|\d{1,}\.?\d{0,3}%|\d{1,}\.?\d{0,3}pt|\d{1,}\.?\d{0,3}em)
Used by
Element InternalVersion
Source
<xsd:attribute name="Width" type="FigureSizeType"/>
Attribute ExternalVersion / @URI
Namespace No namespace
Annotations
URI of external resource. For DOIs use the format doi:10.1000/182
Properties
content simple
Used by
Element ExternalVersion
Source
<xsd:attribute name="URI" type="xsd:anyURI">
  <xsd:annotation>
    <xsd:documentation>URI of external resource. For DOIs use the format doi:10.1000/182</xsd:documentation>
  </xsd:annotation>
</xsd:attribute>
Attribute ExternalVersion / @Format
Namespace No namespace
Annotations

The format of the external resource

Properties
content simple
Facets
enumeration doc
Word document
enumeration eps
EPS graphic
enumeration gif
GIF graphic
enumeration html
HTML document
enumeration jpeg
JPEG graphic
enumeration mpeg
MPEG video
enumeration png
PNG graphic
enumeration rtf
Rich Text Format document
enumeration svg
SVG graphic
enumeration xml
XML document
enumeration pdf
PDF document
enumeration tiff
TIFF graphic
enumeration other
Unspecified format. Note that an application processing the document may not know how to handle the file
Used by
Element ExternalVersion
Source
<xsd:attribute name="Format" type="FileFormatsType">
  <xsd:annotation>
    <xsd:documentation>
      <h:p>The format of the external resource</h:p>
    </xsd:documentation>
  </xsd:annotation>
</xsd:attribute>
Attribute ExternalVersion / @id
Namespace No namespace
Annotations
A unique identifier in the format e00000
Properties
content simple
Facets
pattern (\i\c*) & ([\i-[:]][\c-[:]]*) & (e[0-9]{5})
Used by
Element ExternalVersion
Source
<xsd:attribute name="id">
  <xsd:annotation>
    <xsd:documentation>A unique identifier in the format e00000</xsd:documentation>
  </xsd:annotation>
  <xsd:simpleType>
    <xsd:restriction base="xsd:ID">
      <xsd:pattern value="e[0-9]{5}"/>
    </xsd:restriction>
  </xsd:simpleType>
</xsd:attribute>
Attribute ExternalVersion / @Height
Namespace No namespace
Properties
content simple
Facets
pattern (auto|scale-to-fit|fit-page-to-image|spread|\d{1,}\.?\d{0,3}%|\d{1,}\.?\d{0,3}pt|\d{1,}\.?\d{0,3}em)
Used by
Element ExternalVersion
Source
<xsd:attribute name="Height" type="FigureSizeType"/>
Attribute ExternalVersion / @Width
Namespace No namespace
Properties
content simple
Facets
pattern (auto|scale-to-fit|fit-page-to-image|spread|\d{1,}\.?\d{0,3}%|\d{1,}\.?\d{0,3}pt|\d{1,}\.?\d{0,3}em)
Used by
Element ExternalVersion
Source
<xsd:attribute name="Width" type="FigureSizeType"/>
Attribute ResourceElementIDAttributes / @id
Namespace No namespace
Annotations
A unique identifier in the format r00000
Properties
use required
Facets
pattern (\i\c*) & ([\i-[:]][\c-[:]]*) & (r[0-9]{5})
Used by
Attribute Group ResourceElementIDAttributes
Source
<xsd:attribute name="id" use="required">
  <xsd:annotation>
    <xsd:documentation>A unique identifier in the format r00000</xsd:documentation>
  </xsd:annotation>
  <xsd:simpleType>
    <xsd:restriction base="xsd:ID">
      <xsd:pattern value="r[0-9]{5}"/>
    </xsd:restriction>
  </xsd:simpleType>
</xsd:attribute>
Attribute Group ResourceElementIDAttributes
Namespace http://www.legislation.gov.uk/namespaces/legislation
Diagram
DiagramschemaResources_xsd.tmp#ResourceElementIDAttributes_id
Used by
Attributes
QName Type Use Annotation
id restriction of xsd:ID required
A unique identifier in the format r00000
Source
<xsd:attributeGroup name="ResourceElementIDAttributes">
  <xsd:attribute name="id" use="required">
    <xsd:annotation>
      <xsd:documentation>A unique identifier in the format r00000</xsd:documentation>
    </xsd:annotation>
    <xsd:simpleType>
      <xsd:restriction base="xsd:ID">
        <xsd:pattern value="r[0-9]{5}"/>
      </xsd:restriction>
    </xsd:simpleType>
  </xsd:attribute>
</xsd:attributeGroup>