<xs:simpleType name="V_Num1"> <xs:restriction base="xs:string"> <xs:length value="1"/> <xs:pattern value="[0-9]"/> </xs:restriction> </xs:simpleType>