<
xsd:simpleType
name
="TownType"
>
<
xsd:restriction
base
="xsd:string"
>
<
xsd:minLength
value
="1"
/>
<
xsd:maxLength
value
="30"
/>
</
xsd:restriction
>
</
xsd:simpleType
>