<xsd:complexType name="VendorCorporateProgramRelationship">
<xsd:sequence>
<xsd:element name="effectiveDate" minOccurs="0" maxOccurs="1" type="xsd:date" />
<xsd:element name="terminationDate" minOccurs="0" maxOccurs="1" type="xsd:date" />
<xsd:element name="corporateProgram" type="CorporateProgram" />
<xsd:element name="contact" minOccurs="0" maxOccurs="unbounded" type="Contact" />
<xsd:element name="enrollmentStatusCode" type="udt:TextType" />
<xsd:element name="targetEffectiveDate" type="xsd:date" />
</xsd:sequence>
<xsd:attribute name="emailNotificationRequired" default="false" type="xsd:boolean" />
<xsd:attribute name="faxNotificationRequired" default="false" type="xsd:boolean" />
</xsd:complexType>
|