Element | INTERNATIONAL_RESTRICTIONS |
<xsd:attribute name="type" use="required"> <xsd:simpleType> <xsd:restriction base="dtSTRING"> <xsd:minLength value="1"/> <xsd:maxLength value="50"/> <xsd:pattern value="eu-embargo|national|un-embargo|us-embargo|wto-embargo|other|[\w\-\.]{1,50}"/> </xsd:restriction> </xsd:simpleType> </xsd:attribute> |