<xsd:complexType name="CoverageType">
<xsd:sequence>
<xsd:element minOccurs="0" name="PlanCode" type="udt:CodeType">
<xsd:annotation>
<xsd:documentation>
A code indicating the plan.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="CoverageCode" type="udt:CodeType">
<xsd:annotation>
<xsd:documentation>
A code uniquely identifying the coverage within a
plan
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="CoverageTermsString" type="qdt:StringType">
<xsd:annotation>
<xsd:documentation>
The number of months covered by the Plan.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="CoverageEffectiveDate" type="udt:DateType">
<xsd:annotation>
<xsd:documentation>
The date the coverage starts.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="CoverageExpirationDate" type="udt:DateType">
<xsd:annotation>
<xsd:documentation>
The date the coverage ends.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="DeductibleAmount" type="udt:AmountType">
<xsd:annotation>
<xsd:documentation>
Defines the standard deductible amount for the plan. This
is the deductible that the individual will pay.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="RoadsideAssistanceIndicator" type="udt:IndicatorType">
<xsd:annotation>
<xsd:documentation>
Indicates that plan roadside assistance is
available.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="RentalDaysNumeric" type="udt:NumericType">
<xsd:annotation>
<xsd:documentation>
The maximum number of days for rental
assistance.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="TowingAssistanceIndicator" type="udt:IndicatorType">
<xsd:annotation>
<xsd:documentation>
Indicates that towin assistance is available on the
Plan.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="CoverageDistanceMeasure" type="sqdt:LengthMeasureType">
<xsd:annotation>
<xsd:documentation>
The distance covered by the Plan.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|