Definition Type: ComplexType
Name: LossPayeeType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into FinanceSourceLossPayeeIndicator in schema components_xsd Drilldown into SpecifiedAddress in schema components_xsd Drilldown into CompanyName in schema components_xsdXSD Diagram of LossPayeeType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
CompanyName star:CompanyName 0 (1)
SpecifiedAddress star:SpecifiedAddress 0 (1)
FinanceSourceLossPayeeIndicator star:FinanceSourceLossPayeeIndicator 0 (1)
Collapse Derivation Tree:
Collapse References:
star:LossPayee