Coverage

Uses the Component:CoverageType

The Coverage component represents the individual coverage(s) associated with each plan.

Fields and Components

Table 6.53. Fields and Components

Name Description Occurrence Type Data Type User Notes
PlanCode

A code indicating the plan.

0..1Field udt:CodeType  
CoverageCode

A code uniquely identifying the coverage within a plan

0..1Field udt:CodeType  
CoverageTermsString

The number of months covered by the Plan.

0..1Field qdt:StringType  
CoverageEffectiveDate

The date the coverage starts.

0..1Field udt:DateType  
CoverageExpirationDate

The date the coverage ends.

0..1Field udt:DateType  
DeductibleAmount

Defines the standard deductible amount for the plan. This is the deductible that the individual will pay.

0..1Field udt:AmountType  
RoadsideAssistanceIndicator

Indicates that plan roadside assistance is available.

0..1Field udt:IndicatorType  
RentalDaysNumeric

The maximum number of days for rental assistance.

0..1Field udt:NumericType  
TowingAssistanceIndicator

Indicates that towin assistance is available on the Plan.

0..1Field udt:IndicatorType  
CoverageDistanceMeasure

The distance covered by the Plan.

0..1Field sqdt:LengthMeasureType  
TermMeasure

Number of months of contract term

0..1Field sqdt:TimeMeasureType  
MaximumRentalAmount

Max Rental Allowance per occurrence

0..1Field udt:AmountType  
MaximumTowingAmount

Max amount allowed for towing of car

0..1Field udt:AmountType  

Sample XML

The XML Sample provided here is an approximation of the generated XML for this component. Not all of the fields are required for implementation.

Example 6.53. Coverage

<Coverage>
     <PlanCode>......</PlanCode>     [0..1]
     <CoverageCode>......</CoverageCode>     [0..1]
     <CoverageTermsString>......</CoverageTermsString>     [0..1]
     <CoverageEffectiveDate>......</CoverageEffectiveDate>     [0..1]
     <CoverageExpirationDate>......</CoverageExpirationDate>     [0..1]
     <DeductibleAmount>......</DeductibleAmount>     [0..1]
     <RoadsideAssistanceIndicator>......</RoadsideAssistanceIndicator>     [0..1]
     <RentalDaysNumeric>......</RentalDaysNumeric>     [0..1]
     <TowingAssistanceIndicator>......</TowingAssistanceIndicator>     [0..1]
     <CoverageDistanceMeasure>......</CoverageDistanceMeasure>     [0..1]
     <TermMeasure>......</TermMeasure>     [0..1]
     <MaximumRentalAmount>......</MaximumRentalAmount>     [0..1]
     <MaximumTowingAmount>......</MaximumTowingAmount>     [0..1]
</Coverage>