Showing:

Annotations
Diagrams
Instances
Model
Properties
Source
Used by
Element ItemPriceValues / ItemPriceValue
Namespace No namespace
Annotations
Information record of price amount
Diagram
Diagrame-document-3_1_10_xsd_Complex_Type_ItemPriceValueRecord.tmp#ItemPriceValueRecord_PriceAmounte-document-3_1_10_xsd_Complex_Type_ItemPriceValueRecord.tmp#ItemPriceValueRecord_CurrencyCodee-document-3_1_10_xsd_Complex_Type_ItemPriceValueRecord.tmp#ItemPriceValueRecord
Type ItemPriceValueRecord
Properties
content complex
minOccurs 1
maxOccurs unbounded
Model
Children CurrencyCode, PriceAmount
Instance
<ItemPriceValue>
  <PriceAmount>{1,1}</PriceAmount>
  <CurrencyCode>{1,1}</CurrencyCode>
</ItemPriceValue>
Source
<xs:element minOccurs="1" maxOccurs="unbounded" name="ItemPriceValue" type="ItemPriceValueRecord">
  <xs:annotation>
    <xs:documentation>Information record of price amount</xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type ItemPriceValues
Namespace No namespace
Diagram
Diagrame-document-3_1_10_xsd_Complex_Type_ItemPriceValues.tmp#ItemPriceValues_ItemPriceValue
Used by
Model
Children ItemPriceValue
Source
<xs:complexType name="ItemPriceValues">
  <xs:sequence>
    <xs:element minOccurs="1" maxOccurs="unbounded" name="ItemPriceValue" type="ItemPriceValueRecord">
      <xs:annotation>
        <xs:documentation>Information record of price amount</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>