Definition Type: Element
Name: EntityInstanceAxisXPath
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:
An XPath to the entity level in the xml instance. It does not indicate which occurrence of the entity, only the axis. For example, it may be Enrollment/Organization/Subscriber - not indicating which Subscriber occurrence. The instance is located by ReceivedPayloadSchemaURI.
Collapse XSD Schema Diagram:
XSD Diagram of EntityInstanceAxisXPath in schema applicationacknowledgement_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:element name="EntityInstanceAxisXPath" type="xsd:string" minOccurs="0">
    <xsd:annotation>
        <xsd:documentation>An XPath to the entity level in the xml instance.  It does not indicate which occurrence of the entity, only the axis.  For example, it may be Enrollment/Organization/Subscriber - not indicating which Subscriber occurrence. The instance is located by ReceivedPayloadSchemaURI.</xsd:documentation>
    </xsd:annotation>
</xsd:element>