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