element <reference>
Namespace:
Type:
anonymous complexType
Content:
mixed, 3 attributes, 10 elements
Defined:
globally in eruditarticle.xsd, see XML source
Includes:
definition of 1 attribute
Used:
XML Representation Summary
<reference
    id
 = 
xs:ID
    idref
 = 
xs:IDREF
    reftype
 = 
("appendix" | "box" | "equation" | "example" | "figure" | "boxgr" | "equationgr" | "examplegr" | "figuregr" | "objectgr" | "tablegr" | "note" | "appnote" | "boxnote" | "eqnote" | "exnote" | "fignote" | "objnote" | "tabnote" | "object" | "page" | "para" | "biblioref" | "section" | "table")
    >
   
Content: 
{text} × (unicodechar | quotation | inlineequation | superscript | subscript | simplelink | highlight | bookmark | mediaobject | reference)*
</reference>
May contain elements (10):
May be included in elements (52):
Known Usage Locations
Annotation
Label
Reference
Description
Additional indication in an element referring to another element.
Examples
example 1
<reference id="re1no7" idref="no7" reftype="note">…</reference>
example 2
<reference id="re3ta12" idref="ta12" reftype="table">…</reference>
XML Source (w/o annotations (2); see within schema source)
<xs:element name="reference">
<xs:complexType mixed="true">
<xs:group maxOccurs="unbounded" minOccurs="0" ref="text"/>
<xs:attributeGroup ref="idref"/>
<xs:attribute name="reftype" use="required">
<xs:simpleType>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="appendix"/>
<xs:enumeration value="box"/>
<xs:enumeration value="equation"/>
<xs:enumeration value="example"/>
<xs:enumeration value="figure"/>
<xs:enumeration value="boxgr"/>
<xs:enumeration value="equationgr"/>
<xs:enumeration value="examplegr"/>
<xs:enumeration value="figuregr"/>
<xs:enumeration value="objectgr"/>
<xs:enumeration value="tablegr"/>
<xs:enumeration value="note"/>
<xs:enumeration value="appnote"/>
<xs:enumeration value="boxnote"/>
<xs:enumeration value="eqnote"/>
<xs:enumeration value="exnote"/>
<xs:enumeration value="fignote"/>
<xs:enumeration value="objnote"/>
<xs:enumeration value="tabnote"/>
<xs:enumeration value="object"/>
<xs:enumeration value="page"/>
<xs:enumeration value="para"/>
<xs:enumeration value="biblioref"/>
<xs:enumeration value="section"/>
<xs:enumeration value="table"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:complexType>
</xs:element>
Attribute Detail (defined in this component only; 1/3)
reftype
Type:
anonymous (restriction of xs:NMTOKEN)
Use:
required
Label
Reference type
Description

Nature or kind of the reference.

appendix
section that complements the body of the article
box
text surrounded by a line on four sides that provides an information detail or a related item
equation
mathematical and chemical equations and formulas
example
explains or illustrates something just stated in the text
figure
representation of something by means of a drawing, map, graph, diagram, photo, engraving, etc., which helps in understanding the article
boxgr
Set of boxes in an article
equationgr
set of mathematical or chemical equations and/or formulas in an article
examplegr
Set of examples in an article
figuregr
Set of figures in an article
objectgr
Set of objects in an article
tablegr
Set of tables in an article
note
brief comment on a segment of the text of an article placed outside the normal flow of text
appnote
brief comment on part or all of an appendix
boxnote
brief comment on part or all of a box
eqnote
brief comment on part or all of an equation
exnote
brief comment on part or all of an example
fignote
brief comment on part or all of a figure
objnote
brief comment on part or all of an object
tabnote
brief comment on part or all of a table
object
single data set created with an application that can be inserted into another document and manipulated by means of its properties
page
text and other elements which will constitute, once printed, one of the sides of a sheet of paper.
para
a set of blocks of text, each consisting of several sentences, serving to express one of the author's ideas.
biblioref
complete bibliographic description of a resource referenced in the described article
section
subdivision of an article
table
representation of a data set organized and arranged in the form of columns and rows
Attribute Value
enumeration of xs:NMTOKEN
Enumeration:
"appendix", "box", "equation", "example", "figure", "boxgr", "equationgr", "examplegr", "figuregr", "objectgr", "tablegr", "note", "appnote", "boxnote", "eqnote", "exnote", "fignote", "objnote", "tabnote", "object", "page", "para", "biblioref", "section", "table"
Anonymous simpleType
Type Derivation Tree
xs:NMTOKEN
  simpleType (restriction)
Derivation:
restriction of xs:NMTOKEN
Facets:
enumeration:
"appendix", "box", "equation", "example", "figure", "boxgr", "equationgr", "examplegr", "figuregr", "objectgr", "tablegr", "note", "appnote", "boxnote", "eqnote", "exnote", "fignote", "objnote", "tabnote", "object", "page", "para", "biblioref", "section", "table"
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="reftype" use="required">
<xs:simpleType>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="appendix"/>
<xs:enumeration value="box"/>
<xs:enumeration value="equation"/>
<xs:enumeration value="example"/>
<xs:enumeration value="figure"/>
<xs:enumeration value="boxgr"/>
<xs:enumeration value="equationgr"/>
<xs:enumeration value="examplegr"/>
<xs:enumeration value="figuregr"/>
<xs:enumeration value="objectgr"/>
<xs:enumeration value="tablegr"/>
<xs:enumeration value="note"/>
<xs:enumeration value="appnote"/>
<xs:enumeration value="boxnote"/>
<xs:enumeration value="eqnote"/>
<xs:enumeration value="exnote"/>
<xs:enumeration value="fignote"/>
<xs:enumeration value="objnote"/>
<xs:enumeration value="tabnote"/>
<xs:enumeration value="object"/>
<xs:enumeration value="page"/>
<xs:enumeration value="para"/>
<xs:enumeration value="biblioref"/>
<xs:enumeration value="section"/>
<xs:enumeration value="table"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>

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