Elements | ARTICLE_PRICE, CATALOG, PRODUCT_PRICE |
<xsd:element name="PRICE_FLAG"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="dtBOOLEAN"> <xsd:attribute name="type" use="required"> <xsd:simpleType> <xsd:restriction base="dtSTRING"> <xsd:minLength value="1"/> <xsd:maxLength value="20"/> <xsd:pattern value="incl_assurance|incl_duty|incl_freight|incl_insurance|incl_packing|\w{1,20}"/> </xsd:restriction> </xsd:simpleType> </xsd:attribute> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> |