Module Documentation: eml-text
Back to EML Contents
The eml text module is a wrapper container that allows general text descriptions to be used within the various modules of eml. It can include either structured or unstructured text blocks. It isn't really appropriate to use this module outside of the context of a parent module, because the parent module determines the appropriate context to which this text description applies.

Element Definitions:

text
Content of this field: Description of this field:
Type: TextType
Attributes: Required?: Default Value:

Description:
The "text" element allows for both formatted and unformatted text blocks to be included in EML. It can contain a number of relevant subsections that allow the use of titles, sections, and paragraphs in the text block. This markup is a subset of DocBook.
section
Content of this field: Description of this field:
Type: SectionType
Attributes: Required?: Default Value:

Description:
The "section" element allows for grouping related paragraphs of text together, with an optional title. This markup is a subset of DocBook.
para
Content of this field: Description of this field:
Type: ParagraphType
Attributes: Required?: Default Value:

Description:
The "paragraph" element allows for both formatted and unformatted text blocks to be included in EML. It can be plain text or text with a limited set of markup tags, inlcuding emphasis, subscript, superscript, and lists. This markup is a subset of DocBook.
itemizedlist
Content of this field: Description of this field:
Type: ListType
Attributes: Required?: Default Value:

Description:
A list of items in a text paragraph. The list is generally displayed as a bulleted list. This markup is a subset of DocBook.
orderedlist
Content of this field: Description of this field:
Type: ListType
Attributes: Required?: Default Value:

Description:
An ordered list of items in a text paragraph. The list is generally displayed as a numbered list. This markup is a subset of DocBook.
emphasis
Content of this field: Description of this field:
Type: xs:string
Attributes: Required?: Default Value:

Description:
A span of emphasized text in a paragraph. Emphasized text is generally rendered as boldfaced or otherwise distinct from the surrounding text. This markup is a subset of DocBook.
subscript
Content of this field: Description of this field:
Type: SubSuperScriptType
Attributes: Required?: Default Value:

Description:
A subscript in a text paragraph. This markup is a subset of DocBook.
superscript
Content of this field: Description of this field:
Type: SubSuperScriptType
Attributes: Required?: Default Value:

Description:
A superscript in a text paragraph. This markup is a subset of DocBook.
title
Content of this field: Description of this field:
Type: xs:string
Attributes: Required?: Default Value:

Description:
The optional title for a section. This markup is a subset of DocBook.
para
Content of this field: Description of this field:
Type: ParagraphType
Attributes: Required?: Default Value:

Description:
The "paragraph" element allows for both formatted and unformatted text blocks to be included in EML. It can be plain text or text with a limited set of markup tags, inlcuding emphasis, subscript, superscript, and lists. This markup is a subset of DocBook.
section
Content of this field: Description of this field:
Type: SectionType
Attributes: Required?: Default Value:

Description:
The "section" element allows for grouping related paragraphs of text together, with an optional title. This markup is a subset of DocBook.
listitem
Content of this field: Description of this field:
Elements: Required?: How many:
A choice of (
paraOptionalMultiple Times
OR
itemizedlistOptionalMultiple Times
OR
orderedlistOptionalMultiple Times
)
Attributes: Required?: Default Value:
para
Content of this field: Description of this field:
Type: ParagraphType
Attributes: Required?: Default Value:

Description:
The "paragraph" element allows for both formatted and unformatted text blocks to be included in EML. It can be plain text or text with a limited set of markup tags, inlcuding emphasis, subscript, superscript, and lists. This markup is a subset of DocBook.
itemizedlist
Content of this field: Description of this field:
Type: ListType
Attributes: Required?: Default Value:

Description:
A list of items in a text paragraph. The list is generally displayed as a bulleted list. This markup is a subset of DocBook.
orderedlist
Content of this field: Description of this field:
Type: ListType
Attributes: Required?: Default Value:

Description:
An ordered list of items in a text paragraph. The list is generally displayed as a numbered list. This markup is a subset of DocBook.
subscript
Content of this field: Description of this field:
Type: SubSuperScriptType
Attributes: Required?: Default Value:

Description:
A subscript in a text paragraph. This markup is a subset of DocBook.
superscript
Content of this field: Description of this field:
Type: SubSuperScriptType
Attributes: Required?: Default Value:

Description:
A superscript in a text paragraph. This markup is a subset of DocBook.

Attribute Definitions:

Complex Type Definitions:

TextType
Content of this field: Description of this field:
Elements: Required?: How many:
A choice of (
sectionOptionalMultiple Times
OR
paraOptionalMultiple Times
)
Attributes: Required?: Default Value:

Description:
The "text" element allows for both formatted and unformatted text blocks to be included in EML. It can contain a number of relevant subsections that allow the use of titles, sections, and paragraphs in the text block. This markup is a subset of DocBook.
ParagraphType
Content of this field: Description of this field:
Elements: Required?: How many:
A choice of (
itemizedlistOptionalMultiple Times
OR
orderedlistOptionalMultiple Times
OR
emphasisOptionalMultiple Times
OR
subscriptOptionalMultiple Times
OR
superscriptOptionalMultiple Times
)
Attributes: Required?: Default Value:

Description:
The "paragraph" element allows for both formatted and unformatted text blocks to be included in EML. It can be plain text or text with a limited set of markup tags, inlcuding emphasis, subscript, superscript, and lists. This markup is a subset of DocBook.
SectionType
Content of this field: Description of this field:
Elements: Required?: How many:
A sequence of (
titleOptionalMultiple Times
A choice of (
paraOptionalMultiple Times
OR
sectionOptionalMultiple Times
)
)
Attributes: Required?: Default Value:

Description:
The "section" element allows for grouping related paragraphs of text together, with an optional title. This markup is a subset of DocBook.
ListType
Content of this field: Description of this field:
Elements: Required?: How many:
A sequence of (
listitemRequiredMultiple Times
)
Attributes: Required?: Default Value:

Description:
A list of items in a text paragraph. The ListType is used by both orderedlist elements and itemizedlist elements. This markup is a subset of DocBook.
SubSuperScriptType
Content of this field: Description of this field:
Elements: Required?: How many:
A choice of (
subscriptOptionalMultiple Times
OR
superscriptOptionalMultiple Times
)
Attributes: Required?: Default Value:

Description:
A subscript or a superscript in a text paragraph. This type is used by both subscript and superscript elements to define their recursive content. This markup is a subset of DocBook.

Simple Type Definitions:

Web Contact: jones@nceas.ucsb.edu