Definition Type: ComplexType
Name: PriceABIEType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Documentation:
A sum of money for which something is or may be bought or sold.
Collapse XSD Schema Diagram:
Drilldown into ApplicableLocation in schema components_xsd Drilldown into PriceDescription in schema components_xsd Drilldown into ChargeAmount in schema components_xsd Drilldown into PriceCode in schema components_xsdXSD Diagram of PriceABIEType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="PriceABIEType">
    <xsd:annotation>
        <xsd:documentation>
                A sum of money for which something is or may be bought or sold.
            </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element minOccurs="0" name="PriceCode" type="scl:PriceEnumeratedType">
            <xsd:annotation>
                <xsd:documentation>
                        A code specifying the type of price.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="ChargeAmount" type="udt:AmountType">
            <xsd:annotation>
                <xsd:documentation>
                        The monetary value of the price charged.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="unbounded" minOccurs="0" name="PriceDescription" type="udt:TextType">
            <xsd:annotation>
                <xsd:documentation>
                        A textual description of price.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="unbounded" minOccurs="0" ref="ApplicableLocation" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
PriceCode star:PriceCode 0 (1)
ChargeAmount star:ChargeAmount 0 (1)
PriceDescription star:PriceDescription 0 unbounded
ApplicableLocation star:ApplicableLocation 0 unbounded
Collapse Derivation Tree:
Collapse References:
star:ChangedPrice, star:Price