<xsd:simpleType name="Token">
<xsd:annotation>
<xsd:documentation xml:lang="en">A token that may not be empty</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:token">
<xsd:minLength value="0">
</xsd:minLength>
</xsd:restriction>
</xsd:simpleType>