<xsd:complexType name="AllowedDistributionAgreement_Type">
<xsd:sequence>
<xsd:element ref="AllowedDistributionAgreementKey" minOccurs="0" />
<xsd:element ref="AllowedDistributionAgreementSysKey" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="CarrierCode" minOccurs="0" />
<xsd:element ref="DistributionAgreementCode" minOccurs="0" />
<xsd:element ref="EffDate" minOccurs="0" />
<xsd:element ref="EndDate" minOccurs="0" />
<xsd:element ref="OLifEExtension" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" />
<xsd:attribute name="DataRep" type="DATAREP_TYPES" />
</xsd:complexType>
|