<xsd:complexType name="ConfirmationComponentType">
<xsd:sequence>
<xsd:element minOccurs="0" name="ConfirmationEntityCode" type="scl:ConfirmationEntityEnumeratedType">
<xsd:annotation>
<xsd:documentation>
Indicates whether the confirmation was performed with the
insurance company or the insurance agent.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="ConfirmedWithName" type="udt:NameType">
<xsd:annotation>
<xsd:documentation>
Person at insurance company or agency with whom insurance
was confirmed.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="ConfirmedByName" type="udt:NameType">
<xsd:annotation>
<xsd:documentation>
Person who confirmed with the insurance company or
agency.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="ConfirmationDate" type="udt:DateType">
<xsd:annotation>
<xsd:documentation>
Date of insurance confirmation.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|