<xsd:complexType name="InsuranceDetailType">
<xsd:sequence>
<xsd:element name="InsuranceDetailTypeCode" type="scl:InsuranceDetailTypeEnumeratedType">
<xsd:annotation>
<xsd:documentation>
Identifies a type of insurance.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="DeductibleAmount" type="udt:AmountType">
<xsd:annotation>
<xsd:documentation>
The Customer Deductible and/or Co/pay amount Amount.
Eg:$50.00
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="TermMeasure" type="sqdt:TimeMeasureType">
<xsd:annotation>
<xsd:documentation>
Term of insurance component
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="PremiumAmount" type="udt:AmountType">
<xsd:annotation>
<xsd:documentation>
The total amount the customer pays for a
policy.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="unbounded" minOccurs="0" ref="LossPayee">
<xsd:annotation>
<xsd:documentation>
The LossPayee component represents the entity that is named
as a payee in the event of a loss.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="ConfirmationCode" type="scl:ConfirmationEnumeratedType">
<xsd:annotation>
<xsd:documentation>
The Confirmation component represents the confirmation of
the consumerâ??s vehicle
insurance.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="CollisionDeductibleTypeCode" type="scl:CollisionDeductibleTypeEnumeratedType">
<xsd:annotation>
<xsd:documentation>
Type of collision insurance deductible.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="InsuranceDetailDeductible" type="udt:AmountType">
<xsd:annotation>
<xsd:documentation>
Deductible amount for the property
insurance.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="OtherInsuranceDescription" type="udt:TextType">
<xsd:annotation>
<xsd:documentation>
Additional description of insurance.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="MaximumInsuranceAmount" type="udt:AmountType">
<xsd:annotation>
<xsd:documentation>
Maximum payout amount.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|