simpleType "TotalVentilatorDays"
Namespace:
Defined:
globally in eOutcome_v3.xsd; see XML source
Used:
Simple Content Model
xs:integer
Simple Content Restrictions:
MaxInclusive:
400
MinInclusive:
1

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
The total number of patient days spend on a mechanical ventilator (excluding time in the operating room).
Type Definition Detail
Type Derivation Tree
xs:integer (restriction)
  TotalVentilatorDays
Derivation:
restriction of xs:integer
Facets:
maxInclusive:
400
minInclusive:
1
XML Source (w/o annotations (1); see within schema source)
<xs:simpleType name="TotalVentilatorDays">
<xs:restriction base="xs:integer">
<xs:minInclusive value="1"/>
<xs:maxInclusive value="400"/>
</xs:restriction>
</xs:simpleType>