<xsd:complexType name="BenefitsCoordinationType">
<xsd:annotation>
<xsd:documentation source="http://www.hr-xml.org" xml:lang="en">A collection of information identifying additional insurance available to the subscriber with which coverage will be coordinated.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element ref="BenefitsCoordinationIndicator" />
<xsd:element ref="InsurerName" minOccurs="0" />
<xsd:element ref="StartDateTime" minOccurs="0" />
<xsd:element ref="EndDateTime" minOccurs="0" />
<xsd:element ref="UserArea" minOccurs="0" />
</xsd:sequence>
<xsd:attributeGroup ref="EffectiveDateAttributeGroup" />
</xsd:complexType>
|