element <CompanionDocument>
Namespace:
Type:
anonymous complexType
Content:
mixed, 3 attributes, 3 elements
Defined:
locally at 1 location in gemschema.xsd, see XML source
Includes:
definitions of 3 attributes and 3 elements
XML Representation Summary
<CompanionDocument
    id
 = 
xs:ID
    lang
 = 
xs:NMTOKEN
    source
 = 
xs:string
    >
   
Content: 
{text} × (PatientResource | QuickReferenceGuide | TechnicalReport)*
</CompanionDocument>
Content model elements (3):
Included in content model of elements (1):
Usage / Definition Locations
Annotation
Refers to other documents (including Technical Reports, Consumer Guidelines, Quick Reference Guidelines) produced by the guideline developer relevant to the guideline
XML Source (w/o annotations (4); see within schema source)
<xs:element name="CompanionDocument">
<xs:complexType mixed="true">
<xs:choice maxOccurs="unbounded" minOccurs="0">
<xs:element name="PatientResource" type="GemBasicType"/>
<xs:element name="QuickReferenceGuide" type="GemBasicType"/>
<xs:element name="TechnicalReport" 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; 3/3)
PatientResource
Type:
GemBasicType, simple content
A patient-oriented summary of guideline content or a resource intended to assist patients with guideline application.
Simple Content
xs:string
XML Source (w/o annotations (1); see within schema source)
<xs:element name="PatientResource" type="GemBasicType"/>

QuickReferenceGuide
Type:
GemBasicType, simple content
A concise document that summarizes guideline recommendations for clinicians
Simple Content
xs:string
XML Source (w/o annotations (1); see within schema source)
<xs:element name="QuickReferenceGuide" type="GemBasicType"/>

TechnicalReport
Type:
GemBasicType, simple content
A document or document component that describes in detail the method of guideline development
Simple Content
xs:string
XML Source (w/o annotations (1); see within schema source)
<xs:element name="TechnicalReport" type="GemBasicType"/>

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