element <Developer>
Namespace:
Type:
anonymous complexType
Content:
mixed, 3 attributes, 7 elements
Defined:
locally at 1 location in gemschema.xsd, see XML source
Includes:
definitions of 3 attributes and 7 elements
XML Representation Summary
<Developer
    id
 = 
xs:ID
    lang
 = 
xs:NMTOKEN
    source
 = 
xs:string
    >
   
Content: 
{text} × (DeveloperName | CommitteeName | Funding | Endorser | ComparableGuideline | RoleOfSponsor | ConflictOfInterest)*
</Developer>
Content model elements (7):
Included in content model of elements (1):
Usage / Definition Locations
XML Source (w/o annotations (10); see within schema source)
<xs:element name="Developer">
<xs:complexType mixed="true">
<xs:choice maxOccurs="unbounded" minOccurs="0">
<xs:element name="DeveloperName" type="GemBasicType"/>
<xs:element name="CommitteeName">
<xs:complexType mixed="true">
<xs:choice maxOccurs="unbounded" minOccurs="0">
<xs:element name="CommitteeExpertise" type="GemBasicType"/>
<xs:element name="CommitteeMember">
<xs:complexType mixed="true">
<xs:choice maxOccurs="unbounded" minOccurs="0">
<xs:element name="MemberExpertise" 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>
</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>
<xs:element name="Funding" type="GemBasicType"/>
<xs:element name="Endorser" type="GemBasicType"/>
<xs:element name="ComparableGuideline" type="GemBasicType"/>
<xs:element name="RoleOfSponsor" type="GemBasicType"/>
<xs:element name="ConflictOfInterest" 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; 7/7)
CommitteeName
Type:
anonymous, mixed content
Formal name of committee within developer organization responsible for developing guideline
XML Source (w/o annotations (4); see within schema source)
<xs:element name="CommitteeName">
<xs:complexType mixed="true">
<xs:choice maxOccurs="unbounded" minOccurs="0">
<xs:element name="CommitteeExpertise" type="GemBasicType"/>
<xs:element name="CommitteeMember">
<xs:complexType mixed="true">
<xs:choice maxOccurs="unbounded" minOccurs="0">
<xs:element name="MemberExpertise" 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>
</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>

ComparableGuideline
Type:
GemBasicType, simple content
Another guideline on the same or similar topic
Simple Content
xs:string
XML Source (w/o annotations (1); see within schema source)
<xs:element name="ComparableGuideline" type="GemBasicType"/>

ConflictOfInterest
Type:
GemBasicType, simple content
Potential situations in which financial or other considerations may compromise, or have the appearance of compromising, a developer’s professional judgment
Simple Content
xs:string
XML Source (w/o annotations (1); see within schema source)
<xs:element name="ConflictOfInterest" type="GemBasicType"/>

DeveloperName
Type:
GemBasicType, simple content
Organization(s) responsible for developing the guideline
Simple Content
xs:string
XML Source (w/o annotations (1); see within schema source)
<xs:element name="DeveloperName" type="GemBasicType"/>

Endorser
Type:
GemBasicType, simple content
Organization that has endorsed the guideline
Simple Content
xs:string
XML Source (w/o annotations (1); see within schema source)
<xs:element name="Endorser" type="GemBasicType"/>

Funding
Type:
GemBasicType, simple content
Source of financial support for guideline development
Simple Content
xs:string
XML Source (w/o annotations (1); see within schema source)
<xs:element name="Funding" type="GemBasicType"/>

RoleOfSponsor
Type:
GemBasicType, simple content
The sponsor’s part in developing, modifying, and reporting the guideline
Simple Content
xs:string
XML Source (w/o annotations (1); see within schema source)
<xs:element name="RoleOfSponsor" type="GemBasicType"/>

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