Definition Type: ComplexType
Name: EntityExceptionType
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: ApplicationAcknowledgement.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Exception in schema applicationacknowledgement_xsd Drilldown into EntityXMLFragment in schema applicationacknowledgement_xsdXSD Diagram of EntityExceptionType in schema applicationacknowledgement_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
EntityXMLFragment hr:EntityXMLFragment 0 (1)
Exception hr:Exception (1) unbounded
Collapse Derivation Tree:
Collapse References:
hr:EntityException