an arbitrary version number for any system; allowing digits, letters and white space |
<xs:simpleType name="tVersionNumber"> <xs:annotation> <xs:documentation>an arbitrary version number for any system; allowing digits, letters and white space</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"/> </xs:simpleType> |