simpleType "SizeOfProcedureEquipment"
Namespace:
Defined:
Used:
Simple Content Model
xs:string
Simple Content Restrictions:
MaxLength:
20
MinLength:
1

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
The size of the equipment used in the procedure on the patient
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  SizeOfProcedureEquipment
Derivation:
restriction of xs:string
Facets:
maxLength:
20
minLength:
1
XML Source (w/o annotations (1); see within schema source)
<xs:simpleType name="SizeOfProcedureEquipment">
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="20"/>
</xs:restriction>
</xs:simpleType>