Definition Type: Element
Name: EntityInstanceXPath
Namespace: http://ns.hr-xml.org/2007-04-15
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: ApplicationAcknowledgement.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
Documentation:
XPath to the entity in the payload. This is the full XPath and not simply pointing to the axis in general. For example in Enrollment, this value would be an XPath to the Subscriber element (including the occurrence of the Subscriber in the instance - such as Enrollment/Organization/Subscriber[position()=2]).
Collapse XSD Schema Diagram:
XSD Diagram of EntityInstanceXPath in schema applicationacknowledgement_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:element name="EntityInstanceXPath" type="xsd:string">
    <xsd:annotation>
        <xsd:documentation>XPath to the entity in the payload.  This is the full XPath and not simply pointing to the axis in general.  For example in Enrollment, this value would  be an XPath to the Subscriber element (including the occurrence of the Subscriber in the instance - such as Enrollment/Organization/Subscriber[position()=2]).</xsd:documentation>
    </xsd:annotation>
</xsd:element>