Definition Type: Element
Name: EntitySchemaXPath
Namespace: http://ns.hr-xml.org/2007-04-15
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: ApplicationAcknowledgement.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
This will define the "root" level at which the exception applies by reference to the schema. This is an XPath not for the XML payload instance, but the XML document that is the schema itself.
Collapse XSD Schema Diagram:
XSD Diagram of EntitySchemaXPath in schema applicationacknowledgement_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:element name="EntitySchemaXPath" type="xsd:string" minOccurs="0">
    <xsd:annotation>
        <xsd:documentation>This will define the "root" level at which the exception applies by reference to the schema.  This is an XPath not for the XML payload instance, but the XML document that is the schema itself.</xsd:documentation>
    </xsd:annotation>
</xsd:element>