Element | PRICE_FLAG |
<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> |