simpleType "DBP"
Namespace:
Defined:
Used:
Simple Content Model
xs:string
Simple Content Restrictions:
Pattern:
[5][0][0]|[1-4][0-9][0-9]|[0]|[1-9][0-9]|P|p

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
The patient's diastolic blood pressure.
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  DBP
Derivation:
restriction of xs:string
Facets:
pattern:
[5][0][0]|[1-4][0-9][0-9]|[0]|[1-9][0-9]|P|p
XML Source (w/o annotations (1); see within schema source)
<xs:simpleType name="DBP">
<xs:restriction base="xs:string">
<xs:pattern value="[5][0][0]|[1-4][0-9][0-9]|[0]|[1-9][0-9]|P|p"/>
</xs:restriction>
</xs:simpleType>