simpleType "StreetAddress"
Namespace:
Defined:
Used:
Simple Content Model
xs:string
Simple Content Restrictions:
MaxLength:
255
MinLength:
1

All Direct / Indirect Based Elements (4):
All Direct / Indirect Based Attributes (4):
Known Usage Locations
Annotation
A mailing or street address
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  StreetAddress
Derivation:
restriction of xs:string
Facets:
maxLength:
255
minLength:
1
XML Source (w/o annotations (1); see within schema source)
<xs:simpleType name="StreetAddress">
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="255"/>
</xs:restriction>
</xs:simpleType>