Definition Type: ComplexType
Name: PartMasterPricingType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into UnitPriceAmount in schema components_xsd Drilldown into TotalAmount in schema components_xsd Drilldown into NonTaxableAmount in schema components_xsd Drilldown into TaxableAmount in schema components_xsd Drilldown into QuantityDiscounts in schema components_xsd Drilldown into PartMasterPriceTypeString in schema components_xsdXSD Diagram of PartMasterPricingType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="PartMasterPricingType">
    <xsd:sequence>
        <xsd:element name="PartMasterPriceTypeString" type="qdt:StringType">
            <xsd:annotation>
                <xsd:documentation>
                        Type of Pricing.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="unbounded" minOccurs="0" ref="QuantityDiscounts">
            <xsd:annotation>
                <xsd:documentation>
                        Lists the Quantity Discounts available for this
                        part.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="TaxableAmount" type="udt:AmountType">
            <xsd:annotation>
                <xsd:documentation>
                        Taxable Amount
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="NonTaxableAmount" type="udt:AmountType">
            <xsd:annotation>
                <xsd:documentation>
                        Nontaxable Amount
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="TotalAmount" type="udt:AmountType">
            <xsd:annotation>
                <xsd:documentation>
                        Total Amount
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="UnitPriceAmount" type="udt:AmountType">
            <xsd:annotation>
                <xsd:documentation>
                        Unit Price
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
PartMasterPriceTypeString star:PartMasterPriceTypeString (1) (1)
QuantityDiscounts star:QuantityDiscounts 0 unbounded
TaxableAmount star:TaxableAmount 0 (1)
NonTaxableAmount star:NonTaxableAmount 0 (1)
TotalAmount star:TotalAmount 0 (1)
UnitPriceAmount star:UnitPriceAmount 0 (1)
Collapse Derivation Tree:
Collapse References:
star:PartMasterPricing