element <facet>
Namespace:
Type:
anonymous complexType
Content:
mixed, 1 attribute, 10 elements
Defined:
globally in eruditarticle.xsd, see XML source
Includes:
definition of 1 attribute
Used:
XML Representation Summary
<facet
    facettype
 = 
xs:NMTOKEN
    >
   
Content: 
{text} × (unicodechar | quotation | inlineequation | superscript | subscript | simplelink | highlight | bookmark | mediaobject | reference)*
</facet>
May contain elements (10):
May be included in elements (1):
Known Usage Locations
Annotation
Label
Facet
Description
Category for classifying and indexing works based on a single characteristic.
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="fr" scheme="Classification de la recherche universitaire
(Expertise recherche Québec)">
    <descriptor desctype="champdisciplinaire" level="main">Sciences
    humaines</descriptor>
    <facet facettype="dimension">Discipline</facet>
    <descriptor desctype="champdisciplinaire" level="secondary">Sciences
    sociales</descriptor>
    <facet facettype="dimension">Discipline</facet>
    <descriptor desctype="domaine">Développement et fonctionnement des
    personnes et des communautés,
    et vie sociale</descriptor>
    <facet facettype="dimension">Objet de recherche</facet>
</descriptorgr>
XML Source (w/o annotations (2); see within schema source)
<xs:element name="facet">
<xs:complexType mixed="true">
<xs:group maxOccurs="unbounded" minOccurs="0" ref="text"/>
<xs:attribute name="facettype" type="xs:NMTOKEN">
</xs:attribute>
</xs:complexType>
</xs:element>
Attribute Detail (defined in this component only; 1/1)
facettype
Type:
xs:NMTOKEN, predefined
Use:
optional
Label
Facet type
Description
Nature or genre of the facet 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="facettype" type="xs:NMTOKEN">
</xs:attribute>

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