<xsd:complexType name="EntityExceptionType">
<xsd:sequence>
<xsd:element name="EntityXMLFragment" type="xsd:anyType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>XML fragment beginning with the element pointed to by the EntityInstanceXPath above.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="Exception" type="ExceptionType" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>Business level exceptions regarding the specified entity. This would not include enveloping or xml related exceptions.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|