Definition Type: ComplexType
Name: OtherCreditorChargesType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into OtherChargesPaidTo in schema components_xsd Drilldown into OtherChargesPaidFor in schema components_xsd Drilldown into OtherChargesAmount in schema components_xsdXSD Diagram of OtherCreditorChargesType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="OtherCreditorChargesType">
    <xsd:sequence>
        <xsd:element minOccurs="0" name="OtherChargesAmount" type="udt:AmountType">
            <xsd:annotation>
                <xsd:documentation>
                        Identifies the amount of other charges.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="OtherChargesPaidFor" type="udt:TextType">
            <xsd:annotation>
                <xsd:documentation>
                        Describes the purpose of the other
                        charges.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="OtherChargesPaidTo" type="udt:TextType">
            <xsd:annotation>
                <xsd:documentation>
                        Describs to whom the other charges are to be
                        paid.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
OtherChargesAmount star:OtherChargesAmount 0 (1)
OtherChargesPaidFor star:OtherChargesPaidFor 0 (1)
OtherChargesPaidTo star:OtherChargesPaidTo 0 (1)
Collapse Derivation Tree:
Collapse References:
star:OtherCreditorCharges