Definition Type: Element
Name: ReceivedPayloadSummary
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: ApplicationAcknowledgement.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Collapse XSD Schema Diagram:
Drilldown into EntityInfo in schema applicationacknowledgement_xsd Drilldown into ReceivedPayloadSchemaURI in schema applicationacknowledgement_xsdXSD Diagram of ReceivedPayloadSummary in schema applicationacknowledgement_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:element name="ReceivedPayloadSummary" minOccurs="0">
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element name="ReceivedPayloadSchemaURI" type="xsd:anyURI" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>A URI indicating where the schema used to create the enrolment payload being acknowledged can be found.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="EntityInfo" minOccurs="0" maxOccurs="unbounded">
                <xsd:complexType>
                    <xsd:sequence>
                        <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>
                        <xsd:element name="Count" type="xsd:nonNegativeInteger">
                            <xsd:annotation>
                                <xsd:documentation>The number of items referreed to in the EntitySchemaXPath element.</xsd:documentation>
                            </xsd:annotation>
                        </xsd:element>
                        <xsd:element name="EntityShortName" type="xsd:string" minOccurs="0">
                            <xsd:annotation>
                                <xsd:documentation>A non-standard or shorter name for the entities identified by the EntityXPath  (e.g. "Families with Medical Coverage" or "Life Insurance Coverages with Total Volume Over 2 million dollars".</xsd:documentation>
                            </xsd:annotation>
                        </xsd:element>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
        </xsd:sequence>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ReceivedPayloadSchemaURI hr:ReceivedPayloadSchemaURI 0 (1)
EntityInfo hr:EntityInfo 0 unbounded