ARTICLE_PRICE

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
price_type restriction of dtSTRING required

Used By

Source

<xsd:element name="ARTICLE_PRICE">
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element ref="PRICE_AMOUNT"/>
      <xsd:element ref="PRICE_CURRENCY" minOccurs="0"/>
      <xsd:element ref="TAX" minOccurs="0"/>
      <xsd:element ref="PRICE_FACTOR" minOccurs="0"/>
      <xsd:element ref="LOWER_BOUND" minOccurs="0"/>
      <xsd:element ref="TERRITORY" minOccurs="0" maxOccurs="unbounded"/>
    </xsd:sequence>
    <xsd:attribute name="price_type" use="required">
      <xsd:simpleType>
        <xsd:restriction base="dtSTRING">
          <xsd:pattern value="net_list|gros_list|net_customer|nrp|net_customer_exp|udp_\w{1,16}"/>
        </xsd:restriction>
      </xsd:simpleType>
    </xsd:attribute>
  </xsd:complexType>
  <!-- ***** START deactivate identity-constraints ***** -->
  <xsd:unique name="uniqueARTICLE_TERRITORY">
    <xsd:selector xpath="TERRITORY"/>
    <xsd:field xpath="."/>
  </xsd:unique>
  <!-- ***** END deactivate identity-constraints   ***** -->
</xsd:element>

Sample