Showing:

Annotations
Attributes
Diagrams
Model
Properties
Source
Used by
Imported schema errors.xsd
Namespace http://www.tso.co.uk/assets/namespace/error
Annotations
Describes elements used for indicating possible errors in the content
Properties
attribute form default unqualified
element form default qualified
version 2.0
Element Error
Namespace http://www.tso.co.uk/assets/namespace/error
Annotations
Error messages generated automatically on the generation of the XML (that will require manual investigation).
Diagram
Diagramerrors_xsd.tmp#ErrorType_FragmentIderrors_xsd.tmp#ErrorType_XPatherrors_xsd.tmp#ErrorType
Properties
content complex
Used by
Element Group Errors
Attributes
QName Type Use
FragmentId xsd:NMTOKEN required
XPath xsd:string required
Source
<xsd:element name="Error" type="ErrorType">
  <xsd:annotation>
    <xsd:documentation>Error messages generated automatically on the generation of the XML (that will require manual investigation).</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element Warning
Namespace http://www.tso.co.uk/assets/namespace/error
Annotations
Warnings generated automatically on the generation of the XML, usually irrelevant issues.
Diagram
Diagramerrors_xsd.tmp#ErrorType_FragmentIderrors_xsd.tmp#ErrorType_XPatherrors_xsd.tmp#ErrorType
Properties
content complex
Used by
Element Group Errors
Attributes
QName Type Use
FragmentId xsd:NMTOKEN required
XPath xsd:string required
Source
<xsd:element name="Warning" type="ErrorType">
  <xsd:annotation>
    <xsd:documentation>Warnings generated automatically on the generation of the XML, usually irrelevant issues.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Element FatalError
Namespace http://www.tso.co.uk/assets/namespace/error
Annotations
Serious error messages generated automatically on the generation of the XML (that will require manual investigation).
Diagram
Diagramerrors_xsd.tmp#ErrorType_FragmentIderrors_xsd.tmp#ErrorType_XPatherrors_xsd.tmp#ErrorType
Properties
content complex
Attributes
QName Type Use
FragmentId xsd:NMTOKEN required
XPath xsd:string required
Source
<xsd:element name="FatalError" type="ErrorType">
  <xsd:annotation>
    <xsd:documentation>Serious error messages generated automatically on the generation of the XML (that will require manual investigation).</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Complex Type ErrorType
Namespace http://www.tso.co.uk/assets/namespace/error
Diagram
Diagramerrors_xsd.tmp#ErrorType_FragmentIderrors_xsd.tmp#ErrorType_XPath
Used by
Elements Error, FatalError, Warning
Attributes
QName Type Use
FragmentId xsd:NMTOKEN required
XPath xsd:string required
Source
<xsd:complexType name="ErrorType">
  <xsd:simpleContent>
    <xsd:extension base="xsd:string">
      <xsd:attribute name="FragmentId" type="xsd:NMTOKEN" use="required"/>
      <xsd:attribute name="XPath" type="xsd:string" use="required"/>
    </xsd:extension>
  </xsd:simpleContent>
</xsd:complexType>
Attribute ErrorType / @FragmentId
Namespace No namespace
Properties
use required
Used by
Complex Type ErrorType
Source
<xsd:attribute name="FragmentId" type="xsd:NMTOKEN" use="required"/>
Attribute ErrorType / @XPath
Namespace No namespace
Properties
use required
Used by
Complex Type ErrorType
Source
<xsd:attribute name="XPath" type="xsd:string" use="required"/>
Attribute ErrorAttributes / @Date
Namespace http://www.tso.co.uk/assets/namespace/error
Properties
content simple
Used by
Attribute Group ErrorAttributes
Source
<xsd:attribute form="qualified" name="Date" type="xsd:date"/>
Attribute ErrorAttributes / @Time
Namespace http://www.tso.co.uk/assets/namespace/error
Properties
content simple
Used by
Attribute Group ErrorAttributes
Source
<xsd:attribute form="qualified" name="Time" type="xsd:time"/>
Element Group Errors
Namespace http://www.tso.co.uk/assets/namespace/error
Annotations
Error messages that may appear within the legislation XML.
Diagram
Diagramerrors_xsd.tmp#Errorerrors_xsd.tmp#Warning
Used by
Model
Children Error, Warning
Source
<xsd:group name="Errors">
  <xsd:annotation>
    <xsd:documentation>Error messages that may appear within the legislation XML.</xsd:documentation>
  </xsd:annotation>
  <xsd:choice>
    <xsd:element ref="Error"/>
    <xsd:element ref="Warning"/>
  </xsd:choice>
</xsd:group>
Attribute Group ErrorAttributes
Namespace http://www.tso.co.uk/assets/namespace/error
Diagram
Diagramerrors_xsd.tmp#ErrorAttributes_Dateerrors_xsd.tmp#ErrorAttributes_Time
Used by
Element Legislation
Attributes
QName Type Use
Date xsd:date optional
Time xsd:time optional
Source
<xsd:attributeGroup name="ErrorAttributes">
  <xsd:attribute form="qualified" name="Date" type="xsd:date"/>
  <xsd:attribute form="qualified" name="Time" type="xsd:time"/>
</xsd:attributeGroup>