simpleType "icd10CodeInjury"
Namespace:
Defined:
Used:
never
Simple Content Model
xs:string
Simple Content Restrictions:
Pattern:
([TV-Y][0-9]{2})((\.[0-9A-Z]{1,4})?)
Annotation
ICD10 Code: T36.0 - T65.949, T71.11 - T71.999, T75.00 - T76.929, or V00.0 - Y38.999 with 1 to 4 decimals
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  icd10CodeInjury
Derivation:
restriction of xs:string
Facets:
pattern:
([TV-Y][0-9]{2})((\.[0-9A-Z]{1,4})?)
XML Source (w/o annotations (1); see within schema source)
<xs:simpleType name="icd10CodeInjury">
<xs:restriction base="xs:string">
<xs:pattern value="([TV-Y][0-9]{2})((\.[0-9A-Z]{1,4})?)"/>
</xs:restriction>
</xs:simpleType>