<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>
|