simpleType "PCRNarrative"
Namespace:
Defined:
globally in eNarrative_v3.xsd; see XML source
Used:
Simple Content Model
xs:string
Simple Content Restrictions:
MaxLength:
10000
MinLength:
1

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
The narrative of the patient care report (PCR).
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  PCRNarrative
Derivation:
restriction of xs:string
Facets:
maxLength:
10000
minLength:
1
XML Source (w/o annotations (1); see within schema source)
<xs:simpleType name="PCRNarrative">
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="10000"/>
</xs:restriction>
</xs:simpleType>