<xsd:element name="Errors">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="Error" maxOccurs="unbounded">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="XPath" type="StringType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>The XPath expression indicating the full path from the root to the error element or attribute</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="ErrorCode" type="StringType" />
<xsd:element name="ErrorMessage" type="StringType" />
</xsd:sequence>
<xsd:attribute name="errorId" use="required">
<xsd:simpleType>
<xsd:restriction base="IntegerPosType">
<xsd:totalDigits value="6" />
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
</xsd:complexType>
</xsd:element>
</xsd:sequence>
<xsd:attribute name="errorCount" type="IntegerNNType" use="required" />
</xsd:complexType>
</xsd:element>
|