simpleType "PatientCareReportNumber"
Namespace:
Defined:
globally in eRecord_v3.xsd; see XML source
Used:
Simple Content Model
xs:string
Simple Content Restrictions:
MaxLength:
50
MinLength:
3

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
The unique number automatically assigned by the EMS agency for each patient care report(PCR). This is a unique number to the EMS agency for all of time.
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  PatientCareReportNumber
Derivation:
restriction of xs:string
Facets:
maxLength:
50
minLength:
3
XML Source (w/o annotations (1); see within schema source)
<xs:simpleType name="PatientCareReportNumber">
<xs:restriction base="xs:string">
<xs:minLength value="3"/>
<xs:maxLength value="50"/>
</xs:restriction>
</xs:simpleType>