<xsd:complexType name="LossPayeeType">
<xsd:sequence>
<xsd:element minOccurs="0" name="CompanyName" type="udt:NameType">
<xsd:annotation>
<xsd:documentation>
The Company Name of the Loss Payee.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" ref="SpecifiedAddress">
<xsd:annotation>
<xsd:documentation>
The Address component represents the address for the Loss
Payee.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="FinanceSourceLossPayeeIndicator" type="udt:IndicatorType">
<xsd:annotation>
<xsd:documentation>
Indicates whether the finance source is either the loss
payee or an additional insured party.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|