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