element <descriptor>
Namespace:
Type:
anonymous complexType
Content:
mixed, 2 attributes, 10 elements
Defined:
globally in eruditarticle.xsd, see XML source
Includes:
definition of 1 attribute
Used:
XML Representation Summary
<descriptor
    desctype
 = 
xs:NMTOKEN
    level
 = 
xs:NMTOKEN
    >
   
Content: 
{text} × (unicodechar | quotation | inlineequation | superscript | subscript | simplelink | highlight | bookmark | mediaobject | reference)*
</descriptor>
May contain elements (10):
May be included in elements (1):
Known Usage Locations
Annotation
Label
Descriptor
Description
A word or set of words selected from a document’s title or text that reflects the work's contents and allows for text searches.
Comments
The information that this element contains is usually provided by the publisher or print producer and not by the digital publisher or distributor.
Examples
example 1
<descriptorgr lang="en" scheme="The Astronomy Thesaurus (International
Astronomical Union)">
    <descripteur>Cosmology</descriptor>
    <descripteur>Astrometry</descriptor>
    <descripteur>Astrophysics</descriptor>
</descriptorgr>
XML Source (w/o annotations (2); see within schema source)
<xs:element name="descriptor">
<xs:complexType mixed="true">
<xs:group maxOccurs="unbounded" minOccurs="0" ref="text"/>
<xs:attribute name="desctype" type="xs:NMTOKEN">
</xs:attribute>
<xs:attributeGroup ref="level"/>
</xs:complexType>
</xs:element>
Attribute Detail (defined in this component only; 1/2)
desctype
Type:
xs:NMTOKEN, predefined
Use:
optional
Label
Descriptor type
Description
Nature or genre of the descriptor as established by a set of components, properties that determine its belonging to a specific category.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="desctype" type="xs:NMTOKEN">
</xs:attribute>

XML schema documentation generated with DocFlex/XML 1.7.0 using DocFlex/XML | XSDDoc 2.0.0 template set