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