<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.
<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).
<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>
<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>