simpleType "icd10MedSurge"
Namespace:
Defined:
Used:
never
Simple Content Model
xs:string
Simple Content Restrictions:
Pattern:
([A-QRSTZ][0-9][0-9A-Z])((\.[0-9A-Z]{1,3})?)|[0-9A-HJ-NP-Z]{3,7}
Annotation
ICD10 Code:
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  icd10MedSurge
Derivation:
restriction of xs:string
Facets:
pattern:
([A-QRSTZ][0-9][0-9A-Z])((\.[0-9A-Z]{1,3})?)|[0-9A-HJ-NP-Z]{3,7}
XML Source (w/o annotations (1); see within schema source)
<xs:simpleType name="icd10MedSurge">
<xs:restriction base="xs:string">
<xs:pattern value="([A-QRSTZ][0-9][0-9A-Z])((\.[0-9A-Z]{1,3})?)|[0-9A-HJ-NP-Z]{3,7}"/>
</xs:restriction>
</xs:simpleType>