Attributes | ARTICLE_PRICE/@price_type, PRODUCT_PRICE/@price_type |
Element | PRICE_TYPE |
<xsd:simpleType name="typePRICE_TYPE"> <xsd:restriction base="dtSTRING"> <xsd:maxLength value="20"/> <xsd:minLength value="1"/> <xsd:pattern value="gros_list|net_customer|net_customer_exp|net_list|nrp|on_request|udp_\w{1,16}"/> </xsd:restriction> </xsd:simpleType> |