simpleType "AssociatedSymptoms"
Namespace:
Defined:
globally in eSituation_v3.xsd; see XML source
Used:
Simple Content Model
xs:string
Simple Content Restrictions:
Pattern:
(R[0-6][0-9](\.[0-9]{1,4})?|(R73\.9)|(R99))|([A-QSTZ][0-9][0-9A-Z])((\.[0-9A-Z]{1,4})?)

All Direct / Indirect Based Elements (2):
Known Usage Locations
Annotation
The sign and symptom present in the patient or observed by EMS personnel
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  AssociatedSymptoms
Derivation:
restriction of xs:string
Facets:
pattern:
(R[0-6][0-9](\.[0-9]{1,4})?|(R73\.9)|(R99))|([A-QSTZ][0-9][0-9A-Z])((\.[0-9A-Z]{1,4})?)
XML Source (w/o annotations (1); see within schema source)
<xs:simpleType name="AssociatedSymptoms">
<xs:restriction base="xs:string">
<xs:pattern value="(R[0-6][0-9](\.[0-9]{1,4})?|(R73\.9)|(R99))|([A-QSTZ][0-9][0-9A-Z])((\.[0-9A-Z]{1,4})?)"/>
</xs:restriction>
</xs:simpleType>