<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>
|