simpleType "SBP"
Namespace:
Defined:
Used:
never
Simple Content Model
xs:integer
Simple Content Restrictions:
MaxInclusive:
500
MinInclusive:
0
Annotation
The patient's systolic blood pressure.
Type Definition Detail
Type Derivation Tree
xs:integer (restriction)
  SBP
Derivation:
restriction of xs:integer
Facets:
maxInclusive:
500
minInclusive:
0
XML Source (w/o annotations (1); see within schema source)
<xs:simpleType name="SBP">
<xs:restriction base="xs:integer">
<xs:minInclusive value="0"/>
<xs:maxInclusive value="500"/>
</xs:restriction>
</xs:simpleType>