<xsd:simpleType name="versionType"> <xsd:annotation> <xsd:documentation>Version numbers are simply inetegers greater than or equal to 0.</xsd:documentation> </xsd:annotation> <xsd:restriction base="xsd:integer"> <xsd:minInclusive value="1" /> </xsd:restriction> </xsd:simpleType>