Definition Type: ComplexType
Name: BankruptcyRepossessionType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into RepossessionDate in schema components_xsd Drilldown into RepossessionIndicator in schema components_xsd Drilldown into BankruptcyDate in schema components_xsd Drilldown into BankruptcyIndicator in schema components_xsdXSD Diagram of BankruptcyRepossessionType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="BankruptcyRepossessionType">
    <xsd:sequence>
        <xsd:element minOccurs="0" name="BankruptcyIndicator" type="udt:IndicatorType">
            <xsd:annotation>
                <xsd:documentation>
                        Indicates if the Business Partner has ever declared
                            bankruptcy.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="unbounded" minOccurs="0" name="BankruptcyDate" type="udt:DateType">
            <xsd:annotation>
                <xsd:documentation>
                        Date the Business Party declared
                        bankruptcy.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="RepossessionIndicator" type="udt:IndicatorType">
            <xsd:annotation>
                <xsd:documentation>
                        Indicates if the Business Partner has experienced
                            repossession.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="unbounded" minOccurs="0" name="RepossessionDate" type="udt:DateType">
            <xsd:annotation>
                <xsd:documentation>
                        Date the Business Party experienced
                        repossession.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
BankruptcyIndicator star:BankruptcyIndicator 0 (1)
BankruptcyDate star:BankruptcyDate 0 unbounded
RepossessionIndicator star:RepossessionIndicator 0 (1)
RepossessionDate star:RepossessionDate 0 unbounded
Collapse Derivation Tree:
Collapse References:
star:BankruptcyRepossession