Showing:

Annotations
Diagrams
Facets
Instances
Model
Properties
Source
Used by
Element ItemPriceRecord / AdditionalItemPriceTypeCode
Namespace No namespace
Annotations
Code value that defines the type of the additional price
Diagram
Diagrame-document-3_1_10_xsd_Simple_Type_ShortTextType.tmp#ShortTextType
Type ShortTextType
Properties
content simple
minOccurs 0
maxOccurs 1
Facets
maxLength 50
Source
<xs:element minOccurs="0" maxOccurs="1" name="AdditionalItemPriceTypeCode" type="ShortTextType">
  <xs:annotation>
    <xs:documentation>Code value that defines the type of the additional price</xs:documentation>
  </xs:annotation>
</xs:element>
Element ItemPriceRecord / PriceBasisQuantity
Namespace No namespace
Diagram
Diagrame-document-3_1_10_xsd_Complex_Type_ItemMeasurementRecord.tmp#ItemMeasurementRecord_MeasurementValuee-document-3_1_10_xsd_Complex_Type_ItemMeasurementRecord.tmp#ItemMeasurementRecord_MeasurementUnitCodee-document-3_1_10_xsd_Complex_Type_ItemMeasurementRecord.tmp#ItemMeasurementRecord
Type ItemMeasurementRecord
Properties
content complex
minOccurs 0
maxOccurs 1
Model
Children MeasurementUnitCode, MeasurementValue
Instance
<PriceBasisQuantity>
  <MeasurementValue>{1,1}</MeasurementValue>
  <MeasurementUnitCode>{1,1}</MeasurementUnitCode>
</PriceBasisQuantity>
Source
<xs:element minOccurs="0" maxOccurs="1" name="PriceBasisQuantity" type="ItemMeasurementRecord"/>
Element ItemPriceRecord / PriceEffectiveEndDate
Namespace No namespace
Annotations
Date until which the price is effective
Diagram
Diagrame-document-3_1_10_xsd_Simple_Type_DateType.tmp#DateType
Type DateType
Properties
content simple
minOccurs 0
maxOccurs 1
Facets
minLength 10
maxLength 16
pattern \d{4,}-\d\d-\d\d((\+|-)\d\d:\d\d|Z)?
Source
<xs:element minOccurs="0" maxOccurs="1" name="PriceEffectiveEndDate" type="DateType">
  <xs:annotation>
    <xs:documentation>Date until which the price is effective</xs:documentation>
  </xs:annotation>
</xs:element>
Element ItemPriceRecord / PriceEffectiveStartDate
Namespace No namespace
Annotations
Date from which the price is effective
Diagram
Diagrame-document-3_1_10_xsd_Simple_Type_DateType.tmp#DateType
Type DateType
Properties
content simple
minOccurs 0
maxOccurs 1
Facets
minLength 10
maxLength 16
pattern \d{4,}-\d\d-\d\d((\+|-)\d\d:\d\d|Z)?
Source
<xs:element minOccurs="0" maxOccurs="1" name="PriceEffectiveStartDate" type="DateType">
  <xs:annotation>
    <xs:documentation>Date from which the price is effective</xs:documentation>
  </xs:annotation>
</xs:element>
Element ItemPriceRecord / ItemPriceValues
Namespace No namespace
Diagram
Diagrame-document-3_1_10_xsd_Complex_Type_ItemPriceValues.tmp#ItemPriceValues_ItemPriceValuee-document-3_1_10_xsd_Complex_Type_ItemPriceValues.tmp#ItemPriceValues
Type ItemPriceValues
Properties
content complex
minOccurs 0
maxOccurs 1
Model
Children ItemPriceValue
Instance
<ItemPriceValues>
  <ItemPriceValue>{1,unbounded}</ItemPriceValue>
</ItemPriceValues>
Source
<xs:element minOccurs="0" maxOccurs="1" name="ItemPriceValues" type="ItemPriceValues"/>
Complex Type ItemPriceRecord
Namespace No namespace
Diagram
Diagrame-document-3_1_10_xsd_Complex_Type_ItemPriceRecord.tmp#ItemPriceRecord_AdditionalItemPriceTypeCodee-document-3_1_10_xsd_Complex_Type_ItemPriceRecord.tmp#ItemPriceRecord_PriceBasisQuantitye-document-3_1_10_xsd_Complex_Type_ItemPriceRecord.tmp#ItemPriceRecord_PriceEffectiveEndDatee-document-3_1_10_xsd_Complex_Type_ItemPriceRecord.tmp#ItemPriceRecord_PriceEffectiveStartDatee-document-3_1_10_xsd_Complex_Type_ItemPriceRecord.tmp#ItemPriceRecord_ItemPriceValues
Used by
Model
Children AdditionalItemPriceTypeCode, ItemPriceValues, PriceBasisQuantity, PriceEffectiveEndDate, PriceEffectiveStartDate
Source
<xs:complexType name="ItemPriceRecord">
  <xs:sequence>
    <xs:element minOccurs="0" maxOccurs="1" name="AdditionalItemPriceTypeCode" type="ShortTextType">
      <xs:annotation>
        <xs:documentation>Code value that defines the type of the additional price</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element minOccurs="0" maxOccurs="1" name="PriceBasisQuantity" type="ItemMeasurementRecord"/>
    <xs:element minOccurs="0" maxOccurs="1" name="PriceEffectiveEndDate" type="DateType">
      <xs:annotation>
        <xs:documentation>Date until which the price is effective</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element minOccurs="0" maxOccurs="1" name="PriceEffectiveStartDate" type="DateType">
      <xs:annotation>
        <xs:documentation>Date from which the price is effective</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element minOccurs="0" maxOccurs="1" name="ItemPriceValues" type="ItemPriceValues"/>
  </xs:sequence>
</xs:complexType>