simpleType "ImagingStudyResults"
Namespace:
Defined:
globally in eLabs_v3.xsd; see XML source
Used:
Simple Content Model
xs:string
Simple Content Restrictions:
MaxLength:
5000
MinLength:
3

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