<xsd:simpleType name="DocumentTypes">
<xsd:restriction base="xsd:string">
<xsd:enumeration value="worldwide" />
<xsd:enumeration value="europe" />
<xsd:enumeration value="national" />
<xsd:enumeration value="regional" />
</xsd:restriction>
</xsd:simpleType>
|