simpleType "CityGnisCodePayment"
Namespace:
Defined:
Used:
never
Simple Content Model
xs:string
Simple Content Restrictions:
MaxLength:
30
MinLength:
2
Annotation
City GNIS Code
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  CityGnisCodePayment
Derivation:
restriction of xs:string
Facets:
maxLength:
30
minLength:
2
XML Source (w/o annotations (1); see within schema source)
<xs:simpleType name="CityGnisCodePayment">
<xs:restriction base="xs:string">
<xs:minLength value="2"/>
<xs:maxLength value="30"/>
</xs:restriction>
</xs:simpleType>