simpleType "EmergencyDepartmentProcedures"
Namespace:
Defined:
globally in eOutcome_v3.xsd; see XML source
Used:
never
Simple Content Model
xs:string
Simple Content Restrictions:
MaxLength:
100
MinLength:
2
Annotation
The procedures performed on the patient during the emergency department visit.
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  EmergencyDepartmentProcedures
Derivation:
restriction of xs:string
Facets:
maxLength:
100
minLength:
2
XML Source (w/o annotations (1); see within schema source)
<xs:simpleType name="EmergencyDepartmentProcedures">
<xs:restriction base="xs:string">
<xs:minLength value="2"/>
<xs:maxLength value="100"/>
</xs:restriction>
</xs:simpleType>