Definition Type: ComplexType
Name: PriceType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into PriceDescription in schema components_xsd Drilldown into UnitCostAmount in schema components_xsd Drilldown into TotalCostAmount in schema components_xsd 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 PriceTypeCode in schema components_xsdXSD Diagram of PriceType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="PriceType">
    <xsd:sequence>
        <xsd:element name="PriceTypeCode" type="scl:PriceTypeEnumeratedType">
            <xsd:annotation>
                <xsd:documentation>Identifies the price type</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="TaxableAmount" type="udt:AmountType">
            <xsd:annotation>
                <xsd:documentation>Total Taxable Price</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="NonTaxableAmount" type="udt:AmountType">
            <xsd:annotation>
                <xsd:documentation>Total non-taxable price.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="TotalAmount" type="udt:AmountType">
            <xsd:annotation>
                <xsd:documentation>Total price (cost + markup)</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="UnitPriceAmount" type="udt:AmountType">
            <xsd:annotation>
                <xsd:documentation>UnitPrice</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="TotalCostAmount" type="udt:AmountType">
            <xsd:annotation>
                <xsd:documentation>Value at unit cost times quantity</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="UnitCostAmount" type="udt:AmountType">
            <xsd:annotation>
                <xsd:documentation>Cost at inventory value</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="PriceDescription" type="udt:TextType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">A textual description of price.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
PriceTypeCode star:PriceTypeCode (1) (1)
TaxableAmount star:TaxableAmount 0 (1)
NonTaxableAmount star:NonTaxableAmount 0 (1)
TotalAmount star:TotalAmount 0 (1)
UnitPriceAmount star:UnitPriceAmount 0 (1)
TotalCostAmount star:TotalCostAmount 0 (1)
UnitCostAmount star:UnitCostAmount 0 (1)
PriceDescription star:PriceDescription 0 (1)