simpleType "Medication"
Namespace:
Defined:
Used:
Simple Content Model
xs:string
Simple Content Restrictions:
MaxLength:
7
MinLength:
2

All Direct / Indirect Based Elements (2):
Known Usage Locations
Annotation
Medication
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  Medication
Derivation:
restriction of xs:string
Facets:
maxLength:
7
minLength:
2
XML Source (w/o annotations (1); see within schema source)
<xs:simpleType name="Medication">
<xs:restriction base="xs:string">
<xs:minLength value="2"/>
<xs:maxLength value="7"/>
</xs:restriction>
</xs:simpleType>