element <ActionType>
Namespace:
Type:
anonymous (restriction of xs:string)
Content:
simple
Defined:
locally at 1 location in gemschema.xsd, see XML source
XML Representation Summary
<ActionType
   
Content: 
{ enumeration of xs:string }
</ActionType>
Simple Content Detail:
Enumeration:
"test", "query", "examine", "prescribe", "perform therapeutic procedure", "educate/counsel", "dispose", "refer/consult", "conclude", "monitor", "document", "advocate", "no recommendation", "prepare"

Included in content model of elements (1):
Usage / Definition Locations
Annotation
A categorization of activity directed by a conditional
Anonymous Type Detail
Type Derivation Tree
xs:string
  simpleType (restriction)
Derivation:
restriction of xs:string
Facets:
enumeration:
"test", "query", "examine", "prescribe", "perform therapeutic procedure", "educate/counsel", "dispose", "refer/consult", "conclude", "monitor", "document", "advocate", "no recommendation", "prepare"
XML Source (w/o annotations (1); see within schema source)
<xs:element name="ActionType">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="test"/>
<xs:enumeration value="query"/>
<xs:enumeration value="examine"/>
<xs:enumeration value="prescribe"/>
<xs:enumeration value="perform therapeutic procedure"/>
<xs:enumeration value="educate/counsel"/>
<xs:enumeration value="dispose"/>
<xs:enumeration value="refer/consult"/>
<xs:enumeration value="conclude"/>
<xs:enumeration value="monitor"/>
<xs:enumeration value="document"/>
<xs:enumeration value="advocate"/>
<xs:enumeration value="no recommendation"/>
<xs:enumeration value="prepare"/>
</xs:restriction>
</xs:simpleType>
</xs:element>

XML schema documentation generated with DocFlex/XML SDK 1.7.2b4 using DocFlex/XML XSDDoc 2.1.0 template set