element <Term>
Namespace:
Type:
anonymous complexType
Content:
mixed, 3 attributes, 1 element
Defined:
locally at 1 location in gemschema.xsd, see XML source
Includes:
definitions of 3 attributes and 1 element
XML Representation Summary
<Term
    id
 = 
xs:ID
    lang
 = 
xs:NMTOKEN
    source
 = 
xs:string
    >
   
Content: 
{text} × TermMeaning*
</Term>
Content model elements (1):
Included in content model of elements (1):
Usage / Definition Locations
Annotation
A word or phrase defined in the guideline
XML Source (w/o annotations (2); see within schema source)
<xs:element name="Term">
<xs:complexType mixed="true">
<xs:choice maxOccurs="unbounded" minOccurs="0">
<xs:element name="TermMeaning" 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; 1/1)
TermMeaning
Type:
GemBasicType, simple content
Precise meaning of words and phrases that may be unfamiliar to guideline readers; terms are defined as used in this guideline context
Simple Content
xs:string
XML Source (w/o annotations (1); see within schema source)
<xs:element name="TermMeaning" type="GemBasicType"/>

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