element <Directive>
Namespace:
Type:
anonymous complexType
Content:
mixed, 3 attributes, 6 elements
Defined:
locally at 1 location in gemschema.xsd, see XML source
Includes:
definitions of 3 attributes and 6 elements
XML Representation Summary
<Directive
    directive.id
 = 
xs:string
    id
 = 
xs:ID
    source
 = 
xs:string
    >
   
Content: 
{text} × (DirectiveBenefit | DirectiveRiskHarm | DirectiveDescription | DirectiveCost | DirectiveValue | DirectiveType)*
</Directive>
Content model elements (6):
Included in content model of elements (1):
Usage / Definition Locations
Annotation
An appropriate activity for the eligible population. Store only a single activity in each Directive element
XML Source (w/o annotations (7); see within schema source)
<xs:element name="Directive">
<xs:complexType mixed="true">
<xs:choice maxOccurs="unbounded" minOccurs="0">
<xs:element name="DirectiveBenefit" type="GemBasicType"/>
<xs:element name="DirectiveRiskHarm" type="GemBasicType"/>
<xs:element name="DirectiveDescription" type="GemBasicType"/>
<xs:element name="DirectiveCost" type="GemBasicType"/>
<xs:element name="DirectiveValue" type="GemBasicType"/>
<xs:element name="DirectiveType">
<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>
</xs:choice>
<xs:attribute name="source" type="xs:string"/>
<xs:attribute name="id" type="xs:ID"/>
<xs:attribute name="directive.id" type="xs:string"/>
</xs:complexType>
</xs:element>
Attribute Detail (defined in this component only; 3/3)
directive.id
Type:
xs:string, predefined
Use:
optional
XML Source (see within schema source)
<xs:attribute name="directive.id" type="xs:string"/>

id
Type:
xs:ID, predefined
Use:
optional
XML Source (see within schema source)
<xs:attribute name="id" type="xs:ID"/>

source
Type:
xs:string, predefined
Use:
optional
XML Source (see within schema source)
<xs:attribute name="source" type="xs:string"/>
Content Element Detail (defined in this component only; 6/6)
DirectiveBenefit
Type:
GemBasicType, simple content
An improvement in status that may occur as a result of following a directive
Simple Content
xs:string
XML Source (w/o annotations (1); see within schema source)
<xs:element name="DirectiveBenefit" type="GemBasicType"/>

DirectiveCost
Type:
GemBasicType, simple content
Cost of performing a specific directive
Simple Content
xs:string
XML Source (w/o annotations (1); see within schema source)
<xs:element name="DirectiveCost" type="GemBasicType"/>

DirectiveDescription
Type:
GemBasicType, simple content
Text that provides and amplifies information about a directive
Simple Content
xs:string
XML Source (w/o annotations (1); see within schema source)
<xs:element name="DirectiveDescription" type="GemBasicType"/>

DirectiveRiskHarm
Type:
GemBasicType, simple content
Risk or adverse outcome associated with implementation of a directive
Simple Content
xs:string
XML Source (w/o annotations (1); see within schema source)
<xs:element name="DirectiveRiskHarm" type="GemBasicType"/>

DirectiveType
Type:
anonymous (restriction of xs:string), simple content
A categorization of activity directed by an imperative
Simple Content
enumeration of xs:string
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="DirectiveType">
<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>

DirectiveValue
Type:
GemBasicType, simple content
The specified state of a directive
Simple Content
xs:string
XML Source (w/o annotations (1); see within schema source)
<xs:element name="DirectiveValue" type="GemBasicType"/>

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