simpleType "TubeDepth"
Namespace:
Defined:
globally in eAirway_v3.xsd; see XML source
Used:
Simple Content Model
xs:integer
Simple Content Restrictions:
MaxInclusive:
32
MinInclusive:
8

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
The measurement at the lip of the tube depth in centimeters (cm) of the invasive airway placed.
Type Definition Detail
Type Derivation Tree
xs:integer (restriction)
  TubeDepth
Derivation:
restriction of xs:integer
Facets:
maxInclusive:
32
minInclusive:
8
XML Source (w/o annotations (1); see within schema source)
<xs:simpleType name="TubeDepth">
<xs:restriction base="xs:integer">
<xs:minInclusive value="8"/>
<xs:maxInclusive value="32"/>
</xs:restriction>
</xs:simpleType>