simpleType "icd10Activity"
Namespace:
Defined:
globally in eSituation_v3.xsd; see XML source
Used:
Simple Content Model
xs:string
Simple Content Restrictions:
Pattern:
Y93\.[A-Za-z0-9]{1,4}

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
The activity the patient was involved in at the time the patient experienced the onset of symptoms or experienced an injury.
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  icd10Activity
Derivation:
restriction of xs:string
Facets:
pattern:
Y93\.[A-Za-z0-9]{1,4}
XML Source (w/o annotations (1); see within schema source)
<xs:simpleType name="icd10Activity">
<xs:restriction base="xs:string">
<xs:pattern value="Y93\.[A-Za-z0-9]{1,4}"/>
</xs:restriction>
</xs:simpleType>