Definition Type: Element
Name: EntityInfo
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: ApplicationAcknowledgement.xsd
MinOccurs 0
MaxOccurs unbounded
Abstract
Collapse XSD Schema Diagram:
Drilldown into EntityShortName in schema applicationacknowledgement_xsd Drilldown into Count in schema applicationacknowledgement_xsd Drilldown into EntityInstanceAxisXPath in schema applicationacknowledgement_xsdXSD Diagram of EntityInfo in schema applicationacknowledgement_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
EntityInstanceAxisXPath hr:EntityInstanceAxisXPath 0 (1)
Count hr:Count (1) (1)
EntityShortName hr:EntityShortName 0 (1)