Element | ARTICLE_DETAILS |
<xsd:element name="INTERNATIONAL_AID"> <xsd:complexType> <xsd:simpleContent> <xsd:extension base="typeSTRING00100"> <xsd:attribute name="type" use="optional"> <xsd:simpleType> <xsd:restriction base="dtSTRING"> <xsd:minLength value="1"/> <xsd:maxLength value="50"/> <xsd:pattern value="ean|gtin|upc|\w{1,50}"/> </xsd:restriction> </xsd:simpleType> </xsd:attribute> </xsd:extension> </xsd:simpleContent> </xsd:complexType> </xsd:element> |