element <Algorithm>
Namespace:
Type:
anonymous complexType
Content:
mixed, 3 attributes, 4 elements
Defined:
locally at 1 location in gemschema.xsd, see XML source
Includes:
definitions of 3 attributes and 4 elements
XML Representation Summary
<Algorithm
    id
 = 
xs:ID
    lang
 = 
xs:NMTOKEN
    source
 = 
xs:string
    >
   
Content: 
{text} × (ActionStep | ConditionalStep | BranchStep | SynchronizationStep)*
</Algorithm>
Content model elements (4):
Included in content model of elements (1):
Usage / Definition Locations
Annotation
A flowchart representation of the stages and activities in health management described by the guideline
XML Source (w/o annotations (5); see within schema source)
<xs:element name="Algorithm">
<xs:complexType mixed="true">
<xs:choice maxOccurs="unbounded" minOccurs="0">
<xs:element name="ActionStep" type="GemBasicType"/>
<xs:element name="ConditionalStep" type="GemBasicType"/>
<xs:element name="BranchStep" type="GemBasicType"/>
<xs:element name="SynchronizationStep" type="GemBasicType"/>
</xs:choice>
<xs:attribute name="source" type="xs:string"/>
<xs:attribute name="id" type="xs:ID"/>
<xs:attribute name="lang" type="xs:NMTOKEN"/>
</xs:complexType>
</xs:element>
Attribute Detail (defined in this component only; 3/3)
id
Type:
xs:ID, predefined
Use:
optional
XML Source (see within schema source)
<xs:attribute name="id" type="xs:ID"/>

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

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; 4/4)
ActionStep
Type:
GemBasicType, simple content
Specifies clinical actions that are to be performed in the patient-care process (GLIF)
Simple Content
xs:string
XML Source (w/o annotations (1); see within schema source)
<xs:element name="ActionStep" type="GemBasicType"/>

BranchStep
Type:
GemBasicType, simple content
Directs flow in alternate directions (GLIF)
Simple Content
xs:string
XML Source (w/o annotations (1); see within schema source)
<xs:element name="BranchStep" type="GemBasicType"/>

ConditionalStep
Type:
GemBasicType, simple content
Directs flow from one guideline step to another based on the evaluation of a criterion (GLIF)
Simple Content
xs:string
XML Source (w/o annotations (1); see within schema source)
<xs:element name="ConditionalStep" type="GemBasicType"/>

SynchronizationStep
Type:
GemBasicType, simple content
Synchronization Step represents a convergence of other steps (GLIF)
Simple Content
xs:string
XML Source (w/o annotations (1); see within schema source)
<xs:element name="SynchronizationStep" type="GemBasicType"/>

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