This type defines a dewey decimal that is used to describe versions of documents. |
<xsd:simpleType name="dewey-versionType"> <xsd:annotation> <xsd:documentation>This type defines a dewey decimal that is used to describe versions of documents.</xsd:documentation> </xsd:annotation> <xsd:restriction base="xsd:token"> <xsd:pattern value="\.?[0-9]+(\.[0-9]+)*"/> </xsd:restriction> </xsd:simpleType> |