<xsd:simpleType name="DocumentSpecificationType">
<xsd:annotation>
<xsd:documentation>The simpleType related to the enumerated list of specification types
for the Specification element. Note: This simpleType was added in
v2.0.</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:NMTOKEN">
<xsd:enumeration value="schema" />
<xsd:enumeration value="dtd" />
<xsd:enumeration value="wsdl" />
<xsd:enumeration value="relaxng" />
<xsd:enumeration value="schematron" />
<xsd:enumeration value="other" />
</xsd:restriction>
</xsd:simpleType>
|