Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Model
Properties
Source
Used by

Table of Contents

Group by:

No namespace

Elements
Complex Types
Attribute Groups

http://www.w3.org/1999/02/22-rdf-syntax-ns#

Elements

Resource hierarchy:

Main schema cwrc_entry.xsd
Namespace No namespace
Properties
attribute form default unqualified
element form default qualified
[ top ]
Imported schema rdf.xsd
Namespace http://www.w3.org/1999/02/22-rdf-syntax-ns#
Properties
attribute form default unqualified
element form default qualified
[ top ]
Element CWRC
Namespace No namespace
Annotations
CWRC is the large, all-encompassing root element found in all
documents.
Diagram
Diagram index.tmp#CWRC_ID index.tmp#CWRC_SEX index.tmp#CWRC_PERSON index.tmp#CWRC_NATIONALITYCATEGORY index.tmp#RDF index.tmp#CWRCHEADER index.tmp#ENTRY
Properties
content complex
Model
Children CWRCHEADER, ENTRY, rdf:RDF
Instance
<CWRC ID="" NATIONALITYCATEGORY="" PERSON="" SEX="" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
  <rdf:RDF>{0,1}</rdf:RDF>
  <CWRCHEADER TYPE="text">{1,1}</CWRCHEADER>
  <ENTRY>{1,1}</ENTRY>
</CWRC>
Attributes
QName Type Use Annotation
ID xs:NCName optional
NATIONALITYCATEGORY restriction of list of restriction of xs:token optional
NationalityCategory is an attribute applied to the CWRC
document as a whole, and specifies nationality information about the individual who is the subject of the document; for example,
if she or he is British or Canadian.  Note: more than one value can be selected for this attribute -- each attribute value should
be separated by a blank space.
PERSON restriction of xs:token optional
Person is an attribute applied to the CWRC document as a
whole, and specifies information about the type of person who is the subject of the document, and specifically, if they are a writer or
a nonwriter.
SEX union of(xs:string, restriction of xs:token, restriction of xs:token, restriction of xs:token, restriction of xs:token, restriction of xs:token, restriction of xs:token) optional
Sex is an attribute applied to the CWRC
document as a whole, and specifies whether the individual who is the subject of the document is female, male, transgendered,
transgendered male-to-female, transgendered female-to-male, or undefined.
Source
<xs:element name="CWRC">
  <xs:annotation>
    <xs:documentation>CWRC is the large, all-encompassing root element found in all documents.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element minOccurs="0" ref="rdf:RDF"/>
      <xs:element ref="CWRCHEADER"/>
      <xs:element ref="ENTRY"/>
    </xs:sequence>
    <xs:attribute name="ID" type="xs:NCName"/>
    <xs:attribute name="SEX">
      <xs:annotation>
        <xs:documentation>Sex is an attribute applied to the CWRC document as a whole, and specifies whether the individual who is the subject of the document is female, male, transgendered, transgendered male-to-female, transgendered female-to-male, or undefined.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:union memberTypes="xs:string">
          <xs:simpleType>
            <xs:restriction base="xs:token">
              <xs:enumeration value="FEMALE"/>
            </xs:restriction>
          </xs:simpleType>
          <xs:simpleType>
            <xs:restriction base="xs:token">
              <xs:enumeration value="MALE"/>
            </xs:restriction>
          </xs:simpleType>
          <xs:simpleType>
            <xs:restriction base="xs:token">
              <xs:enumeration value="TRANSGENDERED"/>
            </xs:restriction>
          </xs:simpleType>
          <xs:simpleType>
            <xs:restriction base="xs:token">
              <xs:enumeration value="TRANSGENDERED FEMALE-TO-MALE"/>
            </xs:restriction>
          </xs:simpleType>
          <xs:simpleType>
            <xs:restriction base="xs:token">
              <xs:enumeration value="TRANSGENDERED MALE-TO-FEMALE"/>
            </xs:restriction>
          </xs:simpleType>
          <xs:simpleType>
            <xs:restriction base="xs:token">
              <xs:enumeration value="UNDEFINED"/>
            </xs:restriction>
          </xs:simpleType>
        </xs:union>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="PERSON">
      <xs:annotation>
        <xs:documentation>Person is an attribute applied to the CWRC document as a whole, and specifies information about the type of person who is the subject of the document, and specifically, if they are a writer or a nonwriter.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="NON-WRITER"/>
          <xs:enumeration value="WRITER"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="NATIONALITYCATEGORY">
      <xs:annotation>
        <xs:documentation>NationalityCategory is an attribute applied to the CWRC document as a whole, and specifies nationality information about the individual who is the subject of the document; for example, if she or he is British or Canadian. Note: more than one value can be selected for this attribute -- each attribute value should be separated by a blank space.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction>
          <xs:simpleType>
            <xs:list>
              <xs:simpleType>
                <xs:restriction base="xs:token">
                  <xs:enumeration value="BRITISH"/>
                  <xs:enumeration value="CANADIAN"/>
                  <xs:enumeration value="INTERNATIONAL"/>
                </xs:restriction>
              </xs:simpleType>
            </xs:list>
          </xs:simpleType>
          <xs:minLength value="1"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element rdf:RDF
Namespace http://www.w3.org/1999/02/22-rdf-syntax-ns#
Diagram
Diagram index.tmp#any_node
Type any_node
Properties
content complex
mixed true
Used by
Element CWRC
Model
ANY element from ANY namespace
Attributes
Wildcard: ANY attribute from ANY namespace
Source
<xs:element name="RDF" type="any_node"/>
[ top ]
Element CWRCHEADER
Namespace No namespace
Annotations
Equivalent to TEI's TEIHeader, CWRCHeader supplies the
descriptive and declarative information making up an electronic title page prefixed to every TEI-conformant text.
Diagram
Diagram index.tmp#CWRCHEADER_TYPE index.tmp#FILEDESC index.tmp#PROFILEDESC index.tmp#REVISIONDESC
Properties
content complex
Used by
Element CWRC
Model
Children FILEDESC, PROFILEDESC, REVISIONDESC
Instance
<CWRCHEADER TYPE="text">
  <FILEDESC>{1,1}</FILEDESC>
  <PROFILEDESC>{0,1}</PROFILEDESC>
  <REVISIONDESC>{1,1}</REVISIONDESC>
</CWRCHEADER>
Attributes
QName Type Default Use Annotation
TYPE union of(xs:NCName, restriction of xs:token, restriction of xs:token) text optional
Type specifies the kind of document to which the
header is attached, for example whether it is a corpus or individual text. Sample values include: 1] text; 2]
corpus.
Source
<xs:element name="CWRCHEADER">
  <xs:annotation>
    <xs:documentation>Equivalent to TEI's TEIHeader, CWRCHeader supplies the descriptive and declarative information making up an electronic title page prefixed to every TEI-conformant text.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="FILEDESC"/>
      <xs:element minOccurs="0" ref="PROFILEDESC"/>
      <xs:element ref="REVISIONDESC"/>
    </xs:sequence>
    <xs:attribute name="TYPE" default="text">
      <xs:annotation>
        <xs:documentation>Type specifies the kind of document to which the header is attached, for example whether it is a corpus or individual text. Sample values include: 1] text; 2] corpus.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:union memberTypes="xs:NCName">
          <xs:simpleType>
            <xs:restriction base="xs:token">
              <xs:enumeration value="text"/>
            </xs:restriction>
          </xs:simpleType>
          <xs:simpleType>
            <xs:restriction base="xs:token">
              <xs:enumeration value="corpus"/>
            </xs:restriction>
          </xs:simpleType>
        </xs:union>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element FILEDESC
Namespace No namespace
Annotations
fileDesc contains a full bibliographic description of an
electronic file.
Diagram
Diagram index.tmp#TITLESTMT index.tmp#PUBLICATIONSTMT index.tmp#SOURCEDESC
Properties
content complex
Used by
Element CWRCHEADER
Model
Children PUBLICATIONSTMT, SOURCEDESC, TITLESTMT
Instance
<FILEDESC>
  <TITLESTMT>{1,1}</TITLESTMT>
  <PUBLICATIONSTMT>{1,1}</PUBLICATIONSTMT>
  <SOURCEDESC>{1,1}</SOURCEDESC>
</FILEDESC>
Source
<xs:element name="FILEDESC">
  <xs:annotation>
    <xs:documentation>fileDesc contains a full bibliographic description of an electronic file.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="TITLESTMT"/>
      <xs:element ref="PUBLICATIONSTMT"/>
      <xs:element ref="SOURCEDESC"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
[ top ]
Element TITLESTMT
Namespace No namespace
Annotations
titleStmt groups information about the title of a
work and those responsible for its intellectual content.
Diagram
Diagram index.tmp#DOCTITLE index.tmp#DOCAUTHOR
Properties
content complex
Used by
Element FILEDESC
Model
Children DOCAUTHOR, DOCTITLE
Instance
<TITLESTMT>
  <DOCTITLE>{1,1}</DOCTITLE>
  <DOCAUTHOR>{1,1}</DOCAUTHOR>
</TITLESTMT>
Source
<xs:element name="TITLESTMT">
  <xs:annotation>
    <xs:documentation>titleStmt groups information about the title of a work and those responsible for its intellectual content.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="DOCTITLE"/>
      <xs:element ref="DOCAUTHOR"/>
    </xs:choice>
  </xs:complexType>
</xs:element>
[ top ]
Element DOCTITLE
Namespace No namespace
Annotations
DocTitle is an element in the CWRCHeader that
contains the title of the document at hand for cataloguing purposes. This title will be in the templates for most of the
documents created for the CWRC repository, but will need to be filled in for certain documents, such as events documents and
documents created without a template.
Diagram
Diagram
Type xs:string
Properties
content simple
Used by
Element TITLESTMT
Source
<xs:element name="DOCTITLE" type="xs:string">
  <xs:annotation>
    <xs:documentation>DocTitle is an element in the CWRCHeader that contains the title of the document at hand for cataloguing purposes. This title will be in the templates for most of the documents created for the CWRC repository, but will need to be filled in for certain documents, such as events documents and documents created without a template.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element DOCAUTHOR
Namespace No namespace
Annotations
DocAuthor is an element in the CWRCHeader
that contains the name of the author of the document, as given on the title page (often but not always contained in a
byline).
Diagram
Diagram
Type xs:string
Properties
content simple
Used by
Element TITLESTMT
Source
<xs:element name="DOCAUTHOR" type="xs:string">
  <xs:annotation>
    <xs:documentation>DocAuthor is an element in the CWRCHeader that contains the name of the author of the document, as given on the title page (often but not always contained in a byline).</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element PUBLICATIONSTMT
Namespace No namespace
Annotations
publicationStmt groups information concerning the
publication or distribution of an electronic or other text.
Diagram
Diagram index.tmp#AUTHORITY
Properties
content complex
Used by
Element FILEDESC
Model
Children AUTHORITY
Instance
<PUBLICATIONSTMT>
  <AUTHORITY>{1,unbounded}</AUTHORITY>
</PUBLICATIONSTMT>
Source
<xs:element name="PUBLICATIONSTMT">
  <xs:annotation>
    <xs:documentation>publicationStmt groups information concerning the publication or distribution of an electronic or other text.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" ref="AUTHORITY"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
[ top ]
Element AUTHORITY
Namespace No namespace
Annotations
The authority element contains the name of the
person or organization responsible for the construction of an XML file.
Diagram
Diagram index.tmp#RESEARCHNOTE
Properties
content complex
mixed true
Used by
Element PUBLICATIONSTMT
Model
Children RESEARCHNOTE
Instance
<AUTHORITY>
  <RESEARCHNOTE>{0,unbounded}</RESEARCHNOTE>
</AUTHORITY>
Source
<xs:element name="AUTHORITY">
  <xs:annotation>
    <xs:documentation>The authority element contains the name of the person or organization responsible for the construction of an XML file.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:sequence>
      <xs:element minOccurs="0" maxOccurs="unbounded" ref="RESEARCHNOTE"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
[ top ]
Element RESEARCHNOTE
Namespace No namespace
Annotations
ResearchNote is available everywhere, and it allows us to
comment among ourselves on the work at hand; not to be confused with scholarNotes that will be readable by end users, the contents of
this element will be seen only by project members.
Diagram
Diagram index.tmp#BIBCITS index.tmp#FIGURE index.tmp#GRAPHIC index.tmp#NAME index.tmp#ORGNAME index.tmp#PAUTHORSHIP index.tmp#PINFLUENCESHER index.tmp#PLACE index.tmp#QUOTE index.tmp#RESEARCHNOTE index.tmp#SCHOLARNOTE index.tmp#SOCALLED index.tmp#TCHARACTERIZATION index.tmp#TITLE index.tmp#XREF
Properties
content complex
mixed true
Used by
Model
Children BIBCITS, FIGURE, GRAPHIC, NAME, ORGNAME, PAUTHORSHIP, PINFLUENCESHER, PLACE, QUOTE, RESEARCHNOTE, SCHOLARNOTE, SOCALLED, TCHARACTERIZATION, TITLE, XREF
Instance
<RESEARCHNOTE>
  <BIBCITS ID="">{1,1}</BIBCITS>
  <FIGURE>{1,1}</FIGURE>
  <GRAPHIC URL="">{1,1}</GRAPHIC>
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <ORGNAME ORGTYPE="" REF="" REG="" STANDARD="" URI="">{1,1}</ORGNAME>
  <PAUTHORSHIP AUTHORNAMETYPE="" AUTHORSHIPCONTROVERSY="" COLLABORATION="" CONTROVERSYDATE="">{1,1}</PAUTHORSHIP>
  <PINFLUENCESHER INFLUENCETYPE="">{1,1}</PINFLUENCESHER>
  <PLACE ID="" LAT="" LONG="" REF="">{1,1}</PLACE>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <SCHOLARNOTE>{1,1}</SCHOLARNOTE>
  <SOCALLED>{1,1}</SOCALLED>
  <TCHARACTERIZATION>{1,1}</TCHARACTERIZATION>
  <TITLE LEVEL="" REF="" REG="" REND="" STANDARD="">{1,1}</TITLE>
  <XREF RESP="" URL="">{1,1}</XREF>
</RESEARCHNOTE>
Source
<xs:element name="RESEARCHNOTE">
  <xs:annotation>
    <xs:documentation>ResearchNote is available everywhere, and it allows us to comment among ourselves on the work at hand; not to be confused with scholarNotes that will be readable by end users, the contents of this element will be seen only by project members.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="BIBCITS"/>
      <xs:element ref="FIGURE"/>
      <xs:element ref="GRAPHIC"/>
      <xs:element ref="NAME"/>
      <xs:element ref="ORGNAME"/>
      <xs:element ref="PAUTHORSHIP"/>
      <xs:element ref="PINFLUENCESHER"/>
      <xs:element ref="PLACE"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="RESEARCHNOTE"/>
      <xs:element ref="SCHOLARNOTE"/>
      <xs:element ref="SOCALLED"/>
      <xs:element ref="TCHARACTERIZATION"/>
      <xs:element ref="TITLE"/>
      <xs:element ref="XREF"/>
    </xs:choice>
  </xs:complexType>
</xs:element>
[ top ]
Element BIBCITS
Namespace No namespace
Annotations
bibCits is a container for one or more bibcit
tag(s).
Diagram
Diagram index.tmp#BIBCITS_ID index.tmp#BIBCIT index.tmp#RESEARCHNOTE index.tmp#KEYWORDCLASS
Properties
content complex
Used by
Model
Children BIBCIT, KEYWORDCLASS, RESEARCHNOTE
Instance
<BIBCITS ID="">
  <BIBCIT ID="" PLACEHOLDER="" QTDIN="" REF="">{1,1}</BIBCIT>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <KEYWORDCLASS KEYWORDTYPE="">{0,1}</KEYWORDCLASS>
</BIBCITS>
Attributes
QName Type Use
ID xs:NCName optional
Source
<xs:element name="BIBCITS">
  <xs:annotation>
    <xs:documentation>bibCits is a container for one or more bibcit tag(s).</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:choice minOccurs="0" maxOccurs="unbounded">
        <xs:element ref="BIBCIT"/>
        <xs:element ref="RESEARCHNOTE"/>
      </xs:choice>
      <xs:element minOccurs="0" ref="KEYWORDCLASS"/>
    </xs:sequence>
    <xs:attribute name="ID" type="xs:NCName"/>
  </xs:complexType>
</xs:element>
[ top ]
Element BIBCIT
Namespace No namespace
Annotations
The element named bibCit is designed to capture
bibliographical information in much the same way as an MLA parenthetical citation and should always reside within a bibCits
container tag.
Diagram
Diagram index.tmp#BIBCIT_ID index.tmp#BIBCIT_PLACEHOLDER index.tmp#BIBCIT_QTDIN index.tmp#BIBCIT_REF index.tmp#BIBLSCOPE index.tmp#DATE index.tmp#IDNO index.tmp#NAME index.tmp#ORGNAME index.tmp#RESEARCHNOTE index.tmp#SCHOLARNOTE index.tmp#TITLE index.tmp#XREF
Properties
content complex
mixed true
Used by
Elements BIBCITS, LISTBIBCIT
Model
Children BIBLSCOPE, DATE, IDNO, NAME, ORGNAME, RESEARCHNOTE, SCHOLARNOTE, TITLE, XREF
Instance
<BIBCIT ID="" PLACEHOLDER="" QTDIN="" REF="">
  <BIBLSCOPE>{1,1}</BIBLSCOPE>
  <DATE CALENDAR="NEWSTYLE" CERTAINTY="CERT" ID="" VALUE="">{1,1}</DATE>
  <IDNO TYPE="">{1,1}</IDNO>
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <ORGNAME ORGTYPE="" REF="" REG="" STANDARD="" URI="">{1,1}</ORGNAME>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <SCHOLARNOTE>{1,1}</SCHOLARNOTE>
  <TITLE LEVEL="" REF="" REG="" REND="" STANDARD="">{1,1}</TITLE>
  <XREF RESP="" URL="">{1,1}</XREF>
</BIBCIT>
Attributes
QName Type Use
ID xs:NCName optional
PLACEHOLDER optional
QTDIN restriction of xs:token optional
REF xs:anyURI optional
Source
<xs:element name="BIBCIT">
  <xs:annotation>
    <xs:documentation>The element named bibCit is designed to capture bibliographical information in much the same way as an MLA parenthetical citation and should always reside within a bibCits container tag.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="BIBLSCOPE"/>
      <xs:element ref="DATE"/>
      <xs:element ref="IDNO"/>
      <xs:element ref="NAME"/>
      <xs:element ref="ORGNAME"/>
      <xs:element ref="RESEARCHNOTE"/>
      <xs:element ref="SCHOLARNOTE"/>
      <xs:element ref="TITLE"/>
      <xs:element ref="XREF"/>
    </xs:choice>
    <xs:attribute name="ID" type="xs:NCName"/>
    <xs:attribute name="PLACEHOLDER"/>
    <xs:attribute name="QTDIN">
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="QTDINYES"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="REF" type="xs:anyURI"/>
  </xs:complexType>
</xs:element>
[ top ]
Element BIBLSCOPE
Namespace No namespace
Annotations
BiblScope (scope of bibliographic reference)
defines the scope of a bibliographic reference, for example as a list of page numbers, or a named subdivision of a larger
work.
Diagram
Diagram
Type xs:string
Properties
content simple
Used by
Element BIBCIT
Source
<xs:element name="BIBLSCOPE" type="xs:string">
  <xs:annotation>
    <xs:documentation>BiblScope (scope of bibliographic reference) defines the scope of a bibliographic reference, for example as a list of page numbers, or a named subdivision of a larger work.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element DATE
Namespace No namespace
Annotations
Date is one of two elements, along with dateRange,
used to systematize the capture of dates across project documents. Date is used to tag all singular dates (not ranges).  Accurate
and systematic tagging of dates by CWRC projects is a high priority both for the role that dates play in sorting and properly displaying
chronology events, but also for facilitating the search and retrieval of non-chronology material across project documents.
Diagram
Diagram index.tmp#DATE_CALENDAR index.tmp#DATE_CERTAINTY index.tmp#DATE_ID index.tmp#DATE_VALUE index.tmp#BIBCITS index.tmp#RESEARCHNOTE index.tmp#SIC index.tmp#SOCALLED index.tmp#TIME
Properties
content complex
mixed true
Used by
Model
Children BIBCITS, RESEARCHNOTE, SIC, SOCALLED, TIME
Instance
<DATE CALENDAR="NEWSTYLE" CERTAINTY="CERT" ID="" VALUE="">
  <BIBCITS ID="">{1,1}</BIBCITS>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <SIC CORR="">{1,1}</SIC>
  <SOCALLED>{1,1}</SOCALLED>
  <TIME CERTAINTY="CERT" TYPE="" VALUE="">{1,1}</TIME>
</DATE>
Attributes
QName Type Default Use Annotation
CALENDAR restriction of xs:token NEWSTYLE optional
An attribute of date and dateRange,
calendar is used to indicate when a given date took place.
CERTAINTY restriction of xs:token CERT optional
Certainty is an attribute of date and dateRange,
and is used to indicate the nature of certainty that you have about a given date.
ID xs:NCName optional
VALUE union of(xs:date, xs:gYearMonth, xs:gYear) optional
Value is used to record a formatted date-related
value.
Source
<xs:element name="DATE">
  <xs:annotation>
    <xs:documentation>Date is one of two elements, along with dateRange, used to systematize the capture of dates across project documents. Date is used to tag all singular dates (not ranges). Accurate and systematic tagging of dates by CWRC projects is a high priority both for the role that dates play in sorting and properly displaying chronology events, but also for facilitating the search and retrieval of non-chronology material across project documents.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="BIBCITS"/>
      <xs:element ref="RESEARCHNOTE"/>
      <xs:element ref="SIC"/>
      <xs:element ref="SOCALLED"/>
      <xs:element ref="TIME"/>
    </xs:choice>
    <xs:attribute name="CALENDAR" default="NEWSTYLE">
      <xs:annotation>
        <xs:documentation>An attribute of date and dateRange, calendar is used to indicate when a given date took place.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="NEWSTYLE"/>
          <xs:enumeration value="BC"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="CERTAINTY" default="CERT">
      <xs:annotation>
        <xs:documentation>Certainty is an attribute of date and dateRange, and is used to indicate the nature of certainty that you have about a given date.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="CERT">
            <xs:annotation>
              <xs:documentation>Certain</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="C">
            <xs:annotation>
              <xs:documentation>Circa</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="BY">
            <xs:annotation>
              <xs:documentation>By this date</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="AFTER">
            <xs:annotation>
              <xs:documentation>After this date</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="UNKNOWN">
            <xs:annotation>
              <xs:documentation>Unknown date</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="ROUGHLYDATED">
            <xs:annotation>
              <xs:documentation>Rough certainty</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="ID" type="xs:NCName"/>
    <xs:attribute name="VALUE">
      <xs:annotation>
        <xs:documentation>Value is used to record a formatted date-related value.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:union memberTypes="xs:date xs:gYearMonth xs:gYear"/>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element SIC
Namespace No namespace
Annotations
This element is left over from the TEI set of elements and is
meant to be used in the same way that you would use a [sic] tag in regular prose. For our purposes, we have devised a set of practice
directives to guide you in your use of this element. It is primarily a formatting tag which inserts the word [sic] in rendered
text.
Diagram
Diagram index.tmp#SIC_CORR index.tmp#NAME index.tmp#PLACE index.tmp#QUOTE
Properties
content complex
mixed true
Used by
Model
Children NAME, PLACE, QUOTE
Instance
<SIC CORR="">
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <PLACE ID="" LAT="" LONG="" REF="">{1,1}</PLACE>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
</SIC>
Attributes
QName Type Use
CORR optional
Source
<xs:element name="SIC">
  <xs:annotation>
    <xs:documentation>This element is left over from the TEI set of elements and is meant to be used in the same way that you would use a [sic] tag in regular prose. For our purposes, we have devised a set of practice directives to guide you in your use of this element. It is primarily a formatting tag which inserts the word [sic] in rendered text.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="NAME"/>
      <xs:element ref="PLACE"/>
      <xs:element ref="QUOTE"/>
    </xs:choice>
    <xs:attribute name="CORR"/>
  </xs:complexType>
</xs:element>
[ top ]
Element NAME
Namespace No namespace
Diagram
Diagram index.tmp#NAME_STANDARD index.tmp#NAME_REF index.tmp#COMPANION index.tmp#EMPH index.tmp#FOREIGN index.tmp#RESEARCHNOTE index.tmp#SIC index.tmp#SOCALLED index.tmp#SUBJECT
Properties
content complex
mixed true
Used by
Model
Children COMPANION, EMPH, FOREIGN, RESEARCHNOTE, SIC, SOCALLED, SUBJECT
Instance
<NAME REF="" STANDARD="">
  <COMPANION>{1,1}</COMPANION>
  <EMPH>{1,1}</EMPH>
  <FOREIGN LANG="" REG="">{1,1}</FOREIGN>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <SIC CORR="">{1,1}</SIC>
  <SOCALLED>{1,1}</SOCALLED>
  <SUBJECT REG="">{1,1}</SUBJECT>
</NAME>
Attributes
QName Type Use Annotation
REF xs:anyURI optional
Ref (or reference) provides an explicit means of locating a full definition for the entity
being named by means of a URI.
STANDARD optional
Used to record the standard name by which a person,
organization, or topic is known
Source
<xs:element name="NAME">
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="COMPANION"/>
      <xs:element ref="EMPH"/>
      <xs:element ref="FOREIGN"/>
      <xs:element ref="RESEARCHNOTE"/>
      <xs:element ref="SIC"/>
      <xs:element ref="SOCALLED"/>
      <xs:element ref="SUBJECT"/>
    </xs:choice>
    <xs:attribute name="STANDARD">
      <xs:annotation>
        <xs:documentation>Used to record the standard name by which a person, organization, or topic is known</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="REF" type="xs:anyURI">
      <xs:annotation>
        <xs:documentation>Ref (or reference) provides an explicit means of locating a full definition for the entity being named by means of a URI.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element COMPANION
Namespace No namespace
Annotations
The Companion element is to include information around
significant relationships which the person had during the course of her education. It is intended to trace important contacts formed
through her education.
Diagram
Diagram index.tmp#NAME index.tmp#SOCALLED
Properties
content complex
mixed true
Used by
Model
Children NAME, SOCALLED
Instance
<COMPANION>
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <SOCALLED>{1,1}</SOCALLED>
</COMPANION>
Source
<xs:element name="COMPANION">
  <xs:annotation>
    <xs:documentation>The Companion element is to include information around significant relationships which the person had during the course of her education. It is intended to trace important contacts formed through her education.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="NAME"/>
      <xs:element ref="SOCALLED"/>
    </xs:choice>
  </xs:complexType>
</xs:element>
[ top ]
Element SOCALLED
Namespace No namespace
Annotations
Socalled contains a word or phrase for which the author or
narrator indicates a disclaiming of responsibility, for example by the use of scare quotes or italics.
Diagram
Diagram index.tmp#CAUSE index.tmp#DATE index.tmp#DATERANGE index.tmp#DENOMINATION index.tmp#EMPH index.tmp#EMPLOYER index.tmp#FOREIGN index.tmp#GENDER index.tmp#JOBTITLE index.tmp#NAME index.tmp#NATIONALITY index.tmp#NICKNAME index.tmp#ORGNAME index.tmp#PLACE index.tmp#PLITERARYMOVEMENTS index.tmp#POLITICALAFFILIATION index.tmp#PSEUDONYM index.tmp#PTYPEOFPRESS index.tmp#QUOTE index.tmp#RACECOLOUR index.tmp#RS index.tmp#SCHOOL index.tmp#SEXUALIDENTITY index.tmp#SIC index.tmp#SIGNIFICANTACTIVITY index.tmp#TCHARACTERNAME index.tmp#TCHARACTERTYPEROLE index.tmp#TGENRE index.tmp#TITLE index.tmp#TMOTIF index.tmp#TOPIC index.tmp#TTHEMETOPIC
Properties
content complex
mixed true
Used by
Model
Children CAUSE, DATE, DATERANGE, DENOMINATION, EMPH, EMPLOYER, FOREIGN, GENDER, JOBTITLE, NAME, NATIONALITY, NICKNAME, ORGNAME, PLACE, PLITERARYMOVEMENTS, POLITICALAFFILIATION, PSEUDONYM, PTYPEOFPRESS, QUOTE, RACECOLOUR, RS, SCHOOL, SEXUALIDENTITY, SIC, SIGNIFICANTACTIVITY, TCHARACTERNAME, TCHARACTERTYPEROLE, TGENRE, TITLE, TMOTIF, TOPIC, TTHEMETOPIC
Instance
<SOCALLED>
  <CAUSE REG="">{1,1}</CAUSE>
  <DATE CALENDAR="NEWSTYLE" CERTAINTY="CERT" ID="" VALUE="">{1,1}</DATE>
  <DATERANGE CALENDAR="NEWSTYLE" CERTAINTY="CERT" EXACT="" FROM="" ID="" TO="">{1,1}</DATERANGE>
  <DENOMINATION CURRENTALTERNATIVETERM="" REG="" SELF-DEFINED="SELFUNKNOWN">{1,1}</DENOMINATION>
  <EMPH>{1,1}</EMPH>
  <EMPLOYER>{1,1}</EMPLOYER>
  <FOREIGN LANG="" REG="">{1,1}</FOREIGN>
  <GENDER CURRENTALTERNATIVETERM="" GENDER="" REG="" SELF-DEFINED="SELFUNKNOWN">{1,1}</GENDER>
  <JOBTITLE CURRENTALTERNATIVETERM="" FAMILYBUSINESS="FAMILYBUSINESSYES" HISTORICALTERM="" HISTORICALTERMCONTEXTDATE="" ID="" REG="">{1,1}</JOBTITLE>
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <NATIONALITY CURRENTALTERNATIVETERM="" REG="" SELF-DEFINED="SELFUNKNOWN">{1,1}</NATIONALITY>
  <NICKNAME ID="" NAMECONNOTATION="ABUSIVE" NAMESIGNIFIER="CRYPTIC" NAMETYPE="LITERARY" REG="" WROTEORPUBLISHEDAS="WROTEPUBLISHEDASYES">{1,1}</NICKNAME>
  <ORGNAME ORGTYPE="" REF="" REG="" STANDARD="" URI="">{1,1}</ORGNAME>
  <PLACE ID="" LAT="" LONG="" REF="">{1,1}</PLACE>
  <PLITERARYMOVEMENTS INVOLVEMENT="INVOLVEMENTYES" REG="">{1,1}</PLITERARYMOVEMENTS>
  <POLITICALAFFILIATION ACTIVISM="ACTIVISTYES" CURRENTALTERNATIVETERM="" ID="" INVOLVEMENT="INVOLVEMENTYES" MEMBERSHIP="MEMBERSHIPYES" REG="" WOMAN-GENDERISSUE="GENDERYES">{1,1}</POLITICALAFFILIATION>
  <PSEUDONYM NAMESIGNIFIER="CRYPTIC" REG="" WROTEORPUBLISHEDAS="WROTEPUBLISHEDASYES">{1,1}</PSEUDONYM>
  <PTYPEOFPRESS>{1,1}</PTYPEOFPRESS>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <RACECOLOUR FOREBEAR="FAMILY" REG="" SELF-DEFINED="SELFUNKNOWN">{1,1}</RACECOLOUR>
  <RS REG="" TYPE="">{1,1}</RS>
  <SCHOOL INSTITUTION="" INSTITUTIONLEVEL="" REG="" RELIGIOUS="RELIGIOUSYES" STUDENTBODY="">{1,1}</SCHOOL>
  <SEXUALIDENTITY CURRENTALTERNATIVETERM="" REG="" SELF-DEFINED="SELFUNKNOWN">{1,1}</SEXUALIDENTITY>
  <SIC CORR="">{1,1}</SIC>
  <SIGNIFICANTACTIVITY PHILANTHROPYVOLUNTEER="PHILANTHROPYVOLUNTEERYES" REG="">{1,1}</SIGNIFICANTACTIVITY>
  <TCHARACTERNAME REG="">{1,1}</TCHARACTERNAME>
  <TCHARACTERTYPEROLE PROTAGONIST="">{1,1}</TCHARACTERTYPEROLE>
  <TGENRE GENRENAME="">{1,1}</TGENRE>
  <TITLE LEVEL="" REF="" REG="" REND="" STANDARD="">{1,1}</TITLE>
  <TMOTIF MOTIFNAME="">{1,1}</TMOTIF>
  <TOPIC STANDARD="">{1,1}</TOPIC>
  <TTHEMETOPIC ID="" REG="">{1,1}</TTHEMETOPIC>
</SOCALLED>
Source
<xs:element name="SOCALLED">
  <xs:annotation>
    <xs:documentation>Socalled contains a word or phrase for which the author or narrator indicates a disclaiming of responsibility, for example by the use of scare quotes or italics.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="CAUSE"/>
      <xs:element ref="DATE"/>
      <xs:element ref="DATERANGE"/>
      <xs:element ref="DENOMINATION"/>
      <xs:element ref="EMPH"/>
      <xs:element ref="EMPLOYER"/>
      <xs:element ref="FOREIGN"/>
      <xs:element ref="GENDER"/>
      <xs:element ref="JOBTITLE"/>
      <xs:element ref="NAME"/>
      <xs:element ref="NATIONALITY"/>
      <xs:element ref="NICKNAME"/>
      <xs:element ref="ORGNAME"/>
      <xs:element ref="PLACE"/>
      <xs:element ref="PLITERARYMOVEMENTS"/>
      <xs:element ref="POLITICALAFFILIATION"/>
      <xs:element ref="PSEUDONYM"/>
      <xs:element ref="PTYPEOFPRESS"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="RACECOLOUR"/>
      <xs:element ref="RS"/>
      <xs:element ref="SCHOOL"/>
      <xs:element ref="SEXUALIDENTITY"/>
      <xs:element ref="SIC"/>
      <xs:element ref="SIGNIFICANTACTIVITY"/>
      <xs:element ref="TCHARACTERNAME"/>
      <xs:element ref="TCHARACTERTYPEROLE"/>
      <xs:element ref="TGENRE"/>
      <xs:element ref="TITLE"/>
      <xs:element ref="TMOTIF"/>
      <xs:element ref="TOPIC"/>
      <xs:element ref="TTHEMETOPIC"/>
    </xs:choice>
  </xs:complexType>
</xs:element>
[ top ]
Element CAUSE
Namespace No namespace
Annotations
Cause is the element in which we capture all information
concerning the causes of death. Death often is treated with silence in traditional biographies and we do not want to repeat this silence;
thus, we emphasize the conditions of a writer's death, in particular, the cause of her death. This element will generate a list of
all the known causes of death and therefore we emphasize that the researcher, to the best of their ability, try to include a cause of
death. We wish to be able to compare writers who died from similar causes and trace significant historical factors contributing to
women's deaths. For example, we are interested in which writers died of breast cancer and when and which women committed
suicide.
Diagram
Diagram index.tmp#CAUSE_REG index.tmp#BIBCITS index.tmp#NAME index.tmp#QUOTE index.tmp#SOCALLED
Properties
content complex
mixed true
Used by
Model
Children BIBCITS, NAME, QUOTE, SOCALLED
Instance
<CAUSE REG="">
  <BIBCITS ID="">{1,1}</BIBCITS>
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <SOCALLED>{1,1}</SOCALLED>
</CAUSE>
Attributes
QName Type Use Annotation
REG optional
Reg (or
regularization) contains a reading which has been regularized or normalized in some
sense.
Source
<xs:element name="CAUSE">
  <xs:annotation>
    <xs:documentation>Cause is the element in which we capture all information concerning the causes of death. Death often is treated with silence in traditional biographies and we do not want to repeat this silence; thus, we emphasize the conditions of a writer's death, in particular, the cause of her death. This element will generate a list of all the known causes of death and therefore we emphasize that the researcher, to the best of their ability, try to include a cause of death. We wish to be able to compare writers who died from similar causes and trace significant historical factors contributing to women's deaths. For example, we are interested in which writers died of breast cancer and when and which women committed suicide.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="BIBCITS"/>
      <xs:element ref="NAME"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="SOCALLED"/>
    </xs:choice>
    <xs:attribute name="REG">
      <xs:annotation>
        <xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element QUOTE
Namespace No namespace
Annotations
The quote element is globally available and should be used
wherever you quote a source.
Diagram
Diagram index.tmp#QUOTE_DIRECT index.tmp#QUOTE_ID index.tmp#AWARDSNONLITERARY index.tmp#BIBCITS index.tmp#CAUSE index.tmp#CHILDREN index.tmp#CLASS index.tmp#COMPANION index.tmp#CONTESTEDBEHAVIOUR index.tmp#DATE index.tmp#DATERANGE index.tmp#DEGREE index.tmp#DENOMINATION index.tmp#EMPH index.tmp#EMPLOYER index.tmp#ETHNICITY index.tmp#EXTENTOFOEUVRE index.tmp#FOREIGN index.tmp#GEOGHERITAGE index.tmp#INSTRUCTOR index.tmp#JOBTITLE index.tmp#KEYWORDCLASS index.tmp#L index.tmp#LANGUAGE index.tmp#LB index.tmp#LG index.tmp#NAME index.tmp#NATIONALHERITAGE index.tmp#NATIONALITY index.tmp#ORGNAME index.tmp#PATTITUDES index.tmp#PAUTHORSHIP index.tmp#PCIRCULATION index.tmp#PDEDICATION index.tmp#PEARNINGS index.tmp#PINFLUENCESHER index.tmp#PLACE index.tmp#PLITERARYMOVEMENTS index.tmp#PMANUSCRIPTHISTORY index.tmp#PMATERIALCONDITIONS index.tmp#PMODEOFPUBLICATION index.tmp#PMOTIVES index.tmp#PNONSURVIVAL index.tmp#POLITICALAFFILIATION index.tmp#PPERFORMANCE index.tmp#PPERIODICALPUBLICATION index.tmp#PPRICE index.tmp#PRARITIESFEATURESDECORATIONS index.tmp#PROGRAM index.tmp#PSUBMISSIONSREJECTIONS index.tmp#PTYPEOFPRESS index.tmp#QUOTE index.tmp#RACECOLOUR index.tmp#RDESTRUCTIONOFWORK index.tmp#REMUNERATION index.tmp#RESEARCHNOTE index.tmp#RLANDMARKTEXT index.tmp#RPENALTIES index.tmp#RRECOGNITIONNAME index.tmp#RRECOGNITIONVALUE index.tmp#RRESPONSES index.tmp#RS index.tmp#RSELFDESCRIPTION index.tmp#RSHEINFLUENCED index.tmp#SCHOLARNOTE index.tmp#SCHOOL index.tmp#SEXUALIDENTITY index.tmp#SIC index.tmp#SIGNIFICANTACTIVITY index.tmp#SOCALLED index.tmp#SUBJECT index.tmp#TCHARACTERIZATION index.tmp#TCHARACTERNAME index.tmp#TCHARACTERTYPEROLE index.tmp#TEXT index.tmp#TGENRE index.tmp#TGENREISSUE index.tmp#TINTERTEXTUALITY index.tmp#TITLE index.tmp#TMOTIF index.tmp#TOPIC index.tmp#TPLOT index.tmp#TSETTINGDATE index.tmp#TSETTINGPLACE index.tmp#TTECHNIQUES index.tmp#TTHEMETOPIC index.tmp#TTONESTYLE index.tmp#TVOICENARRATION
Properties
content complex
mixed true
Used by
Model
Children AWARDSNONLITERARY, BIBCITS, CAUSE, CHILDREN, CLASS, COMPANION, CONTESTEDBEHAVIOUR, DATE, DATERANGE, DEGREE, DENOMINATION, EMPH, EMPLOYER, ETHNICITY, EXTENTOFOEUVRE, FOREIGN, GEOGHERITAGE, INSTRUCTOR, JOBTITLE, KEYWORDCLASS, L, LANGUAGE, LB, LG, NAME, NATIONALHERITAGE, NATIONALITY, ORGNAME, PATTITUDES, PAUTHORSHIP, PCIRCULATION, PDEDICATION, PEARNINGS, PINFLUENCESHER, PLACE, PLITERARYMOVEMENTS, PMANUSCRIPTHISTORY, PMATERIALCONDITIONS, PMODEOFPUBLICATION, PMOTIVES, PNONSURVIVAL, POLITICALAFFILIATION, PPERFORMANCE, PPERIODICALPUBLICATION, PPRICE, PRARITIESFEATURESDECORATIONS, PROGRAM, PSUBMISSIONSREJECTIONS, PTYPEOFPRESS, QUOTE, RACECOLOUR, RDESTRUCTIONOFWORK, REMUNERATION, RESEARCHNOTE, RLANDMARKTEXT, RPENALTIES, RRECOGNITIONNAME, RRECOGNITIONVALUE, RRESPONSES, RS, RSELFDESCRIPTION, RSHEINFLUENCED, SCHOLARNOTE, SCHOOL, SEXUALIDENTITY, SIC, SIGNIFICANTACTIVITY, SOCALLED, SUBJECT, TCHARACTERIZATION, TCHARACTERNAME, TCHARACTERTYPEROLE, TEXT, TGENRE, TGENREISSUE, TINTERTEXTUALITY, TITLE, TMOTIF, TOPIC, TPLOT, TSETTINGDATE, TSETTINGPLACE, TTECHNIQUES, TTHEMETOPIC, TTONESTYLE, TVOICENARRATION
Instance
<QUOTE DIRECT="Y" ID="">
  <AWARDSNONLITERARY AWARDTYPE="" REG="">{1,1}</AWARDSNONLITERARY>
  <BIBCITS ID="">{1,1}</BIBCITS>
  <CAUSE REG="">{1,1}</CAUSE>
  <CHILDREN NUMBER="">{1,1}</CHILDREN>
  <CLASS REG="" SELF-DEFINED="SELFUNKNOWN" SOCIALRANK="OTHER">{1,1}</CLASS>
  <COMPANION>{1,1}</COMPANION>
  <CONTESTEDBEHAVIOUR>{1,1}</CONTESTEDBEHAVIOUR>
  <DATE CALENDAR="NEWSTYLE" CERTAINTY="CERT" ID="" VALUE="">{1,1}</DATE>
  <DATERANGE CALENDAR="NEWSTYLE" CERTAINTY="CERT" EXACT="" FROM="" ID="" TO="">{1,1}</DATERANGE>
  <DEGREE REG="" STATUS="">{1,1}</DEGREE>
  <DENOMINATION CURRENTALTERNATIVETERM="" REG="" SELF-DEFINED="SELFUNKNOWN">{1,1}</DENOMINATION>
  <EMPH>{1,1}</EMPH>
  <EMPLOYER>{1,1}</EMPLOYER>
  <ETHNICITY FOREBEAR="FAMILY" REG="" SELF-DEFINED="SELFUNKNOWN">{1,1}</ETHNICITY>
  <EXTENTOFOEUVRE>{1,1}</EXTENTOFOEUVRE>
  <FOREIGN LANG="" REG="">{1,1}</FOREIGN>
  <GEOGHERITAGE FOREBEAR="FAMILY" REG="" SELF-DEFINED="SELFUNKNOWN">{1,1}</GEOGHERITAGE>
  <INSTRUCTOR>{1,1}</INSTRUCTOR>
  <JOBTITLE CURRENTALTERNATIVETERM="" FAMILYBUSINESS="FAMILYBUSINESSYES" HISTORICALTERM="" HISTORICALTERMCONTEXTDATE="" ID="" REG="">{1,1}</JOBTITLE>
  <KEYWORDCLASS KEYWORDTYPE="">{1,1}</KEYWORDCLASS>
  <L PART="N" RHYME="">{1,1}</L>
  <LANGUAGE COMPETENCE="OTHER" REG="">{1,1}</LANGUAGE>
  <LB>{1,1}</LB>
  <LG TYPE="">{1,1}</LG>
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <NATIONALHERITAGE CURRENTALTERNATIVETERM="" FOREBEAR="FAMILY" REG="" SELF-DEFINED="SELFUNKNOWN">{1,1}</NATIONALHERITAGE>
  <NATIONALITY CURRENTALTERNATIVETERM="" REG="" SELF-DEFINED="SELFUNKNOWN">{1,1}</NATIONALITY>
  <ORGNAME ORGTYPE="" REF="" REG="" STANDARD="" URI="">{1,1}</ORGNAME>
  <PATTITUDES>{1,1}</PATTITUDES>
  <PAUTHORSHIP AUTHORNAMETYPE="" AUTHORSHIPCONTROVERSY="" COLLABORATION="" CONTROVERSYDATE="">{1,1}</PAUTHORSHIP>
  <PCIRCULATION>{1,1}</PCIRCULATION>
  <PDEDICATION>{1,1}</PDEDICATION>
  <PEARNINGS>{1,1}</PEARNINGS>
  <PINFLUENCESHER INFLUENCETYPE="">{1,1}</PINFLUENCESHER>
  <PLACE ID="" LAT="" LONG="" REF="">{1,1}</PLACE>
  <PLITERARYMOVEMENTS INVOLVEMENT="INVOLVEMENTYES" REG="">{1,1}</PLITERARYMOVEMENTS>
  <PMANUSCRIPTHISTORY>{1,1}</PMANUSCRIPTHISTORY>
  <PMATERIALCONDITIONS DISPLACEMENT="">{1,1}</PMATERIALCONDITIONS>
  <PMODEOFPUBLICATION PUBLICATIONMODE="">{1,1}</PMODEOFPUBLICATION>
  <PMOTIVES ID="" MOTIVETYPE="">{1,1}</PMOTIVES>
  <PNONSURVIVAL TYPEOFNONSURVIVAL="">{1,1}</PNONSURVIVAL>
  <POLITICALAFFILIATION ACTIVISM="ACTIVISTYES" CURRENTALTERNATIVETERM="" ID="" INVOLVEMENT="INVOLVEMENTYES" MEMBERSHIP="MEMBERSHIPYES" REG="" WOMAN-GENDERISSUE="GENDERYES">{1,1}</POLITICALAFFILIATION>
  <PPERFORMANCE>{1,1}</PPERFORMANCE>
  <PPERIODICALPUBLICATION>{1,1}</PPERIODICALPUBLICATION>
  <PPRICE>{1,1}</PPRICE>
  <PRARITIESFEATURESDECORATIONS>{1,1}</PRARITIESFEATURESDECORATIONS>
  <PROGRAM REG="">{1,1}</PROGRAM>
  <PSUBMISSIONSREJECTIONS>{1,1}</PSUBMISSIONSREJECTIONS>
  <PTYPEOFPRESS>{1,1}</PTYPEOFPRESS>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <RACECOLOUR FOREBEAR="FAMILY" REG="" SELF-DEFINED="SELFUNKNOWN">{1,1}</RACECOLOUR>
  <RDESTRUCTIONOFWORK DESTROYEDBY="">{1,1}</RDESTRUCTIONOFWORK>
  <REMUNERATION>{1,1}</REMUNERATION>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <RLANDMARKTEXT>{1,1}</RLANDMARKTEXT>
  <RPENALTIES CENSORSHIP="" CONTROVERSY="">{1,1}</RPENALTIES>
  <RRECOGNITIONNAME REG="">{1,1}</RRECOGNITIONNAME>
  <RRECOGNITIONVALUE>{1,1}</RRECOGNITIONVALUE>
  <RRESPONSES FORMALITY="" GENDEREDRESPONSE="" RESPONSETYPE="">{1,1}</RRESPONSES>
  <RS REG="" TYPE="">{1,1}</RS>
  <RSELFDESCRIPTION>{1,1}</RSELFDESCRIPTION>
  <RSHEINFLUENCED>{1,1}</RSHEINFLUENCED>
  <SCHOLARNOTE>{1,1}</SCHOLARNOTE>
  <SCHOOL INSTITUTION="" INSTITUTIONLEVEL="" REG="" RELIGIOUS="RELIGIOUSYES" STUDENTBODY="">{1,1}</SCHOOL>
  <SEXUALIDENTITY CURRENTALTERNATIVETERM="" REG="" SELF-DEFINED="SELFUNKNOWN">{1,1}</SEXUALIDENTITY>
  <SIC CORR="">{1,1}</SIC>
  <SIGNIFICANTACTIVITY PHILANTHROPYVOLUNTEER="PHILANTHROPYVOLUNTEERYES" REG="">{1,1}</SIGNIFICANTACTIVITY>
  <SOCALLED>{1,1}</SOCALLED>
  <SUBJECT REG="">{1,1}</SUBJECT>
  <TCHARACTERIZATION>{1,1}</TCHARACTERIZATION>
  <TCHARACTERNAME REG="">{1,1}</TCHARACTERNAME>
  <TCHARACTERTYPEROLE PROTAGONIST="">{1,1}</TCHARACTERTYPEROLE>
  <TEXT REG="">{1,1}</TEXT>
  <TGENRE GENRENAME="">{1,1}</TGENRE>
  <TGENREISSUE>{1,1}</TGENREISSUE>
  <TINTERTEXTUALITY GENDEROFAUTHOR="" INTERTEXTTYPE="">{1,1}</TINTERTEXTUALITY>
  <TITLE LEVEL="" REF="" REG="" REND="" STANDARD="">{1,1}</TITLE>
  <TMOTIF MOTIFNAME="">{1,1}</TMOTIF>
  <TOPIC STANDARD="">{1,1}</TOPIC>
  <TPLOT>{1,1}</TPLOT>
  <TSETTINGDATE SETTINGDATETYPE="">{1,1}</TSETTINGDATE>
  <TSETTINGPLACE SETTINGCLASS="" SETTINGPLACETYPE="">{1,1}</TSETTINGPLACE>
  <TTECHNIQUES TECHNIQUETYPE="">{1,1}</TTECHNIQUES>
  <TTHEMETOPIC ID="" REG="">{1,1}</TTHEMETOPIC>
  <TTONESTYLE EXPERIMENTAL="">{1,1}</TTONESTYLE>
  <TVOICENARRATION>{1,1}</TVOICENARRATION>
</QUOTE>
Attributes
QName Type Default Use Annotation
DIRECT restriction of xs:token Y optional
Direct is an attribute of the quote element and is
intended to indicate whether a source is being quoted directly or indirectly. For display purposes, it will be necessary to set
off direct quotations (double quotation marks) from indirect ones (single quotation marks).
ID xs:NCName optional
Source
<xs:element name="QUOTE">
  <xs:annotation>
    <xs:documentation>The quote element is globally available and should be used wherever you quote a source.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="AWARDSNONLITERARY"/>
      <xs:element ref="BIBCITS"/>
      <xs:element ref="CAUSE"/>
      <xs:element ref="CHILDREN"/>
      <xs:element ref="CLASS"/>
      <xs:element ref="COMPANION"/>
      <xs:element ref="CONTESTEDBEHAVIOUR"/>
      <xs:element ref="DATE"/>
      <xs:element ref="DATERANGE"/>
      <xs:element ref="DEGREE"/>
      <xs:element ref="DENOMINATION"/>
      <xs:element ref="EMPH"/>
      <xs:element ref="EMPLOYER"/>
      <xs:element ref="ETHNICITY"/>
      <xs:element ref="EXTENTOFOEUVRE"/>
      <xs:element ref="FOREIGN"/>
      <xs:element ref="GEOGHERITAGE"/>
      <xs:element ref="INSTRUCTOR"/>
      <xs:element ref="JOBTITLE"/>
      <xs:element ref="KEYWORDCLASS"/>
      <xs:element ref="L"/>
      <xs:element ref="LANGUAGE"/>
      <xs:element ref="LB"/>
      <xs:element ref="LG"/>
      <xs:element ref="NAME"/>
      <xs:element ref="NATIONALHERITAGE"/>
      <xs:element ref="NATIONALITY"/>
      <xs:element ref="ORGNAME"/>
      <xs:element ref="PATTITUDES"/>
      <xs:element ref="PAUTHORSHIP"/>
      <xs:element ref="PCIRCULATION"/>
      <xs:element ref="PDEDICATION"/>
      <xs:element ref="PEARNINGS"/>
      <xs:element ref="PINFLUENCESHER"/>
      <xs:element ref="PLACE"/>
      <xs:element ref="PLITERARYMOVEMENTS"/>
      <xs:element ref="PMANUSCRIPTHISTORY"/>
      <xs:element ref="PMATERIALCONDITIONS"/>
      <xs:element ref="PMODEOFPUBLICATION"/>
      <xs:element ref="PMOTIVES"/>
      <xs:element ref="PNONSURVIVAL"/>
      <xs:element ref="POLITICALAFFILIATION"/>
      <xs:element ref="PPERFORMANCE"/>
      <xs:element ref="PPERIODICALPUBLICATION"/>
      <xs:element ref="PPRICE"/>
      <xs:element ref="PRARITIESFEATURESDECORATIONS"/>
      <xs:element ref="PROGRAM"/>
      <xs:element ref="PSUBMISSIONSREJECTIONS"/>
      <xs:element ref="PTYPEOFPRESS"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="RACECOLOUR"/>
      <xs:element ref="RDESTRUCTIONOFWORK"/>
      <xs:element ref="REMUNERATION"/>
      <xs:element ref="RESEARCHNOTE"/>
      <xs:element ref="RLANDMARKTEXT"/>
      <xs:element ref="RPENALTIES"/>
      <xs:element ref="RRECOGNITIONNAME"/>
      <xs:element ref="RRECOGNITIONVALUE"/>
      <xs:element ref="RRESPONSES"/>
      <xs:element ref="RS"/>
      <xs:element ref="RSELFDESCRIPTION"/>
      <xs:element ref="RSHEINFLUENCED"/>
      <xs:element ref="SCHOLARNOTE"/>
      <xs:element ref="SCHOOL"/>
      <xs:element ref="SEXUALIDENTITY"/>
      <xs:element ref="SIC"/>
      <xs:element ref="SIGNIFICANTACTIVITY"/>
      <xs:element ref="SOCALLED"/>
      <xs:element ref="SUBJECT"/>
      <xs:element ref="TCHARACTERIZATION"/>
      <xs:element ref="TCHARACTERNAME"/>
      <xs:element ref="TCHARACTERTYPEROLE"/>
      <xs:element ref="TEXT"/>
      <xs:element ref="TGENRE"/>
      <xs:element ref="TGENREISSUE"/>
      <xs:element ref="TINTERTEXTUALITY"/>
      <xs:element ref="TITLE"/>
      <xs:element ref="TMOTIF"/>
      <xs:element ref="TOPIC"/>
      <xs:element ref="TPLOT"/>
      <xs:element ref="TSETTINGDATE"/>
      <xs:element ref="TSETTINGPLACE"/>
      <xs:element ref="TTECHNIQUES"/>
      <xs:element ref="TTHEMETOPIC"/>
      <xs:element ref="TTONESTYLE"/>
      <xs:element ref="TVOICENARRATION"/>
    </xs:choice>
    <xs:attribute name="DIRECT" default="Y">
      <xs:annotation>
        <xs:documentation>Direct is an attribute of the quote element and is intended to indicate whether a source is being quoted directly or indirectly. For display purposes, it will be necessary to set off direct quotations (double quotation marks) from indirect ones (single quotation marks).</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="Y"/>
          <xs:enumeration value="N"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="ID" type="xs:NCName"/>
  </xs:complexType>
</xs:element>
[ top ]
Element AWARDSNONLITERARY
Namespace No namespace
Annotations
This element captures important educational awards given to
women writers.
Diagram
Diagram index.tmp#AWARDSNONLITERARY_AWARDTYPE index.tmp#AWARDSNONLITERARY_REG index.tmp#FOREIGN index.tmp#ORGNAME index.tmp#QUOTE index.tmp#RESEARCHNOTE index.tmp#SCHOOL index.tmp#SOCALLED index.tmp#SUBJECT index.tmp#TEXT
Properties
content complex
mixed true
Used by
Elements CHRONPROSE, DATAITEM, P, QUOTE
Model
Children FOREIGN, ORGNAME, QUOTE, RESEARCHNOTE, SCHOOL, SOCALLED, SUBJECT, TEXT
Instance
<AWARDSNONLITERARY AWARDTYPE="" REG="">
  <FOREIGN LANG="" REG="">{1,1}</FOREIGN>
  <ORGNAME ORGTYPE="" REF="" REG="" STANDARD="" URI="">{1,1}</ORGNAME>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <SCHOOL INSTITUTION="" INSTITUTIONLEVEL="" REG="" RELIGIOUS="RELIGIOUSYES" STUDENTBODY="">{1,1}</SCHOOL>
  <SOCALLED>{1,1}</SOCALLED>
  <SUBJECT REG="">{1,1}</SUBJECT>
  <TEXT REG="">{1,1}</TEXT>
</AWARDSNONLITERARY>
Attributes
QName Type Use Annotation
AWARDTYPE restriction of xs:token optional
This attribute distinguishes between the different
kinds of awards: "scholarship," "prize," and "other." An entrance scholarship to Oxford is
different from winning first prize in a Spelling Bee and distinguishing between awards will help understand the material
conditions affecting women's access to education.
REG optional
Reg (or
regularization) contains a reading which has been regularized or normalized in some
sense.
Source
<xs:element name="AWARDSNONLITERARY">
  <xs:annotation>
    <xs:documentation>This element captures important educational awards given to women writers.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="FOREIGN"/>
      <xs:element ref="ORGNAME"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="RESEARCHNOTE"/>
      <xs:element ref="SCHOOL"/>
      <xs:element ref="SOCALLED"/>
      <xs:element ref="SUBJECT"/>
      <xs:element ref="TEXT"/>
    </xs:choice>
    <xs:attribute name="AWARDTYPE">
      <xs:annotation>
        <xs:documentation>This attribute distinguishes between the different kinds of awards: "scholarship," "prize," and "other." An entrance scholarship to Oxford is different from winning first prize in a Spelling Bee and distinguishing between awards will help understand the material conditions affecting women's access to education.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="SCHOLARSHIP"/>
          <xs:enumeration value="PRIZE"/>
          <xs:enumeration value="OTHER"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="REG">
      <xs:annotation>
        <xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element FOREIGN
Namespace No namespace
Annotations
The foreign element identifies a word or phrase as belonging
to some language other than that of the surrounding text.
Diagram
Diagram index.tmp#FOREIGN_LANG index.tmp#FOREIGN_REG index.tmp#EMPH index.tmp#NAME index.tmp#ORGNAME index.tmp#PLACE index.tmp#QUOTE index.tmp#SIC index.tmp#SOCALLED index.tmp#TCHARACTERTYPEROLE index.tmp#TGENRE index.tmp#TMOTIF
Properties
content complex
mixed true
Used by
Model
Children EMPH, NAME, ORGNAME, PLACE, QUOTE, SIC, SOCALLED, TCHARACTERTYPEROLE, TGENRE, TMOTIF
Instance
<FOREIGN LANG="" REG="">
  <EMPH>{1,1}</EMPH>
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <ORGNAME ORGTYPE="" REF="" REG="" STANDARD="" URI="">{1,1}</ORGNAME>
  <PLACE ID="" LAT="" LONG="" REF="">{1,1}</PLACE>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <SIC CORR="">{1,1}</SIC>
  <SOCALLED>{1,1}</SOCALLED>
  <TCHARACTERTYPEROLE PROTAGONIST="">{1,1}</TCHARACTERTYPEROLE>
  <TGENRE GENRENAME="">{1,1}</TGENRE>
  <TMOTIF MOTIFNAME="">{1,1}</TMOTIF>
</FOREIGN>
Attributes
QName Type Use Annotation
LANG optional
This optional attribute of the foreign element
contains the name of the language that foreign word or phrase has been written in. Having such information will allow us to
isolate different languages for checking and searching purposes.
REG optional
Reg (or
regularization) contains a reading which has been regularized or normalized in some
sense.
Source
<xs:element name="FOREIGN">
  <xs:annotation>
    <xs:documentation>The foreign element identifies a word or phrase as belonging to some language other than that of the surrounding text.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="EMPH"/>
      <xs:element ref="NAME"/>
      <xs:element ref="ORGNAME"/>
      <xs:element ref="PLACE"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="SIC"/>
      <xs:element ref="SOCALLED"/>
      <xs:element ref="TCHARACTERTYPEROLE"/>
      <xs:element ref="TGENRE"/>
      <xs:element ref="TMOTIF"/>
    </xs:choice>
    <xs:attribute name="LANG">
      <xs:annotation>
        <xs:documentation>This optional attribute of the foreign element contains the name of the language that foreign word or phrase has been written in. Having such information will allow us to isolate different languages for checking and searching purposes.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="REG">
      <xs:annotation>
        <xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element EMPH
Namespace No namespace
Annotations
Short for emphasis, emph is an element that marks words or
phrases which are stressed or emphasized for linguistic or rhetorical effect.
Diagram
Diagram index.tmp#DENOMINATION index.tmp#FOREIGN index.tmp#NAME index.tmp#PLACE index.tmp#QUOTE index.tmp#RESEARCHNOTE index.tmp#SIC index.tmp#SOCALLED index.tmp#TGENRE index.tmp#TMOTIF index.tmp#TOPIC index.tmp#TTHEMETOPIC
Properties
content complex
mixed true
Used by
Model
Children DENOMINATION, FOREIGN, NAME, PLACE, QUOTE, RESEARCHNOTE, SIC, SOCALLED, TGENRE, TMOTIF, TOPIC, TTHEMETOPIC
Instance
<EMPH>
  <DENOMINATION CURRENTALTERNATIVETERM="" REG="" SELF-DEFINED="SELFUNKNOWN">{1,1}</DENOMINATION>
  <FOREIGN LANG="" REG="">{1,1}</FOREIGN>
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <PLACE ID="" LAT="" LONG="" REF="">{1,1}</PLACE>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <SIC CORR="">{1,1}</SIC>
  <SOCALLED>{1,1}</SOCALLED>
  <TGENRE GENRENAME="">{1,1}</TGENRE>
  <TMOTIF MOTIFNAME="">{1,1}</TMOTIF>
  <TOPIC STANDARD="">{1,1}</TOPIC>
  <TTHEMETOPIC ID="" REG="">{1,1}</TTHEMETOPIC>
</EMPH>
Source
<xs:element name="EMPH">
  <xs:annotation>
    <xs:documentation>Short for emphasis, emph is an element that marks words or phrases which are stressed or emphasized for linguistic or rhetorical effect.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="DENOMINATION"/>
      <xs:element ref="FOREIGN"/>
      <xs:element ref="NAME"/>
      <xs:element ref="PLACE"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="RESEARCHNOTE"/>
      <xs:element ref="SIC"/>
      <xs:element ref="SOCALLED"/>
      <xs:element ref="TGENRE"/>
      <xs:element ref="TMOTIF"/>
      <xs:element ref="TOPIC"/>
      <xs:element ref="TTHEMETOPIC"/>
    </xs:choice>
  </xs:complexType>
</xs:element>
[ top ]
Element DENOMINATION
Namespace No namespace
Annotations
Denomination captures the names of religious denominations
associated with a person's life. We are defining denomination very broadly to include a wide range of categories from Christian to
atheist to Seekers to Clapham Sect. While we recognize that many of the denominations listed below are conceptually different (for
example, Buddhhierarchicalism is on a different hierarchical, conceptual level than Calvinist), for the purposes of this Project we are
overlooking these distinctions.
Diagram
Diagram index.tmp#DENOMINATION_CURRENTALTERNATIVETERM index.tmp#DENOMINATION_REG index.tmp#DENOMINATION_SELF-DEFINED index.tmp#BIBCITS index.tmp#ETHNICITY index.tmp#NAME index.tmp#NATIONALHERITAGE index.tmp#ORGNAME index.tmp#QUOTE index.tmp#RESEARCHNOTE index.tmp#SOCALLED
Properties
content complex
mixed true
Used by
Model
Children BIBCITS, ETHNICITY, NAME, NATIONALHERITAGE, ORGNAME, QUOTE, RESEARCHNOTE, SOCALLED
Instance
<DENOMINATION CURRENTALTERNATIVETERM="" REG="" SELF-DEFINED="SELFUNKNOWN">
  <BIBCITS ID="">{1,1}</BIBCITS>
  <ETHNICITY FOREBEAR="FAMILY" REG="" SELF-DEFINED="SELFUNKNOWN">{1,1}</ETHNICITY>
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <NATIONALHERITAGE CURRENTALTERNATIVETERM="" FOREBEAR="FAMILY" REG="" SELF-DEFINED="SELFUNKNOWN">{1,1}</NATIONALHERITAGE>
  <ORGNAME ORGTYPE="" REF="" REG="" STANDARD="" URI="">{1,1}</ORGNAME>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <SOCALLED>{1,1}</SOCALLED>
</DENOMINATION>
Attributes
QName Type Default Use Annotation
CURRENTALTERNATIVETERM optional
REG optional
Reg (or
regularization) contains a reading which has been regularized or normalized in some
sense.
SELF-DEFINED restriction of xs:token SELFUNKNOWN optional
Self-defined is an attribute attached to all identity
categories within biography. Its purpose is to distinguish between people who place themselves within an identity category (i.e.,
"Jeannette Winterson identifies as lesbian") and those whom we place in that category though they themselves did not
(i.e., "While she denied being a lesbian, she maintained relationships with women throughout her life"). This attribute
acknowledges the importance of personal, political and historical placements of one's own subject position; it assumes that
identities are not simply labels we assign to other people but shifting categories which we both place ourselves within, and, in
which history places us.
Source
<xs:element name="DENOMINATION">
  <xs:annotation>
    <xs:documentation>Denomination captures the names of religious denominations associated with a person's life. We are defining denomination very broadly to include a wide range of categories from Christian to atheist to Seekers to Clapham Sect. While we recognize that many of the denominations listed below are conceptually different (for example, Buddhhierarchicalism is on a different hierarchical, conceptual level than Calvinist), for the purposes of this Project we are overlooking these distinctions.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="BIBCITS"/>
      <xs:element ref="ETHNICITY"/>
      <xs:element ref="NAME"/>
      <xs:element ref="NATIONALHERITAGE"/>
      <xs:element ref="ORGNAME"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="RESEARCHNOTE"/>
      <xs:element ref="SOCALLED"/>
    </xs:choice>
    <xs:attribute name="CURRENTALTERNATIVETERM"/>
    <xs:attribute name="REG">
      <xs:annotation>
        <xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="SELF-DEFINED" default="SELFUNKNOWN">
      <xs:annotation>
        <xs:documentation>Self-defined is an attribute attached to all identity categories within biography. Its purpose is to distinguish between people who place themselves within an identity category (i.e., "Jeannette Winterson identifies as lesbian") and those whom we place in that category though they themselves did not (i.e., "While she denied being a lesbian, she maintained relationships with women throughout her life"). This attribute acknowledges the importance of personal, political and historical placements of one's own subject position; it assumes that identities are not simply labels we assign to other people but shifting categories which we both place ourselves within, and, in which history places us.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="SELFYES"/>
          <xs:enumeration value="SELFNO"/>
          <xs:enumeration value="SELFUNKNOWN"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element ETHNICITY
Namespace No namespace
Annotations
Ethnicity captures information about a person's ethnic
position. See raceAndEthnicity for a detailed description of the complexities of this element.
Diagram
Diagram index.tmp#ETHNICITY_FOREBEAR index.tmp#ETHNICITY_REG index.tmp#ETHNICITY_SELF-DEFINED index.tmp#DATE index.tmp#DENOMINATION index.tmp#GEOGHERITAGE index.tmp#NATIONALHERITAGE index.tmp#NATIONALITY index.tmp#QUOTE index.tmp#RACECOLOUR
Properties
content complex
mixed true
Used by
Model
Children DATE, DENOMINATION, GEOGHERITAGE, NATIONALHERITAGE, NATIONALITY, QUOTE, RACECOLOUR
Instance
<ETHNICITY FOREBEAR="FAMILY" REG="" SELF-DEFINED="SELFUNKNOWN">
  <DATE CALENDAR="NEWSTYLE" CERTAINTY="CERT" ID="" VALUE="">{1,1}</DATE>
  <DENOMINATION CURRENTALTERNATIVETERM="" REG="" SELF-DEFINED="SELFUNKNOWN">{1,1}</DENOMINATION>
  <GEOGHERITAGE FOREBEAR="FAMILY" REG="" SELF-DEFINED="SELFUNKNOWN">{1,1}</GEOGHERITAGE>
  <NATIONALHERITAGE CURRENTALTERNATIVETERM="" FOREBEAR="FAMILY" REG="" SELF-DEFINED="SELFUNKNOWN">{1,1}</NATIONALHERITAGE>
  <NATIONALITY CURRENTALTERNATIVETERM="" REG="" SELF-DEFINED="SELFUNKNOWN">{1,1}</NATIONALITY>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <RACECOLOUR FOREBEAR="FAMILY" REG="" SELF-DEFINED="SELFUNKNOWN">{1,1}</RACECOLOUR>
</ETHNICITY>
Attributes
QName Type Default Use Annotation
FOREBEAR restriction of xs:token FAMILY optional
This optional attribute is attached to various
categories within culturalFormation. It allows the tagger to specify the family member to which the information in the element
applies.
REG xs:NCName optional
Reg (or
regularization) contains a reading which has been regularized or normalized in some
sense.
SELF-DEFINED restriction of xs:token SELFUNKNOWN optional
Self-defined is an attribute attached to all identity
categories within biography. Its purpose is to distinguish between people who place themselves within an identity category (i.e.,
"Jeannette Winterson identifies as lesbian") and those whom we place in that category though they themselves did not
(i.e., "While she denied being a lesbian, she maintained relationships with women throughout her life"). This attribute
acknowledges the importance of personal, political and historical placements of one's own subject position; it assumes that
identities are not simply labels we assign to other people but shifting categories which we both place ourselves within, and, in
which history places us.
Source
<xs:element name="ETHNICITY">
  <xs:annotation>
    <xs:documentation>Ethnicity captures information about a person's ethnic position. See raceAndEthnicity for a detailed description of the complexities of this element.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="DATE"/>
      <xs:element ref="DENOMINATION"/>
      <xs:element ref="GEOGHERITAGE"/>
      <xs:element ref="NATIONALHERITAGE"/>
      <xs:element ref="NATIONALITY"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="RACECOLOUR"/>
    </xs:choice>
    <xs:attribute name="FOREBEAR" default="FAMILY">
      <xs:annotation>
        <xs:documentation>This optional attribute is attached to various categories within culturalFormation. It allows the tagger to specify the family member to which the information in the element applies.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="FATHER"/>
          <xs:enumeration value="MOTHER"/>
          <xs:enumeration value="PARENTS"/>
          <xs:enumeration value="GRANDFATHER"/>
          <xs:enumeration value="GRANDMOTHER"/>
          <xs:enumeration value="GRANDPARENTS"/>
          <xs:enumeration value="AUNT"/>
          <xs:enumeration value="UNCLE"/>
          <xs:enumeration value="OTHER"/>
          <xs:enumeration value="FAMILY"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="REG" type="xs:NCName">
      <xs:annotation>
        <xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="SELF-DEFINED" default="SELFUNKNOWN">
      <xs:annotation>
        <xs:documentation>Self-defined is an attribute attached to all identity categories within biography. Its purpose is to distinguish between people who place themselves within an identity category (i.e., "Jeannette Winterson identifies as lesbian") and those whom we place in that category though they themselves did not (i.e., "While she denied being a lesbian, she maintained relationships with women throughout her life"). This attribute acknowledges the importance of personal, political and historical placements of one's own subject position; it assumes that identities are not simply labels we assign to other people but shifting categories which we both place ourselves within, and, in which history places us.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="SELFYES"/>
          <xs:enumeration value="SELFNO"/>
          <xs:enumeration value="SELFUNKNOWN"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element GEOGHERITAGE
Namespace No namespace
Annotations
GeogHeritage captures information about the geographical
origins of a person's family which often contributes to an understanding of their racial and ethnic background. It offers a way to
capture women identified as "South-Asian," for example, when no more precise national heritage is indicated. See
raceAndEthnicity for a detailed description of the complexities of this element.
Diagram
Diagram index.tmp#GEOGHERITAGE_FOREBEAR index.tmp#GEOGHERITAGE_REG index.tmp#GEOGHERITAGE_SELF-DEFINED index.tmp#BIBCITS index.tmp#CLASS index.tmp#DENOMINATION index.tmp#ETHNICITY index.tmp#NAME index.tmp#NATIONALHERITAGE index.tmp#NATIONALITY index.tmp#PLACE index.tmp#QUOTE index.tmp#RACECOLOUR index.tmp#RESEARCHNOTE index.tmp#SOCALLED
Properties
content complex
mixed true
Used by
Model
Children BIBCITS, CLASS, DENOMINATION, ETHNICITY, NAME, NATIONALHERITAGE, NATIONALITY, PLACE, QUOTE, RACECOLOUR, RESEARCHNOTE, SOCALLED
Instance
<GEOGHERITAGE FOREBEAR="FAMILY" REG="" SELF-DEFINED="SELFUNKNOWN">
  <BIBCITS ID="">{1,1}</BIBCITS>
  <CLASS REG="" SELF-DEFINED="SELFUNKNOWN" SOCIALRANK="OTHER">{1,1}</CLASS>
  <DENOMINATION CURRENTALTERNATIVETERM="" REG="" SELF-DEFINED="SELFUNKNOWN">{1,1}</DENOMINATION>
  <ETHNICITY FOREBEAR="FAMILY" REG="" SELF-DEFINED="SELFUNKNOWN">{1,1}</ETHNICITY>
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <NATIONALHERITAGE CURRENTALTERNATIVETERM="" FOREBEAR="FAMILY" REG="" SELF-DEFINED="SELFUNKNOWN">{1,1}</NATIONALHERITAGE>
  <NATIONALITY CURRENTALTERNATIVETERM="" REG="" SELF-DEFINED="SELFUNKNOWN">{1,1}</NATIONALITY>
  <PLACE ID="" LAT="" LONG="" REF="">{1,1}</PLACE>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <RACECOLOUR FOREBEAR="FAMILY" REG="" SELF-DEFINED="SELFUNKNOWN">{1,1}</RACECOLOUR>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <SOCALLED>{1,1}</SOCALLED>
</GEOGHERITAGE>
Attributes
QName Type Default Use Annotation
FOREBEAR restriction of xs:token FAMILY optional
This optional attribute is attached to various
categories within culturalFormation. It allows the tagger to specify the family member to which the information in the element
applies.
REG optional
Reg (or
regularization) contains a reading which has been regularized or normalized in some
sense.
SELF-DEFINED restriction of xs:token SELFUNKNOWN optional
Self-defined is an attribute attached to all identity
categories within biography. Its purpose is to distinguish between people who place themselves within an identity category (i.e.,
"Jeannette Winterson identifies as lesbian") and those whom we place in that category though they themselves did not
(i.e., "While she denied being a lesbian, she maintained relationships with women throughout her life"). This attribute
acknowledges the importance of personal, political and historical placements of one's own subject position; it assumes that
identities are not simply labels we assign to other people but shifting categories which we both place ourselves within, and, in
which history places us.
Source
<xs:element name="GEOGHERITAGE">
  <xs:annotation>
    <xs:documentation>GeogHeritage captures information about the geographical origins of a person's family which often contributes to an understanding of their racial and ethnic background. It offers a way to capture women identified as "South-Asian," for example, when no more precise national heritage is indicated. See raceAndEthnicity for a detailed description of the complexities of this element.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="BIBCITS"/>
      <xs:element ref="CLASS"/>
      <xs:element ref="DENOMINATION"/>
      <xs:element ref="ETHNICITY"/>
      <xs:element ref="NAME"/>
      <xs:element ref="NATIONALHERITAGE"/>
      <xs:element ref="NATIONALITY"/>
      <xs:element ref="PLACE"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="RACECOLOUR"/>
      <xs:element ref="RESEARCHNOTE"/>
      <xs:element ref="SOCALLED"/>
    </xs:choice>
    <xs:attribute name="FOREBEAR" default="FAMILY">
      <xs:annotation>
        <xs:documentation>This optional attribute is attached to various categories within culturalFormation. It allows the tagger to specify the family member to which the information in the element applies.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="FATHER"/>
          <xs:enumeration value="MOTHER"/>
          <xs:enumeration value="PARENTS"/>
          <xs:enumeration value="GRANDFATHER"/>
          <xs:enumeration value="GRANDMOTHER"/>
          <xs:enumeration value="GRANDPARENTS"/>
          <xs:enumeration value="AUNT"/>
          <xs:enumeration value="UNCLE"/>
          <xs:enumeration value="OTHER"/>
          <xs:enumeration value="FAMILY"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="REG">
      <xs:annotation>
        <xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="SELF-DEFINED" default="SELFUNKNOWN">
      <xs:annotation>
        <xs:documentation>Self-defined is an attribute attached to all identity categories within biography. Its purpose is to distinguish between people who place themselves within an identity category (i.e., "Jeannette Winterson identifies as lesbian") and those whom we place in that category though they themselves did not (i.e., "While she denied being a lesbian, she maintained relationships with women throughout her life"). This attribute acknowledges the importance of personal, political and historical placements of one's own subject position; it assumes that identities are not simply labels we assign to other people but shifting categories which we both place ourselves within, and, in which history places us.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="SELFYES"/>
          <xs:enumeration value="SELFNO"/>
          <xs:enumeration value="SELFUNKNOWN"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element CLASS
Namespace No namespace
Annotations
This sub-element within culturalFormation and classIssue
captures the specific class category of the subject of the biography. Unlike classIssue which contains detailed discussion of her class
position, class is meant to capture an identifying word or phrase. We hope to provide our end-users with a list of women writers who were
working-class or aristocratic and this tag will allow us to generate such a list.
Diagram
Diagram index.tmp#CLASS_REG index.tmp#CLASS_SELF-DEFINED index.tmp#CLASS_SOCIALRANK index.tmp#BIBCITS index.tmp#DENOMINATION index.tmp#EMPH index.tmp#FOREIGN index.tmp#NATIONALHERITAGE index.tmp#NATIONALITY index.tmp#ORGNAME index.tmp#PLACE index.tmp#QUOTE index.tmp#RACECOLOUR index.tmp#RESEARCHNOTE index.tmp#SOCALLED
Properties
content complex
mixed true
Used by
Model
Children BIBCITS, DENOMINATION, EMPH, FOREIGN, NATIONALHERITAGE, NATIONALITY, ORGNAME, PLACE, QUOTE, RACECOLOUR, RESEARCHNOTE, SOCALLED
Instance
<CLASS REG="" SELF-DEFINED="SELFUNKNOWN" SOCIALRANK="OTHER">
  <BIBCITS ID="">{1,1}</BIBCITS>
  <DENOMINATION CURRENTALTERNATIVETERM="" REG="" SELF-DEFINED="SELFUNKNOWN">{1,1}</DENOMINATION>
  <EMPH>{1,1}</EMPH>
  <FOREIGN LANG="" REG="">{1,1}</FOREIGN>
  <NATIONALHERITAGE CURRENTALTERNATIVETERM="" FOREBEAR="FAMILY" REG="" SELF-DEFINED="SELFUNKNOWN">{1,1}</NATIONALHERITAGE>
  <NATIONALITY CURRENTALTERNATIVETERM="" REG="" SELF-DEFINED="SELFUNKNOWN">{1,1}</NATIONALITY>
  <ORGNAME ORGTYPE="" REF="" REG="" STANDARD="" URI="">{1,1}</ORGNAME>
  <PLACE ID="" LAT="" LONG="" REF="">{1,1}</PLACE>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <RACECOLOUR FOREBEAR="FAMILY" REG="" SELF-DEFINED="SELFUNKNOWN">{1,1}</RACECOLOUR>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <SOCALLED>{1,1}</SOCALLED>
</CLASS>
Attributes
QName Type Default Use Annotation
REG optional
Reg (or
regularization) contains a reading which has been regularized or normalized in some
sense.
SELF-DEFINED restriction of xs:token SELFUNKNOWN optional
Self-defined is an attribute attached to all identity
categories within biography. Its purpose is to distinguish between people who place themselves within an identity category (i.e.,
"Jeannette Winterson identifies as lesbian") and those whom we place in that category though they themselves did not
(i.e., "While she denied being a lesbian, she maintained relationships with women throughout her life"). This attribute
acknowledges the importance of personal, political and historical placements of one's own subject position; it assumes that
identities are not simply labels we assign to other people but shifting categories which we both place ourselves within, and, in
which history places us.
SOCIALRANK restriction of xs:token OTHER optional
Socialrank, an optional attribute for class, provides
a structured vocabulary for class position. Systematizing class position by using the social rank attribute, allows the tagger
the freedom to use whatever term is most applicable in the prose.
Source
<xs:element name="CLASS">
  <xs:annotation>
    <xs:documentation>This sub-element within culturalFormation and classIssue captures the specific class category of the subject of the biography. Unlike classIssue which contains detailed discussion of her class position, class is meant to capture an identifying word or phrase. We hope to provide our end-users with a list of women writers who were working-class or aristocratic and this tag will allow us to generate such a list.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="BIBCITS"/>
      <xs:element ref="DENOMINATION"/>
      <xs:element ref="EMPH"/>
      <xs:element ref="FOREIGN"/>
      <xs:element ref="NATIONALHERITAGE"/>
      <xs:element ref="NATIONALITY"/>
      <xs:element ref="ORGNAME"/>
      <xs:element ref="PLACE"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="RACECOLOUR"/>
      <xs:element ref="RESEARCHNOTE"/>
      <xs:element ref="SOCALLED"/>
    </xs:choice>
    <xs:attribute name="REG">
      <xs:annotation>
        <xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="SELF-DEFINED" default="SELFUNKNOWN">
      <xs:annotation>
        <xs:documentation>Self-defined is an attribute attached to all identity categories within biography. Its purpose is to distinguish between people who place themselves within an identity category (i.e., "Jeannette Winterson identifies as lesbian") and those whom we place in that category though they themselves did not (i.e., "While she denied being a lesbian, she maintained relationships with women throughout her life"). This attribute acknowledges the importance of personal, political and historical placements of one's own subject position; it assumes that identities are not simply labels we assign to other people but shifting categories which we both place ourselves within, and, in which history places us.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="SELFYES"/>
          <xs:enumeration value="SELFNO"/>
          <xs:enumeration value="SELFUNKNOWN"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="SOCIALRANK" default="OTHER">
      <xs:annotation>
        <xs:documentation>Socialrank, an optional attribute for class, provides a structured vocabulary for class position. Systematizing class position by using the social rank attribute, allows the tagger the freedom to use whatever term is most applicable in the prose.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="OTHER"/>
          <xs:enumeration value="NOBILITY">
            <xs:annotation>
              <xs:documentation>nobility: holding a title or close family relation to someone holding a title (LMWM, Lord Byron, Nancy Mitford)</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="GENTRY">
            <xs:annotation>
              <xs:documentation>gentry: property-owning or related to same, can be in stocks and bonds. Begins in the idea of owning arms and having a coat of arms. Distinguished from Nobility in so far as money is not necessarily related to blood and title. Disinterested gentlemen are of this class (ie Jane Austen).</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="MANAGERIAL">
            <xs:annotation>
              <xs:documentation>managerial: station in life comes from the fact that they are running something but not putting their money into it, e.g. salaried civil service, bankers, hospital administrators.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="PROFESSIONAL">
            <xs:annotation>
              <xs:documentation>professional: Professional: Doctors, lawyers, guild, high calling, social respect, intellectual requirements, clergy (Church of England) (ie Ann Hunter [married to a surgeon], Virginia Woolf).</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="ENTREPRENEURIAL-INDUSTRIALIST">
            <xs:annotation>
              <xs:documentation>entrepreneurial-industrialist: Running factories, investing money (ie Elizabeth Gaskell, Elizabeth Montagu, Beatrice Webb).</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="SHOPKEEPERS">
            <xs:annotation>
              <xs:documentation>shopkeepers: owns and runs a pub or shop. Similar to an industrialist but to a lesser degree of magnitude.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="LOWER-MIDDLECLASS">
            <xs:annotation>
              <xs:documentation>lower-middleClass: employees, clerical workers, teachers, governesses. Note, however, that some teachers go into Professional (Mr. Chips) and women starting schools and then managing them also go into Professional.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="YEOMAN-FARMER">
            <xs:annotation>
              <xs:documentation>yeoman-farmer: own just enough land to support themselves if they do most of the work themselves (ie Elizabeth Ham, Mary Webb).</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="SKILLEDCRAFTPERSON-ARTISAN">
            <xs:annotation>
              <xs:documentation>skilledCraftperson-Artisan: goldsmith, tailor, shoemaker, milliner, dressmaker.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="URBAN-INDUSTRIALUNSKILLED">
            <xs:annotation>
              <xs:documentation>urban-industrialUnskilled: (industrial/service possible attributes): any form of production line, service industry.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="RURAL-UNSKILLED">
            <xs:annotation>
              <xs:documentation>rural-unskilled: farm laborers (mostly male).</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="SERVANTS">
            <xs:annotation>
              <xs:documentation>servants: Mainly female, but fairly self-explanatory.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="INDIGENT">
            <xs:annotation>
              <xs:documentation>indigent: poor, destitute, unemployed, on social security.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element NATIONALHERITAGE
Namespace No namespace
Annotations
NationalityHeritage captures information about the nationality
of a person's family which contributes to an understanding of their racial and ethnic background. It gestures towards hyphenated
identities such as "Japanese-Canadian." While Joy Kogawa's nationality is Canadian, her national heritage is Japanese. See
raceAndEthnicity for a detailed description of the complexities of this element.
Diagram
Diagram index.tmp#NATIONALHERITAGE_CURRENTALTERNATIVETERM index.tmp#NATIONALHERITAGE_FOREBEAR index.tmp#NATIONALHERITAGE_REG index.tmp#NATIONALHERITAGE_SELF-DEFINED index.tmp#BIBCITS index.tmp#CLASS index.tmp#DENOMINATION index.tmp#ETHNICITY index.tmp#GEOGHERITAGE index.tmp#NAME index.tmp#NATIONALITY index.tmp#PLACE index.tmp#QUOTE index.tmp#RACECOLOUR index.tmp#RESEARCHNOTE
Properties
content complex
mixed true
Used by
Model
Children BIBCITS, CLASS, DENOMINATION, ETHNICITY, GEOGHERITAGE, NAME, NATIONALITY, PLACE, QUOTE, RACECOLOUR, RESEARCHNOTE
Instance
<NATIONALHERITAGE CURRENTALTERNATIVETERM="" FOREBEAR="FAMILY" REG="" SELF-DEFINED="SELFUNKNOWN">
  <BIBCITS ID="">{1,1}</BIBCITS>
  <CLASS REG="" SELF-DEFINED="SELFUNKNOWN" SOCIALRANK="OTHER">{1,1}</CLASS>
  <DENOMINATION CURRENTALTERNATIVETERM="" REG="" SELF-DEFINED="SELFUNKNOWN">{1,1}</DENOMINATION>
  <ETHNICITY FOREBEAR="FAMILY" REG="" SELF-DEFINED="SELFUNKNOWN">{1,1}</ETHNICITY>
  <GEOGHERITAGE FOREBEAR="FAMILY" REG="" SELF-DEFINED="SELFUNKNOWN">{1,1}</GEOGHERITAGE>
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <NATIONALITY CURRENTALTERNATIVETERM="" REG="" SELF-DEFINED="SELFUNKNOWN">{1,1}</NATIONALITY>
  <PLACE ID="" LAT="" LONG="" REF="">{1,1}</PLACE>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <RACECOLOUR FOREBEAR="FAMILY" REG="" SELF-DEFINED="SELFUNKNOWN">{1,1}</RACECOLOUR>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
</NATIONALHERITAGE>
Attributes
QName Type Default Use Annotation
CURRENTALTERNATIVETERM optional
FOREBEAR restriction of xs:token FAMILY optional
This optional attribute is attached to various
categories within culturalFormation. It allows the tagger to specify the family member to which the information in the element
applies.
REG optional
Reg (or
regularization) contains a reading which has been regularized or normalized in some
sense.
SELF-DEFINED restriction of xs:token SELFUNKNOWN optional
Self-defined is an attribute attached to all identity
categories within biography. Its purpose is to distinguish between people who place themselves within an identity category (i.e.,
"Jeannette Winterson identifies as lesbian") and those whom we place in that category though they themselves did not
(i.e., "While she denied being a lesbian, she maintained relationships with women throughout her life"). This attribute
acknowledges the importance of personal, political and historical placements of one's own subject position; it assumes that
identities are not simply labels we assign to other people but shifting categories which we both place ourselves within, and, in
which history places us.
Source
<xs:element name="NATIONALHERITAGE">
  <xs:annotation>
    <xs:documentation>NationalityHeritage captures information about the nationality of a person's family which contributes to an understanding of their racial and ethnic background. It gestures towards hyphenated identities such as "Japanese-Canadian." While Joy Kogawa's nationality is Canadian, her national heritage is Japanese. See raceAndEthnicity for a detailed description of the complexities of this element.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="BIBCITS"/>
      <xs:element ref="CLASS"/>
      <xs:element ref="DENOMINATION"/>
      <xs:element ref="ETHNICITY"/>
      <xs:element ref="GEOGHERITAGE"/>
      <xs:element ref="NAME"/>
      <xs:element ref="NATIONALITY"/>
      <xs:element ref="PLACE"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="RACECOLOUR"/>
      <xs:element ref="RESEARCHNOTE"/>
    </xs:choice>
    <xs:attribute name="CURRENTALTERNATIVETERM"/>
    <xs:attribute name="FOREBEAR" default="FAMILY">
      <xs:annotation>
        <xs:documentation>This optional attribute is attached to various categories within culturalFormation. It allows the tagger to specify the family member to which the information in the element applies.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="FATHER"/>
          <xs:enumeration value="MOTHER"/>
          <xs:enumeration value="PARENTS"/>
          <xs:enumeration value="GRANDFATHER"/>
          <xs:enumeration value="GRANDMOTHER"/>
          <xs:enumeration value="GRANDPARENTS"/>
          <xs:enumeration value="AUNT"/>
          <xs:enumeration value="UNCLE"/>
          <xs:enumeration value="OTHER"/>
          <xs:enumeration value="FAMILY"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="REG">
      <xs:annotation>
        <xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="SELF-DEFINED" default="SELFUNKNOWN">
      <xs:annotation>
        <xs:documentation>Self-defined is an attribute attached to all identity categories within biography. Its purpose is to distinguish between people who place themselves within an identity category (i.e., "Jeannette Winterson identifies as lesbian") and those whom we place in that category though they themselves did not (i.e., "While she denied being a lesbian, she maintained relationships with women throughout her life"). This attribute acknowledges the importance of personal, political and historical placements of one's own subject position; it assumes that identities are not simply labels we assign to other people but shifting categories which we both place ourselves within, and, in which history places us.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="SELFYES"/>
          <xs:enumeration value="SELFNO"/>
          <xs:enumeration value="SELFUNKNOWN"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element NATIONALITY
Namespace No namespace
Annotations
This sub-element within culturalFormation and NationalityIssue
captures specific information concerning a person's nationality. Include multiple times to capture multiple nationalities and
changes in her citizenship.
Diagram
Diagram index.tmp#NATIONALITY_CURRENTALTERNATIVETERM index.tmp#NATIONALITY_REG index.tmp#NATIONALITY_SELF-DEFINED index.tmp#GEOGHERITAGE index.tmp#NATIONALHERITAGE index.tmp#PLACE index.tmp#POLITICALAFFILIATION index.tmp#RESEARCHNOTE
Properties
content complex
mixed true
Used by
Model
Children GEOGHERITAGE, NATIONALHERITAGE, PLACE, POLITICALAFFILIATION, RESEARCHNOTE
Instance
<NATIONALITY CURRENTALTERNATIVETERM="" REG="" SELF-DEFINED="SELFUNKNOWN">
  <GEOGHERITAGE FOREBEAR="FAMILY" REG="" SELF-DEFINED="SELFUNKNOWN">{1,1}</GEOGHERITAGE>
  <NATIONALHERITAGE CURRENTALTERNATIVETERM="" FOREBEAR="FAMILY" REG="" SELF-DEFINED="SELFUNKNOWN">{1,1}</NATIONALHERITAGE>
  <PLACE ID="" LAT="" LONG="" REF="">{1,1}</PLACE>
  <POLITICALAFFILIATION ACTIVISM="ACTIVISTYES" CURRENTALTERNATIVETERM="" ID="" INVOLVEMENT="INVOLVEMENTYES" MEMBERSHIP="MEMBERSHIPYES" REG="" WOMAN-GENDERISSUE="GENDERYES">{1,1}</POLITICALAFFILIATION>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
</NATIONALITY>
Attributes
QName Type Default Use Annotation
CURRENTALTERNATIVETERM xs:NCName optional
This attribute allows you to capture changes in
terminology over time. The older name in your prose may not be familiar to your reader nor helpful for indexing purposes and
therefore needs explanation.
REG optional
Reg (or
regularization) contains a reading which has been regularized or normalized in some
sense.
SELF-DEFINED restriction of xs:token SELFUNKNOWN optional
Self-defined is an attribute attached to all identity
categories within biography. Its purpose is to distinguish between people who place themselves within an identity category (i.e.,
"Jeannette Winterson identifies as lesbian") and those whom we place in that category though they themselves did not
(i.e., "While she denied being a lesbian, she maintained relationships with women throughout her life"). This attribute
acknowledges the importance of personal, political and historical placements of one's own subject position; it assumes that
identities are not simply labels we assign to other people but shifting categories which we both place ourselves within, and, in
which history places us.
Source
<xs:element name="NATIONALITY">
  <xs:annotation>
    <xs:documentation>This sub-element within culturalFormation and NationalityIssue captures specific information concerning a person's nationality. Include multiple times to capture multiple nationalities and changes in her citizenship.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="GEOGHERITAGE"/>
      <xs:element ref="NATIONALHERITAGE"/>
      <xs:element ref="PLACE"/>
      <xs:element ref="POLITICALAFFILIATION"/>
      <xs:element ref="RESEARCHNOTE"/>
    </xs:choice>
    <xs:attribute name="CURRENTALTERNATIVETERM" type="xs:NCName">
      <xs:annotation>
        <xs:documentation>This attribute allows you to capture changes in terminology over time. The older name in your prose may not be familiar to your reader nor helpful for indexing purposes and therefore needs explanation.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="REG">
      <xs:annotation>
        <xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="SELF-DEFINED" default="SELFUNKNOWN">
      <xs:annotation>
        <xs:documentation>Self-defined is an attribute attached to all identity categories within biography. Its purpose is to distinguish between people who place themselves within an identity category (i.e., "Jeannette Winterson identifies as lesbian") and those whom we place in that category though they themselves did not (i.e., "While she denied being a lesbian, she maintained relationships with women throughout her life"). This attribute acknowledges the importance of personal, political and historical placements of one's own subject position; it assumes that identities are not simply labels we assign to other people but shifting categories which we both place ourselves within, and, in which history places us.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="SELFYES"/>
          <xs:enumeration value="SELFNO"/>
          <xs:enumeration value="SELFUNKNOWN"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element PLACE
Namespace No namespace
Diagram
Diagram index.tmp#PLACE_ID index.tmp#PLACE_REF index.tmp#PLACE_LAT index.tmp#PLACE_LONG index.tmp#BIBCITS index.tmp#FOREIGN index.tmp#QUOTE index.tmp#RESEARCHNOTE index.tmp#SCHOOL index.tmp#SEPARATION index.tmp#SOCALLED index.tmp#TITLE
Properties
content complex
mixed true
Used by
Model
Children BIBCITS, FOREIGN, QUOTE, RESEARCHNOTE, SCHOOL, SEPARATION, SOCALLED, TITLE
Instance
<PLACE ID="" LAT="" LONG="" REF="">
  <BIBCITS ID="">{1,1}</BIBCITS>
  <FOREIGN LANG="" REG="">{1,1}</FOREIGN>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <SCHOOL INSTITUTION="" INSTITUTIONLEVEL="" REG="" RELIGIOUS="RELIGIOUSYES" STUDENTBODY="">{1,1}</SCHOOL>
  <SEPARATION>{1,1}</SEPARATION>
  <SOCALLED>{1,1}</SOCALLED>
  <TITLE LEVEL="" REF="" REG="" REND="" STANDARD="">{1,1}</TITLE>
</PLACE>
Attributes
QName Type Use Annotation
ID xs:NCName optional
LAT xs:decimal optional
Latitude in decimal degrees of the place entity. Example: for the place entity Edmonton, the latitude in decimal degrees is "53.55014" (WGS [World
Geodetic System] 84 reference coordinate system).
LONG xs:decimal optional
Longitude in decimal degrees of the place entity. Example: for the place entity Edmonton, the longitude in decimal degrees is "-113.46871"  (WGS
[World Geodetic System] 84 reference coordinate system).
REF xs:anyURI optional
Ref (or reference) provides an explicit means of locating a full definition for the entity
being named by means of a URI.
Source
<xs:element name="PLACE">
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="BIBCITS"/>
      <xs:element ref="FOREIGN"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="RESEARCHNOTE"/>
      <xs:element ref="SCHOOL"/>
      <xs:element ref="SEPARATION"/>
      <xs:element ref="SOCALLED"/>
      <xs:element ref="TITLE"/>
    </xs:choice>
    <xs:attribute name="ID" type="xs:NCName"/>
    <xs:attribute name="REF" type="xs:anyURI">
      <xs:annotation>
        <xs:documentation>Ref (or reference) provides an explicit means of locating a full definition for the entity being named by means of a URI.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="LAT" type="xs:decimal">
      <xs:annotation>
        <xs:documentation>Latitude in decimal degrees of the place entity. Example: for the place entity Edmonton, the latitude in decimal degrees is "53.55014" (WGS [World Geodetic System] 84 reference coordinate system).</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="LONG" type="xs:decimal">
      <xs:annotation>
        <xs:documentation>Longitude in decimal degrees of the place entity. Example: for the place entity Edmonton, the longitude in decimal degrees is "-113.46871" (WGS [World Geodetic System] 84 reference coordinate system).</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element SCHOOL
Namespace No namespace
Annotations
This content sub-element can record either the specific name
or a description of an institution and includes numerous attributes to identify the gender, class, level, type of school
attended.
Diagram
Diagram index.tmp#SCHOOL_INSTITUTION index.tmp#SCHOOL_INSTITUTIONLEVEL index.tmp#SCHOOL_REG index.tmp#SCHOOL_RELIGIOUS index.tmp#SCHOOL_STUDENTBODY index.tmp#BIBCITS index.tmp#INSTRUCTOR index.tmp#NAME index.tmp#ORGNAME index.tmp#PLACE index.tmp#QUOTE index.tmp#RESEARCHNOTE index.tmp#SOCALLED index.tmp#SUBJECT
Properties
content complex
mixed true
Used by
Model
Children BIBCITS, INSTRUCTOR, NAME, ORGNAME, PLACE, QUOTE, RESEARCHNOTE, SOCALLED, SUBJECT
Instance
<SCHOOL INSTITUTION="" INSTITUTIONLEVEL="" REG="" RELIGIOUS="RELIGIOUSYES" STUDENTBODY="">
  <BIBCITS ID="">{1,1}</BIBCITS>
  <INSTRUCTOR>{1,1}</INSTRUCTOR>
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <ORGNAME ORGTYPE="" REF="" REG="" STANDARD="" URI="">{1,1}</ORGNAME>
  <PLACE ID="" LAT="" LONG="" REF="">{1,1}</PLACE>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <SOCALLED>{1,1}</SOCALLED>
  <SUBJECT REG="">{1,1}</SUBJECT>
</SCHOOL>
Attributes
QName Type Default Use Annotation
INSTITUTION restriction of xs:token optional
This optional attribute attached to school records the
significant differences between types of institutions. We are interested in the effect of institutional structures on
women's lives and hope to capture, for example, how institutional differences between trade schools and boarding schools
influenced women. Because of the complicated range of educational insitutions, this attribute has numerous
values.
INSTITUTIONLEVEL restriction of xs:token optional
This optional attribute attached to school allows us
to gather information about the level of educational status achieved by a person. We are interested in how many women writers
went to university, how many had access to primary education but not secondary, and the difference institutional levels of
women's education across historical periods.
REG optional
Reg (or
regularization) contains a reading which has been regularized or normalized in some
sense.
RELIGIOUS restriction of xs:token RELIGIOUSYES optional
This optional attribute attached to school registers
whether or not the school attended was a religious school and tracks the changing historical significance of organized religion
to women's education.
STUDENTBODY restriction of xs:token optional
This optional attribute attached to school records
whether or not the school is a single sex school. This attribute helps us to interpret the influence of single sex education on
women writers across historical periods.
Source
<xs:element name="SCHOOL">
  <xs:annotation>
    <xs:documentation>This content sub-element can record either the specific name or a description of an institution and includes numerous attributes to identify the gender, class, level, type of school attended.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="BIBCITS"/>
      <xs:element ref="INSTRUCTOR"/>
      <xs:element ref="NAME"/>
      <xs:element ref="ORGNAME"/>
      <xs:element ref="PLACE"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="RESEARCHNOTE"/>
      <xs:element ref="SOCALLED"/>
      <xs:element ref="SUBJECT"/>
    </xs:choice>
    <xs:attribute name="INSTITUTION">
      <xs:annotation>
        <xs:documentation>This optional attribute attached to school records the significant differences between types of institutions. We are interested in the effect of institutional structures on women's lives and hope to capture, for example, how institutional differences between trade schools and boarding schools influenced women. Because of the complicated range of educational insitutions, this attribute has numerous values.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="BOARDING">
            <xs:annotation>
              <xs:documentation>boarding: a boarding school is a school at which the students sleep. Common in the fee-paying system, less common in the state or free system, though in some areas like the Highlands and Islands of Scotland boarding schools are (or maybe were) standard at secondary level because of far-flung nature of terrain. Often weekly boarding (home for weekends) rather than for whole term. You can call them boarding schools even if they take some day pupils as well.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="GRAMMAR">
            <xs:annotation>
              <xs:documentation>grammar: Grammar schools date back to the middle ages; grammar in title means education in Latin (occasionally Greek as well). They were for boys only, though some took a few girls almost without noticing. Grammar schools for girls began in the nineteenth century; academic education was thought of as needing single-sex environment. Entrance exam from 19?? was exam called the "Eleven Plus" from age at which children sat it. Grammar schools creamed off the top 10% or so of the population. They gradually died out after Comprehensive Schools were set up by act of 19??. Presently making a come-back.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="PRIVATE">
            <xs:annotation>
              <xs:documentation>private: The broad category private (or fee-paying) includes the subcategory of public schools which are a particular group of high-status, now private schools with a particular history.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="STATE">
            <xs:annotation>
              <xs:documentation>state: Schools provided for out of the taxes for free education are called state schools.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="DAMESCHOOL">
            <xs:annotation>
              <xs:documentation>dameSchool: A totally informal school run by a woman on her own initiative, usually at a primary level: teaching elementary alphabet, etc. Dr. Johnson went to one.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="DAYSCHOOL">
            <xs:annotation>
              <xs:documentation>day school: a day school applies in contexts where boarding schools are common. Attending a day school is different from being a day pupil at a boarding school.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="COMPREHENSIVE">
            <xs:annotation>
              <xs:documentation>comprehensive: Brave new idea of putting whole ability range in same (therefore typically larger) school. In many communities the grammar school and the secondary modern were each converted into a comprehensive and the teachers had to spend a decade convincing the local residents that the one that used to be the secondary modern was now as good as the one that used to be the grammar school.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="SECONDARYMODERN">
            <xs:annotation>
              <xs:documentation>secondaryModern: These replaced trade or vocational schools when another Education Act went through, as the schools for those who failed the 11+ exam. A well-meant system but children felt rejected. Harrowing tales of those who actually made it to university in the end despite having failed the 11+ and attended a Secondary Modern.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="TRADESCHOOL">
            <xs:annotation>
              <xs:documentation>tradeSchool: A secondary or post secondary institution where people learn a trade.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="PREP"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="INSTITUTIONLEVEL">
      <xs:annotation>
        <xs:documentation>This optional attribute attached to school allows us to gather information about the level of educational status achieved by a person. We are interested in how many women writers went to university, how many had access to primary education but not secondary, and the difference institutional levels of women's education across historical periods.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="PRIMARY"/>
          <xs:enumeration value="SECONDARY"/>
          <xs:enumeration value="POST-SECONDARY"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="REG">
      <xs:annotation>
        <xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="RELIGIOUS" default="RELIGIOUSYES">
      <xs:annotation>
        <xs:documentation>This optional attribute attached to school registers whether or not the school attended was a religious school and tracks the changing historical significance of organized religion to women's education.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="RELIGIOUSYES"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="STUDENTBODY">
      <xs:annotation>
        <xs:documentation>This optional attribute attached to school records whether or not the school is a single sex school. This attribute helps us to interpret the influence of single sex education on women writers across historical periods.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="SINGLESEX"/>
          <xs:enumeration value="CO-ED"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element INSTRUCTOR
Namespace No namespace
Annotations
This content sub-element within Education captures information
regarding influential instructors in a person's life. Placing tags around instructors will allow us to discover whether a number of
women writers had the same instructor and whether or not a specific teacher supported and encouraged writing in women.
Diagram
Diagram index.tmp#BIBCITS index.tmp#NAME index.tmp#QUOTE index.tmp#SOCALLED index.tmp#SUBJECT
Properties
content complex
mixed true
Used by
Model
Children BIBCITS, NAME, QUOTE, SOCALLED, SUBJECT
Instance
<INSTRUCTOR>
  <BIBCITS ID="">{1,1}</BIBCITS>
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <SOCALLED>{1,1}</SOCALLED>
  <SUBJECT REG="">{1,1}</SUBJECT>
</INSTRUCTOR>
Source
<xs:element name="INSTRUCTOR">
  <xs:annotation>
    <xs:documentation>This content sub-element within Education captures information regarding influential instructors in a person's life. Placing tags around instructors will allow us to discover whether a number of women writers had the same instructor and whether or not a specific teacher supported and encouraged writing in women.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="BIBCITS"/>
      <xs:element ref="NAME"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="SOCALLED"/>
      <xs:element ref="SUBJECT"/>
    </xs:choice>
  </xs:complexType>
</xs:element>
[ top ]
Element SUBJECT
Namespace No namespace
Annotations
This content sub-element in Education records areas of study
which are significant to a woman writer's education. We are particularly interested in subjects which influenced her writing (for
example, she studied archeology and her first novel was set at an archeological dig), language studies for women writers in the early
period (in order to record importance of Classical Greek and the ability to translate), and subjects which were non-traditional for women
(for example, she studied engineering at a Mechanical school in 1910).
Diagram
Diagram index.tmp#SUBJECT_REG index.tmp#NAME index.tmp#PLACE index.tmp#QUOTE index.tmp#SOCALLED index.tmp#TEXT index.tmp#TITLE
Properties
content complex
mixed true
Used by
Model
Children NAME, PLACE, QUOTE, SOCALLED, TEXT, TITLE
Instance
<SUBJECT REG="">
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <PLACE ID="" LAT="" LONG="" REF="">{1,1}</PLACE>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <SOCALLED>{1,1}</SOCALLED>
  <TEXT REG="">{1,1}</TEXT>
  <TITLE LEVEL="" REF="" REG="" REND="" STANDARD="">{1,1}</TITLE>
</SUBJECT>
Attributes
QName Type Use Annotation
REG optional
Reg (or
regularization) contains a reading which has been regularized or normalized in some
sense.
Source
<xs:element name="SUBJECT">
  <xs:annotation>
    <xs:documentation>This content sub-element in Education records areas of study which are significant to a woman writer's education. We are particularly interested in subjects which influenced her writing (for example, she studied archeology and her first novel was set at an archeological dig), language studies for women writers in the early period (in order to record importance of Classical Greek and the ability to translate), and subjects which were non-traditional for women (for example, she studied engineering at a Mechanical school in 1910).</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="NAME"/>
      <xs:element ref="PLACE"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="SOCALLED"/>
      <xs:element ref="TEXT"/>
      <xs:element ref="TITLE"/>
    </xs:choice>
    <xs:attribute name="REG">
      <xs:annotation>
        <xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element TEXT
Namespace No namespace
Annotations
This sub-element within Education records significant texts
influencing a writer's educational development. Texts which were major influences on her writing and which she wrote about are not
to be entered here but will be entered within her Writing document.
Diagram
Diagram index.tmp#TEXT_REG index.tmp#BIBCITS index.tmp#DATE index.tmp#NAME index.tmp#ORGNAME index.tmp#PLACE index.tmp#QUOTE index.tmp#SOCALLED index.tmp#SUBJECT index.tmp#TITLE
Properties
content complex
mixed true
Used by
Model
Children BIBCITS, DATE, NAME, ORGNAME, PLACE, QUOTE, SOCALLED, SUBJECT, TITLE
Instance
<TEXT REG="">
  <BIBCITS ID="">{1,1}</BIBCITS>
  <DATE CALENDAR="NEWSTYLE" CERTAINTY="CERT" ID="" VALUE="">{1,1}</DATE>
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <ORGNAME ORGTYPE="" REF="" REG="" STANDARD="" URI="">{1,1}</ORGNAME>
  <PLACE ID="" LAT="" LONG="" REF="">{1,1}</PLACE>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <SOCALLED>{1,1}</SOCALLED>
  <SUBJECT REG="">{1,1}</SUBJECT>
  <TITLE LEVEL="" REF="" REG="" REND="" STANDARD="">{1,1}</TITLE>
</TEXT>
Attributes
QName Type Use Annotation
REG optional
Reg (or
regularization) contains a reading which has been regularized or normalized in some
sense.
Source
<xs:element name="TEXT">
  <xs:annotation>
    <xs:documentation>This sub-element within Education records significant texts influencing a writer's educational development. Texts which were major influences on her writing and which she wrote about are not to be entered here but will be entered within her Writing document.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="BIBCITS"/>
      <xs:element ref="DATE"/>
      <xs:element ref="NAME"/>
      <xs:element ref="ORGNAME"/>
      <xs:element ref="PLACE"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="SOCALLED"/>
      <xs:element ref="SUBJECT"/>
      <xs:element ref="TITLE"/>
    </xs:choice>
    <xs:attribute name="REG">
      <xs:annotation>
        <xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element ORGNAME
Namespace No namespace
Annotations
The orgName element is used to identify schools, companies,
and any other type of recognized organization.
Diagram
Diagram index.tmp#DENOMINATION index.tmp#EMPH index.tmp#FOREIGN index.tmp#PLACE index.tmp#POLITICALAFFILIATION index.tmp#QUOTE index.tmp#RESEARCHNOTE index.tmp#SCHOOL index.tmp#SIC index.tmp#SOCALLED index.tmp#SUBJECT index.tmp#TGENRE index.tmp#TITLE index.tmp#TTHEMETOPIC
Properties
content complex
mixed true
Used by
Model
Children DENOMINATION, EMPH, FOREIGN, PLACE, POLITICALAFFILIATION, QUOTE, RESEARCHNOTE, SCHOOL, SIC, SOCALLED, SUBJECT, TGENRE, TITLE, TTHEMETOPIC
Instance
<ORGNAME ORGTYPE="" REF="" REG="" STANDARD="" URI="">
  <DENOMINATION CURRENTALTERNATIVETERM="" REG="" SELF-DEFINED="SELFUNKNOWN">{1,1}</DENOMINATION>
  <EMPH>{1,1}</EMPH>
  <FOREIGN LANG="" REG="">{1,1}</FOREIGN>
  <PLACE ID="" LAT="" LONG="" REF="">{1,1}</PLACE>
  <POLITICALAFFILIATION ACTIVISM="ACTIVISTYES" CURRENTALTERNATIVETERM="" ID="" INVOLVEMENT="INVOLVEMENTYES" MEMBERSHIP="MEMBERSHIPYES" REG="" WOMAN-GENDERISSUE="GENDERYES">{1,1}</POLITICALAFFILIATION>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <SCHOOL INSTITUTION="" INSTITUTIONLEVEL="" REG="" RELIGIOUS="RELIGIOUSYES" STUDENTBODY="">{1,1}</SCHOOL>
  <SIC CORR="">{1,1}</SIC>
  <SOCALLED>{1,1}</SOCALLED>
  <SUBJECT REG="">{1,1}</SUBJECT>
  <TGENRE GENRENAME="">{1,1}</TGENRE>
  <TITLE LEVEL="" REF="" REG="" REND="" STANDARD="">{1,1}</TITLE>
  <TTHEMETOPIC ID="" REG="">{1,1}</TTHEMETOPIC>
</ORGNAME>
Attributes
QName Type Use Annotation
ORGTYPE union of(xs:string, restriction of xs:token, restriction of xs:token, restriction of xs:token, restriction of xs:token, restriction of xs:token, restriction of xs:token, restriction of xs:token, restriction of xs:token, restriction of xs:token, restriction of xs:token, restriction of xs:token, restriction of xs:token, restriction of xs:token, restriction of xs:token, restriction of xs:token, restriction of xs:token, restriction of xs:token, restriction of xs:token, restriction of xs:token, restriction of xs:token, restriction of xs:token, restriction of xs:token, restriction of xs:token) optional
Captures generic organization types. Based on EAC-CPF's
@localType
REF xs:anyURI optional
Ref (or reference) provides an explicit means of locating a full definition for the entity
being named by means of a URI.
REG optional
Reg (or
regularization) contains a reading which has been regularized or normalized in some
sense.
STANDARD optional
Used to record the standard name by which a person,
organization, or topic is known
URI optional
URI (uniform resource identifier) references the
underlying concept of which the parent is a representation by means of some external identifier
Source
<xs:element name="ORGNAME">
  <xs:annotation>
    <xs:documentation>The orgName element is used to identify schools, companies, and any other type of recognized organization.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="DENOMINATION"/>
      <xs:element ref="EMPH"/>
      <xs:element ref="FOREIGN"/>
      <xs:element ref="PLACE"/>
      <xs:element ref="POLITICALAFFILIATION"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="RESEARCHNOTE"/>
      <xs:element ref="SCHOOL"/>
      <xs:element ref="SIC"/>
      <xs:element ref="SOCALLED"/>
      <xs:element ref="SUBJECT"/>
      <xs:element ref="TGENRE"/>
      <xs:element ref="TITLE"/>
      <xs:element ref="TTHEMETOPIC"/>
    </xs:choice>
    <xs:attribute name="ORGTYPE">
      <xs:annotation>
        <xs:documentation>Captures generic organization types. Based on EAC-CPF's @localType</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:union memberTypes="xs:string">
          <xs:simpleType>
            <xs:restriction base="xs:token">
              <xs:enumeration value="labour"/>
            </xs:restriction>
          </xs:simpleType>
          <xs:simpleType>
            <xs:restriction base="xs:token">
              <xs:enumeration value="club or society"/>
            </xs:restriction>
          </xs:simpleType>
          <xs:simpleType>
            <xs:restriction base="xs:token">
              <xs:enumeration value="political"/>
            </xs:restriction>
          </xs:simpleType>
          <xs:simpleType>
            <xs:restriction base="xs:token">
              <xs:enumeration value="academic"/>
            </xs:restriction>
          </xs:simpleType>
          <xs:simpleType>
            <xs:restriction base="xs:token">
              <xs:enumeration value="research"/>
            </xs:restriction>
          </xs:simpleType>
          <xs:simpleType>
            <xs:restriction base="xs:token">
              <xs:enumeration value="corporate"/>
            </xs:restriction>
          </xs:simpleType>
          <xs:simpleType>
            <xs:restriction base="xs:token">
              <xs:enumeration value="activist"/>
            </xs:restriction>
          </xs:simpleType>
          <xs:simpleType>
            <xs:restriction base="xs:token">
              <xs:enumeration value="governmental"/>
            </xs:restriction>
          </xs:simpleType>
          <xs:simpleType>
            <xs:restriction base="xs:token">
              <xs:enumeration value="military"/>
            </xs:restriction>
          </xs:simpleType>
          <xs:simpleType>
            <xs:restriction base="xs:token">
              <xs:enumeration value="law-enforcement"/>
            </xs:restriction>
          </xs:simpleType>
          <xs:simpleType>
            <xs:restriction base="xs:token">
              <xs:enumeration value="professional"/>
            </xs:restriction>
          </xs:simpleType>
          <xs:simpleType>
            <xs:restriction base="xs:token">
              <xs:enumeration value="sporting"/>
            </xs:restriction>
          </xs:simpleType>
          <xs:simpleType>
            <xs:restriction base="xs:token">
              <xs:enumeration value="medical"/>
            </xs:restriction>
          </xs:simpleType>
          <xs:simpleType>
            <xs:restriction base="xs:token">
              <xs:enumeration value="altruistic"/>
            </xs:restriction>
          </xs:simpleType>
          <xs:simpleType>
            <xs:restriction base="xs:token">
              <xs:enumeration value="non-profit"/>
            </xs:restriction>
          </xs:simpleType>
          <xs:simpleType>
            <xs:restriction base="xs:token">
              <xs:enumeration value="artistic"/>
            </xs:restriction>
          </xs:simpleType>
          <xs:simpleType>
            <xs:restriction base="xs:token">
              <xs:enumeration value="dramatic"/>
            </xs:restriction>
          </xs:simpleType>
          <xs:simpleType>
            <xs:restriction base="xs:token">
              <xs:enumeration value="ethnic"/>
            </xs:restriction>
          </xs:simpleType>
          <xs:simpleType>
            <xs:restriction base="xs:token">
              <xs:enumeration value="literary"/>
            </xs:restriction>
          </xs:simpleType>
          <xs:simpleType>
            <xs:restriction base="xs:token">
              <xs:enumeration value="musical"/>
            </xs:restriction>
          </xs:simpleType>
          <xs:simpleType>
            <xs:restriction base="xs:token">
              <xs:enumeration value="religious"/>
            </xs:restriction>
          </xs:simpleType>
          <xs:simpleType>
            <xs:restriction base="xs:token">
              <xs:enumeration value="publishing"/>
            </xs:restriction>
          </xs:simpleType>
          <xs:simpleType>
            <xs:restriction base="xs:token">
              <xs:enumeration value="school"/>
            </xs:restriction>
          </xs:simpleType>
        </xs:union>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="REG">
      <xs:annotation>
        <xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="STANDARD">
      <xs:annotation>
        <xs:documentation>Used to record the standard name by which a person, organization, or topic is known</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="URI">
      <xs:annotation>
        <xs:documentation>URI (uniform resource identifier) references the underlying concept of which the parent is a representation by means of some external identifier</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="REF" type="xs:anyURI">
      <xs:annotation>
        <xs:documentation>Ref (or reference) provides an explicit means of locating a full definition for the entity being named by means of a URI.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element POLITICALAFFILIATION
Namespace No namespace
Annotations
This sub-element within politics and culturalFormation tracks
the affiliations, connections and associations which designate a person's political involvement. These affiliations can be both
formal connections to a party or organization and informal political positions held by the writer. We hope to point our readers towards
women writers associated with different political positions and help researchers make links between political beliefs and writing. For
this reason, we are defining political affiliations broadly and include things like "against capital punishment" or
"strong supporter of the Empire" in addition to more straightforward affiliations such as "marxist" or
"conservative." The Project thesaurus will relate different terms for similar affiliations--for example, vivisection and animal
rights--but taggers must facilitate such thesaural linking by tagging affiliations.
Diagram
Diagram index.tmp#POLITICALAFFILIATION_ACTIVISM index.tmp#POLITICALAFFILIATION_CURRENTALTERNATIVETERM index.tmp#POLITICALAFFILIATION_ID index.tmp#POLITICALAFFILIATION_INVOLVEMENT index.tmp#POLITICALAFFILIATION_MEMBERSHIP index.tmp#POLITICALAFFILIATION_REG index.tmp#POLITICALAFFILIATION_WOMAN-GENDERISSUE index.tmp#BIBCITS index.tmp#DATE index.tmp#DATERANGE index.tmp#DENOMINATION index.tmp#EMPH index.tmp#ETHNICITY index.tmp#FOREIGN index.tmp#KEYWORDCLASS index.tmp#NAME index.tmp#ORGNAME index.tmp#PLACE index.tmp#QUOTE index.tmp#RACECOLOUR index.tmp#RESEARCHNOTE index.tmp#SOCALLED index.tmp#TITLE index.tmp#TOPIC
Properties
content complex
mixed true
Used by
Model
Children BIBCITS, DATE, DATERANGE, DENOMINATION, EMPH, ETHNICITY, FOREIGN, KEYWORDCLASS, NAME, ORGNAME, PLACE, QUOTE, RACECOLOUR, RESEARCHNOTE, SOCALLED, TITLE, TOPIC
Instance
<POLITICALAFFILIATION ACTIVISM="ACTIVISTYES" CURRENTALTERNATIVETERM="" ID="" INVOLVEMENT="INVOLVEMENTYES" MEMBERSHIP="MEMBERSHIPYES" REG="" WOMAN-GENDERISSUE="GENDERYES">
  <BIBCITS ID="">{1,1}</BIBCITS>
  <DATE CALENDAR="NEWSTYLE" CERTAINTY="CERT" ID="" VALUE="">{1,1}</DATE>
  <DATERANGE CALENDAR="NEWSTYLE" CERTAINTY="CERT" EXACT="" FROM="" ID="" TO="">{1,1}</DATERANGE>
  <DENOMINATION CURRENTALTERNATIVETERM="" REG="" SELF-DEFINED="SELFUNKNOWN">{1,1}</DENOMINATION>
  <EMPH>{1,1}</EMPH>
  <ETHNICITY FOREBEAR="FAMILY" REG="" SELF-DEFINED="SELFUNKNOWN">{1,1}</ETHNICITY>
  <FOREIGN LANG="" REG="">{1,1}</FOREIGN>
  <KEYWORDCLASS KEYWORDTYPE="">{1,1}</KEYWORDCLASS>
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <ORGNAME ORGTYPE="" REF="" REG="" STANDARD="" URI="">{1,1}</ORGNAME>
  <PLACE ID="" LAT="" LONG="" REF="">{1,1}</PLACE>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <RACECOLOUR FOREBEAR="FAMILY" REG="" SELF-DEFINED="SELFUNKNOWN">{1,1}</RACECOLOUR>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <SOCALLED>{1,1}</SOCALLED>
  <TITLE LEVEL="" REF="" REG="" REND="" STANDARD="">{1,1}</TITLE>
  <TOPIC STANDARD="">{1,1}</TOPIC>
</POLITICALAFFILIATION>
Attributes
QName Type Default Use Annotation
ACTIVISM restriction of xs:token ACTIVISTYES optional
This attribute attached to politicalAffiliation
denotes the highest level of political involvement in a particular area. Using this attribute will help us distinguish between
women who were clearly political activists and other women whose activities were less proactive. It includes such activities as
suffragists chaining themselves to railings or women camping out at Greenham Common. Generally a founding or very active
leadership role in a political organization would qualify as activism. Thus Josephine Butler, founder of the Ladies'
National Association Against the Contagious Diseases Acts, qualifies as activist for having founded the organization, directed
its activities, and for speaking publicly at meetings at considerable personal risk.
CURRENTALTERNATIVETERM optional
ID xs:NCName optional
INVOLVEMENT restriction of xs:token INVOLVEMENTYES optional
This optional attribute attached to
politicalAffiliation in Biography and PLiterarySchools in Writing, in conjunction with its sibling attributes, designates the
degree of political engagement with the political affiliation or literary school specified. Involvement denotes an intermediate
level of activity between activism and membership; the political activities involves more than simply being a member of the
Labour Party but does not entail sustained activism. Examples might include participating (but not in a leadership role) in a
labour strike or a WSPU march, holding a position within an organization's executive, writing letters or canvassing for
Greenpeace.
MEMBERSHIP restriction of xs:token MEMBERSHIPYES optional
This optional attribute attached to
politicalAffiliation in Biography, in conjunction with its sibling attributes, designates the lowest degree of political
engagement with the political affiliation specified. Use this attribute where there is clear evidence of a link with an
organization but no indication of more active participation: she may have been a member of the WSPU, or donated money for a
women's shelter, or written a poem for the Anti-Corn Law League.
REG optional
Reg (or
regularization) contains a reading which has been regularized or normalized in some
sense.
WOMAN-GENDERISSUE restriction of xs:token GENDERYES optional
Source
<xs:element name="POLITICALAFFILIATION">
  <xs:annotation>
    <xs:documentation>This sub-element within politics and culturalFormation tracks the affiliations, connections and associations which designate a person's political involvement. These affiliations can be both formal connections to a party or organization and informal political positions held by the writer. We hope to point our readers towards women writers associated with different political positions and help researchers make links between political beliefs and writing. For this reason, we are defining political affiliations broadly and include things like "against capital punishment" or "strong supporter of the Empire" in addition to more straightforward affiliations such as "marxist" or "conservative." The Project thesaurus will relate different terms for similar affiliations--for example, vivisection and animal rights--but taggers must facilitate such thesaural linking by tagging affiliations.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="BIBCITS"/>
      <xs:element ref="DATE"/>
      <xs:element ref="DATERANGE"/>
      <xs:element ref="DENOMINATION"/>
      <xs:element ref="EMPH"/>
      <xs:element ref="ETHNICITY"/>
      <xs:element ref="FOREIGN"/>
      <xs:element ref="KEYWORDCLASS"/>
      <xs:element ref="NAME"/>
      <xs:element ref="ORGNAME"/>
      <xs:element ref="PLACE"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="RACECOLOUR"/>
      <xs:element ref="RESEARCHNOTE"/>
      <xs:element ref="SOCALLED"/>
      <xs:element ref="TITLE"/>
      <xs:element ref="TOPIC"/>
    </xs:choice>
    <xs:attribute name="ACTIVISM" default="ACTIVISTYES">
      <xs:annotation>
        <xs:documentation>This attribute attached to politicalAffiliation denotes the highest level of political involvement in a particular area. Using this attribute will help us distinguish between women who were clearly political activists and other women whose activities were less proactive. It includes such activities as suffragists chaining themselves to railings or women camping out at Greenham Common. Generally a founding or very active leadership role in a political organization would qualify as activism. Thus Josephine Butler, founder of the Ladies' National Association Against the Contagious Diseases Acts, qualifies as activist for having founded the organization, directed its activities, and for speaking publicly at meetings at considerable personal risk.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="ACTIVISTYES"/>
          <xs:enumeration value="ACTIVISTNO"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="CURRENTALTERNATIVETERM"/>
    <xs:attribute name="ID" type="xs:NCName"/>
    <xs:attribute name="INVOLVEMENT" default="INVOLVEMENTYES">
      <xs:annotation>
        <xs:documentation>This optional attribute attached to politicalAffiliation in Biography and PLiterarySchools in Writing, in conjunction with its sibling attributes, designates the degree of political engagement with the political affiliation or literary school specified. Involvement denotes an intermediate level of activity between activism and membership; the political activities involves more than simply being a member of the Labour Party but does not entail sustained activism. Examples might include participating (but not in a leadership role) in a labour strike or a WSPU march, holding a position within an organization's executive, writing letters or canvassing for Greenpeace.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="INVOLVEMENTYES"/>
          <xs:enumeration value="INVOLVEMENTNO"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="MEMBERSHIP" default="MEMBERSHIPYES">
      <xs:annotation>
        <xs:documentation>This optional attribute attached to politicalAffiliation in Biography, in conjunction with its sibling attributes, designates the lowest degree of political engagement with the political affiliation specified. Use this attribute where there is clear evidence of a link with an organization but no indication of more active participation: she may have been a member of the WSPU, or donated money for a women's shelter, or written a poem for the Anti-Corn Law League.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="MEMBERSHIPYES"/>
          <xs:enumeration value="MEMBERSHIPNO"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="REG">
      <xs:annotation>
        <xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="WOMAN-GENDERISSUE" default="GENDERYES">
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="GENDERYES"/>
          <xs:enumeration value="GENDERNO"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element DATERANGE
Namespace No namespace
Annotations
Along with date, dateRange is one of two elements
used for systematizing dates across project documents. Use dateRange for all events that occurred over a span of time or for all
dates that are uncertain but that certainly occurred within a specified span of time.
Diagram
Diagram index.tmp#DATERANGE_CALENDAR index.tmp#DATERANGE_CERTAINTY index.tmp#DATERANGE_EXACT index.tmp#DATERANGE_FROM index.tmp#DATERANGE_ID index.tmp#DATERANGE_TO index.tmp#RESEARCHNOTE
Properties
content complex
mixed true
Used by
Model
Children RESEARCHNOTE
Instance
<DATERANGE CALENDAR="NEWSTYLE" CERTAINTY="CERT" EXACT="" FROM="" ID="" TO="">
  <RESEARCHNOTE>{0,unbounded}</RESEARCHNOTE>
</DATERANGE>
Attributes
QName Type Default Use Annotation
CALENDAR restriction of xs:token NEWSTYLE optional
An attribute of date and dateRange,
calendar is used to indicate when a given date took place.
CERTAINTY restriction of xs:token CERT optional
Certainty is an attribute of date and dateRange,
and is used to indicate the nature of certainty that you have about a given date.
EXACT restriction of xs:token optional
An attribute of dateRange, exact is used in
conjunction with the to and from attributes to express the certainty of each end of a dateRange.
FROM union of(xs:date, xs:gYearMonth, xs:gYear) optional
From is used to record a formatted date-related
value.
ID xs:NCName optional
TO union of(xs:date, xs:gYearMonth, xs:gYear) optional
To is used to record a formatted date-related
value.
Source
<xs:element name="DATERANGE">
  <xs:annotation>
    <xs:documentation>Along with date, dateRange is one of two elements used for systematizing dates across project documents. Use dateRange for all events that occurred over a span of time or for all dates that are uncertain but that certainly occurred within a specified span of time.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:sequence>
      <xs:element minOccurs="0" maxOccurs="unbounded" ref="RESEARCHNOTE"/>
    </xs:sequence>
    <xs:attribute name="CALENDAR" default="NEWSTYLE">
      <xs:annotation>
        <xs:documentation>An attribute of date and dateRange, calendar is used to indicate when a given date took place.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="NEWSTYLE"/>
          <xs:enumeration value="BC"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="CERTAINTY" default="CERT">
      <xs:annotation>
        <xs:documentation>Certainty is an attribute of date and dateRange, and is used to indicate the nature of certainty that you have about a given date.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="CERT">
            <xs:annotation>
              <xs:documentation>Certain</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="C">
            <xs:annotation>
              <xs:documentation>Circa</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="BY">
            <xs:annotation>
              <xs:documentation>By this date</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="AFTER">
            <xs:annotation>
              <xs:documentation>After this date</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="UNKNOWN">
            <xs:annotation>
              <xs:documentation>Unknown date</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="ROUGHLYDATED">
            <xs:annotation>
              <xs:documentation>Rough certainty</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="EXACT">
      <xs:annotation>
        <xs:documentation>An attribute of dateRange, exact is used in conjunction with the to and from attributes to express the certainty of each end of a dateRange.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="TO"/>
          <xs:enumeration value="FROM"/>
          <xs:enumeration value="BOTH"/>
          <xs:enumeration value="NEITHER"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="FROM">
      <xs:annotation>
        <xs:documentation>From is used to record a formatted date-related value.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:union memberTypes="xs:date xs:gYearMonth xs:gYear"/>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="ID" type="xs:NCName"/>
    <xs:attribute name="TO">
      <xs:annotation>
        <xs:documentation>To is used to record a formatted date-related value.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:union memberTypes="xs:date xs:gYearMonth xs:gYear"/>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element KEYWORDCLASS
Namespace No namespace
Diagram
Diagram index.tmp#KEYWORDCLASS_KEYWORDTYPE
Type extension of xs:anyURI
Properties
content complex
Used by
Attributes
QName Type Use
KEYWORDTYPE optional
Source
<xs:element name="KEYWORDCLASS">
  <xs:complexType>
    <xs:simpleContent>
      <xs:extension base="xs:anyURI">
        <xs:attribute name="KEYWORDTYPE"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
[ top ]
Element RACECOLOUR
Namespace No namespace
Annotations
RaceColour captures information about a person's race.
See raceAndEthnicity for a detailed description of the complexities of this element.
Diagram
Diagram index.tmp#RACECOLOUR_FOREBEAR index.tmp#RACECOLOUR_REG index.tmp#RACECOLOUR_SELF-DEFINED index.tmp#CLASS index.tmp#DENOMINATION index.tmp#ETHNICITY index.tmp#NATIONALITY index.tmp#QUOTE index.tmp#RACECOLOUR index.tmp#SOCALLED index.tmp#TITLE
Properties
content complex
mixed true
Used by
Model
Children CLASS, DENOMINATION, ETHNICITY, NATIONALITY, QUOTE, RACECOLOUR, SOCALLED, TITLE
Instance
<RACECOLOUR FOREBEAR="FAMILY" REG="" SELF-DEFINED="SELFUNKNOWN">
  <CLASS REG="" SELF-DEFINED="SELFUNKNOWN" SOCIALRANK="OTHER">{1,1}</CLASS>
  <DENOMINATION CURRENTALTERNATIVETERM="" REG="" SELF-DEFINED="SELFUNKNOWN">{1,1}</DENOMINATION>
  <ETHNICITY FOREBEAR="FAMILY" REG="" SELF-DEFINED="SELFUNKNOWN">{1,1}</ETHNICITY>
  <NATIONALITY CURRENTALTERNATIVETERM="" REG="" SELF-DEFINED="SELFUNKNOWN">{1,1}</NATIONALITY>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <RACECOLOUR FOREBEAR="FAMILY" REG="" SELF-DEFINED="SELFUNKNOWN">{1,1}</RACECOLOUR>
  <SOCALLED>{1,1}</SOCALLED>
  <TITLE LEVEL="" REF="" REG="" REND="" STANDARD="">{1,1}</TITLE>
</RACECOLOUR>
Attributes
QName Type Default Use Annotation
FOREBEAR restriction of xs:token FAMILY optional
This optional attribute is attached to various
categories within culturalFormation. It allows the tagger to specify the family member to which the information in the element
applies.
REG optional
Reg (or
regularization) contains a reading which has been regularized or normalized in some
sense.
SELF-DEFINED restriction of xs:token SELFUNKNOWN optional
Self-defined is an attribute attached to all identity
categories within biography. Its purpose is to distinguish between people who place themselves within an identity category (i.e.,
"Jeannette Winterson identifies as lesbian") and those whom we place in that category though they themselves did not
(i.e., "While she denied being a lesbian, she maintained relationships with women throughout her life"). This attribute
acknowledges the importance of personal, political and historical placements of one's own subject position; it assumes that
identities are not simply labels we assign to other people but shifting categories which we both place ourselves within, and, in
which history places us.
Source
<xs:element name="RACECOLOUR">
  <xs:annotation>
    <xs:documentation>RaceColour captures information about a person's race. See raceAndEthnicity for a detailed description of the complexities of this element.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="CLASS"/>
      <xs:element ref="DENOMINATION"/>
      <xs:element ref="ETHNICITY"/>
      <xs:element ref="NATIONALITY"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="RACECOLOUR"/>
      <xs:element ref="SOCALLED"/>
      <xs:element ref="TITLE"/>
    </xs:choice>
    <xs:attribute name="FOREBEAR" default="FAMILY">
      <xs:annotation>
        <xs:documentation>This optional attribute is attached to various categories within culturalFormation. It allows the tagger to specify the family member to which the information in the element applies.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="FATHER"/>
          <xs:enumeration value="MOTHER"/>
          <xs:enumeration value="PARENTS"/>
          <xs:enumeration value="GRANDFATHER"/>
          <xs:enumeration value="GRANDMOTHER"/>
          <xs:enumeration value="GRANDPARENTS"/>
          <xs:enumeration value="AUNT"/>
          <xs:enumeration value="UNCLE"/>
          <xs:enumeration value="OTHER"/>
          <xs:enumeration value="FAMILY"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="REG">
      <xs:annotation>
        <xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="SELF-DEFINED" default="SELFUNKNOWN">
      <xs:annotation>
        <xs:documentation>Self-defined is an attribute attached to all identity categories within biography. Its purpose is to distinguish between people who place themselves within an identity category (i.e., "Jeannette Winterson identifies as lesbian") and those whom we place in that category though they themselves did not (i.e., "While she denied being a lesbian, she maintained relationships with women throughout her life"). This attribute acknowledges the importance of personal, political and historical placements of one's own subject position; it assumes that identities are not simply labels we assign to other people but shifting categories which we both place ourselves within, and, in which history places us.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="SELFYES"/>
          <xs:enumeration value="SELFNO"/>
          <xs:enumeration value="SELFUNKNOWN"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element TITLE
Namespace No namespace
Annotations
The title element contains the title of a work, whether
article, book, journal (newspaper, magazine), series, or unpublished.
Diagram
Diagram index.tmp#TITLE_REG index.tmp#TITLE_REND index.tmp#TITLE_STANDARD index.tmp#TITLE_LEVEL index.tmp#TITLE_REF index.tmp#DATE index.tmp#DATERANGE index.tmp#DENOMINATION index.tmp#EMPH index.tmp#EMPLOYER index.tmp#FOREIGN index.tmp#JOBTITLE index.tmp#NAME index.tmp#ORGNAME index.tmp#PLACE index.tmp#PLITERARYMOVEMENTS index.tmp#PMATERIALCONDITIONS index.tmp#PMOTIVES index.tmp#POLITICALAFFILIATION index.tmp#PPERIODICALPUBLICATION index.tmp#QUOTE index.tmp#RESEARCHNOTE index.tmp#RS index.tmp#SIC index.tmp#SOCALLED index.tmp#SUBJECT index.tmp#TCHARACTERIZATION index.tmp#TCHARACTERNAME index.tmp#TCHARACTERTYPEROLE index.tmp#TGENRE index.tmp#TGENREISSUE index.tmp#TITLE index.tmp#TMOTIF index.tmp#TOPIC index.tmp#TPLOT index.tmp#TSETTINGDATE index.tmp#TSETTINGPLACE index.tmp#TTECHNIQUES index.tmp#TTHEMETOPIC index.tmp#TTONESTYLE index.tmp#TVOICENARRATION index.tmp#XREF
Properties
content complex
mixed true
Used by
Model
Children DATE, DATERANGE, DENOMINATION, EMPH, EMPLOYER, FOREIGN, JOBTITLE, NAME, ORGNAME, PLACE, PLITERARYMOVEMENTS, PMATERIALCONDITIONS, PMOTIVES, POLITICALAFFILIATION, PPERIODICALPUBLICATION, QUOTE, RESEARCHNOTE, RS, SIC, SOCALLED, SUBJECT, TCHARACTERIZATION, TCHARACTERNAME, TCHARACTERTYPEROLE, TGENRE, TGENREISSUE, TITLE, TMOTIF, TOPIC, TPLOT, TSETTINGDATE, TSETTINGPLACE, TTECHNIQUES, TTHEMETOPIC, TTONESTYLE, TVOICENARRATION, XREF
Instance
<TITLE LEVEL="" REF="" REG="" REND="" STANDARD="">
  <DATE CALENDAR="NEWSTYLE" CERTAINTY="CERT" ID="" VALUE="">{1,1}</DATE>
  <DATERANGE CALENDAR="NEWSTYLE" CERTAINTY="CERT" EXACT="" FROM="" ID="" TO="">{1,1}</DATERANGE>
  <DENOMINATION CURRENTALTERNATIVETERM="" REG="" SELF-DEFINED="SELFUNKNOWN">{1,1}</DENOMINATION>
  <EMPH>{1,1}</EMPH>
  <EMPLOYER>{1,1}</EMPLOYER>
  <FOREIGN LANG="" REG="">{1,1}</FOREIGN>
  <JOBTITLE CURRENTALTERNATIVETERM="" FAMILYBUSINESS="FAMILYBUSINESSYES" HISTORICALTERM="" HISTORICALTERMCONTEXTDATE="" ID="" REG="">{1,1}</JOBTITLE>
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <ORGNAME ORGTYPE="" REF="" REG="" STANDARD="" URI="">{1,1}</ORGNAME>
  <PLACE ID="" LAT="" LONG="" REF="">{1,1}</PLACE>
  <PLITERARYMOVEMENTS INVOLVEMENT="INVOLVEMENTYES" REG="">{1,1}</PLITERARYMOVEMENTS>
  <PMATERIALCONDITIONS DISPLACEMENT="">{1,1}</PMATERIALCONDITIONS>
  <PMOTIVES ID="" MOTIVETYPE="">{1,1}</PMOTIVES>
  <POLITICALAFFILIATION ACTIVISM="ACTIVISTYES" CURRENTALTERNATIVETERM="" ID="" INVOLVEMENT="INVOLVEMENTYES" MEMBERSHIP="MEMBERSHIPYES" REG="" WOMAN-GENDERISSUE="GENDERYES">{1,1}</POLITICALAFFILIATION>
  <PPERIODICALPUBLICATION>{1,1}</PPERIODICALPUBLICATION>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <RS REG="" TYPE="">{1,1}</RS>
  <SIC CORR="">{1,1}</SIC>
  <SOCALLED>{1,1}</SOCALLED>
  <SUBJECT REG="">{1,1}</SUBJECT>
  <TCHARACTERIZATION>{1,1}</TCHARACTERIZATION>
  <TCHARACTERNAME REG="">{1,1}</TCHARACTERNAME>
  <TCHARACTERTYPEROLE PROTAGONIST="">{1,1}</TCHARACTERTYPEROLE>
  <TGENRE GENRENAME="">{1,1}</TGENRE>
  <TGENREISSUE>{1,1}</TGENREISSUE>
  <TITLE LEVEL="" REF="" REG="" REND="" STANDARD="">{1,1}</TITLE>
  <TMOTIF MOTIFNAME="">{1,1}</TMOTIF>
  <TOPIC STANDARD="">{1,1}</TOPIC>
  <TPLOT>{1,1}</TPLOT>
  <TSETTINGDATE SETTINGDATETYPE="">{1,1}</TSETTINGDATE>
  <TSETTINGPLACE SETTINGCLASS="" SETTINGPLACETYPE="">{1,1}</TSETTINGPLACE>
  <TTECHNIQUES TECHNIQUETYPE="">{1,1}</TTECHNIQUES>
  <TTHEMETOPIC ID="" REG="">{1,1}</TTHEMETOPIC>
  <TTONESTYLE EXPERIMENTAL="">{1,1}</TTONESTYLE>
  <TVOICENARRATION>{1,1}</TVOICENARRATION>
  <XREF RESP="" URL="">{1,1}</XREF>
</TITLE>
Attributes
QName Type Use Annotation
LEVEL restriction of xs:token required
An attribute of title, level indicates whether a
title is a part of another work, an entire work, a journal, or a series.
REF xs:anyURI optional
Ref (or reference) provides an explicit means of locating a full definition for the entity
being named by means of a URI.
REG optional
Reg (or
regularization) contains a reading which has been regularized or normalized in some
sense.
REND optional
Rend (or rendition) indicates how the element in
question was rendered or presented in the source text.
STANDARD optional
Used to record the standard name by which a person,
organization, or topic is known
Source
<xs:element name="TITLE">
  <xs:annotation>
    <xs:documentation>The title element contains the title of a work, whether article, book, journal (newspaper, magazine), series, or unpublished.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="DATE"/>
      <xs:element ref="DATERANGE"/>
      <xs:element ref="DENOMINATION"/>
      <xs:element ref="EMPH"/>
      <xs:element ref="EMPLOYER"/>
      <xs:element ref="FOREIGN"/>
      <xs:element ref="JOBTITLE"/>
      <xs:element ref="NAME"/>
      <xs:element ref="ORGNAME"/>
      <xs:element ref="PLACE"/>
      <xs:element ref="PLITERARYMOVEMENTS"/>
      <xs:element ref="PMATERIALCONDITIONS"/>
      <xs:element ref="PMOTIVES"/>
      <xs:element ref="POLITICALAFFILIATION"/>
      <xs:element ref="PPERIODICALPUBLICATION"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="RESEARCHNOTE"/>
      <xs:element ref="RS"/>
      <xs:element ref="SIC"/>
      <xs:element ref="SOCALLED"/>
      <xs:element ref="SUBJECT"/>
      <xs:element ref="TCHARACTERIZATION"/>
      <xs:element ref="TCHARACTERNAME"/>
      <xs:element ref="TCHARACTERTYPEROLE"/>
      <xs:element ref="TGENRE"/>
      <xs:element ref="TGENREISSUE"/>
      <xs:element ref="TITLE"/>
      <xs:element ref="TMOTIF"/>
      <xs:element ref="TOPIC"/>
      <xs:element ref="TPLOT"/>
      <xs:element ref="TSETTINGDATE"/>
      <xs:element ref="TSETTINGPLACE"/>
      <xs:element ref="TTECHNIQUES"/>
      <xs:element ref="TTHEMETOPIC"/>
      <xs:element ref="TTONESTYLE"/>
      <xs:element ref="TVOICENARRATION"/>
      <xs:element ref="XREF"/>
    </xs:choice>
    <xs:attribute name="REG">
      <xs:annotation>
        <xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="REND">
      <xs:annotation>
        <xs:documentation>Rend (or rendition) indicates how the element in question was rendered or presented in the source text.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="STANDARD">
      <xs:annotation>
        <xs:documentation>Used to record the standard name by which a person, organization, or topic is known</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="LEVEL" use="required">
      <xs:annotation>
        <xs:documentation>An attribute of title, level indicates whether a title is a part of another work, an entire work, a journal, or a series.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="MONOGRAPHIC"/>
          <xs:enumeration value="ANALYTIC"/>
          <xs:enumeration value="JOURNAL"/>
          <xs:enumeration value="SERIES"/>
          <xs:enumeration value="UNPUBLISHED"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="REF" type="xs:anyURI">
      <xs:annotation>
        <xs:documentation>Ref (or reference) provides an explicit means of locating a full definition for the entity being named by means of a URI.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element EMPLOYER
Namespace No namespace
Annotations
This sub-element within occupation captures the names of a
person's employers. We are interested in tracking if particular kinds of organizations and institutions supported women's work
or attracted women writers more than others.
Diagram
Diagram index.tmp#BIBCITS index.tmp#DATE index.tmp#JOBTITLE index.tmp#NAME index.tmp#ORGNAME index.tmp#PLACE index.tmp#QUOTE index.tmp#RESEARCHNOTE index.tmp#TITLE
Properties
content complex
mixed true
Used by
Model
Children BIBCITS, DATE, JOBTITLE, NAME, ORGNAME, PLACE, QUOTE, RESEARCHNOTE, TITLE
Instance
<EMPLOYER>
  <BIBCITS ID="">{1,1}</BIBCITS>
  <DATE CALENDAR="NEWSTYLE" CERTAINTY="CERT" ID="" VALUE="">{1,1}</DATE>
  <JOBTITLE CURRENTALTERNATIVETERM="" FAMILYBUSINESS="FAMILYBUSINESSYES" HISTORICALTERM="" HISTORICALTERMCONTEXTDATE="" ID="" REG="">{1,1}</JOBTITLE>
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <ORGNAME ORGTYPE="" REF="" REG="" STANDARD="" URI="">{1,1}</ORGNAME>
  <PLACE ID="" LAT="" LONG="" REF="">{1,1}</PLACE>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <TITLE LEVEL="" REF="" REG="" REND="" STANDARD="">{1,1}</TITLE>
</EMPLOYER>
Source
<xs:element name="EMPLOYER">
  <xs:annotation>
    <xs:documentation>This sub-element within occupation captures the names of a person's employers. We are interested in tracking if particular kinds of organizations and institutions supported women's work or attracted women writers more than others.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="BIBCITS"/>
      <xs:element ref="DATE"/>
      <xs:element ref="JOBTITLE"/>
      <xs:element ref="NAME"/>
      <xs:element ref="ORGNAME"/>
      <xs:element ref="PLACE"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="RESEARCHNOTE"/>
      <xs:element ref="TITLE"/>
    </xs:choice>
  </xs:complexType>
</xs:element>
[ top ]
Element JOBTITLE
Namespace No namespace
Annotations
JobTitle is meant to capture the types of employment done by women
writers and their families. We are interested in comparing the kinds of jobs women did in different historical periods and the kinds of
jobs family members did. We want to facilitate research, for example, on the influence of living in a parsonage on women writers and
would therefore like to track women who had fathers and mothers who were preachers.
Diagram
Diagram index.tmp#JOBTITLE_CURRENTALTERNATIVETERM index.tmp#JOBTITLE_FAMILYBUSINESS index.tmp#JOBTITLE_HISTORICALTERM index.tmp#JOBTITLE_HISTORICALTERMCONTEXTDATE index.tmp#JOBTITLE_ID index.tmp#JOBTITLE_REG index.tmp#BIBCITS index.tmp#DATE index.tmp#DATERANGE index.tmp#EMPLOYER index.tmp#FOREIGN index.tmp#NAME index.tmp#ORGNAME index.tmp#PLACE index.tmp#QUOTE index.tmp#REMUNERATION index.tmp#RESEARCHNOTE index.tmp#SIGNIFICANTACTIVITY index.tmp#SOCALLED index.tmp#TITLE index.tmp#TOPIC
Properties
content complex
mixed true
Used by
Model
Children BIBCITS, DATE, DATERANGE, EMPLOYER, FOREIGN, NAME, ORGNAME, PLACE, QUOTE, REMUNERATION, RESEARCHNOTE, SIGNIFICANTACTIVITY, SOCALLED, TITLE, TOPIC
Instance
<JOBTITLE CURRENTALTERNATIVETERM="" FAMILYBUSINESS="FAMILYBUSINESSYES" HISTORICALTERM="" HISTORICALTERMCONTEXTDATE="" ID="" REG="">
  <BIBCITS ID="">{1,1}</BIBCITS>
  <DATE CALENDAR="NEWSTYLE" CERTAINTY="CERT" ID="" VALUE="">{1,1}</DATE>
  <DATERANGE CALENDAR="NEWSTYLE" CERTAINTY="CERT" EXACT="" FROM="" ID="" TO="">{1,1}</DATERANGE>
  <EMPLOYER>{1,1}</EMPLOYER>
  <FOREIGN LANG="" REG="">{1,1}</FOREIGN>
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <ORGNAME ORGTYPE="" REF="" REG="" STANDARD="" URI="">{1,1}</ORGNAME>
  <PLACE ID="" LAT="" LONG="" REF="">{1,1}</PLACE>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <REMUNERATION>{1,1}</REMUNERATION>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <SIGNIFICANTACTIVITY PHILANTHROPYVOLUNTEER="PHILANTHROPYVOLUNTEERYES" REG="">{1,1}</SIGNIFICANTACTIVITY>
  <SOCALLED>{1,1}</SOCALLED>
  <TITLE LEVEL="" REF="" REG="" REND="" STANDARD="">{1,1}</TITLE>
  <TOPIC STANDARD="">{1,1}</TOPIC>
</JOBTITLE>
Attributes
QName Type Default Use Annotation
CURRENTALTERNATIVETERM optional
This attribute allows you to capture changes in
terminology over time. The older name in your prose may not be familiar to your reader nor helpful for indexing purposes and
therefore needs explanation.
FAMILYBUSINESS restriction of xs:token FAMILYBUSINESSYES optional
This optional attribute allows us to track the extent
to which women's work took place within a family business (meaning the economic, bread-winning business carried on within the
family and not, unfortunately, domestic work).
HISTORICALTERM optional
HistoricalTerm is an optional attribute that allows
you to indicate a now- outdated name for a job.
HISTORICALTERMCONTEXTDATE optional
HistoricalTermContextDate specifies the date at which
the historical term for a job circulated.
ID xs:NCName optional
REG optional
Reg (or
regularization) contains a reading which has been regularized or normalized in some
sense.
Source
<xs:element name="JOBTITLE">
  <xs:annotation>
    <xs:documentation>JobTitle is meant to capture the types of employment done by women writers and their families. We are interested in comparing the kinds of jobs women did in different historical periods and the kinds of jobs family members did. We want to facilitate research, for example, on the influence of living in a parsonage on women writers and would therefore like to track women who had fathers and mothers who were preachers.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="BIBCITS"/>
      <xs:element ref="DATE"/>
      <xs:element ref="DATERANGE"/>
      <xs:element ref="EMPLOYER"/>
      <xs:element ref="FOREIGN"/>
      <xs:element ref="NAME"/>
      <xs:element ref="ORGNAME"/>
      <xs:element ref="PLACE"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="REMUNERATION"/>
      <xs:element ref="RESEARCHNOTE"/>
      <xs:element ref="SIGNIFICANTACTIVITY"/>
      <xs:element ref="SOCALLED"/>
      <xs:element ref="TITLE"/>
      <xs:element ref="TOPIC"/>
    </xs:choice>
    <xs:attribute name="CURRENTALTERNATIVETERM">
      <xs:annotation>
        <xs:documentation>This attribute allows you to capture changes in terminology over time. The older name in your prose may not be familiar to your reader nor helpful for indexing purposes and therefore needs explanation.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="FAMILYBUSINESS" default="FAMILYBUSINESSYES">
      <xs:annotation>
        <xs:documentation>This optional attribute allows us to track the extent to which women's work took place within a family business (meaning the economic, bread-winning business carried on within the family and not, unfortunately, domestic work).</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="FAMILYBUSINESSYES"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="HISTORICALTERM">
      <xs:annotation>
        <xs:documentation>HistoricalTerm is an optional attribute that allows you to indicate a now- outdated name for a job.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="HISTORICALTERMCONTEXTDATE">
      <xs:annotation>
        <xs:documentation>HistoricalTermContextDate specifies the date at which the historical term for a job circulated.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="ID" type="xs:NCName"/>
    <xs:attribute name="REG">
      <xs:annotation>
        <xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element REMUNERATION
Namespace No namespace
Annotations
Remuneration captures the amount a woman earned in non-writing
occupations.
Diagram
Diagram index.tmp#BIBCITS index.tmp#DATE index.tmp#DATERANGE index.tmp#EMPLOYER index.tmp#FOREIGN index.tmp#JOBTITLE index.tmp#NAME index.tmp#ORGNAME index.tmp#PLACE index.tmp#QUOTE index.tmp#SIGNIFICANTACTIVITY index.tmp#SOCALLED index.tmp#TITLE
Properties
content complex
mixed true
Used by
Model
Children BIBCITS, DATE, DATERANGE, EMPLOYER, FOREIGN, JOBTITLE, NAME, ORGNAME, PLACE, QUOTE, SIGNIFICANTACTIVITY, SOCALLED, TITLE
Instance
<REMUNERATION>
  <BIBCITS ID="">{1,1}</BIBCITS>
  <DATE CALENDAR="NEWSTYLE" CERTAINTY="CERT" ID="" VALUE="">{1,1}</DATE>
  <DATERANGE CALENDAR="NEWSTYLE" CERTAINTY="CERT" EXACT="" FROM="" ID="" TO="">{1,1}</DATERANGE>
  <EMPLOYER>{1,1}</EMPLOYER>
  <FOREIGN LANG="" REG="">{1,1}</FOREIGN>
  <JOBTITLE CURRENTALTERNATIVETERM="" FAMILYBUSINESS="FAMILYBUSINESSYES" HISTORICALTERM="" HISTORICALTERMCONTEXTDATE="" ID="" REG="">{1,1}</JOBTITLE>
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <ORGNAME ORGTYPE="" REF="" REG="" STANDARD="" URI="">{1,1}</ORGNAME>
  <PLACE ID="" LAT="" LONG="" REF="">{1,1}</PLACE>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <SIGNIFICANTACTIVITY PHILANTHROPYVOLUNTEER="PHILANTHROPYVOLUNTEERYES" REG="">{1,1}</SIGNIFICANTACTIVITY>
  <SOCALLED>{1,1}</SOCALLED>
  <TITLE LEVEL="" REF="" REG="" REND="" STANDARD="">{1,1}</TITLE>
</REMUNERATION>
Source
<xs:element name="REMUNERATION">
  <xs:annotation>
    <xs:documentation>Remuneration captures the amount a woman earned in non-writing occupations.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="BIBCITS"/>
      <xs:element ref="DATE"/>
      <xs:element ref="DATERANGE"/>
      <xs:element ref="EMPLOYER"/>
      <xs:element ref="FOREIGN"/>
      <xs:element ref="JOBTITLE"/>
      <xs:element ref="NAME"/>
      <xs:element ref="ORGNAME"/>
      <xs:element ref="PLACE"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="SIGNIFICANTACTIVITY"/>
      <xs:element ref="SOCALLED"/>
      <xs:element ref="TITLE"/>
    </xs:choice>
  </xs:complexType>
</xs:element>
[ top ]
Element SIGNIFICANTACTIVITY
Namespace No namespace
Annotations
This element captures all unpaid work, volunteer work, or
other significant activity that a person was engaged in. We hope to counter the ideological assumption which does not recognize
women's unpaid work as work; for example, parenting and unpaid domestic labour are not included when the International Monetary Fund
calculates the gross national product of a country. We hope to counter this ideological assumption by emphasizing the need to
systematically capture women's exclusion from the paid workforce and their participation in the unpaid workforce.
Diagram
Diagram index.tmp#SIGNIFICANTACTIVITY_PHILANTHROPYVOLUNTEER index.tmp#SIGNIFICANTACTIVITY_REG index.tmp#BIBCITS index.tmp#DATE index.tmp#DATERANGE index.tmp#EMPLOYER index.tmp#FOREIGN index.tmp#JOBTITLE index.tmp#NAME index.tmp#ORGNAME index.tmp#PLACE index.tmp#QUOTE index.tmp#SOCALLED index.tmp#TITLE
Properties
content complex
mixed true
Used by
Model
Children BIBCITS, DATE, DATERANGE, EMPLOYER, FOREIGN, JOBTITLE, NAME, ORGNAME, PLACE, QUOTE, SOCALLED, TITLE
Instance
<SIGNIFICANTACTIVITY PHILANTHROPYVOLUNTEER="PHILANTHROPYVOLUNTEERYES" REG="">
  <BIBCITS ID="">{1,1}</BIBCITS>
  <DATE CALENDAR="NEWSTYLE" CERTAINTY="CERT" ID="" VALUE="">{1,1}</DATE>
  <DATERANGE CALENDAR="NEWSTYLE" CERTAINTY="CERT" EXACT="" FROM="" ID="" TO="">{1,1}</DATERANGE>
  <EMPLOYER>{1,1}</EMPLOYER>
  <FOREIGN LANG="" REG="">{1,1}</FOREIGN>
  <JOBTITLE CURRENTALTERNATIVETERM="" FAMILYBUSINESS="FAMILYBUSINESSYES" HISTORICALTERM="" HISTORICALTERMCONTEXTDATE="" ID="" REG="">{1,1}</JOBTITLE>
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <ORGNAME ORGTYPE="" REF="" REG="" STANDARD="" URI="">{1,1}</ORGNAME>
  <PLACE ID="" LAT="" LONG="" REF="">{1,1}</PLACE>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <SOCALLED>{1,1}</SOCALLED>
  <TITLE LEVEL="" REF="" REG="" REND="" STANDARD="">{1,1}</TITLE>
</SIGNIFICANTACTIVITY>
Attributes
QName Type Default Use Annotation
PHILANTHROPYVOLUNTEER restriction of xs:token PHILANTHROPYVOLUNTEERYES optional
REG optional
Reg (or
regularization) contains a reading which has been regularized or normalized in some
sense.
Source
<xs:element name="SIGNIFICANTACTIVITY">
  <xs:annotation>
    <xs:documentation>This element captures all unpaid work, volunteer work, or other significant activity that a person was engaged in. We hope to counter the ideological assumption which does not recognize women's unpaid work as work; for example, parenting and unpaid domestic labour are not included when the International Monetary Fund calculates the gross national product of a country. We hope to counter this ideological assumption by emphasizing the need to systematically capture women's exclusion from the paid workforce and their participation in the unpaid workforce.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="BIBCITS"/>
      <xs:element ref="DATE"/>
      <xs:element ref="DATERANGE"/>
      <xs:element ref="EMPLOYER"/>
      <xs:element ref="FOREIGN"/>
      <xs:element ref="JOBTITLE"/>
      <xs:element ref="NAME"/>
      <xs:element ref="ORGNAME"/>
      <xs:element ref="PLACE"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="SOCALLED"/>
      <xs:element ref="TITLE"/>
    </xs:choice>
    <xs:attribute name="PHILANTHROPYVOLUNTEER" default="PHILANTHROPYVOLUNTEERYES">
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="PHILANTHROPYVOLUNTEERYES"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="REG">
      <xs:annotation>
        <xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element TOPIC
Namespace No namespace
Annotations
This element is designed to designate the name of a topic document or entry.
For the topic or theme of a text, use TTHEMETOPIC.
Diagram
Diagram index.tmp#TOPIC_STANDARD index.tmp#BIBCITS index.tmp#NATIONALHERITAGE index.tmp#SOCALLED index.tmp#TCHARACTERTYPEROLE index.tmp#TGENRE index.tmp#TTHEMETOPIC
Properties
content complex
mixed true
Used by
Model
Children BIBCITS, NATIONALHERITAGE, SOCALLED, TCHARACTERTYPEROLE, TGENRE, TTHEMETOPIC
Instance
<TOPIC STANDARD="">
  <BIBCITS ID="">{1,1}</BIBCITS>
  <NATIONALHERITAGE CURRENTALTERNATIVETERM="" FOREBEAR="FAMILY" REG="" SELF-DEFINED="SELFUNKNOWN">{1,1}</NATIONALHERITAGE>
  <SOCALLED>{1,1}</SOCALLED>
  <TCHARACTERTYPEROLE PROTAGONIST="">{1,1}</TCHARACTERTYPEROLE>
  <TGENRE GENRENAME="">{1,1}</TGENRE>
  <TTHEMETOPIC ID="" REG="">{1,1}</TTHEMETOPIC>
</TOPIC>
Attributes
QName Type Use Annotation
STANDARD optional
Used to record the standard name by which a person,
organization, or topic is known
Source
<xs:element name="TOPIC">
  <xs:annotation>
    <xs:documentation>This element is designed to designate the name of a topic document or entry. For the topic or theme of a text, use TTHEMETOPIC.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="BIBCITS"/>
      <xs:element ref="NATIONALHERITAGE"/>
      <xs:element ref="SOCALLED"/>
      <xs:element ref="TCHARACTERTYPEROLE"/>
      <xs:element ref="TGENRE"/>
      <xs:element ref="TTHEMETOPIC"/>
    </xs:choice>
    <xs:attribute name="STANDARD">
      <xs:annotation>
        <xs:documentation>Used to record the standard name by which a person, organization, or topic is known</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element TCHARACTERTYPEROLE
Namespace No namespace
Annotations
This element allows you to capture information about the societal
roles played by characters. If the character is noteworthy for being married, single, a fallen woman, a teacher/governess, a professional, an invalid, a
down-trodden housewife, or a mother, record it here.
Diagram
Diagram index.tmp#TCHARACTERTYPEROLE_PROTAGONIST index.tmp#BIBCITS index.tmp#DATERANGE index.tmp#FOREIGN index.tmp#NAME index.tmp#ORGNAME index.tmp#PLACE index.tmp#QUOTE index.tmp#RS index.tmp#SIC index.tmp#SOCALLED index.tmp#TCHARACTERNAME index.tmp#TGENRE index.tmp#TINTERTEXTUALITY index.tmp#TITLE index.tmp#TMOTIF index.tmp#TOPIC index.tmp#TPLOT index.tmp#TTECHNIQUES index.tmp#TTHEMETOPIC index.tmp#TVOICENARRATION
Properties
content complex
mixed true
Used by
Model
Children BIBCITS, DATERANGE, FOREIGN, NAME, ORGNAME, PLACE, QUOTE, RS, SIC, SOCALLED, TCHARACTERNAME, TGENRE, TINTERTEXTUALITY, TITLE, TMOTIF, TOPIC, TPLOT, TTECHNIQUES, TTHEMETOPIC, TVOICENARRATION
Instance
<TCHARACTERTYPEROLE PROTAGONIST="">
  <BIBCITS ID="">{1,1}</BIBCITS>
  <DATERANGE CALENDAR="NEWSTYLE" CERTAINTY="CERT" EXACT="" FROM="" ID="" TO="">{1,1}</DATERANGE>
  <FOREIGN LANG="" REG="">{1,1}</FOREIGN>
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <ORGNAME ORGTYPE="" REF="" REG="" STANDARD="" URI="">{1,1}</ORGNAME>
  <PLACE ID="" LAT="" LONG="" REF="">{1,1}</PLACE>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <RS REG="" TYPE="">{1,1}</RS>
  <SIC CORR="">{1,1}</SIC>
  <SOCALLED>{1,1}</SOCALLED>
  <TCHARACTERNAME REG="">{1,1}</TCHARACTERNAME>
  <TGENRE GENRENAME="">{1,1}</TGENRE>
  <TINTERTEXTUALITY GENDEROFAUTHOR="" INTERTEXTTYPE="">{1,1}</TINTERTEXTUALITY>
  <TITLE LEVEL="" REF="" REG="" REND="" STANDARD="">{1,1}</TITLE>
  <TMOTIF MOTIFNAME="">{1,1}</TMOTIF>
  <TOPIC STANDARD="">{1,1}</TOPIC>
  <TPLOT>{1,1}</TPLOT>
  <TTECHNIQUES TECHNIQUETYPE="">{1,1}</TTECHNIQUES>
  <TTHEMETOPIC ID="" REG="">{1,1}</TTHEMETOPIC>
  <TVOICENARRATION>{1,1}</TVOICENARRATION>
</TCHARACTERTYPEROLE>
Attributes
QName Type Use Annotation
PROTAGONIST restriction of xs:token optional
This attribute defines the type of character where
useful.
Source
<xs:element name="TCHARACTERTYPEROLE">
  <xs:annotation>
    <xs:documentation>This element allows you to capture information about the societal roles played by characters. If the character is noteworthy for being married, single, a fallen woman, a teacher/governess, a professional, an invalid, a down-trodden housewife, or a mother, record it here.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="BIBCITS"/>
      <xs:element ref="DATERANGE"/>
      <xs:element ref="FOREIGN"/>
      <xs:element ref="NAME"/>
      <xs:element ref="ORGNAME"/>
      <xs:element ref="PLACE"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="RS"/>
      <xs:element ref="SIC"/>
      <xs:element ref="SOCALLED"/>
      <xs:element ref="TCHARACTERNAME"/>
      <xs:element ref="TGENRE"/>
      <xs:element ref="TINTERTEXTUALITY"/>
      <xs:element ref="TITLE"/>
      <xs:element ref="TMOTIF"/>
      <xs:element ref="TOPIC"/>
      <xs:element ref="TPLOT"/>
      <xs:element ref="TTECHNIQUES"/>
      <xs:element ref="TTHEMETOPIC"/>
      <xs:element ref="TVOICENARRATION"/>
    </xs:choice>
    <xs:attribute name="PROTAGONIST">
      <xs:annotation>
        <xs:documentation>This attribute defines the type of character where useful.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="MALE"/>
          <xs:enumeration value="FEMALE"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element RS
Namespace No namespace
Annotations
The rs element is a general purpose name element for all
names that merit tagging for either display purposes or for search and retrieval, but that are not adequately covered by the name,
orgName, place, or title elements.
Diagram
Diagram index.tmp#RS_REG index.tmp#RS_TYPE index.tmp#NAME
Properties
content complex
mixed true
Used by
Model
Children NAME
Instance
<RS REG="" TYPE="">
  <NAME REF="" STANDARD="">{0,unbounded}</NAME>
</RS>
Attributes
QName Type Use Annotation
REG xs:NCName optional
Reg (or
regularization) contains a reading which has been regularized or normalized in some
sense.
TYPE optional
Type characterizes the element in some sense, using
any convenient classification scheme or typology.
Source
<xs:element name="RS">
  <xs:annotation>
    <xs:documentation>The rs element is a general purpose name element for all names that merit tagging for either display purposes or for search and retrieval, but that are not adequately covered by the name, orgName, place, or title elements.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:sequence>
      <xs:element minOccurs="0" maxOccurs="unbounded" ref="NAME"/>
    </xs:sequence>
    <xs:attribute name="REG" type="xs:NCName">
      <xs:annotation>
        <xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="TYPE">
      <xs:annotation>
        <xs:documentation>Type characterizes the element in some sense, using any convenient classification scheme or typology.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element TCHARACTERNAME
Namespace No namespace
Annotations
This element allows us to tag the names of significant
characters.
Diagram
Diagram index.tmp#TCHARACTERNAME_REG index.tmp#BIBCITS index.tmp#EMPH index.tmp#FOREIGN index.tmp#NAME index.tmp#ORGNAME index.tmp#PLACE index.tmp#QUOTE index.tmp#RESEARCHNOTE index.tmp#SIC index.tmp#SOCALLED index.tmp#TCHARACTERTYPEROLE index.tmp#TGENRE index.tmp#TTHEMETOPIC
Properties
content complex
mixed true
Used by
Model
Children BIBCITS, EMPH, FOREIGN, NAME, ORGNAME, PLACE, QUOTE, RESEARCHNOTE, SIC, SOCALLED, TCHARACTERTYPEROLE, TGENRE, TTHEMETOPIC
Instance
<TCHARACTERNAME REG="">
  <BIBCITS ID="">{1,1}</BIBCITS>
  <EMPH>{1,1}</EMPH>
  <FOREIGN LANG="" REG="">{1,1}</FOREIGN>
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <ORGNAME ORGTYPE="" REF="" REG="" STANDARD="" URI="">{1,1}</ORGNAME>
  <PLACE ID="" LAT="" LONG="" REF="">{1,1}</PLACE>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <SIC CORR="">{1,1}</SIC>
  <SOCALLED>{1,1}</SOCALLED>
  <TCHARACTERTYPEROLE PROTAGONIST="">{1,1}</TCHARACTERTYPEROLE>
  <TGENRE GENRENAME="">{1,1}</TGENRE>
  <TTHEMETOPIC ID="" REG="">{1,1}</TTHEMETOPIC>
</TCHARACTERNAME>
Attributes
QName Type Use Annotation
REG optional
Reg (or
regularization) contains a reading which has been regularized or normalized in some
sense.
Source
<xs:element name="TCHARACTERNAME">
  <xs:annotation>
    <xs:documentation>This element allows us to tag the names of significant characters.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="BIBCITS"/>
      <xs:element ref="EMPH"/>
      <xs:element ref="FOREIGN"/>
      <xs:element ref="NAME"/>
      <xs:element ref="ORGNAME"/>
      <xs:element ref="PLACE"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="RESEARCHNOTE"/>
      <xs:element ref="SIC"/>
      <xs:element ref="SOCALLED"/>
      <xs:element ref="TCHARACTERTYPEROLE"/>
      <xs:element ref="TGENRE"/>
      <xs:element ref="TTHEMETOPIC"/>
    </xs:choice>
    <xs:attribute name="REG">
      <xs:annotation>
        <xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element TGENRE
Namespace No namespace
Annotations
GenreName (or tGenre) is used to tag the name of the genre
according to a project-generated list of genre names.
Diagram
Diagram index.tmp#TGENRE_GENRENAME index.tmp#BIBCITS index.tmp#DATE index.tmp#EMPH index.tmp#FOREIGN index.tmp#NAME index.tmp#ORGNAME index.tmp#PLACE index.tmp#PLITERARYMOVEMENTS index.tmp#QUOTE index.tmp#RESEARCHNOTE index.tmp#SIC index.tmp#SOCALLED index.tmp#TCHARACTERNAME index.tmp#TCHARACTERTYPEROLE index.tmp#TGENRE index.tmp#TITLE index.tmp#TMOTIF index.tmp#TOPIC index.tmp#TTHEMETOPIC index.tmp#TVOICENARRATION
Properties
content complex
mixed true
Used by
Model
Children BIBCITS, DATE, EMPH, FOREIGN, NAME, ORGNAME, PLACE, PLITERARYMOVEMENTS, QUOTE, RESEARCHNOTE, SIC, SOCALLED, TCHARACTERNAME, TCHARACTERTYPEROLE, TGENRE, TITLE, TMOTIF, TOPIC, TTHEMETOPIC, TVOICENARRATION
Instance
<TGENRE GENRENAME="">
  <BIBCITS ID="">{1,1}</BIBCITS>
  <DATE CALENDAR="NEWSTYLE" CERTAINTY="CERT" ID="" VALUE="">{1,1}</DATE>
  <EMPH>{1,1}</EMPH>
  <FOREIGN LANG="" REG="">{1,1}</FOREIGN>
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <ORGNAME ORGTYPE="" REF="" REG="" STANDARD="" URI="">{1,1}</ORGNAME>
  <PLACE ID="" LAT="" LONG="" REF="">{1,1}</PLACE>
  <PLITERARYMOVEMENTS INVOLVEMENT="INVOLVEMENTYES" REG="">{1,1}</PLITERARYMOVEMENTS>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <SIC CORR="">{1,1}</SIC>
  <SOCALLED>{1,1}</SOCALLED>
  <TCHARACTERNAME REG="">{1,1}</TCHARACTERNAME>
  <TCHARACTERTYPEROLE PROTAGONIST="">{1,1}</TCHARACTERTYPEROLE>
  <TGENRE GENRENAME="">{1,1}</TGENRE>
  <TITLE LEVEL="" REF="" REG="" REND="" STANDARD="">{1,1}</TITLE>
  <TMOTIF MOTIFNAME="">{1,1}</TMOTIF>
  <TOPIC STANDARD="">{1,1}</TOPIC>
  <TTHEMETOPIC ID="" REG="">{1,1}</TTHEMETOPIC>
  <TVOICENARRATION>{1,1}</TVOICENARRATION>
</TGENRE>
Attributes
QName Type Use Annotation
GENRENAME restriction of xs:token optional
GenreName is an optional attribute that provides a
pick-list of possible genre names to modify the element tGenre. It will prove especially useful in situations where the prose
does not allow the concise naming of a genre that would be easily understood by a simpler name. Ultimately, this attribute will
help us systematize and index references to various genre names.
Source
<xs:element name="TGENRE">
  <xs:annotation>
    <xs:documentation>GenreName (or tGenre) is used to tag the name of the genre according to a project-generated list of genre names.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="BIBCITS"/>
      <xs:element ref="DATE"/>
      <xs:element ref="EMPH"/>
      <xs:element ref="FOREIGN"/>
      <xs:element ref="NAME"/>
      <xs:element ref="ORGNAME"/>
      <xs:element ref="PLACE"/>
      <xs:element ref="PLITERARYMOVEMENTS"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="RESEARCHNOTE"/>
      <xs:element ref="SIC"/>
      <xs:element ref="SOCALLED"/>
      <xs:element ref="TCHARACTERNAME"/>
      <xs:element ref="TCHARACTERTYPEROLE"/>
      <xs:element ref="TGENRE"/>
      <xs:element ref="TITLE"/>
      <xs:element ref="TMOTIF"/>
      <xs:element ref="TOPIC"/>
      <xs:element ref="TTHEMETOPIC"/>
      <xs:element ref="TVOICENARRATION"/>
    </xs:choice>
    <xs:attribute name="GENRENAME">
      <xs:annotation>
        <xs:documentation>GenreName is an optional attribute that provides a pick-list of possible genre names to modify the element tGenre. It will prove especially useful in situations where the prose does not allow the concise naming of a genre that would be easily understood by a simpler name. Ultimately, this attribute will help us systematize and index references to various genre names.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="ABRIDGEMENT"/>
          <xs:enumeration value="ACLEF"/>
          <xs:enumeration value="ACROSTIC"/>
          <xs:enumeration value="ADAPTATION"/>
          <xs:enumeration value="ADVENTUREWRITING"/>
          <xs:enumeration value="ADVERTISINGCOPY"/>
          <xs:enumeration value="AFTERPIECE"/>
          <xs:enumeration value="AFTERWORD"/>
          <xs:enumeration value="AGITPROP"/>
          <xs:enumeration value="ALLEGORY"/>
          <xs:enumeration value="ALMANAC"/>
          <xs:enumeration value="ANACREONTIC"/>
          <xs:enumeration value="ANAGRAM"/>
          <xs:enumeration value="ANNOTATION"/>
          <xs:enumeration value="ANSWER"/>
          <xs:enumeration value="ANTHEM"/>
          <xs:enumeration value="ANTHOLOGY"/>
          <xs:enumeration value="ANTIROMANCE"/>
          <xs:enumeration value="APHORISM"/>
          <xs:enumeration value="APOLOGY"/>
          <xs:enumeration value="ARTCRITICISM"/>
          <xs:enumeration value="AUTOBIOGRAPHY"/>
          <xs:enumeration value="BALLAD"/>
          <xs:enumeration value="BALLADE"/>
          <xs:enumeration value="BALLADOPERA"/>
          <xs:enumeration value="BALLET"/>
          <xs:enumeration value="BERGAMASQUE"/>
          <xs:enumeration value="BESTIARY"/>
          <xs:enumeration value="BIBLICALPARAPHRASE"/>
          <xs:enumeration value="BILDUNGSROMAN"/>
          <xs:enumeration value="BIOGRAPHICALDICTIONARY"/>
          <xs:enumeration value="BIOGRAPHY"/>
          <xs:enumeration value="BISEXUALFICTION"/>
          <xs:enumeration value="BLACKCOMEDY"/>
          <xs:enumeration value="BOUTSRIMES"/>
          <xs:enumeration value="BROADSIDE"/>
          <xs:enumeration value="BURLETTA"/>
          <xs:enumeration value="CABARET"/>
          <xs:enumeration value="CAPTIVITYNARRATIVE"/>
          <xs:enumeration value="CATECHISM"/>
          <xs:enumeration value="CHAPBOOK"/>
          <xs:enumeration value="CHARACTER"/>
          <xs:enumeration value="CHARADE"/>
          <xs:enumeration value="CHILDRENSLITERATURE"/>
          <xs:enumeration value="CLERIHEW"/>
          <xs:enumeration value="CLOSETDRAMA"/>
          <xs:enumeration value="COLLECTIVECREATION"/>
          <xs:enumeration value="COLOURINGBOOK"/>
          <xs:enumeration value="COMEDY"/>
          <xs:enumeration value="COMEDYOFHUMOURS"/>
          <xs:enumeration value="COMEDYOFINTRIGUE"/>
          <xs:enumeration value="COMEDYOFMANNERS"/>
          <xs:enumeration value="COMEDYOFMENACE"/>
          <xs:enumeration value="COMICBOOK"/>
          <xs:enumeration value="COMINGOUT"/>
          <xs:enumeration value="COMMONPLACEBOOK"/>
          <xs:enumeration value="COMPANION"/>
          <xs:enumeration value="COMPUTERPROGRAM"/>
          <xs:enumeration value="CONDITIONOFENGLANDNOVEL"/>
          <xs:enumeration value="CONDUCTLITERATURE"/>
          <xs:enumeration value="COOKBOOK"/>
          <xs:enumeration value="COURTSHIPFICTION"/>
          <xs:enumeration value="CRIMINOLOGY"/>
          <xs:enumeration value="DANCE"/>
          <xs:enumeration value="DEDICATION"/>
          <xs:enumeration value="DETECTIVE"/>
          <xs:enumeration value="DEVOTIONAL"/>
          <xs:enumeration value="DIALOGUEORDEBATE"/>
          <xs:enumeration value="DIARY"/>
          <xs:enumeration value="DIALOGUEOFTHEDEAD"/>
          <xs:enumeration value="DICTIONARY"/>
          <xs:enumeration value="DIDACTIC"/>
          <xs:enumeration value="DIRECTORY"/>
          <xs:enumeration value="DISSERTATION"/>
          <xs:enumeration value="DOCUDRAMA"/>
          <xs:enumeration value="DOCUMENTARY"/>
          <xs:enumeration value="DOMESTIC"/>
          <xs:enumeration value="DRAMA"/>
          <xs:enumeration value="DRAMATICMONOLOGUE"/>
          <xs:enumeration value="DREAMVISION"/>
          <xs:enumeration value="DYSTOPIA"/>
          <xs:enumeration value="ECLOGUE"/>
          <xs:enumeration value="EDITING"/>
          <xs:enumeration value="ELEGY"/>
          <xs:enumeration value="ENCYCLOPAEDIA"/>
          <xs:enumeration value="EPIC"/>
          <xs:enumeration value="EPICTHEATRE"/>
          <xs:enumeration value="EPIGRAM"/>
          <xs:enumeration value="EPILOGUE"/>
          <xs:enumeration value="EPISODICLITERATURE"/>
          <xs:enumeration value="EPISTLE"/>
          <xs:enumeration value="EPISTOLARY"/>
          <xs:enumeration value="EPITAPH"/>
          <xs:enumeration value="EPITHALAMIUM"/>
          <xs:enumeration value="EPYLLION"/>
          <xs:enumeration value="EROTICAPORNOGRAPHY"/>
          <xs:enumeration value="ESSAY"/>
          <xs:enumeration value="EULOGY"/>
          <xs:enumeration value="EXHIBITIONCATALOGUE"/>
          <xs:enumeration value="EXPRESSIONISTWRITING"/>
          <xs:enumeration value="FABLE"/>
          <xs:enumeration value="FABLIAU"/>
          <xs:enumeration value="FAIRYTALE"/>
          <xs:enumeration value="FANTASY"/>
          <xs:enumeration value="FARCE"/>
          <xs:enumeration value="FEMINIST"/>
          <xs:enumeration value="FEMINISTTHEORY"/>
          <xs:enumeration value="FICTION"/>
          <xs:enumeration value="FILMTVSCRIPT"/>
          <xs:enumeration value="FOLKSONG"/>
          <xs:enumeration value="GARDENINGBOOK"/>
          <xs:enumeration value="GENEALOGY"/>
          <xs:enumeration value="GEORGIC"/>
          <xs:enumeration value="GHOSTSTORY"/>
          <xs:enumeration value="GIFTBOOK"/>
          <xs:enumeration value="GOTHIC"/>
          <xs:enumeration value="GOVERNMENTREPORT"/>
          <xs:enumeration value="GRAMMAR"/>
          <xs:enumeration value="GRAVEYARDPOETRY"/>
          <xs:enumeration value="GUERILLATHEATRE"/>
          <xs:enumeration value="GUIDEBOOK"/>
          <xs:enumeration value="HAGIOGRAPHY"/>
          <xs:enumeration value="HAIKU"/>
          <xs:enumeration value="HARLEQUINADE"/>
          <xs:enumeration value="HEROIC"/>
          <xs:enumeration value="HISTORICAL"/>
          <xs:enumeration value="HISTORY"/>
          <xs:enumeration value="HYMN"/>
          <xs:enumeration value="IMITATION"/>
          <xs:enumeration value="IMPROVISATION"/>
          <xs:enumeration value="INDUSTRIALNOVEL"/>
          <xs:enumeration value="INTRODUCTION"/>
          <xs:enumeration value="JOURNALISM"/>
          <xs:enumeration value="JUVENILIA"/>
          <xs:enumeration value="KITCHENSINKDRAMA"/>
          <xs:enumeration value="KUNSTLERROMAN"/>
          <xs:enumeration value="LAIS"/>
          <xs:enumeration value="LAMPOON"/>
          <xs:enumeration value="LEGALWRITING"/>
          <xs:enumeration value="LEGENDFOLKTALE"/>
          <xs:enumeration value="LESBIAN"/>
          <xs:enumeration value="LETTER"/>
          <xs:enumeration value="LETTERSFROMTHEDEADTOTHELIVING"/>
          <xs:enumeration value="LIBRETTO"/>
          <xs:enumeration value="LITERARYCRITICISM"/>
          <xs:enumeration value="LITURGY"/>
          <xs:enumeration value="LOVE"/>
          <xs:enumeration value="LYRIC"/>
          <xs:enumeration value="MAGICREALIST"/>
          <xs:enumeration value="MANIFESTO"/>
          <xs:enumeration value="MANUAL"/>
          <xs:enumeration value="MAP"/>
          <xs:enumeration value="MASQUE"/>
          <xs:enumeration value="MEDICALWRITING"/>
          <xs:enumeration value="MELODRAMA"/>
          <xs:enumeration value="MIXEDMEDIA"/>
          <xs:enumeration value="MOCKFORMS"/>
          <xs:enumeration value="MONOLOGUE"/>
          <xs:enumeration value="MORALITYMYSTERYPLAY"/>
          <xs:enumeration value="MULTIMEDIA"/>
          <xs:enumeration value="MUSICAL"/>
          <xs:enumeration value="MUSICOLOGY"/>
          <xs:enumeration value="MYSTERY"/>
          <xs:enumeration value="MYTH"/>
          <xs:enumeration value="NARRATIVEPOETRY"/>
          <xs:enumeration value="NATIONALISTFICTION"/>
          <xs:enumeration value="NATIONALTALE"/>
          <xs:enumeration value="NOTEBOOK"/>
          <xs:enumeration value="NOVEL"/>
          <xs:enumeration value="NOVELLA"/>
          <xs:enumeration value="NURSERYRHYME"/>
          <xs:enumeration value="OBITUARY"/>
          <xs:enumeration value="OCCASIONALPOETRY"/>
          <xs:enumeration value="ODE"/>
          <xs:enumeration value="ONEACTPLAY"/>
          <xs:enumeration value="OPERA"/>
          <xs:enumeration value="ORATORIO"/>
          <xs:enumeration value="ORIENTAL"/>
          <xs:enumeration value="PAGEANT"/>
          <xs:enumeration value="PANEGYRIC"/>
          <xs:enumeration value="PANTOMIME"/>
          <xs:enumeration value="PARABLE"/>
          <xs:enumeration value="PARATEXTS"/>
          <xs:enumeration value="PARLIAMENTARYREPORT"/>
          <xs:enumeration value="PARODY"/>
          <xs:enumeration value="PASTORAL"/>
          <xs:enumeration value="PEDAGOGY"/>
          <xs:enumeration value="PERFORMANCEPOETRY"/>
          <xs:enumeration value="PERIODICAL"/>
          <xs:enumeration value="PETITION"/>
          <xs:enumeration value="PHILOSOPHICAL"/>
          <xs:enumeration value="PHILOSOPHY"/>
          <xs:enumeration value="PHYSICALTHEATRE"/>
          <xs:enumeration value="PICARESQUE"/>
          <xs:enumeration value="PINDARIC"/>
          <xs:enumeration value="PODPLAY"/>
          <xs:enumeration value="POETRY"/>
          <xs:enumeration value="POLEMIC"/>
          <xs:enumeration value="POLITICALWRITING"/>
          <xs:enumeration value="POPULAR"/>
          <xs:enumeration value="PRAYER"/>
          <xs:enumeration value="PREFATORYPIECE"/>
          <xs:enumeration value="PROGRAMNOTES"/>
          <xs:enumeration value="PROLETARIANWRITING"/>
          <xs:enumeration value="PROLOGUE"/>
          <xs:enumeration value="PROPAGANDA"/>
          <xs:enumeration value="PROPHECY"/>
          <xs:enumeration value="PSALM"/>
          <xs:enumeration value="PSYCHOANALYTICAL"/>
          <xs:enumeration value="QUIZ"/>
          <xs:enumeration value="RADIODRAMA"/>
          <xs:enumeration value="REALIST"/>
          <xs:enumeration value="REGIONAL"/>
          <xs:enumeration value="RELIGIOUS"/>
          <xs:enumeration value="REVIEW"/>
          <xs:enumeration value="REVUE"/>
          <xs:enumeration value="RIDDLE"/>
          <xs:enumeration value="ROMANCE"/>
          <xs:enumeration value="SAGEWRITING"/>
          <xs:enumeration value="SATIRE"/>
          <xs:enumeration value="SCHOLARSHIP"/>
          <xs:enumeration value="SCHOOLFICTION"/>
          <xs:enumeration value="SCIENCEFICTION"/>
          <xs:enumeration value="SCIENTIFICWRITING"/>
          <xs:enumeration value="SCRAPBOOK"/>
          <xs:enumeration value="SENSATIONNOVEL"/>
          <xs:enumeration value="SENSIBILITY"/>
          <xs:enumeration value="SENTIMENTAL"/>
          <xs:enumeration value="SEQUEL"/>
          <xs:enumeration value="SERMON"/>
          <xs:enumeration value="SEXUALAWAKENINGFICTION"/>
          <xs:enumeration value="SHORTSTORY"/>
          <xs:enumeration value="SILVERFORKNOVEL"/>
          <xs:enumeration value="SKETCH"/>
          <xs:enumeration value="SKETCHBOOK"/>
          <xs:enumeration value="SLAVENARRATIVE"/>
          <xs:enumeration value="SOCIALSCIENCE"/>
          <xs:enumeration value="SONG"/>
          <xs:enumeration value="SONNET"/>
          <xs:enumeration value="SPEECH"/>
          <xs:enumeration value="STAGEREVIEW"/>
          <xs:enumeration value="TESTIMONY"/>
          <xs:enumeration value="TEXTBOOK"/>
          <xs:enumeration value="THEATREFORYOUNGAUDIENCES"/>
          <xs:enumeration value="THEATREOFCRUELTY"/>
          <xs:enumeration value="THEATREOFTHEABSURD"/>
          <xs:enumeration value="THEOLOGY"/>
          <xs:enumeration value="THESAURUS"/>
          <xs:enumeration value="THRILLER"/>
          <xs:enumeration value="TOPOGRAPHICALPOETRY"/>
          <xs:enumeration value="TRACTPAMPHLET"/>
          <xs:enumeration value="TRAGEDY"/>
          <xs:enumeration value="TRAGICOMEDY"/>
          <xs:enumeration value="TRANSLATION"/>
          <xs:enumeration value="TRAVELWRITING"/>
          <xs:enumeration value="TREATISE"/>
          <xs:enumeration value="UTOPIA"/>
          <xs:enumeration value="VERBATIM"/>
          <xs:enumeration value="VERSENOVEL"/>
          <xs:enumeration value="VIGNETTE"/>
          <xs:enumeration value="VILLANELLE"/>
          <xs:enumeration value="WESTERN"/>
          <xs:enumeration value="YOUNGADULTWRITING"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element PLITERARYMOVEMENTS
Namespace No namespace
Annotations
Meant to capture commentary on literary or artistic movements of
thought that influenced her writing or with which she had significant contact and especially those in which she was a participant. Make sure to capture
the name of the movement throughout.
Diagram
Diagram index.tmp#PLITERARYMOVEMENTS_INVOLVEMENT index.tmp#PLITERARYMOVEMENTS_REG index.tmp#BIBCITS index.tmp#FOREIGN index.tmp#NAME index.tmp#ORGNAME index.tmp#QUOTE index.tmp#SOCALLED index.tmp#TGENRE index.tmp#TOPIC index.tmp#TTHEMETOPIC
Properties
content complex
mixed true
Used by
Model
Children BIBCITS, FOREIGN, NAME, ORGNAME, QUOTE, SOCALLED, TGENRE, TOPIC, TTHEMETOPIC
Instance
<PLITERARYMOVEMENTS INVOLVEMENT="INVOLVEMENTYES" REG="">
  <BIBCITS ID="">{1,1}</BIBCITS>
  <FOREIGN LANG="" REG="">{1,1}</FOREIGN>
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <ORGNAME ORGTYPE="" REF="" REG="" STANDARD="" URI="">{1,1}</ORGNAME>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <SOCALLED>{1,1}</SOCALLED>
  <TGENRE GENRENAME="">{1,1}</TGENRE>
  <TOPIC STANDARD="">{1,1}</TOPIC>
  <TTHEMETOPIC ID="" REG="">{1,1}</TTHEMETOPIC>
</PLITERARYMOVEMENTS>
Attributes
QName Type Default Use Annotation
INVOLVEMENT restriction of xs:token INVOLVEMENTYES optional
This optional attribute attached to
politicalAffiliation in Biography and PLiteraryMovements in Writing, in conjunction with its sibling attributes, designates the
degree of political engagement with the political affiliation or literary school specified. Involvement denotes an intermediate
level of activity between activism and membership; the political activities involves more than simply being a member of the
Labour Party but does not entail sustained activism. Examples might include participating (but not in a leadership role) in a
labour strike or a WSPU march, holding a position within an organization's executive, writing letters or canvassing for
Greenpeace.
REG optional
Reg (or
regularization) contains a reading which has been regularized or normalized in some
sense.
Source
<xs:element name="PLITERARYMOVEMENTS">
  <xs:annotation>
    <xs:documentation>Meant to capture commentary on literary or artistic movements of thought that influenced her writing or with which she had significant contact and especially those in which she was a participant. Make sure to capture the name of the movement throughout.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="BIBCITS"/>
      <xs:element ref="FOREIGN"/>
      <xs:element ref="NAME"/>
      <xs:element ref="ORGNAME"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="SOCALLED"/>
      <xs:element ref="TGENRE"/>
      <xs:element ref="TOPIC"/>
      <xs:element ref="TTHEMETOPIC"/>
    </xs:choice>
    <xs:attribute name="INVOLVEMENT" default="INVOLVEMENTYES">
      <xs:annotation>
        <xs:documentation>This optional attribute attached to politicalAffiliation in Biography and PLiteraryMovements in Writing, in conjunction with its sibling attributes, designates the degree of political engagement with the political affiliation or literary school specified. Involvement denotes an intermediate level of activity between activism and membership; the political activities involves more than simply being a member of the Labour Party but does not entail sustained activism. Examples might include participating (but not in a leadership role) in a labour strike or a WSPU march, holding a position within an organization's executive, writing letters or canvassing for Greenpeace.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="INVOLVEMENTYES"/>
          <xs:enumeration value="INVOLVEMENTNO"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="REG">
      <xs:annotation>
        <xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element TTHEMETOPIC
Namespace No namespace
Annotations
This element applies to both theme and topic. Theme is the
central idea in a text stated either directly or indirectly; topic applies to interesting subjects appearing in a work that might not
aspire to the status of a "theme" and is useful in genres such as educational or non-fictional texts.
Diagram
Diagram index.tmp#TTHEMETOPIC_ID index.tmp#TTHEMETOPIC_REG index.tmp#BIBCITS index.tmp#DATE index.tmp#DATERANGE index.tmp#EMPH index.tmp#FOREIGN index.tmp#NAME index.tmp#ORGNAME index.tmp#PADVERTISING index.tmp#PLACE index.tmp#PLITERARYMOVEMENTS index.tmp#QUOTE index.tmp#RBESTKNOWNWORK index.tmp#RESEARCHNOTE index.tmp#RS index.tmp#SCHOLARNOTE index.tmp#SIC index.tmp#SOCALLED index.tmp#TCHARACTERNAME index.tmp#TCHARACTERTYPEROLE index.tmp#TGENRE index.tmp#TINTERTEXTUALITY index.tmp#TITLE index.tmp#TMOTIF index.tmp#TOPIC index.tmp#TPLOT index.tmp#TSETTINGDATE index.tmp#TSETTINGPLACE index.tmp#TTECHNIQUES index.tmp#TTHEMETOPIC index.tmp#TTONESTYLE index.tmp#TVOICENARRATION
Properties
content complex
mixed true
Used by
Model
Children BIBCITS, DATE, DATERANGE, EMPH, FOREIGN, NAME, ORGNAME, PADVERTISING, PLACE, PLITERARYMOVEMENTS, QUOTE, RBESTKNOWNWORK, RESEARCHNOTE, RS, SCHOLARNOTE, SIC, SOCALLED, TCHARACTERNAME, TCHARACTERTYPEROLE, TGENRE, TINTERTEXTUALITY, TITLE, TMOTIF, TOPIC, TPLOT, TSETTINGDATE, TSETTINGPLACE, TTECHNIQUES, TTHEMETOPIC, TTONESTYLE, TVOICENARRATION
Instance
<TTHEMETOPIC ID="" REG="">
  <BIBCITS ID="">{1,1}</BIBCITS>
  <DATE CALENDAR="NEWSTYLE" CERTAINTY="CERT" ID="" VALUE="">{1,1}</DATE>
  <DATERANGE CALENDAR="NEWSTYLE" CERTAINTY="CERT" EXACT="" FROM="" ID="" TO="">{1,1}</DATERANGE>
  <EMPH>{1,1}</EMPH>
  <FOREIGN LANG="" REG="">{1,1}</FOREIGN>
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <ORGNAME ORGTYPE="" REF="" REG="" STANDARD="" URI="">{1,1}</ORGNAME>
  <PADVERTISING>{1,1}</PADVERTISING>
  <PLACE ID="" LAT="" LONG="" REF="">{1,1}</PLACE>
  <PLITERARYMOVEMENTS INVOLVEMENT="INVOLVEMENTYES" REG="">{1,1}</PLITERARYMOVEMENTS>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <RBESTKNOWNWORK>{1,1}</RBESTKNOWNWORK>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <RS REG="" TYPE="">{1,1}</RS>
  <SCHOLARNOTE>{1,1}</SCHOLARNOTE>
  <SIC CORR="">{1,1}</SIC>
  <SOCALLED>{1,1}</SOCALLED>
  <TCHARACTERNAME REG="">{1,1}</TCHARACTERNAME>
  <TCHARACTERTYPEROLE PROTAGONIST="">{1,1}</TCHARACTERTYPEROLE>
  <TGENRE GENRENAME="">{1,1}</TGENRE>
  <TINTERTEXTUALITY GENDEROFAUTHOR="" INTERTEXTTYPE="">{1,1}</TINTERTEXTUALITY>
  <TITLE LEVEL="" REF="" REG="" REND="" STANDARD="">{1,1}</TITLE>
  <TMOTIF MOTIFNAME="">{1,1}</TMOTIF>
  <TOPIC STANDARD="">{1,1}</TOPIC>
  <TPLOT>{1,1}</TPLOT>
  <TSETTINGDATE SETTINGDATETYPE="">{1,1}</TSETTINGDATE>
  <TSETTINGPLACE SETTINGCLASS="" SETTINGPLACETYPE="">{1,1}</TSETTINGPLACE>
  <TTECHNIQUES TECHNIQUETYPE="">{1,1}</TTECHNIQUES>
  <TTHEMETOPIC ID="" REG="">{1,1}</TTHEMETOPIC>
  <TTONESTYLE EXPERIMENTAL="">{1,1}</TTONESTYLE>
  <TVOICENARRATION>{1,1}</TVOICENARRATION>
</TTHEMETOPIC>
Attributes
QName Type Use Annotation
ID xs:NCName optional
REG optional
This attribute allows for the addition of an alternative or standardized label
for a theme or topic if this is not sufficiently conveyed by contents of the tag.
Source
<xs:element name="TTHEMETOPIC">
  <xs:annotation>
    <xs:documentation>This element applies to both theme and topic. Theme is the central idea in a text stated either directly or indirectly; topic applies to interesting subjects appearing in a work that might not aspire to the status of a "theme" and is useful in genres such as educational or non-fictional texts.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="BIBCITS"/>
      <xs:element ref="DATE"/>
      <xs:element ref="DATERANGE"/>
      <xs:element ref="EMPH"/>
      <xs:element ref="FOREIGN"/>
      <xs:element ref="NAME"/>
      <xs:element ref="ORGNAME"/>
      <xs:element ref="PADVERTISING"/>
      <xs:element ref="PLACE"/>
      <xs:element ref="PLITERARYMOVEMENTS"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="RBESTKNOWNWORK"/>
      <xs:element ref="RESEARCHNOTE"/>
      <xs:element ref="RS"/>
      <xs:element ref="SCHOLARNOTE"/>
      <xs:element ref="SIC"/>
      <xs:element ref="SOCALLED"/>
      <xs:element ref="TCHARACTERNAME"/>
      <xs:element ref="TCHARACTERTYPEROLE"/>
      <xs:element ref="TGENRE"/>
      <xs:element ref="TINTERTEXTUALITY"/>
      <xs:element ref="TITLE"/>
      <xs:element ref="TMOTIF"/>
      <xs:element ref="TOPIC"/>
      <xs:element ref="TPLOT"/>
      <xs:element ref="TSETTINGDATE"/>
      <xs:element ref="TSETTINGPLACE"/>
      <xs:element ref="TTECHNIQUES"/>
      <xs:element ref="TTHEMETOPIC"/>
      <xs:element ref="TTONESTYLE"/>
      <xs:element ref="TVOICENARRATION"/>
    </xs:choice>
    <xs:attribute name="ID" type="xs:NCName"/>
    <xs:attribute name="REG">
      <xs:annotation>
        <xs:documentation>This attribute allows for the addition of an alternative or standardized label for a theme or topic if this is not sufficiently conveyed by contents of the tag.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element PADVERTISING
Namespace No namespace
Annotations
This element attends to the details surrounding the sales and
promotion of a work. For instance, you may want to discuss examples of interesting publicity or promotional stunts.
Diagram
Diagram index.tmp#BIBCITS index.tmp#DATE index.tmp#EMPH index.tmp#NAME index.tmp#ORGNAME index.tmp#PARCHIVALLOCATION index.tmp#PATTITUDES index.tmp#PAUTHORSHIP index.tmp#PCIRCULATION index.tmp#PDEDICATION index.tmp#PEARNINGS index.tmp#PEDITIONS index.tmp#PINFLUENCESHER index.tmp#PLACE index.tmp#PLASTLITERARYACTIVITY index.tmp#PMATERIALCONDITIONS index.tmp#PMODEOFPUBLICATION index.tmp#PMOTIVES index.tmp#PNONBOOKMEDIA index.tmp#PNONSURVIVAL index.tmp#PPERFORMANCE index.tmp#PPERIODICALPUBLICATION index.tmp#PPLACEOFPUBLICATION index.tmp#PPRESSRUN index.tmp#PPRICE index.tmp#PRARITIESFEATURESDECORATIONS index.tmp#PRELATIONSWITHPUBLISHER index.tmp#QUOTE index.tmp#RLANDMARKTEXT index.tmp#RPENALTIES index.tmp#RRECOGNITIONNAME index.tmp#RRECOGNITIONSANDAWARDS index.tmp#RRESPONSES index.tmp#RSHEINFLUENCED index.tmp#SCHOLARNOTE index.tmp#SOCALLED index.tmp#TCHARACTERNAME index.tmp#TCHARACTERTYPEROLE index.tmp#TGENRE index.tmp#TGENREISSUE index.tmp#TINTERTEXTUALITY index.tmp#TITLE index.tmp#TSETTINGPLACE index.tmp#TTECHNIQUES index.tmp#TTHEMETOPIC index.tmp#TTONESTYLE index.tmp#TVOICENARRATION
Properties
content complex
mixed true
Used by
Model
Children BIBCITS, DATE, EMPH, NAME, ORGNAME, PARCHIVALLOCATION, PATTITUDES, PAUTHORSHIP, PCIRCULATION, PDEDICATION, PEARNINGS, PEDITIONS, PINFLUENCESHER, PLACE, PLASTLITERARYACTIVITY, PMATERIALCONDITIONS, PMODEOFPUBLICATION, PMOTIVES, PNONBOOKMEDIA, PNONSURVIVAL, PPERFORMANCE, PPERIODICALPUBLICATION, PPLACEOFPUBLICATION, PPRESSRUN, PPRICE, PRARITIESFEATURESDECORATIONS, PRELATIONSWITHPUBLISHER, QUOTE, RLANDMARKTEXT, RPENALTIES, RRECOGNITIONNAME, RRECOGNITIONSANDAWARDS, RRESPONSES, RSHEINFLUENCED, SCHOLARNOTE, SOCALLED, TCHARACTERNAME, TCHARACTERTYPEROLE, TGENRE, TGENREISSUE, TINTERTEXTUALITY, TITLE, TSETTINGPLACE, TTECHNIQUES, TTHEMETOPIC, TTONESTYLE, TVOICENARRATION
Instance
<PADVERTISING>
  <BIBCITS ID="">{1,1}</BIBCITS>
  <DATE CALENDAR="NEWSTYLE" CERTAINTY="CERT" ID="" VALUE="">{1,1}</DATE>
  <EMPH>{1,1}</EMPH>
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <ORGNAME ORGTYPE="" REF="" REG="" STANDARD="" URI="">{1,1}</ORGNAME>
  <PARCHIVALLOCATION>{1,1}</PARCHIVALLOCATION>
  <PATTITUDES>{1,1}</PATTITUDES>
  <PAUTHORSHIP AUTHORNAMETYPE="" AUTHORSHIPCONTROVERSY="" COLLABORATION="" CONTROVERSYDATE="">{1,1}</PAUTHORSHIP>
  <PCIRCULATION>{1,1}</PCIRCULATION>
  <PDEDICATION>{1,1}</PDEDICATION>
  <PEARNINGS>{1,1}</PEARNINGS>
  <PEDITIONS>{1,1}</PEDITIONS>
  <PINFLUENCESHER INFLUENCETYPE="">{1,1}</PINFLUENCESHER>
  <PLACE ID="" LAT="" LONG="" REF="">{1,1}</PLACE>
  <PLASTLITERARYACTIVITY>{1,1}</PLASTLITERARYACTIVITY>
  <PMATERIALCONDITIONS DISPLACEMENT="">{1,1}</PMATERIALCONDITIONS>
  <PMODEOFPUBLICATION PUBLICATIONMODE="">{1,1}</PMODEOFPUBLICATION>
  <PMOTIVES ID="" MOTIVETYPE="">{1,1}</PMOTIVES>
  <PNONBOOKMEDIA MEDIATYPE="">{1,1}</PNONBOOKMEDIA>
  <PNONSURVIVAL TYPEOFNONSURVIVAL="">{1,1}</PNONSURVIVAL>
  <PPERFORMANCE>{1,1}</PPERFORMANCE>
  <PPERIODICALPUBLICATION>{1,1}</PPERIODICALPUBLICATION>
  <PPLACEOFPUBLICATION>{1,1}</PPLACEOFPUBLICATION>
  <PPRESSRUN>{1,1}</PPRESSRUN>
  <PPRICE>{1,1}</PPRICE>
  <PRARITIESFEATURESDECORATIONS>{1,1}</PRARITIESFEATURESDECORATIONS>
  <PRELATIONSWITHPUBLISHER RELATIONSHIPTYPE="">{1,1}</PRELATIONSWITHPUBLISHER>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <RLANDMARKTEXT>{1,1}</RLANDMARKTEXT>
  <RPENALTIES CENSORSHIP="" CONTROVERSY="">{1,1}</RPENALTIES>
  <RRECOGNITIONNAME REG="">{1,1}</RRECOGNITIONNAME>
  <RRECOGNITIONSANDAWARDS>{1,1}</RRECOGNITIONSANDAWARDS>
  <RRESPONSES FORMALITY="" GENDEREDRESPONSE="" RESPONSETYPE="">{1,1}</RRESPONSES>
  <RSHEINFLUENCED>{1,1}</RSHEINFLUENCED>
  <SCHOLARNOTE>{1,1}</SCHOLARNOTE>
  <SOCALLED>{1,1}</SOCALLED>
  <TCHARACTERNAME REG="">{1,1}</TCHARACTERNAME>
  <TCHARACTERTYPEROLE PROTAGONIST="">{1,1}</TCHARACTERTYPEROLE>
  <TGENRE GENRENAME="">{1,1}</TGENRE>
  <TGENREISSUE>{1,1}</TGENREISSUE>
  <TINTERTEXTUALITY GENDEROFAUTHOR="" INTERTEXTTYPE="">{1,1}</TINTERTEXTUALITY>
  <TITLE LEVEL="" REF="" REG="" REND="" STANDARD="">{1,1}</TITLE>
  <TSETTINGPLACE SETTINGCLASS="" SETTINGPLACETYPE="">{1,1}</TSETTINGPLACE>
  <TTECHNIQUES TECHNIQUETYPE="">{1,1}</TTECHNIQUES>
  <TTHEMETOPIC ID="" REG="">{1,1}</TTHEMETOPIC>
  <TTONESTYLE EXPERIMENTAL="">{1,1}</TTONESTYLE>
  <TVOICENARRATION>{1,1}</TVOICENARRATION>
</PADVERTISING>
Source
<xs:element name="PADVERTISING">
  <xs:annotation>
    <xs:documentation>This element attends to the details surrounding the sales and promotion of a work. For instance, you may want to discuss examples of interesting publicity or promotional stunts.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="BIBCITS"/>
      <xs:element ref="DATE"/>
      <xs:element ref="EMPH"/>
      <xs:element ref="NAME"/>
      <xs:element ref="ORGNAME"/>
      <xs:element ref="PARCHIVALLOCATION"/>
      <xs:element ref="PATTITUDES"/>
      <xs:element ref="PAUTHORSHIP"/>
      <xs:element ref="PCIRCULATION"/>
      <xs:element ref="PDEDICATION"/>
      <xs:element ref="PEARNINGS"/>
      <xs:element ref="PEDITIONS"/>
      <xs:element ref="PINFLUENCESHER"/>
      <xs:element ref="PLACE"/>
      <xs:element ref="PLASTLITERARYACTIVITY"/>
      <xs:element ref="PMATERIALCONDITIONS"/>
      <xs:element ref="PMODEOFPUBLICATION"/>
      <xs:element ref="PMOTIVES"/>
      <xs:element ref="PNONBOOKMEDIA"/>
      <xs:element ref="PNONSURVIVAL"/>
      <xs:element ref="PPERFORMANCE"/>
      <xs:element ref="PPERIODICALPUBLICATION"/>
      <xs:element ref="PPLACEOFPUBLICATION"/>
      <xs:element ref="PPRESSRUN"/>
      <xs:element ref="PPRICE"/>
      <xs:element ref="PRARITIESFEATURESDECORATIONS"/>
      <xs:element ref="PRELATIONSWITHPUBLISHER"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="RLANDMARKTEXT"/>
      <xs:element ref="RPENALTIES"/>
      <xs:element ref="RRECOGNITIONNAME"/>
      <xs:element ref="RRECOGNITIONSANDAWARDS"/>
      <xs:element ref="RRESPONSES"/>
      <xs:element ref="RSHEINFLUENCED"/>
      <xs:element ref="SCHOLARNOTE"/>
      <xs:element ref="SOCALLED"/>
      <xs:element ref="TCHARACTERNAME"/>
      <xs:element ref="TCHARACTERTYPEROLE"/>
      <xs:element ref="TGENRE"/>
      <xs:element ref="TGENREISSUE"/>
      <xs:element ref="TINTERTEXTUALITY"/>
      <xs:element ref="TITLE"/>
      <xs:element ref="TSETTINGPLACE"/>
      <xs:element ref="TTECHNIQUES"/>
      <xs:element ref="TTHEMETOPIC"/>
      <xs:element ref="TTONESTYLE"/>
      <xs:element ref="TVOICENARRATION"/>
    </xs:choice>
  </xs:complexType>
</xs:element>
[ top ]
Element PARCHIVALLOCATION
Namespace No namespace
Annotations
This element collects information about where significant
copies/manuscripts (of her work) or evidence about her resides. These can include existing collections, dated known locations of copies and
collections, or historical information about lost/found copies.
Diagram
Diagram index.tmp#BIBCITS index.tmp#DATE index.tmp#DATERANGE index.tmp#NAME index.tmp#ORGNAME index.tmp#PADVERTISING index.tmp#PANTHOLOGIZATION index.tmp#PATTITUDES index.tmp#PAUTHORSHIP index.tmp#PCIRCULATION index.tmp#PCONTRACT index.tmp#PDEDICATION index.tmp#PEDITIONS index.tmp#PFIRSTLITERARYACTIVITY index.tmp#PLACE index.tmp#PLASTLITERARYACTIVITY index.tmp#PMANUSCRIPTHISTORY index.tmp#PMATERIALCONDITIONS index.tmp#PMODEOFPUBLICATION index.tmp#PMOTIVES index.tmp#PNONBOOKMEDIA index.tmp#PNONSURVIVAL index.tmp#PPERFORMANCE index.tmp#PPERIODICALPUBLICATION index.tmp#PPLACEOFPUBLICATION index.tmp#PPRICE index.tmp#PRARITIESFEATURESDECORATIONS index.tmp#PRELATIONSWITHPUBLISHER index.tmp#PSUBMISSIONSREJECTIONS index.tmp#QUOTE index.tmp#RDESTRUCTIONOFWORK index.tmp#RESEARCHNOTE index.tmp#RRECOGNITIONSANDAWARDS index.tmp#RRESPONSES index.tmp#SCHOLARNOTE index.tmp#SOCALLED index.tmp#TCHARACTERNAME index.tmp#TCHARACTERTYPEROLE index.tmp#TGENRE index.tmp#TITLE index.tmp#TMOTIF index.tmp#TSETTINGPLACE index.tmp#TTHEMETOPIC index.tmp#TTONESTYLE index.tmp#TVOICENARRATION index.tmp#XREF
Properties
content complex
mixed true
Used by
Model
Children BIBCITS, DATE, DATERANGE, NAME, ORGNAME, PADVERTISING, PANTHOLOGIZATION, PATTITUDES, PAUTHORSHIP, PCIRCULATION, PCONTRACT, PDEDICATION, PEDITIONS, PFIRSTLITERARYACTIVITY, PLACE, PLASTLITERARYACTIVITY, PMANUSCRIPTHISTORY, PMATERIALCONDITIONS, PMODEOFPUBLICATION, PMOTIVES, PNONBOOKMEDIA, PNONSURVIVAL, PPERFORMANCE, PPERIODICALPUBLICATION, PPLACEOFPUBLICATION, PPRICE, PRARITIESFEATURESDECORATIONS, PRELATIONSWITHPUBLISHER, PSUBMISSIONSREJECTIONS, QUOTE, RDESTRUCTIONOFWORK, RESEARCHNOTE, RRECOGNITIONSANDAWARDS, RRESPONSES, SCHOLARNOTE, SOCALLED, TCHARACTERNAME, TCHARACTERTYPEROLE, TGENRE, TITLE, TMOTIF, TSETTINGPLACE, TTHEMETOPIC, TTONESTYLE, TVOICENARRATION, XREF
Instance
<PARCHIVALLOCATION>
  <BIBCITS ID="">{1,1}</BIBCITS>
  <DATE CALENDAR="NEWSTYLE" CERTAINTY="CERT" ID="" VALUE="">{1,1}</DATE>
  <DATERANGE CALENDAR="NEWSTYLE" CERTAINTY="CERT" EXACT="" FROM="" ID="" TO="">{1,1}</DATERANGE>
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <ORGNAME ORGTYPE="" REF="" REG="" STANDARD="" URI="">{1,1}</ORGNAME>
  <PADVERTISING>{1,1}</PADVERTISING>
  <PANTHOLOGIZATION>{1,1}</PANTHOLOGIZATION>
  <PATTITUDES>{1,1}</PATTITUDES>
  <PAUTHORSHIP AUTHORNAMETYPE="" AUTHORSHIPCONTROVERSY="" COLLABORATION="" CONTROVERSYDATE="">{1,1}</PAUTHORSHIP>
  <PCIRCULATION>{1,1}</PCIRCULATION>
  <PCONTRACT ID="">{1,1}</PCONTRACT>
  <PDEDICATION>{1,1}</PDEDICATION>
  <PEDITIONS>{1,1}</PEDITIONS>
  <PFIRSTLITERARYACTIVITY>{1,1}</PFIRSTLITERARYACTIVITY>
  <PLACE ID="" LAT="" LONG="" REF="">{1,1}</PLACE>
  <PLASTLITERARYACTIVITY>{1,1}</PLASTLITERARYACTIVITY>
  <PMANUSCRIPTHISTORY>{1,1}</PMANUSCRIPTHISTORY>
  <PMATERIALCONDITIONS DISPLACEMENT="">{1,1}</PMATERIALCONDITIONS>
  <PMODEOFPUBLICATION PUBLICATIONMODE="">{1,1}</PMODEOFPUBLICATION>
  <PMOTIVES ID="" MOTIVETYPE="">{1,1}</PMOTIVES>
  <PNONBOOKMEDIA MEDIATYPE="">{1,1}</PNONBOOKMEDIA>
  <PNONSURVIVAL TYPEOFNONSURVIVAL="">{1,1}</PNONSURVIVAL>
  <PPERFORMANCE>{1,1}</PPERFORMANCE>
  <PPERIODICALPUBLICATION>{1,1}</PPERIODICALPUBLICATION>
  <PPLACEOFPUBLICATION>{1,1}</PPLACEOFPUBLICATION>
  <PPRICE>{1,1}</PPRICE>
  <PRARITIESFEATURESDECORATIONS>{1,1}</PRARITIESFEATURESDECORATIONS>
  <PRELATIONSWITHPUBLISHER RELATIONSHIPTYPE="">{1,1}</PRELATIONSWITHPUBLISHER>
  <PSUBMISSIONSREJECTIONS>{1,1}</PSUBMISSIONSREJECTIONS>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <RDESTRUCTIONOFWORK DESTROYEDBY="">{1,1}</RDESTRUCTIONOFWORK>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <RRECOGNITIONSANDAWARDS>{1,1}</RRECOGNITIONSANDAWARDS>
  <RRESPONSES FORMALITY="" GENDEREDRESPONSE="" RESPONSETYPE="">{1,1}</RRESPONSES>
  <SCHOLARNOTE>{1,1}</SCHOLARNOTE>
  <SOCALLED>{1,1}</SOCALLED>
  <TCHARACTERNAME REG="">{1,1}</TCHARACTERNAME>
  <TCHARACTERTYPEROLE PROTAGONIST="">{1,1}</TCHARACTERTYPEROLE>
  <TGENRE GENRENAME="">{1,1}</TGENRE>
  <TITLE LEVEL="" REF="" REG="" REND="" STANDARD="">{1,1}</TITLE>
  <TMOTIF MOTIFNAME="">{1,1}</TMOTIF>
  <TSETTINGPLACE SETTINGCLASS="" SETTINGPLACETYPE="">{1,1}</TSETTINGPLACE>
  <TTHEMETOPIC ID="" REG="">{1,1}</TTHEMETOPIC>
  <TTONESTYLE EXPERIMENTAL="">{1,1}</TTONESTYLE>
  <TVOICENARRATION>{1,1}</TVOICENARRATION>
  <XREF RESP="" URL="">{1,1}</XREF>
</PARCHIVALLOCATION>
Source
<xs:element name="PARCHIVALLOCATION">
  <xs:annotation>
    <xs:documentation>This element collects information about where significant copies/manuscripts (of her work) or evidence about her resides. These can include existing collections, dated known locations of copies and collections, or historical information about lost/found copies.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="BIBCITS"/>
      <xs:element ref="DATE"/>
      <xs:element ref="DATERANGE"/>
      <xs:element ref="NAME"/>
      <xs:element ref="ORGNAME"/>
      <xs:element ref="PADVERTISING"/>
      <xs:element ref="PANTHOLOGIZATION"/>
      <xs:element ref="PATTITUDES"/>
      <xs:element ref="PAUTHORSHIP"/>
      <xs:element ref="PCIRCULATION"/>
      <xs:element ref="PCONTRACT"/>
      <xs:element ref="PDEDICATION"/>
      <xs:element ref="PEDITIONS"/>
      <xs:element ref="PFIRSTLITERARYACTIVITY"/>
      <xs:element ref="PLACE"/>
      <xs:element ref="PLASTLITERARYACTIVITY"/>
      <xs:element ref="PMANUSCRIPTHISTORY"/>
      <xs:element ref="PMATERIALCONDITIONS"/>
      <xs:element ref="PMODEOFPUBLICATION"/>
      <xs:element ref="PMOTIVES"/>
      <xs:element ref="PNONBOOKMEDIA"/>
      <xs:element ref="PNONSURVIVAL"/>
      <xs:element ref="PPERFORMANCE"/>
      <xs:element ref="PPERIODICALPUBLICATION"/>
      <xs:element ref="PPLACEOFPUBLICATION"/>
      <xs:element ref="PPRICE"/>
      <xs:element ref="PRARITIESFEATURESDECORATIONS"/>
      <xs:element ref="PRELATIONSWITHPUBLISHER"/>
      <xs:element ref="PSUBMISSIONSREJECTIONS"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="RDESTRUCTIONOFWORK"/>
      <xs:element ref="RESEARCHNOTE"/>
      <xs:element ref="RRECOGNITIONSANDAWARDS"/>
      <xs:element ref="RRESPONSES"/>
      <xs:element ref="SCHOLARNOTE"/>
      <xs:element ref="SOCALLED"/>
      <xs:element ref="TCHARACTERNAME"/>
      <xs:element ref="TCHARACTERTYPEROLE"/>
      <xs:element ref="TGENRE"/>
      <xs:element ref="TITLE"/>
      <xs:element ref="TMOTIF"/>
      <xs:element ref="TSETTINGPLACE"/>
      <xs:element ref="TTHEMETOPIC"/>
      <xs:element ref="TTONESTYLE"/>
      <xs:element ref="TVOICENARRATION"/>
      <xs:element ref="XREF"/>
    </xs:choice>
  </xs:complexType>
</xs:element>
[ top ]
Element PANTHOLOGIZATION
Namespace No namespace
Annotations
This element creates a record of a work's appearance and selection in
anthologies; it contains relevant details surrounding significant instances when a text is anthologized (how framed; how described; how frequently it
occurs); the appearance of the text in significant or major anthologies (Gilbert and Gubar, Palgrave, Norton).
Diagram
Diagram index.tmp#BIBCITS index.tmp#DATE index.tmp#DATERANGE index.tmp#NAME index.tmp#ORGNAME index.tmp#PARCHIVALLOCATION index.tmp#PATTITUDES index.tmp#PAUTHORSHIP index.tmp#PCIRCULATION index.tmp#PEDITIONS index.tmp#PFIRSTLITERARYACTIVITY index.tmp#PINFLUENCESHER index.tmp#PLACE index.tmp#PLITERARYMOVEMENTS index.tmp#PMATERIALCONDITIONS index.tmp#PMODEOFPUBLICATION index.tmp#PMOTIVES index.tmp#PNONBOOKMEDIA index.tmp#PPERIODICALPUBLICATION index.tmp#PPLACEOFPUBLICATION index.tmp#PRARITIESFEATURESDECORATIONS index.tmp#QUOTE index.tmp#RBESTKNOWNWORK index.tmp#RESEARCHNOTE index.tmp#RRECOGNITIONSANDAWARDS index.tmp#RRESPONSES index.tmp#RSELFDESCRIPTION index.tmp#RSHEINFLUENCED index.tmp#SCHOLARNOTE index.tmp#SOCALLED index.tmp#TCHARACTERIZATION index.tmp#TCHARACTERTYPEROLE index.tmp#TGENRE index.tmp#TGENREISSUE index.tmp#TINTERTEXTUALITY index.tmp#TITLE index.tmp#TMOTIF index.tmp#TOPIC index.tmp#TSETTINGPLACE index.tmp#TTECHNIQUES index.tmp#TTHEMETOPIC index.tmp#TTONESTYLE
Properties
content complex
mixed true
Used by
Model
Children BIBCITS, DATE, DATERANGE, NAME, ORGNAME, PARCHIVALLOCATION, PATTITUDES, PAUTHORSHIP, PCIRCULATION, PEDITIONS, PFIRSTLITERARYACTIVITY, PINFLUENCESHER, PLACE, PLITERARYMOVEMENTS, PMATERIALCONDITIONS, PMODEOFPUBLICATION, PMOTIVES, PNONBOOKMEDIA, PPERIODICALPUBLICATION, PPLACEOFPUBLICATION, PRARITIESFEATURESDECORATIONS, QUOTE, RBESTKNOWNWORK, RESEARCHNOTE, RRECOGNITIONSANDAWARDS, RRESPONSES, RSELFDESCRIPTION, RSHEINFLUENCED, SCHOLARNOTE, SOCALLED, TCHARACTERIZATION, TCHARACTERTYPEROLE, TGENRE, TGENREISSUE, TINTERTEXTUALITY, TITLE, TMOTIF, TOPIC, TSETTINGPLACE, TTECHNIQUES, TTHEMETOPIC, TTONESTYLE
Instance
<PANTHOLOGIZATION>
  <BIBCITS ID="">{1,1}</BIBCITS>
  <DATE CALENDAR="NEWSTYLE" CERTAINTY="CERT" ID="" VALUE="">{1,1}</DATE>
  <DATERANGE CALENDAR="NEWSTYLE" CERTAINTY="CERT" EXACT="" FROM="" ID="" TO="">{1,1}</DATERANGE>
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <ORGNAME ORGTYPE="" REF="" REG="" STANDARD="" URI="">{1,1}</ORGNAME>
  <PARCHIVALLOCATION>{1,1}</PARCHIVALLOCATION>
  <PATTITUDES>{1,1}</PATTITUDES>
  <PAUTHORSHIP AUTHORNAMETYPE="" AUTHORSHIPCONTROVERSY="" COLLABORATION="" CONTROVERSYDATE="">{1,1}</PAUTHORSHIP>
  <PCIRCULATION>{1,1}</PCIRCULATION>
  <PEDITIONS>{1,1}</PEDITIONS>
  <PFIRSTLITERARYACTIVITY>{1,1}</PFIRSTLITERARYACTIVITY>
  <PINFLUENCESHER INFLUENCETYPE="">{1,1}</PINFLUENCESHER>
  <PLACE ID="" LAT="" LONG="" REF="">{1,1}</PLACE>
  <PLITERARYMOVEMENTS INVOLVEMENT="INVOLVEMENTYES" REG="">{1,1}</PLITERARYMOVEMENTS>
  <PMATERIALCONDITIONS DISPLACEMENT="">{1,1}</PMATERIALCONDITIONS>
  <PMODEOFPUBLICATION PUBLICATIONMODE="">{1,1}</PMODEOFPUBLICATION>
  <PMOTIVES ID="" MOTIVETYPE="">{1,1}</PMOTIVES>
  <PNONBOOKMEDIA MEDIATYPE="">{1,1}</PNONBOOKMEDIA>
  <PPERIODICALPUBLICATION>{1,1}</PPERIODICALPUBLICATION>
  <PPLACEOFPUBLICATION>{1,1}</PPLACEOFPUBLICATION>
  <PRARITIESFEATURESDECORATIONS>{1,1}</PRARITIESFEATURESDECORATIONS>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <RBESTKNOWNWORK>{1,1}</RBESTKNOWNWORK>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <RRECOGNITIONSANDAWARDS>{1,1}</RRECOGNITIONSANDAWARDS>
  <RRESPONSES FORMALITY="" GENDEREDRESPONSE="" RESPONSETYPE="">{1,1}</RRESPONSES>
  <RSELFDESCRIPTION>{1,1}</RSELFDESCRIPTION>
  <RSHEINFLUENCED>{1,1}</RSHEINFLUENCED>
  <SCHOLARNOTE>{1,1}</SCHOLARNOTE>
  <SOCALLED>{1,1}</SOCALLED>
  <TCHARACTERIZATION>{1,1}</TCHARACTERIZATION>
  <TCHARACTERTYPEROLE PROTAGONIST="">{1,1}</TCHARACTERTYPEROLE>
  <TGENRE GENRENAME="">{1,1}</TGENRE>
  <TGENREISSUE>{1,1}</TGENREISSUE>
  <TINTERTEXTUALITY GENDEROFAUTHOR="" INTERTEXTTYPE="">{1,1}</TINTERTEXTUALITY>
  <TITLE LEVEL="" REF="" REG="" REND="" STANDARD="">{1,1}</TITLE>
  <TMOTIF MOTIFNAME="">{1,1}</TMOTIF>
  <TOPIC STANDARD="">{1,1}</TOPIC>
  <TSETTINGPLACE SETTINGCLASS="" SETTINGPLACETYPE="">{1,1}</TSETTINGPLACE>
  <TTECHNIQUES TECHNIQUETYPE="">{1,1}</TTECHNIQUES>
  <TTHEMETOPIC ID="" REG="">{1,1}</TTHEMETOPIC>
  <TTONESTYLE EXPERIMENTAL="">{1,1}</TTONESTYLE>
</PANTHOLOGIZATION>
Source
<xs:element name="PANTHOLOGIZATION">
  <xs:annotation>
    <xs:documentation>This element creates a record of a work's appearance and selection in anthologies; it contains relevant details surrounding significant instances when a text is anthologized (how framed; how described; how frequently it occurs); the appearance of the text in significant or major anthologies (Gilbert and Gubar, Palgrave, Norton).</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="BIBCITS"/>
      <xs:element ref="DATE"/>
      <xs:element ref="DATERANGE"/>
      <xs:element ref="NAME"/>
      <xs:element ref="ORGNAME"/>
      <xs:element ref="PARCHIVALLOCATION"/>
      <xs:element ref="PATTITUDES"/>
      <xs:element ref="PAUTHORSHIP"/>
      <xs:element ref="PCIRCULATION"/>
      <xs:element ref="PEDITIONS"/>
      <xs:element ref="PFIRSTLITERARYACTIVITY"/>
      <xs:element ref="PINFLUENCESHER"/>
      <xs:element ref="PLACE"/>
      <xs:element ref="PLITERARYMOVEMENTS"/>
      <xs:element ref="PMATERIALCONDITIONS"/>
      <xs:element ref="PMODEOFPUBLICATION"/>
      <xs:element ref="PMOTIVES"/>
      <xs:element ref="PNONBOOKMEDIA"/>
      <xs:element ref="PPERIODICALPUBLICATION"/>
      <xs:element ref="PPLACEOFPUBLICATION"/>
      <xs:element ref="PRARITIESFEATURESDECORATIONS"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="RBESTKNOWNWORK"/>
      <xs:element ref="RESEARCHNOTE"/>
      <xs:element ref="RRECOGNITIONSANDAWARDS"/>
      <xs:element ref="RRESPONSES"/>
      <xs:element ref="RSELFDESCRIPTION"/>
      <xs:element ref="RSHEINFLUENCED"/>
      <xs:element ref="SCHOLARNOTE"/>
      <xs:element ref="SOCALLED"/>
      <xs:element ref="TCHARACTERIZATION"/>
      <xs:element ref="TCHARACTERTYPEROLE"/>
      <xs:element ref="TGENRE"/>
      <xs:element ref="TGENREISSUE"/>
      <xs:element ref="TINTERTEXTUALITY"/>
      <xs:element ref="TITLE"/>
      <xs:element ref="TMOTIF"/>
      <xs:element ref="TOPIC"/>
      <xs:element ref="TSETTINGPLACE"/>
      <xs:element ref="TTECHNIQUES"/>
      <xs:element ref="TTHEMETOPIC"/>
      <xs:element ref="TTONESTYLE"/>
    </xs:choice>
  </xs:complexType>
</xs:element>
[ top ]
Element PATTITUDES
Namespace No namespace
Diagram
Diagram index.tmp#BIBCITS index.tmp#DATE index.tmp#DATERANGE index.tmp#EMPH index.tmp#FOREIGN index.tmp#KEYWORDCLASS index.tmp#L index.tmp#NAME index.tmp#ORGNAME index.tmp#PADVERTISING index.tmp#PANTHOLOGIZATION index.tmp#PAUTHORSHIP index.tmp#PCIRCULATION index.tmp#PCONTRACT index.tmp#PDEDICATION index.tmp#PEARNINGS index.tmp#PEDITIONS index.tmp#PFIRSTLITERARYACTIVITY index.tmp#PINFLUENCESHER index.tmp#PLACE index.tmp#PLASTLITERARYACTIVITY index.tmp#PLITERARYMOVEMENTS index.tmp#PMANUSCRIPTHISTORY index.tmp#PMATERIALCONDITIONS index.tmp#PMODEOFPUBLICATION index.tmp#PMOTIVES index.tmp#PNONSURVIVAL index.tmp#PPERFORMANCE index.tmp#PPERIODICALPUBLICATION index.tmp#PPLACEOFPUBLICATION index.tmp#PRARITIESFEATURESDECORATIONS index.tmp#PRELATIONSWITHPUBLISHER index.tmp#PSERIALIZATION index.tmp#PSUBMISSIONSREJECTIONS index.tmp#QUOTE index.tmp#RDESTRUCTIONOFWORK index.tmp#RESEARCHNOTE index.tmp#RRECOGNITIONNAME index.tmp#RRESPONSES index.tmp#RSELFDESCRIPTION index.tmp#SCHOLARNOTE index.tmp#SOCALLED index.tmp#TCHARACTERIZATION index.tmp#TCHARACTERNAME index.tmp#TCHARACTERTYPEROLE index.tmp#TGENRE index.tmp#TGENREISSUE index.tmp#TINTERTEXTUALITY index.tmp#TITLE index.tmp#TMOTIF index.tmp#TOPIC index.tmp#TPLOT index.tmp#TSETTINGPLACE index.tmp#TTECHNIQUES index.tmp#TTHEMETOPIC index.tmp#TTONESTYLE index.tmp#TVOICENARRATION
Properties
content complex
mixed true
Used by
Model
Children BIBCITS, DATE, DATERANGE, EMPH, FOREIGN, KEYWORDCLASS, L, NAME, ORGNAME, PADVERTISING, PANTHOLOGIZATION, PAUTHORSHIP, PCIRCULATION, PCONTRACT, PDEDICATION, PEARNINGS, PEDITIONS, PFIRSTLITERARYACTIVITY, PINFLUENCESHER, PLACE, PLASTLITERARYACTIVITY, PLITERARYMOVEMENTS, PMANUSCRIPTHISTORY, PMATERIALCONDITIONS, PMODEOFPUBLICATION, PMOTIVES, PNONSURVIVAL, PPERFORMANCE, PPERIODICALPUBLICATION, PPLACEOFPUBLICATION, PRARITIESFEATURESDECORATIONS, PRELATIONSWITHPUBLISHER, PSERIALIZATION, PSUBMISSIONSREJECTIONS, QUOTE, RDESTRUCTIONOFWORK, RESEARCHNOTE, RRECOGNITIONNAME, RRESPONSES, RSELFDESCRIPTION, SCHOLARNOTE, SOCALLED, TCHARACTERIZATION, TCHARACTERNAME, TCHARACTERTYPEROLE, TGENRE, TGENREISSUE, TINTERTEXTUALITY, TITLE, TMOTIF, TOPIC, TPLOT, TSETTINGPLACE, TTECHNIQUES, TTHEMETOPIC, TTONESTYLE, TVOICENARRATION
Instance
<PATTITUDES>
  <BIBCITS ID="">{1,1}</BIBCITS>
  <DATE CALENDAR="NEWSTYLE" CERTAINTY="CERT" ID="" VALUE="">{1,1}</DATE>
  <DATERANGE CALENDAR="NEWSTYLE" CERTAINTY="CERT" EXACT="" FROM="" ID="" TO="">{1,1}</DATERANGE>
  <EMPH>{1,1}</EMPH>
  <FOREIGN LANG="" REG="">{1,1}</FOREIGN>
  <KEYWORDCLASS KEYWORDTYPE="">{1,1}</KEYWORDCLASS>
  <L PART="N" RHYME="">{1,1}</L>
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <ORGNAME ORGTYPE="" REF="" REG="" STANDARD="" URI="">{1,1}</ORGNAME>
  <PADVERTISING>{1,1}</PADVERTISING>
  <PANTHOLOGIZATION>{1,1}</PANTHOLOGIZATION>
  <PAUTHORSHIP AUTHORNAMETYPE="" AUTHORSHIPCONTROVERSY="" COLLABORATION="" CONTROVERSYDATE="">{1,1}</PAUTHORSHIP>
  <PCIRCULATION>{1,1}</PCIRCULATION>
  <PCONTRACT ID="">{1,1}</PCONTRACT>
  <PDEDICATION>{1,1}</PDEDICATION>
  <PEARNINGS>{1,1}</PEARNINGS>
  <PEDITIONS>{1,1}</PEDITIONS>
  <PFIRSTLITERARYACTIVITY>{1,1}</PFIRSTLITERARYACTIVITY>
  <PINFLUENCESHER INFLUENCETYPE="">{1,1}</PINFLUENCESHER>
  <PLACE ID="" LAT="" LONG="" REF="">{1,1}</PLACE>
  <PLASTLITERARYACTIVITY>{1,1}</PLASTLITERARYACTIVITY>
  <PLITERARYMOVEMENTS INVOLVEMENT="INVOLVEMENTYES" REG="">{1,1}</PLITERARYMOVEMENTS>
  <PMANUSCRIPTHISTORY>{1,1}</PMANUSCRIPTHISTORY>
  <PMATERIALCONDITIONS DISPLACEMENT="">{1,1}</PMATERIALCONDITIONS>
  <PMODEOFPUBLICATION PUBLICATIONMODE="">{1,1}</PMODEOFPUBLICATION>
  <PMOTIVES ID="" MOTIVETYPE="">{1,1}</PMOTIVES>
  <PNONSURVIVAL TYPEOFNONSURVIVAL="">{1,1}</PNONSURVIVAL>
  <PPERFORMANCE>{1,1}</PPERFORMANCE>
  <PPERIODICALPUBLICATION>{1,1}</PPERIODICALPUBLICATION>
  <PPLACEOFPUBLICATION>{1,1}</PPLACEOFPUBLICATION>
  <PRARITIESFEATURESDECORATIONS>{1,1}</PRARITIESFEATURESDECORATIONS>
  <PRELATIONSWITHPUBLISHER RELATIONSHIPTYPE="">{1,1}</PRELATIONSWITHPUBLISHER>
  <PSERIALIZATION FORMOFSERIALIZATION="">{1,1}</PSERIALIZATION>
  <PSUBMISSIONSREJECTIONS>{1,1}</PSUBMISSIONSREJECTIONS>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <RDESTRUCTIONOFWORK DESTROYEDBY="">{1,1}</RDESTRUCTIONOFWORK>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <RRECOGNITIONNAME REG="">{1,1}</RRECOGNITIONNAME>
  <RRESPONSES FORMALITY="" GENDEREDRESPONSE="" RESPONSETYPE="">{1,1}</RRESPONSES>
  <RSELFDESCRIPTION>{1,1}</RSELFDESCRIPTION>
  <SCHOLARNOTE>{1,1}</SCHOLARNOTE>
  <SOCALLED>{1,1}</SOCALLED>
  <TCHARACTERIZATION>{1,1}</TCHARACTERIZATION>
  <TCHARACTERNAME REG="">{1,1}</TCHARACTERNAME>
  <TCHARACTERTYPEROLE PROTAGONIST="">{1,1}</TCHARACTERTYPEROLE>
  <TGENRE GENRENAME="">{1,1}</TGENRE>
  <TGENREISSUE>{1,1}</TGENREISSUE>
  <TINTERTEXTUALITY GENDEROFAUTHOR="" INTERTEXTTYPE="">{1,1}</TINTERTEXTUALITY>
  <TITLE LEVEL="" REF="" REG="" REND="" STANDARD="">{1,1}</TITLE>
  <TMOTIF MOTIFNAME="">{1,1}</TMOTIF>
  <TOPIC STANDARD="">{1,1}</TOPIC>
  <TPLOT>{1,1}</TPLOT>
  <TSETTINGPLACE SETTINGCLASS="" SETTINGPLACETYPE="">{1,1}</TSETTINGPLACE>
  <TTECHNIQUES TECHNIQUETYPE="">{1,1}</TTECHNIQUES>
  <TTHEMETOPIC ID="" REG="">{1,1}</TTHEMETOPIC>
  <TTONESTYLE EXPERIMENTAL="">{1,1}</TTONESTYLE>
  <TVOICENARRATION>{1,1}</TVOICENARRATION>
</PATTITUDES>
Source
<xs:element name="PATTITUDES">
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="BIBCITS"/>
      <xs:element ref="DATE"/>
      <xs:element ref="DATERANGE"/>
      <xs:element ref="EMPH"/>
      <xs:element ref="FOREIGN"/>
      <xs:element ref="KEYWORDCLASS"/>
      <xs:element ref="L"/>
      <xs:element ref="NAME"/>
      <xs:element ref="ORGNAME"/>
      <xs:element ref="PADVERTISING"/>
      <xs:element ref="PANTHOLOGIZATION"/>
      <xs:element ref="PAUTHORSHIP"/>
      <xs:element ref="PCIRCULATION"/>
      <xs:element ref="PCONTRACT"/>
      <xs:element ref="PDEDICATION"/>
      <xs:element ref="PEARNINGS"/>
      <xs:element ref="PEDITIONS"/>
      <xs:element ref="PFIRSTLITERARYACTIVITY"/>
      <xs:element ref="PINFLUENCESHER"/>
      <xs:element ref="PLACE"/>
      <xs:element ref="PLASTLITERARYACTIVITY"/>
      <xs:element ref="PLITERARYMOVEMENTS"/>
      <xs:element ref="PMANUSCRIPTHISTORY"/>
      <xs:element ref="PMATERIALCONDITIONS"/>
      <xs:element ref="PMODEOFPUBLICATION"/>
      <xs:element ref="PMOTIVES"/>
      <xs:element ref="PNONSURVIVAL"/>
      <xs:element ref="PPERFORMANCE"/>
      <xs:element ref="PPERIODICALPUBLICATION"/>
      <xs:element ref="PPLACEOFPUBLICATION"/>
      <xs:element ref="PRARITIESFEATURESDECORATIONS"/>
      <xs:element ref="PRELATIONSWITHPUBLISHER"/>
      <xs:element ref="PSERIALIZATION"/>
      <xs:element ref="PSUBMISSIONSREJECTIONS"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="RDESTRUCTIONOFWORK"/>
      <xs:element ref="RESEARCHNOTE"/>
      <xs:element ref="RRECOGNITIONNAME"/>
      <xs:element ref="RRESPONSES"/>
      <xs:element ref="RSELFDESCRIPTION"/>
      <xs:element ref="SCHOLARNOTE"/>
      <xs:element ref="SOCALLED"/>
      <xs:element ref="TCHARACTERIZATION"/>
      <xs:element ref="TCHARACTERNAME"/>
      <xs:element ref="TCHARACTERTYPEROLE"/>
      <xs:element ref="TGENRE"/>
      <xs:element ref="TGENREISSUE"/>
      <xs:element ref="TINTERTEXTUALITY"/>
      <xs:element ref="TITLE"/>
      <xs:element ref="TMOTIF"/>
      <xs:element ref="TOPIC"/>
      <xs:element ref="TPLOT"/>
      <xs:element ref="TSETTINGPLACE"/>
      <xs:element ref="TTECHNIQUES"/>
      <xs:element ref="TTHEMETOPIC"/>
      <xs:element ref="TTONESTYLE"/>
      <xs:element ref="TVOICENARRATION"/>
    </xs:choice>
  </xs:complexType>
</xs:element>
[ top ]
Element L
Namespace No namespace
Annotations
Verse line contains a single, possibly incomplete, line of
verse
Diagram
Diagram index.tmp#L_PART index.tmp#L_RHYME index.tmp#BIBCITS index.tmp#EMPH index.tmp#FOREIGN index.tmp#NAME index.tmp#PLACE index.tmp#QUOTE index.tmp#RESEARCHNOTE index.tmp#SCHOLARNOTE index.tmp#SIC index.tmp#SOCALLED index.tmp#TCHARACTERNAME index.tmp#TCHARACTERTYPEROLE index.tmp#TMOTIF index.tmp#TTECHNIQUES index.tmp#TTHEMETOPIC
Properties
content complex
mixed true
Used by
Model
Children BIBCITS, EMPH, FOREIGN, NAME, PLACE, QUOTE, RESEARCHNOTE, SCHOLARNOTE, SIC, SOCALLED, TCHARACTERNAME, TCHARACTERTYPEROLE, TMOTIF, TTECHNIQUES, TTHEMETOPIC
Instance
<L PART="N" RHYME="">
  <BIBCITS ID="">{1,1}</BIBCITS>
  <EMPH>{1,1}</EMPH>
  <FOREIGN LANG="" REG="">{1,1}</FOREIGN>
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <PLACE ID="" LAT="" LONG="" REF="">{1,1}</PLACE>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <SCHOLARNOTE>{1,1}</SCHOLARNOTE>
  <SIC CORR="">{1,1}</SIC>
  <SOCALLED>{1,1}</SOCALLED>
  <TCHARACTERNAME REG="">{1,1}</TCHARACTERNAME>
  <TCHARACTERTYPEROLE PROTAGONIST="">{1,1}</TCHARACTERTYPEROLE>
  <TMOTIF MOTIFNAME="">{1,1}</TMOTIF>
  <TTECHNIQUES TECHNIQUETYPE="">{1,1}</TTECHNIQUES>
  <TTHEMETOPIC ID="" REG="">{1,1}</TTHEMETOPIC>
</L>
Attributes
QName Type Default Use Annotation
PART restriction of xs:token N optional
The part attribute specifies whether or not its parent
element is fragmented in some way, typically by some other overlapping structure: for example a speech which is divided between
two or more verse stanzas, a paragraph which is split across a page division, a verse line which is divided between two
speakers.
RHYME optional
Rhyme marks the rhyming part of a metrical
line.
Source
<xs:element name="L">
  <xs:annotation>
    <xs:documentation>Verse line contains a single, possibly incomplete, line of verse</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="BIBCITS"/>
      <xs:element ref="EMPH"/>
      <xs:element ref="FOREIGN"/>
      <xs:element ref="NAME"/>
      <xs:element ref="PLACE"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="RESEARCHNOTE"/>
      <xs:element ref="SCHOLARNOTE"/>
      <xs:element ref="SIC"/>
      <xs:element ref="SOCALLED"/>
      <xs:element ref="TCHARACTERNAME"/>
      <xs:element ref="TCHARACTERTYPEROLE"/>
      <xs:element ref="TMOTIF"/>
      <xs:element ref="TTECHNIQUES"/>
      <xs:element ref="TTHEMETOPIC"/>
    </xs:choice>
    <xs:attribute name="PART" default="N">
      <xs:annotation>
        <xs:documentation>The part attribute specifies whether or not its parent element is fragmented in some way, typically by some other overlapping structure: for example a speech which is divided between two or more verse stanzas, a paragraph which is split across a page division, a verse line which is divided between two speakers.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="N">
            <xs:annotation>
              <xs:documentation>(no) either the element is not fragmented, or no claim is made as to its completeness</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Y">
            <xs:annotation>
              <xs:documentation>(yes) the element is fragmented in some (unspecified) respect</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="I">
            <xs:annotation>
              <xs:documentation>(initial) this is the initial part of a fragmented element</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="M">
            <xs:annotation>
              <xs:documentation>(medial) this is a medial part of a fragmented element</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="F">
            <xs:annotation>
              <xs:documentation>(final) this is the final part of a fragmented element</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="RHYME">
      <xs:annotation>
        <xs:documentation>Rhyme marks the rhyming part of a metrical line.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element SCHOLARNOTE
Namespace No namespace
Diagram
Diagram index.tmp#P index.tmp#RESEARCHNOTE
Properties
content complex
Used by
Model
Children P, RESEARCHNOTE
Instance
<SCHOLARNOTE>
  <P ID="">{1,unbounded}</P>
  <RESEARCHNOTE>{0,1}</RESEARCHNOTE>
</SCHOLARNOTE>
Source
<xs:element name="SCHOLARNOTE">
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" ref="P"/>
      <xs:element minOccurs="0" ref="RESEARCHNOTE"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
[ top ]
Element P
Namespace No namespace
Annotations
p marks paragraphs in prose.
Diagram
Diagram
Properties
content complex
mixed true
Used by
Model
AWARDSNONLITERARY | BIBCITS | BIRTH | BIRTHNAME | BIRTHPOSITION | CAUSE | CHILDLESSNESS | CHILDREN | CLASS | COMPANION | CONTESTEDBEHAVIOUR | CULTURALFORMATION | DATE | DATERANGE | DEATH | DEGREE | DENOMINATION | DIVORCE | ECONOMICS | EDUCATION | EMPH | EMPLOYER | ETHNICITY | EXTENTOFOEUVRE | FAMILY | FIGURE | FOREIGN | FRIENDSASSOCIATES | GENERICRANGE | GENDER | GEOGHERITAGE | GRAPHIC | HEADING | HEALTH | INDEXED | INSTRUCTOR | INTIMATERELATIONSHIPS | JOBTITLE | KEYWORDCLASS | L | LANGUAGE | LEISUREANDSOCIETY | LIVESWITH | RESIDENCEANDMOBILITY | NAME | NATIONALHERITAGE | NATIONALITY | NICKNAME | OCCUPATION | ORGNAME | OTHERLIFEEVENT | PADVERTISING | PANTHOLOGIZATION | PARCHIVALLOCATION | PATTITUDES | PAUTHORSHIP | PCIRCULATION | PCONTRACT | PCOPYRIGHT | PDEDICATION | PEARNINGS | PEDITIONS | PERSONNAME | PFIRSTLITERARYACTIVITY | PINFLUENCESHER | PLACE | PLASTLITERARYACTIVITY | PLITERARYMOVEMENTS | PMANUSCRIPTHISTORY | PMATERIALCONDITIONS | PMODEOFPUBLICATION | PMOTIVES | PNONBOOKMEDIA | PNONSURVIVAL | POLITICALAFFILIATION | POLITICS | PPERFORMANCE | PPERIODICALPUBLICATION | PPLACEOFPUBLICATION | PPRESSRUN | PPRICE | PRARITIESFEATURESDECORATIONS | PRELATIONSWITHPUBLISHER | PRODUCTION | PROGRAM | PSERIALIZATION | PSEUDONYM | PSUBMISSIONSREJECTIONS | PTYPEOFPRESS | QUOTE | RACECOLOUR | RBESTKNOWNWORK | RDESTRUCTIONOFWORK | RECEPTION | RELIGIOUSNAME | REMUNERATION | RESEARCHNOTE | RFICTIONALIZATION | RLANDMARKTEXT | ROLE | ROYAL | RPENALTIES | RRECOGNITIONNAME | RRECOGNITIONSANDAWARDS | RRECOGNITIONVALUE | RRESPONSES | RS | RSELFDESCRIPTION | RSHEINFLUENCED | RWRITINGMILESTONE | SCHOLARNOTE | SCHOOL | SELFCONSTRUCTED | SEPARATION | SEXUALIDENTITY | SIC | SIGNIFICANTACTIVITY | SOCALLED | SUBJECT | TCHARACTERIZATION | TCHARACTERNAME | TCHARACTERTYPEROLE | TEXT | TEXTSCOPE | TEXTUALFEATURES | TGENRE | TGENREISSUE | TINTERTEXTUALITY | TITLE | TMOTIF | TOPIC | TPLOT | TSETTINGDATE | TSETTINGPLACE | TTECHNIQUES | TTHEMETOPIC | TTONESTYLE | TVOICENARRATION | VIOLENCE
Children AWARDSNONLITERARY, BIBCITS, BIRTH, BIRTHNAME, BIRTHPOSITION, CAUSE, CHILDLESSNESS, CHILDREN, CLASS, COMPANION, CONTESTEDBEHAVIOUR, CULTURALFORMATION, DATE, DATERANGE, DEATH, DEGREE, DENOMINATION, DIVORCE, ECONOMICS, EDUCATION, EMPH, EMPLOYER, ETHNICITY, EXTENTOFOEUVRE, FAMILY, FIGURE, FOREIGN, FRIENDSASSOCIATES, GENDER, GENERICRANGE, GEOGHERITAGE, GRAPHIC, HEADING, HEALTH, INDEXED, INSTRUCTOR, INTIMATERELATIONSHIPS, JOBTITLE, KEYWORDCLASS, L, LANGUAGE, LEISUREANDSOCIETY, LIVESWITH, NAME, NATIONALHERITAGE, NATIONALITY, NICKNAME, OCCUPATION, ORGNAME, OTHERLIFEEVENT, PADVERTISING, PANTHOLOGIZATION, PARCHIVALLOCATION, PATTITUDES, PAUTHORSHIP, PCIRCULATION, PCONTRACT, PCOPYRIGHT, PDEDICATION, PEARNINGS, PEDITIONS, PERSONNAME, PFIRSTLITERARYACTIVITY, PINFLUENCESHER, PLACE, PLASTLITERARYACTIVITY, PLITERARYMOVEMENTS, PMANUSCRIPTHISTORY, PMATERIALCONDITIONS, PMODEOFPUBLICATION, PMOTIVES, PNONBOOKMEDIA, PNONSURVIVAL, POLITICALAFFILIATION, POLITICS, PPERFORMANCE, PPERIODICALPUBLICATION, PPLACEOFPUBLICATION, PPRESSRUN, PPRICE, PRARITIESFEATURESDECORATIONS, PRELATIONSWITHPUBLISHER, PRODUCTION, PROGRAM, PSERIALIZATION, PSEUDONYM, PSUBMISSIONSREJECTIONS, PTYPEOFPRESS, QUOTE, RACECOLOUR, RBESTKNOWNWORK, RDESTRUCTIONOFWORK, RECEPTION, RELIGIOUSNAME, REMUNERATION, RESEARCHNOTE, RESIDENCEANDMOBILITY, RFICTIONALIZATION, RLANDMARKTEXT, ROLE, ROYAL, RPENALTIES, RRECOGNITIONNAME, RRECOGNITIONSANDAWARDS, RRECOGNITIONVALUE, RRESPONSES, RS, RSELFDESCRIPTION, RSHEINFLUENCED, RWRITINGMILESTONE, SCHOLARNOTE, SCHOOL, SELFCONSTRUCTED, SEPARATION, SEXUALIDENTITY, SIC, SIGNIFICANTACTIVITY, SOCALLED, SUBJECT, TCHARACTERIZATION, TCHARACTERNAME, TCHARACTERTYPEROLE, TEXT, TEXTSCOPE, TEXTUALFEATURES, TGENRE, TGENREISSUE, TINTERTEXTUALITY, TITLE, TMOTIF, TOPIC, TPLOT, TSETTINGDATE, TSETTINGPLACE, TTECHNIQUES, TTHEMETOPIC, TTONESTYLE, TVOICENARRATION, VIOLENCE
Instance
<P ID="">
  <AWARDSNONLITERARY AWARDTYPE="" REG="">{1,1}</AWARDSNONLITERARY>
  <BIBCITS ID="">{1,1}</BIBCITS>
  <BIRTH>{1,1}</BIRTH>
  <BIRTHNAME REG="" WROTEORPUBLISHEDAS="WROTEPUBLISHEDASYES">{1,1}</BIRTHNAME>
  <BIRTHPOSITION POSITION="ELDEST">{1,1}</BIRTHPOSITION>
  <CAUSE REG="">{1,1}</CAUSE>
  <CHILDLESSNESS>{1,1}</CHILDLESSNESS>
  <CHILDREN NUMBER="">{1,1}</CHILDREN>
  <CLASS REG="" SELF-DEFINED="SELFUNKNOWN" SOCIALRANK="OTHER">{1,1}</CLASS>
  <COMPANION>{1,1}</COMPANION>
  <CONTESTEDBEHAVIOUR>{1,1}</CONTESTEDBEHAVIOUR>
  <CULTURALFORMATION>{1,1}</CULTURALFORMATION>
  <DATE CALENDAR="NEWSTYLE" CERTAINTY="CERT" ID="" VALUE="">{1,1}</DATE>
  <DATERANGE CALENDAR="NEWSTYLE" CERTAINTY="CERT" EXACT="" FROM="" ID="" TO="">{1,1}</DATERANGE>
  <DEATH>{1,1}</DEATH>
  <DEGREE REG="" STATUS="">{1,1}</DEGREE>
  <DENOMINATION CURRENTALTERNATIVETERM="" REG="" SELF-DEFINED="SELFUNKNOWN">{1,1}</DENOMINATION>
  <DIVORCE>{1,1}</DIVORCE>
  <ECONOMICS>{1,1}</ECONOMICS>
  <EDUCATION MODE="">{1,1}</EDUCATION>
  <EMPH>{1,1}</EMPH>
  <EMPLOYER>{1,1}</EMPLOYER>
  <ETHNICITY FOREBEAR="FAMILY" REG="" SELF-DEFINED="SELFUNKNOWN">{1,1}</ETHNICITY>
  <EXTENTOFOEUVRE>{1,1}</EXTENTOFOEUVRE>
  <FAMILY ID="">{1,1}</FAMILY>
  <FIGURE>{1,1}</FIGURE>
  <FOREIGN LANG="" REG="">{1,1}</FOREIGN>
  <FRIENDSASSOCIATES>{1,1}</FRIENDSASSOCIATES>
  <GENERICRANGE>{1,1}</GENERICRANGE>
  <GENDER CURRENTALTERNATIVETERM="" GENDER="" REG="" SELF-DEFINED="SELFUNKNOWN">{1,1}</GENDER>
  <GEOGHERITAGE FOREBEAR="FAMILY" REG="" SELF-DEFINED="SELFUNKNOWN">{1,1}</GEOGHERITAGE>
  <GRAPHIC URL="">{1,1}</GRAPHIC>
  <HEADING SUBTYPE="">{1,1}</HEADING>
  <HEALTH ISSUE="">{1,1}</HEALTH>
  <INDEXED INDEXSOURCE="LC" REG="" WROTEORPUBLISHEDAS="WROTEPUBLISHEDASYES">{1,1}</INDEXED>
  <INSTRUCTOR>{1,1}</INSTRUCTOR>
  <INTIMATERELATIONSHIPS EROTIC="">{1,1}</INTIMATERELATIONSHIPS>
  <JOBTITLE CURRENTALTERNATIVETERM="" FAMILYBUSINESS="FAMILYBUSINESSYES" HISTORICALTERM="" HISTORICALTERMCONTEXTDATE="" ID="" REG="">{1,1}</JOBTITLE>
  <KEYWORDCLASS KEYWORDTYPE="">{1,1}</KEYWORDCLASS>
  <L PART="N" RHYME="">{1,1}</L>
  <LANGUAGE COMPETENCE="OTHER" REG="">{1,1}</LANGUAGE>
  <LEISUREANDSOCIETY>{1,1}</LEISUREANDSOCIETY>
  <LIVESWITH>{1,1}</LIVESWITH>
  <RESIDENCEANDMOBILITY RELATIONTO="">{1,1}</RESIDENCEANDMOBILITY>
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <NATIONALHERITAGE CURRENTALTERNATIVETERM="" FOREBEAR="FAMILY" REG="" SELF-DEFINED="SELFUNKNOWN">{1,1}</NATIONALHERITAGE>
  <NATIONALITY CURRENTALTERNATIVETERM="" REG="" SELF-DEFINED="SELFUNKNOWN">{1,1}</NATIONALITY>
  <NICKNAME ID="" NAMECONNOTATION="ABUSIVE" NAMESIGNIFIER="CRYPTIC" NAMETYPE="LITERARY" REG="" WROTEORPUBLISHEDAS="WROTEPUBLISHEDASYES">{1,1}</NICKNAME>
  <OCCUPATION>{1,1}</OCCUPATION>
  <ORGNAME ORGTYPE="" REF="" REG="" STANDARD="" URI="">{1,1}</ORGNAME>
  <OTHERLIFEEVENT>{1,1}</OTHERLIFEEVENT>
  <PADVERTISING>{1,1}</PADVERTISING>
  <PANTHOLOGIZATION>{1,1}</PANTHOLOGIZATION>
  <PARCHIVALLOCATION>{1,1}</PARCHIVALLOCATION>
  <PATTITUDES>{1,1}</PATTITUDES>
  <PAUTHORSHIP AUTHORNAMETYPE="" AUTHORSHIPCONTROVERSY="" COLLABORATION="" CONTROVERSYDATE="">{1,1}</PAUTHORSHIP>
  <PCIRCULATION>{1,1}</PCIRCULATION>
  <PCONTRACT ID="">{1,1}</PCONTRACT>
  <PCOPYRIGHT>{1,1}</PCOPYRIGHT>
  <PDEDICATION>{1,1}</PDEDICATION>
  <PEARNINGS>{1,1}</PEARNINGS>
  <PEDITIONS>{1,1}</PEDITIONS>
  <PERSONNAME>{1,1}</PERSONNAME>
  <PFIRSTLITERARYACTIVITY>{1,1}</PFIRSTLITERARYACTIVITY>
  <PINFLUENCESHER INFLUENCETYPE="">{1,1}</PINFLUENCESHER>
  <PLACE ID="" LAT="" LONG="" REF="">{1,1}</PLACE>
  <PLASTLITERARYACTIVITY>{1,1}</PLASTLITERARYACTIVITY>
  <PLITERARYMOVEMENTS INVOLVEMENT="INVOLVEMENTYES" REG="">{1,1}</PLITERARYMOVEMENTS>
  <PMANUSCRIPTHISTORY>{1,1}</PMANUSCRIPTHISTORY>
  <PMATERIALCONDITIONS DISPLACEMENT="">{1,1}</PMATERIALCONDITIONS>
  <PMODEOFPUBLICATION PUBLICATIONMODE="">{1,1}</PMODEOFPUBLICATION>
  <PMOTIVES ID="" MOTIVETYPE="">{1,1}</PMOTIVES>
  <PNONBOOKMEDIA MEDIATYPE="">{1,1}</PNONBOOKMEDIA>
  <PNONSURVIVAL TYPEOFNONSURVIVAL="">{1,1}</PNONSURVIVAL>
  <POLITICALAFFILIATION ACTIVISM="ACTIVISTYES" CURRENTALTERNATIVETERM="" ID="" INVOLVEMENT="INVOLVEMENTYES" MEMBERSHIP="MEMBERSHIPYES" REG="" WOMAN-GENDERISSUE="GENDERYES">{1,1}</POLITICALAFFILIATION>
  <POLITICS>{1,1}</POLITICS>
  <PPERFORMANCE>{1,1}</PPERFORMANCE>
  <PPERIODICALPUBLICATION>{1,1}</PPERIODICALPUBLICATION>
  <PPLACEOFPUBLICATION>{1,1}</PPLACEOFPUBLICATION>
  <PPRESSRUN>{1,1}</PPRESSRUN>
  <PPRICE>{1,1}</PPRICE>
  <PRARITIESFEATURESDECORATIONS>{1,1}</PRARITIESFEATURESDECORATIONS>
  <PRELATIONSWITHPUBLISHER RELATIONSHIPTYPE="">{1,1}</PRELATIONSWITHPUBLISHER>
  <PRODUCTION>{1,1}</PRODUCTION>
  <PROGRAM REG="">{1,1}</PROGRAM>
  <PSERIALIZATION FORMOFSERIALIZATION="">{1,1}</PSERIALIZATION>
  <PSEUDONYM NAMESIGNIFIER="CRYPTIC" REG="" WROTEORPUBLISHEDAS="WROTEPUBLISHEDASYES">{1,1}</PSEUDONYM>
  <PSUBMISSIONSREJECTIONS>{1,1}</PSUBMISSIONSREJECTIONS>
  <PTYPEOFPRESS>{1,1}</PTYPEOFPRESS>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <RACECOLOUR FOREBEAR="FAMILY" REG="" SELF-DEFINED="SELFUNKNOWN">{1,1}</RACECOLOUR>
  <RBESTKNOWNWORK>{1,1}</RBESTKNOWNWORK>
  <RDESTRUCTIONOFWORK DESTROYEDBY="">{1,1}</RDESTRUCTIONOFWORK>
  <RECEPTION>{1,1}</RECEPTION>
  <RELIGIOUSNAME REG="" WROTEORPUBLISHEDAS="WROTEPUBLISHEDASYES">{1,1}</RELIGIOUSNAME>
  <REMUNERATION>{1,1}</REMUNERATION>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <RFICTIONALIZATION>{1,1}</RFICTIONALIZATION>
  <RLANDMARKTEXT>{1,1}</RLANDMARKTEXT>
  <ROLE ROLE="">{1,1}</ROLE>
  <ROYAL REG="" WROTEORPUBLISHEDAS="WROTEPUBLISHEDASYES">{1,1}</ROYAL>
  <RPENALTIES CENSORSHIP="" CONTROVERSY="">{1,1}</RPENALTIES>
  <RRECOGNITIONNAME REG="">{1,1}</RRECOGNITIONNAME>
  <RRECOGNITIONSANDAWARDS>{1,1}</RRECOGNITIONSANDAWARDS>
  <RRECOGNITIONVALUE>{1,1}</RRECOGNITIONVALUE>
  <RRESPONSES FORMALITY="" GENDEREDRESPONSE="" RESPONSETYPE="">{1,1}</RRESPONSES>
  <RS REG="" TYPE="">{1,1}</RS>
  <RSELFDESCRIPTION>{1,1}</RSELFDESCRIPTION>
  <RSHEINFLUENCED>{1,1}</RSHEINFLUENCED>
  <RWRITINGMILESTONE>{1,1}</RWRITINGMILESTONE>
  <SCHOLARNOTE>{1,1}</SCHOLARNOTE>
  <SCHOOL INSTITUTION="" INSTITUTIONLEVEL="" REG="" RELIGIOUS="RELIGIOUSYES" STUDENTBODY="">{1,1}</SCHOOL>
  <SELFCONSTRUCTED NAMESIGNIFIER="CRYPTIC" REG="" WROTEORPUBLISHEDAS="WROTEPUBLISHEDASYES">{1,1}</SELFCONSTRUCTED>
  <SEPARATION>{1,1}</SEPARATION>
  <SEXUALIDENTITY CURRENTALTERNATIVETERM="" REG="" SELF-DEFINED="SELFUNKNOWN">{1,1}</SEXUALIDENTITY>
  <SIC CORR="">{1,1}</SIC>
  <SIGNIFICANTACTIVITY PHILANTHROPYVOLUNTEER="PHILANTHROPYVOLUNTEERYES" REG="">{1,1}</SIGNIFICANTACTIVITY>
  <SOCALLED>{1,1}</SOCALLED>
  <SUBJECT REG="">{1,1}</SUBJECT>
  <TCHARACTERIZATION>{1,1}</TCHARACTERIZATION>
  <TCHARACTERNAME REG="">{1,1}</TCHARACTERNAME>
  <TCHARACTERTYPEROLE PROTAGONIST="">{1,1}</TCHARACTERTYPEROLE>
  <TEXT REG="">{1,1}</TEXT>
  <TEXTSCOPE PLACEHOLDER="" REF="">{1,1}</TEXTSCOPE>
  <TEXTUALFEATURES>{1,1}</TEXTUALFEATURES>
  <TGENRE GENRENAME="">{1,1}</TGENRE>
  <TGENREISSUE>{1,1}</TGENREISSUE>
  <TINTERTEXTUALITY GENDEROFAUTHOR="" INTERTEXTTYPE="">{1,1}</TINTERTEXTUALITY>
  <TITLE LEVEL="" REF="" REG="" REND="" STANDARD="">{1,1}</TITLE>
  <TMOTIF MOTIFNAME="">{1,1}</TMOTIF>
  <TOPIC STANDARD="">{1,1}</TOPIC>
  <TPLOT>{1,1}</TPLOT>
  <TSETTINGDATE SETTINGDATETYPE="">{1,1}</TSETTINGDATE>
  <TSETTINGPLACE SETTINGCLASS="" SETTINGPLACETYPE="">{1,1}</TSETTINGPLACE>
  <TTECHNIQUES TECHNIQUETYPE="">{1,1}</TTECHNIQUES>
  <TTHEMETOPIC ID="" REG="">{1,1}</TTHEMETOPIC>
  <TTONESTYLE EXPERIMENTAL="">{1,1}</TTONESTYLE>
  <TVOICENARRATION>{1,1}</TVOICENARRATION>
  <VIOLENCE>{1,1}</VIOLENCE>
</P>
Attributes
QName Type Use
ID xs:NCName optional
Source
<xs:element name="P">
  <xs:annotation>
    <xs:documentation>p marks paragraphs in prose.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="AWARDSNONLITERARY"/>
      <xs:element ref="BIBCITS"/>
      <xs:element ref="BIRTH"/>
      <xs:element ref="BIRTHNAME"/>
      <xs:element ref="BIRTHPOSITION"/>
      <xs:element ref="CAUSE"/>
      <xs:element ref="CHILDLESSNESS"/>
      <xs:element ref="CHILDREN"/>
      <xs:element ref="CLASS"/>
      <xs:element ref="COMPANION"/>
      <xs:element ref="CONTESTEDBEHAVIOUR"/>
      <xs:element ref="CULTURALFORMATION"/>
      <xs:element ref="DATE"/>
      <xs:element ref="DATERANGE"/>
      <xs:element ref="DEATH"/>
      <xs:element ref="DEGREE"/>
      <xs:element ref="DENOMINATION"/>
      <xs:element ref="DIVORCE"/>
      <xs:element ref="ECONOMICS"/>
      <xs:element ref="EDUCATION"/>
      <xs:element ref="EMPH"/>
      <xs:element ref="EMPLOYER"/>
      <xs:element ref="ETHNICITY"/>
      <xs:element ref="EXTENTOFOEUVRE"/>
      <xs:element ref="FAMILY"/>
      <xs:element ref="FIGURE"/>
      <xs:element ref="FOREIGN"/>
      <xs:element ref="FRIENDSASSOCIATES"/>
      <xs:element ref="GENERICRANGE"/>
      <xs:element ref="GENDER"/>
      <xs:element ref="GEOGHERITAGE"/>
      <xs:element ref="GRAPHIC"/>
      <xs:element ref="HEADING"/>
      <xs:element ref="HEALTH"/>
      <xs:element ref="INDEXED"/>
      <xs:element ref="INSTRUCTOR"/>
      <xs:element ref="INTIMATERELATIONSHIPS"/>
      <xs:element ref="JOBTITLE"/>
      <xs:element ref="KEYWORDCLASS"/>
      <xs:element ref="L"/>
      <xs:element ref="LANGUAGE"/>
      <xs:element ref="LEISUREANDSOCIETY"/>
      <xs:element ref="LIVESWITH"/>
      <xs:element ref="RESIDENCEANDMOBILITY"/>
      <xs:element ref="NAME"/>
      <xs:element ref="NATIONALHERITAGE"/>
      <xs:element ref="NATIONALITY"/>
      <xs:element ref="NICKNAME"/>
      <xs:element ref="OCCUPATION"/>
      <xs:element ref="ORGNAME"/>
      <xs:element ref="OTHERLIFEEVENT"/>
      <xs:element ref="PADVERTISING"/>
      <xs:element ref="PANTHOLOGIZATION"/>
      <xs:element ref="PARCHIVALLOCATION"/>
      <xs:element ref="PATTITUDES"/>
      <xs:element ref="PAUTHORSHIP"/>
      <xs:element ref="PCIRCULATION"/>
      <xs:element ref="PCONTRACT"/>
      <xs:element ref="PCOPYRIGHT"/>
      <xs:element ref="PDEDICATION"/>
      <xs:element ref="PEARNINGS"/>
      <xs:element ref="PEDITIONS"/>
      <xs:element ref="PERSONNAME"/>
      <xs:element ref="PFIRSTLITERARYACTIVITY"/>
      <xs:element ref="PINFLUENCESHER"/>
      <xs:element ref="PLACE"/>
      <xs:element ref="PLASTLITERARYACTIVITY"/>
      <xs:element ref="PLITERARYMOVEMENTS"/>
      <xs:element ref="PMANUSCRIPTHISTORY"/>
      <xs:element ref="PMATERIALCONDITIONS"/>
      <xs:element ref="PMODEOFPUBLICATION"/>
      <xs:element ref="PMOTIVES"/>
      <xs:element ref="PNONBOOKMEDIA"/>
      <xs:element ref="PNONSURVIVAL"/>
      <xs:element ref="POLITICALAFFILIATION"/>
      <xs:element ref="POLITICS"/>
      <xs:element ref="PPERFORMANCE"/>
      <xs:element ref="PPERIODICALPUBLICATION"/>
      <xs:element ref="PPLACEOFPUBLICATION"/>
      <xs:element ref="PPRESSRUN"/>
      <xs:element ref="PPRICE"/>
      <xs:element ref="PRARITIESFEATURESDECORATIONS"/>
      <xs:element ref="PRELATIONSWITHPUBLISHER"/>
      <xs:element ref="PRODUCTION"/>
      <xs:element ref="PROGRAM"/>
      <xs:element ref="PSERIALIZATION"/>
      <xs:element ref="PSEUDONYM"/>
      <xs:element ref="PSUBMISSIONSREJECTIONS"/>
      <xs:element ref="PTYPEOFPRESS"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="RACECOLOUR"/>
      <xs:element ref="RBESTKNOWNWORK"/>
      <xs:element ref="RDESTRUCTIONOFWORK"/>
      <xs:element ref="RECEPTION"/>
      <xs:element ref="RELIGIOUSNAME"/>
      <xs:element ref="REMUNERATION"/>
      <xs:element ref="RESEARCHNOTE"/>
      <xs:element ref="RFICTIONALIZATION"/>
      <xs:element ref="RLANDMARKTEXT"/>
      <xs:element ref="ROLE"/>
      <xs:element ref="ROYAL"/>
      <xs:element ref="RPENALTIES"/>
      <xs:element ref="RRECOGNITIONNAME"/>
      <xs:element ref="RRECOGNITIONSANDAWARDS"/>
      <xs:element ref="RRECOGNITIONVALUE"/>
      <xs:element ref="RRESPONSES"/>
      <xs:element ref="RS"/>
      <xs:element ref="RSELFDESCRIPTION"/>
      <xs:element ref="RSHEINFLUENCED"/>
      <xs:element ref="RWRITINGMILESTONE"/>
      <xs:element ref="SCHOLARNOTE"/>
      <xs:element ref="SCHOOL"/>
      <xs:element ref="SELFCONSTRUCTED"/>
      <xs:element ref="SEPARATION"/>
      <xs:element ref="SEXUALIDENTITY"/>
      <xs:element ref="SIC"/>
      <xs:element ref="SIGNIFICANTACTIVITY"/>
      <xs:element ref="SOCALLED"/>
      <xs:element ref="SUBJECT"/>
      <xs:element ref="TCHARACTERIZATION"/>
      <xs:element ref="TCHARACTERNAME"/>
      <xs:element ref="TCHARACTERTYPEROLE"/>
      <xs:element ref="TEXT"/>
      <xs:element ref="TEXTSCOPE"/>
      <xs:element ref="TEXTUALFEATURES"/>
      <xs:element ref="TGENRE"/>
      <xs:element ref="TGENREISSUE"/>
      <xs:element ref="TINTERTEXTUALITY"/>
      <xs:element ref="TITLE"/>
      <xs:element ref="TMOTIF"/>
      <xs:element ref="TOPIC"/>
      <xs:element ref="TPLOT"/>
      <xs:element ref="TSETTINGDATE"/>
      <xs:element ref="TSETTINGPLACE"/>
      <xs:element ref="TTECHNIQUES"/>
      <xs:element ref="TTHEMETOPIC"/>
      <xs:element ref="TTONESTYLE"/>
      <xs:element ref="TVOICENARRATION"/>
      <xs:element ref="VIOLENCE"/>
    </xs:choice>
    <xs:attribute name="ID" type="xs:NCName"/>
  </xs:complexType>
</xs:element>
[ top ]
Element BIRTH
Namespace No namespace
Annotations
Birth is one of the 16 major biography
elements defined as integral to mapping a woman's life. It captures information concerning the date, place,
birth position and context of a person's birth. Birthdates should be entered in chronology form and will be
extracted from individual biography documents to be placed within other general chronologies.
Diagram
Diagram index.tmp#HEADING index.tmp#P index.tmp#DATASTRUCT index.tmp#CHRONEVENT index.tmp#CHRONSTRUCT index.tmp#KEYWORDCLASS index.tmp#RESEARCHNOTE index.tmp#LISTBIBCIT index.tmp#BIRTHPOSITION
Properties
content complex
Used by
Elements ENTRY, P
Model
Children BIRTHPOSITION, CHRONEVENT, CHRONSTRUCT, DATASTRUCT, HEADING, KEYWORDCLASS, LISTBIBCIT, P, RESEARCHNOTE
Instance
<BIRTH>
  <HEADING SUBTYPE="">{1,1}</HEADING>
  <P ID="">{1,1}</P>
  <DATASTRUCT>{1,1}</DATASTRUCT>
  <CHRONEVENT>{1,1}</CHRONEVENT>
  <CHRONSTRUCT CHRONCOLUMN="" RELEVANCE="" RELEVANCE1="" RELEVANCE2="" RELEVANCE3="" RESP="">{1,1}</CHRONSTRUCT>
  <KEYWORDCLASS KEYWORDTYPE="">{1,1}</KEYWORDCLASS>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <LISTBIBCIT>{1,1}</LISTBIBCIT>
  <BIRTHPOSITION POSITION="ELDEST">{1,1}</BIRTHPOSITION>
</BIRTH>
Source
<xs:element name="BIRTH">
  <xs:annotation>
    <xs:documentation>Birth is one of the 16 major biography elements defined as integral to mapping a woman's life. It captures information concerning the date, place, birth position and context of a person's birth. Birthdates should be entered in chronology form and will be extracted from individual biography documents to be placed within other general chronologies.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:choice maxOccurs="unbounded">
      <xs:element ref="HEADING"/>
      <xs:element ref="P"/>
      <xs:element ref="DATASTRUCT"/>
      <xs:element ref="CHRONEVENT"/>
      <xs:element ref="CHRONSTRUCT"/>
      <xs:element ref="KEYWORDCLASS"/>
      <xs:element ref="RESEARCHNOTE"/>
      <xs:element ref="LISTBIBCIT"/>
      <xs:element ref="BIRTHPOSITION"/>
    </xs:choice>
  </xs:complexType>
</xs:element>
[ top ]
Element HEADING
Namespace No namespace
Annotations
heading contains any type of heading, for example
the title of a section, or the heading of a list, glossary, manuscript description, etc.
Diagram
Diagram index.tmp#HEADING_SUBTYPE index.tmp#DATE index.tmp#DATERANGE index.tmp#FOREIGN index.tmp#NAME index.tmp#ORGNAME index.tmp#PLACE index.tmp#POLITICALAFFILIATION index.tmp#QUOTE index.tmp#RESEARCHNOTE index.tmp#SCHOOL index.tmp#SOCALLED index.tmp#TITLE
Properties
content complex
mixed true
Used by
Model
Children DATE, DATERANGE, FOREIGN, NAME, ORGNAME, PLACE, POLITICALAFFILIATION, QUOTE, RESEARCHNOTE, SCHOOL, SOCALLED, TITLE
Instance
<HEADING SUBTYPE="">
  <DATE CALENDAR="NEWSTYLE" CERTAINTY="CERT" ID="" VALUE="">{1,1}</DATE>
  <DATERANGE CALENDAR="NEWSTYLE" CERTAINTY="CERT" EXACT="" FROM="" ID="" TO="">{1,1}</DATERANGE>
  <FOREIGN LANG="" REG="">{1,1}</FOREIGN>
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <ORGNAME ORGTYPE="" REF="" REG="" STANDARD="" URI="">{1,1}</ORGNAME>
  <PLACE ID="" LAT="" LONG="" REF="">{1,1}</PLACE>
  <POLITICALAFFILIATION ACTIVISM="ACTIVISTYES" CURRENTALTERNATIVETERM="" ID="" INVOLVEMENT="INVOLVEMENTYES" MEMBERSHIP="MEMBERSHIPYES" REG="" WOMAN-GENDERISSUE="GENDERYES">{1,1}</POLITICALAFFILIATION>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <SCHOOL INSTITUTION="" INSTITUTIONLEVEL="" REG="" RELIGIOUS="RELIGIOUSYES" STUDENTBODY="">{1,1}</SCHOOL>
  <SOCALLED>{1,1}</SOCALLED>
  <TITLE LEVEL="" REF="" REG="" REND="" STANDARD="">{1,1}</TITLE>
</HEADING>
Attributes
QName Type Use Annotation
SUBTYPE restriction of xs:token required
The Subtype attribute allows you to indicate the heading
level, with values from 1-5.
Source
<xs:element name="HEADING">
  <xs:annotation>
    <xs:documentation>heading contains any type of heading, for example the title of a section, or the heading of a list, glossary, manuscript description, etc.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="DATE"/>
      <xs:element ref="DATERANGE"/>
      <xs:element ref="FOREIGN"/>
      <xs:element ref="NAME"/>
      <xs:element ref="ORGNAME"/>
      <xs:element ref="PLACE"/>
      <xs:element ref="POLITICALAFFILIATION"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="RESEARCHNOTE"/>
      <xs:element ref="SCHOOL"/>
      <xs:element ref="SOCALLED"/>
      <xs:element ref="TITLE"/>
    </xs:choice>
    <xs:attribute name="SUBTYPE" use="required">
      <xs:annotation>
        <xs:documentation>The Subtype attribute allows you to indicate the heading level, with values from 1-5.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="1"/>
          <xs:enumeration value="2"/>
          <xs:enumeration value="3"/>
          <xs:enumeration value="4"/>
          <xs:enumeration value="5"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element DATASTRUCT
Namespace No namespace
Annotations
A dataStruct is a container element for one or
more individual pieces of tabular data in the document.
Diagram
Diagram index.tmp#INDEXED index.tmp#RESEARCHNOTE index.tmp#SELFCONSTRUCTED index.tmp#DATAITEM
Properties
content complex
Used by
Model
Children DATAITEM, INDEXED, RESEARCHNOTE, SELFCONSTRUCTED
Instance
<DATASTRUCT>
  <INDEXED INDEXSOURCE="LC" REG="" WROTEORPUBLISHEDAS="WROTEPUBLISHEDASYES">{1,1}</INDEXED>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <SELFCONSTRUCTED NAMESIGNIFIER="CRYPTIC" REG="" WROTEORPUBLISHEDAS="WROTEPUBLISHEDASYES">{1,1}</SELFCONSTRUCTED>
  <DATAITEM>{1,1}</DATAITEM>
</DATASTRUCT>
Source
<xs:element name="DATASTRUCT">
  <xs:annotation>
    <xs:documentation>A dataStruct is a container element for one or more individual pieces of tabular data in the document.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:choice maxOccurs="unbounded">
      <xs:element ref="INDEXED"/>
      <xs:element ref="RESEARCHNOTE"/>
      <xs:element ref="SELFCONSTRUCTED"/>
      <xs:element ref="DATAITEM"/>
    </xs:choice>
  </xs:complexType>
</xs:element>
[ top ]
Element INDEXED
Namespace No namespace
Annotations
Indexed names are names that are standard to either the
British Library or the Library of Congress but that the Project has chosen not to use as the writer's standard name. In order to
ensure that a researcher does not use the Project-identified standard name when looking for their writer in indexes of library
catalogues, we include this element.
Diagram
Diagram index.tmp#INDEXED_INDEXSOURCE index.tmp#INDEXED_REG index.tmp#INDEXED_WROTEORPUBLISHEDAS index.tmp#BIBCITS index.tmp#MARRIED index.tmp#PSEUDONYM index.tmp#SOCALLED
Properties
content complex
mixed true
Used by
Model
Children BIBCITS, MARRIED, PSEUDONYM, SOCALLED
Instance
<INDEXED INDEXSOURCE="LC" REG="" WROTEORPUBLISHEDAS="WROTEPUBLISHEDASYES">
  <BIBCITS ID="">{1,1}</BIBCITS>
  <MARRIED REG="" WROTEORPUBLISHEDAS="WROTEPUBLISHEDASYES">{1,1}</MARRIED>
  <PSEUDONYM NAMESIGNIFIER="CRYPTIC" REG="" WROTEORPUBLISHEDAS="WROTEPUBLISHEDASYES">{1,1}</PSEUDONYM>
  <SOCALLED>{1,1}</SOCALLED>
</INDEXED>
Attributes
QName Type Default Use Annotation
INDEXSOURCE restriction of xs:token LC optional
This attribute attached to indexed name, allows us to
distinguish between the Library of Congress' and the British Library's indexed names.
REG optional
Reg (or
regularization) contains a reading which has been regularized or normalized in some
sense.
WROTEORPUBLISHEDAS restriction of xs:token WROTEPUBLISHEDASYES optional
WroteOrPublishedAs is an attribute
attached to all the types of a person's name captured within their biography section. This attribute will allow
us to track all the different names women writers published under. While we assume that most writers published under
their standard name and pseudonyms, they may also have used a nickname or their married name, for instance, to
publish material. This attribute works in conjunction with the authorname in the bibliography to link the name a text
was published under with the name of the person.
Source
<xs:element name="INDEXED">
  <xs:annotation>
    <xs:documentation>Indexed names are names that are standard to either the British Library or the Library of Congress but that the Project has chosen not to use as the writer's standard name. In order to ensure that a researcher does not use the Project-identified standard name when looking for their writer in indexes of library catalogues, we include this element.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="BIBCITS"/>
      <xs:element ref="MARRIED"/>
      <xs:element ref="PSEUDONYM"/>
      <xs:element ref="SOCALLED"/>
    </xs:choice>
    <xs:attribute name="INDEXSOURCE" default="LC">
      <xs:annotation>
        <xs:documentation>This attribute attached to indexed name, allows us to distinguish between the Library of Congress' and the British Library's indexed names.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="LC"/>
          <xs:enumeration value="BL"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="REG">
      <xs:annotation>
        <xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="WROTEORPUBLISHEDAS" default="WROTEPUBLISHEDASYES">
      <xs:annotation>
        <xs:documentation>WroteOrPublishedAs is an attribute attached to all the types of a person's name captured within their biography section. This attribute will allow us to track all the different names women writers published under. While we assume that most writers published under their standard name and pseudonyms, they may also have used a nickname or their married name, for instance, to publish material. This attribute works in conjunction with the authorname in the bibliography to link the name a text was published under with the name of the person.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="WROTEPUBLISHEDASYES"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element MARRIED
Namespace No namespace
Annotations
The Married element within a personName captures the surname
that a woman adopted in marriage. We will be interested in tracking to what extent women adopted their married names for publishing;
therefore, remember to apply the attribute if they did publish under their married name. Unless research proves to the contrary, do not
assume that twentieth-century women adopted their husband's surname upon marriage. Be aware that Scotswomen from certain historical
periods did not take their husbands' names legally, though they might socially. In other words, do not make assumptions about
married names.
Diagram
Diagram index.tmp#MARRIED_REG index.tmp#MARRIED_WROTEORPUBLISHEDAS index.tmp#NAME index.tmp#RESEARCHNOTE index.tmp#SCHOLARNOTE index.tmp#TITLED
Properties
content complex
mixed true
Used by
Model
Children NAME, RESEARCHNOTE, SCHOLARNOTE, TITLED
Instance
<MARRIED REG="" WROTEORPUBLISHEDAS="WROTEPUBLISHEDASYES">
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <SCHOLARNOTE>{1,1}</SCHOLARNOTE>
  <TITLED REG="" WROTEORPUBLISHEDAS="WROTEPUBLISHEDASYES">{1,1}</TITLED>
</MARRIED>
Attributes
QName Type Default Use Annotation
REG optional
Reg (or
regularization) contains a reading which has been regularized or normalized in some
sense.
WROTEORPUBLISHEDAS restriction of xs:token WROTEPUBLISHEDASYES optional
WroteOrPublishedAs is an attribute
attached to all the types of a person's name captured within their biography section. This attribute will allow
us to track all the different names women writers published under. While we assume that most writers published under
their standard name and pseudonyms, they may also have used a nickname or their married name, for instance, to
publish material. This attribute works in conjunction with the authorname in the bibliography to link the name a text
was published under with the name of the person.
Source
<xs:element name="MARRIED">
  <xs:annotation>
    <xs:documentation>The Married element within a personName captures the surname that a woman adopted in marriage. We will be interested in tracking to what extent women adopted their married names for publishing; therefore, remember to apply the attribute if they did publish under their married name. Unless research proves to the contrary, do not assume that twentieth-century women adopted their husband's surname upon marriage. Be aware that Scotswomen from certain historical periods did not take their husbands' names legally, though they might socially. In other words, do not make assumptions about married names.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="NAME"/>
      <xs:element ref="RESEARCHNOTE"/>
      <xs:element ref="SCHOLARNOTE"/>
      <xs:element ref="TITLED"/>
    </xs:choice>
    <xs:attribute name="REG">
      <xs:annotation>
        <xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="WROTEORPUBLISHEDAS" default="WROTEPUBLISHEDASYES">
      <xs:annotation>
        <xs:documentation>WroteOrPublishedAs is an attribute attached to all the types of a person's name captured within their biography section. This attribute will allow us to track all the different names women writers published under. While we assume that most writers published under their standard name and pseudonyms, they may also have used a nickname or their married name, for instance, to publish material. This attribute works in conjunction with the authorname in the bibliography to link the name a text was published under with the name of the person.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="WROTEPUBLISHEDASYES"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element TITLED
Namespace No namespace
Annotations
The titled element should be placed around all names of the
British peerage. Include as titled anyone who is a duke, duchess and on down until knights and knights' wives and dames (the last
three are Sir Joe and Lady Bloggs and Dame Jo Bloggs). We should also tag present-day life peers (for example, Lady Thatcher) as titled
because it is a real title.
Diagram
Diagram index.tmp#TITLED_REG index.tmp#TITLED_WROTEORPUBLISHEDAS index.tmp#PLACE index.tmp#SCHOLARNOTE
Properties
content complex
mixed true
Used by
Model
Children PLACE, SCHOLARNOTE
Instance
<TITLED REG="" WROTEORPUBLISHEDAS="WROTEPUBLISHEDASYES">
  <PLACE ID="" LAT="" LONG="" REF="">{1,1}</PLACE>
  <SCHOLARNOTE>{1,1}</SCHOLARNOTE>
</TITLED>
Attributes
QName Type Default Use Annotation
REG optional
Reg (or
regularization) contains a reading which has been regularized or normalized in some
sense.
WROTEORPUBLISHEDAS restriction of xs:token WROTEPUBLISHEDASYES optional
WroteOrPublishedAs is an attribute
attached to all the types of a person's name captured within their biography section. This attribute will allow
us to track all the different names women writers published under. While we assume that most writers published under
their standard name and pseudonyms, they may also have used a nickname or their married name, for instance, to
publish material. This attribute works in conjunction with the authorname in the bibliography to link the name a text
was published under with the name of the person.
Source
<xs:element name="TITLED">
  <xs:annotation>
    <xs:documentation>The titled element should be placed around all names of the British peerage. Include as titled anyone who is a duke, duchess and on down until knights and knights' wives and dames (the last three are Sir Joe and Lady Bloggs and Dame Jo Bloggs). We should also tag present-day life peers (for example, Lady Thatcher) as titled because it is a real title.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="PLACE"/>
      <xs:element ref="SCHOLARNOTE"/>
    </xs:choice>
    <xs:attribute name="REG">
      <xs:annotation>
        <xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="WROTEORPUBLISHEDAS" default="WROTEPUBLISHEDASYES">
      <xs:annotation>
        <xs:documentation>WroteOrPublishedAs is an attribute attached to all the types of a person's name captured within their biography section. This attribute will allow us to track all the different names women writers published under. While we assume that most writers published under their standard name and pseudonyms, they may also have used a nickname or their married name, for instance, to publish material. This attribute works in conjunction with the authorname in the bibliography to link the name a text was published under with the name of the person.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="WROTEPUBLISHEDASYES"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element PSEUDONYM
Namespace No namespace
Annotations
This sub-element of personName is to be used for all
pseudonyms used by a writer. Pseudonym includes all names -- both proper names and descriptive phrases (for example, "A Lover of Her
Sex" is a pseudonym for Mary Astell) -- used in publishing only.
Diagram
Diagram index.tmp#PSEUDONYM_NAMESIGNIFIER index.tmp#PSEUDONYM_REG index.tmp#PSEUDONYM_WROTEORPUBLISHEDAS index.tmp#BIBCITS index.tmp#MARRIED index.tmp#SCHOLARNOTE index.tmp#TITLE
Properties
content complex
mixed true
Used by
Model
Children BIBCITS, MARRIED, SCHOLARNOTE, TITLE
Instance
<PSEUDONYM NAMESIGNIFIER="CRYPTIC" REG="" WROTEORPUBLISHEDAS="WROTEPUBLISHEDASYES">
  <BIBCITS ID="">{1,1}</BIBCITS>
  <MARRIED REG="" WROTEORPUBLISHEDAS="WROTEPUBLISHEDASYES">{1,1}</MARRIED>
  <SCHOLARNOTE>{1,1}</SCHOLARNOTE>
  <TITLE LEVEL="" REF="" REG="" REND="" STANDARD="">{1,1}</TITLE>
</PSEUDONYM>
Attributes
QName Type Default Use Annotation
NAMESIGNIFIER restriction of xs:token CRYPTIC optional
NameSignifier, an attribute attached to the elements
nickname, pseudonym and self-constructed, is used to distinguish the way such names derive their significance. For example,
whether the name signifies a variant of their own name, their geographical location or a name specific to the romance
tradition.
REG optional
Reg (or
regularization) contains a reading which has been regularized or normalized in some
sense.
WROTEORPUBLISHEDAS restriction of xs:token WROTEPUBLISHEDASYES optional
WroteOrPublishedAs is an attribute
attached to all the types of a person's name captured within their biography section. This attribute will allow
us to track all the different names women writers published under. While we assume that most writers published under
their standard name and pseudonyms, they may also have used a nickname or their married name, for instance, to
publish material. This attribute works in conjunction with the authorname in the bibliography to link the name a text
was published under with the name of the person.
Source
<xs:element name="PSEUDONYM">
  <xs:annotation>
    <xs:documentation>This sub-element of personName is to be used for all pseudonyms used by a writer. Pseudonym includes all names -- both proper names and descriptive phrases (for example, "A Lover of Her Sex" is a pseudonym for Mary Astell) -- used in publishing only.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="BIBCITS"/>
      <xs:element ref="MARRIED"/>
      <xs:element ref="SCHOLARNOTE"/>
      <xs:element ref="TITLE"/>
    </xs:choice>
    <xs:attribute name="NAMESIGNIFIER" default="CRYPTIC">
      <xs:annotation>
        <xs:documentation>NameSignifier, an attribute attached to the elements nickname, pseudonym and self-constructed, is used to distinguish the way such names derive their significance. For example, whether the name signifies a variant of their own name, their geographical location or a name specific to the romance tradition.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="CRYPTIC"/>
          <xs:enumeration value="LOCAL"/>
          <xs:enumeration value="ROMANCE"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="REG">
      <xs:annotation>
        <xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="WROTEORPUBLISHEDAS" default="WROTEPUBLISHEDASYES">
      <xs:annotation>
        <xs:documentation>WroteOrPublishedAs is an attribute attached to all the types of a person's name captured within their biography section. This attribute will allow us to track all the different names women writers published under. While we assume that most writers published under their standard name and pseudonyms, they may also have used a nickname or their married name, for instance, to publish material. This attribute works in conjunction with the authorname in the bibliography to link the name a text was published under with the name of the person.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="WROTEPUBLISHEDASYES"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element SELFCONSTRUCTED
Namespace No namespace
Annotations
SelfConstructed is to capture names which a person uses in her
everyday life in addition to using it as her pseudonym. Like the element name suggests, these are names she applies to herself and, for
example, writes on her checks as well as signs her books with.
Diagram
Diagram index.tmp#SELFCONSTRUCTED_NAMESIGNIFIER index.tmp#SELFCONSTRUCTED_REG index.tmp#SELFCONSTRUCTED_WROTEORPUBLISHEDAS index.tmp#BIBCITS index.tmp#PSEUDONYM index.tmp#SCHOLARNOTE
Properties
content complex
mixed true
Used by
Model
Children BIBCITS, PSEUDONYM, SCHOLARNOTE
Instance
<SELFCONSTRUCTED NAMESIGNIFIER="CRYPTIC" REG="" WROTEORPUBLISHEDAS="WROTEPUBLISHEDASYES">
  <BIBCITS ID="">{1,1}</BIBCITS>
  <PSEUDONYM NAMESIGNIFIER="CRYPTIC" REG="" WROTEORPUBLISHEDAS="WROTEPUBLISHEDASYES">{1,1}</PSEUDONYM>
  <SCHOLARNOTE>{1,1}</SCHOLARNOTE>
</SELFCONSTRUCTED>
Attributes
QName Type Default Use Annotation
NAMESIGNIFIER restriction of xs:token CRYPTIC optional
NameSignifier, an attribute attached to the elements
nickname, pseudonym and self-constructed, is used to distinguish the way such names derive their significance. For example,
whether the name signifies a variant of their own name, their geographical location or a name specific to the romance
tradition.
REG optional
Reg (or
regularization) contains a reading which has been regularized or normalized in some
sense.
WROTEORPUBLISHEDAS restriction of xs:token WROTEPUBLISHEDASYES optional
WroteOrPublishedAs is an attribute
attached to all the types of a person's name captured within their biography section. This attribute will allow
us to track all the different names women writers published under. While we assume that most writers published under
their standard name and pseudonyms, they may also have used a nickname or their married name, for instance, to
publish material. This attribute works in conjunction with the authorname in the bibliography to link the name a text
was published under with the name of the person.
Source
<xs:element name="SELFCONSTRUCTED">
  <xs:annotation>
    <xs:documentation>SelfConstructed is to capture names which a person uses in her everyday life in addition to using it as her pseudonym. Like the element name suggests, these are names she applies to herself and, for example, writes on her checks as well as signs her books with.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="BIBCITS"/>
      <xs:element ref="PSEUDONYM"/>
      <xs:element ref="SCHOLARNOTE"/>
    </xs:choice>
    <xs:attribute name="NAMESIGNIFIER" default="CRYPTIC">
      <xs:annotation>
        <xs:documentation>NameSignifier, an attribute attached to the elements nickname, pseudonym and self-constructed, is used to distinguish the way such names derive their significance. For example, whether the name signifies a variant of their own name, their geographical location or a name specific to the romance tradition.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="CRYPTIC"/>
          <xs:enumeration value="LOCAL"/>
          <xs:enumeration value="ROMANCE"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="REG">
      <xs:annotation>
        <xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="WROTEORPUBLISHEDAS" default="WROTEPUBLISHEDASYES">
      <xs:annotation>
        <xs:documentation>WroteOrPublishedAs is an attribute attached to all the types of a person's name captured within their biography section. This attribute will allow us to track all the different names women writers published under. While we assume that most writers published under their standard name and pseudonyms, they may also have used a nickname or their married name, for instance, to publish material. This attribute works in conjunction with the authorname in the bibliography to link the name a text was published under with the name of the person.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="WROTEPUBLISHEDASYES"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element DATAITEM
Namespace No namespace
Annotations
dataItem is an element that contains
an individual piece of tabular information.
Diagram
Diagram
Properties
content complex
mixed true
Used by
Element DATASTRUCT
Model
AWARDSNONLITERARY | BIBCITS | BIRTHNAME | CAUSE | CHILDLESSNESS | CHILDREN | CLASS | COMPANION | CONTESTEDBEHAVIOUR | DATE | DATERANGE | DEGREE | DENOMINATION | DIVORCE | EMPH | EMPLOYER | FIGURE | FOREIGN | GENDER | GRAPHIC | INDEXED | INSTRUCTOR | JOBTITLE | KEYWORDCLASS | LIVESWITH | MARRIED | NAME | NATIONALITY | NICKNAME | ORGNAME | PADVERTISING | PANTHOLOGIZATION | PARCHIVALLOCATION | PATTITUDES | PAUTHORSHIP | PCIRCULATION | PCONTRACT | PCOPYRIGHT | PDEDICATION | PEARNINGS | PEDITIONS | PFIRSTLITERARYACTIVITY | PINFLUENCESHER | PLACE | PLASTLITERARYACTIVITY | PLITERARYMOVEMENTS | PMANUSCRIPTHISTORY | PMATERIALCONDITIONS | PMODEOFPUBLICATION | PMOTIVES | PNONBOOKMEDIA | PNONSURVIVAL | POLITICALAFFILIATION | PPERFORMANCE | PPERIODICALPUBLICATION | PPLACEOFPUBLICATION | PPRESSRUN | PPRICE | PRARITIESFEATURESDECORATIONS | PRELATIONSWITHPUBLISHER | PROGRAM | PSERIALIZATION | PSEUDONYM | PSUBMISSIONSREJECTIONS | PTYPEOFPRESS | QUOTE | RBESTKNOWNWORK | RDESTRUCTIONOFWORK | RELIGIOUSNAME | REMUNERATION | RESEARCHNOTE | RFICTIONALIZATION | RLANDMARKTEXT | ROLE | ROYAL | RPENALTIES | RRECOGNITIONNAME | RRECOGNITIONSANDAWARDS | RRECOGNITIONVALUE | RRESPONSES | RS | RSELFDESCRIPTION | RSHEINFLUENCED | RWRITINGMILESTONE | SCHOLARNOTE | SCHOOL | SELFCONSTRUCTED | SEPARATION | SEXUALIDENTITY | SIC | SIGNIFICANTACTIVITY | SOCALLED | STYLED | SUBJECT | TCHARACTERIZATION | TCHARACTERNAME | TCHARACTERTYPEROLE | TEXT | TGENRE | TGENREISSUE | TIME | TINTERTEXTUALITY | TITLE | TITLED | TMOTIF | TOPIC | TPLOT | TSETTINGDATE | TSETTINGPLACE | TTECHNIQUES | TTHEMETOPIC | TTONESTYLE | TVOICENARRATION
Children AWARDSNONLITERARY, BIBCITS, BIRTHNAME, CAUSE, CHILDLESSNESS, CHILDREN, CLASS, COMPANION, CONTESTEDBEHAVIOUR, DATE, DATERANGE, DEGREE, DENOMINATION, DIVORCE, EMPH, EMPLOYER, FIGURE, FOREIGN, GENDER, GRAPHIC, INDEXED, INSTRUCTOR, JOBTITLE, KEYWORDCLASS, LIVESWITH, MARRIED, NAME, NATIONALITY, NICKNAME, ORGNAME, PADVERTISING, PANTHOLOGIZATION, PARCHIVALLOCATION, PATTITUDES, PAUTHORSHIP, PCIRCULATION, PCONTRACT, PCOPYRIGHT, PDEDICATION, PEARNINGS, PEDITIONS, PFIRSTLITERARYACTIVITY, PINFLUENCESHER, PLACE, PLASTLITERARYACTIVITY, PLITERARYMOVEMENTS, PMANUSCRIPTHISTORY, PMATERIALCONDITIONS, PMODEOFPUBLICATION, PMOTIVES, PNONBOOKMEDIA, PNONSURVIVAL, POLITICALAFFILIATION, PPERFORMANCE, PPERIODICALPUBLICATION, PPLACEOFPUBLICATION, PPRESSRUN, PPRICE, PRARITIESFEATURESDECORATIONS, PRELATIONSWITHPUBLISHER, PROGRAM, PSERIALIZATION, PSEUDONYM, PSUBMISSIONSREJECTIONS, PTYPEOFPRESS, QUOTE, RBESTKNOWNWORK, RDESTRUCTIONOFWORK, RELIGIOUSNAME, REMUNERATION, RESEARCHNOTE, RFICTIONALIZATION, RLANDMARKTEXT, ROLE, ROYAL, RPENALTIES, RRECOGNITIONNAME, RRECOGNITIONSANDAWARDS, RRECOGNITIONVALUE, RRESPONSES, RS, RSELFDESCRIPTION, RSHEINFLUENCED, RWRITINGMILESTONE, SCHOLARNOTE, SCHOOL, SELFCONSTRUCTED, SEPARATION, SEXUALIDENTITY, SIC, SIGNIFICANTACTIVITY, SOCALLED, STYLED, SUBJECT, TCHARACTERIZATION, TCHARACTERNAME, TCHARACTERTYPEROLE, TEXT, TGENRE, TGENREISSUE, TIME, TINTERTEXTUALITY, TITLE, TITLED, TMOTIF, TOPIC, TPLOT, TSETTINGDATE, TSETTINGPLACE, TTECHNIQUES, TTHEMETOPIC, TTONESTYLE, TVOICENARRATION
Instance
<DATAITEM>
  <AWARDSNONLITERARY AWARDTYPE="" REG="">{1,1}</AWARDSNONLITERARY>
  <BIBCITS ID="">{1,1}</BIBCITS>
  <BIRTHNAME REG="" WROTEORPUBLISHEDAS="WROTEPUBLISHEDASYES">{1,1}</BIRTHNAME>
  <CAUSE REG="">{1,1}</CAUSE>
  <CHILDLESSNESS>{1,1}</CHILDLESSNESS>
  <CHILDREN NUMBER="">{1,1}</CHILDREN>
  <CLASS REG="" SELF-DEFINED="SELFUNKNOWN" SOCIALRANK="OTHER">{1,1}</CLASS>
  <COMPANION>{1,1}</COMPANION>
  <CONTESTEDBEHAVIOUR>{1,1}</CONTESTEDBEHAVIOUR>
  <DATE CALENDAR="NEWSTYLE" CERTAINTY="CERT" ID="" VALUE="">{1,1}</DATE>
  <DATERANGE CALENDAR="NEWSTYLE" CERTAINTY="CERT" EXACT="" FROM="" ID="" TO="">{1,1}</DATERANGE>
  <DEGREE REG="" STATUS="">{1,1}</DEGREE>
  <DENOMINATION CURRENTALTERNATIVETERM="" REG="" SELF-DEFINED="SELFUNKNOWN">{1,1}</DENOMINATION>
  <DIVORCE>{1,1}</DIVORCE>
  <EMPH>{1,1}</EMPH>
  <EMPLOYER>{1,1}</EMPLOYER>
  <FIGURE>{1,1}</FIGURE>
  <FOREIGN LANG="" REG="">{1,1}</FOREIGN>
  <GENDER CURRENTALTERNATIVETERM="" GENDER="" REG="" SELF-DEFINED="SELFUNKNOWN">{1,1}</GENDER>
  <GRAPHIC URL="">{1,1}</GRAPHIC>
  <INDEXED INDEXSOURCE="LC" REG="" WROTEORPUBLISHEDAS="WROTEPUBLISHEDASYES">{1,1}</INDEXED>
  <INSTRUCTOR>{1,1}</INSTRUCTOR>
  <JOBTITLE CURRENTALTERNATIVETERM="" FAMILYBUSINESS="FAMILYBUSINESSYES" HISTORICALTERM="" HISTORICALTERMCONTEXTDATE="" ID="" REG="">{1,1}</JOBTITLE>
  <KEYWORDCLASS KEYWORDTYPE="">{1,1}</KEYWORDCLASS>
  <LIVESWITH>{1,1}</LIVESWITH>
  <MARRIED REG="" WROTEORPUBLISHEDAS="WROTEPUBLISHEDASYES">{1,1}</MARRIED>
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <NATIONALITY CURRENTALTERNATIVETERM="" REG="" SELF-DEFINED="SELFUNKNOWN">{1,1}</NATIONALITY>
  <NICKNAME ID="" NAMECONNOTATION="ABUSIVE" NAMESIGNIFIER="CRYPTIC" NAMETYPE="LITERARY" REG="" WROTEORPUBLISHEDAS="WROTEPUBLISHEDASYES">{1,1}</NICKNAME>
  <ORGNAME ORGTYPE="" REF="" REG="" STANDARD="" URI="">{1,1}</ORGNAME>
  <PADVERTISING>{1,1}</PADVERTISING>
  <PANTHOLOGIZATION>{1,1}</PANTHOLOGIZATION>
  <PARCHIVALLOCATION>{1,1}</PARCHIVALLOCATION>
  <PATTITUDES>{1,1}</PATTITUDES>
  <PAUTHORSHIP AUTHORNAMETYPE="" AUTHORSHIPCONTROVERSY="" COLLABORATION="" CONTROVERSYDATE="">{1,1}</PAUTHORSHIP>
  <PCIRCULATION>{1,1}</PCIRCULATION>
  <PCONTRACT ID="">{1,1}</PCONTRACT>
  <PCOPYRIGHT>{1,1}</PCOPYRIGHT>
  <PDEDICATION>{1,1}</PDEDICATION>
  <PEARNINGS>{1,1}</PEARNINGS>
  <PEDITIONS>{1,1}</PEDITIONS>
  <PFIRSTLITERARYACTIVITY>{1,1}</PFIRSTLITERARYACTIVITY>
  <PINFLUENCESHER INFLUENCETYPE="">{1,1}</PINFLUENCESHER>
  <PLACE ID="" LAT="" LONG="" REF="">{1,1}</PLACE>
  <PLASTLITERARYACTIVITY>{1,1}</PLASTLITERARYACTIVITY>
  <PLITERARYMOVEMENTS INVOLVEMENT="INVOLVEMENTYES" REG="">{1,1}</PLITERARYMOVEMENTS>
  <PMANUSCRIPTHISTORY>{1,1}</PMANUSCRIPTHISTORY>
  <PMATERIALCONDITIONS DISPLACEMENT="">{1,1}</PMATERIALCONDITIONS>
  <PMODEOFPUBLICATION PUBLICATIONMODE="">{1,1}</PMODEOFPUBLICATION>
  <PMOTIVES ID="" MOTIVETYPE="">{1,1}</PMOTIVES>
  <PNONBOOKMEDIA MEDIATYPE="">{1,1}</PNONBOOKMEDIA>
  <PNONSURVIVAL TYPEOFNONSURVIVAL="">{1,1}</PNONSURVIVAL>
  <POLITICALAFFILIATION ACTIVISM="ACTIVISTYES" CURRENTALTERNATIVETERM="" ID="" INVOLVEMENT="INVOLVEMENTYES" MEMBERSHIP="MEMBERSHIPYES" REG="" WOMAN-GENDERISSUE="GENDERYES">{1,1}</POLITICALAFFILIATION>
  <PPERFORMANCE>{1,1}</PPERFORMANCE>
  <PPERIODICALPUBLICATION>{1,1}</PPERIODICALPUBLICATION>
  <PPLACEOFPUBLICATION>{1,1}</PPLACEOFPUBLICATION>
  <PPRESSRUN>{1,1}</PPRESSRUN>
  <PPRICE>{1,1}</PPRICE>
  <PRARITIESFEATURESDECORATIONS>{1,1}</PRARITIESFEATURESDECORATIONS>
  <PRELATIONSWITHPUBLISHER RELATIONSHIPTYPE="">{1,1}</PRELATIONSWITHPUBLISHER>
  <PROGRAM REG="">{1,1}</PROGRAM>
  <PSERIALIZATION FORMOFSERIALIZATION="">{1,1}</PSERIALIZATION>
  <PSEUDONYM NAMESIGNIFIER="CRYPTIC" REG="" WROTEORPUBLISHEDAS="WROTEPUBLISHEDASYES">{1,1}</PSEUDONYM>
  <PSUBMISSIONSREJECTIONS>{1,1}</PSUBMISSIONSREJECTIONS>
  <PTYPEOFPRESS>{1,1}</PTYPEOFPRESS>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <RBESTKNOWNWORK>{1,1}</RBESTKNOWNWORK>
  <RDESTRUCTIONOFWORK DESTROYEDBY="">{1,1}</RDESTRUCTIONOFWORK>
  <RELIGIOUSNAME REG="" WROTEORPUBLISHEDAS="WROTEPUBLISHEDASYES">{1,1}</RELIGIOUSNAME>
  <REMUNERATION>{1,1}</REMUNERATION>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <RFICTIONALIZATION>{1,1}</RFICTIONALIZATION>
  <RLANDMARKTEXT>{1,1}</RLANDMARKTEXT>
  <ROLE ROLE="">{1,1}</ROLE>
  <ROYAL REG="" WROTEORPUBLISHEDAS="WROTEPUBLISHEDASYES">{1,1}</ROYAL>
  <RPENALTIES CENSORSHIP="" CONTROVERSY="">{1,1}</RPENALTIES>
  <RRECOGNITIONNAME REG="">{1,1}</RRECOGNITIONNAME>
  <RRECOGNITIONSANDAWARDS>{1,1}</RRECOGNITIONSANDAWARDS>
  <RRECOGNITIONVALUE>{1,1}</RRECOGNITIONVALUE>
  <RRESPONSES FORMALITY="" GENDEREDRESPONSE="" RESPONSETYPE="">{1,1}</RRESPONSES>
  <RS REG="" TYPE="">{1,1}</RS>
  <RSELFDESCRIPTION>{1,1}</RSELFDESCRIPTION>
  <RSHEINFLUENCED>{1,1}</RSHEINFLUENCED>
  <RWRITINGMILESTONE>{1,1}</RWRITINGMILESTONE>
  <SCHOLARNOTE>{1,1}</SCHOLARNOTE>
  <SCHOOL INSTITUTION="" INSTITUTIONLEVEL="" REG="" RELIGIOUS="RELIGIOUSYES" STUDENTBODY="">{1,1}</SCHOOL>
  <SELFCONSTRUCTED NAMESIGNIFIER="CRYPTIC" REG="" WROTEORPUBLISHEDAS="WROTEPUBLISHEDASYES">{1,1}</SELFCONSTRUCTED>
  <SEPARATION>{1,1}</SEPARATION>
  <SEXUALIDENTITY CURRENTALTERNATIVETERM="" REG="" SELF-DEFINED="SELFUNKNOWN">{1,1}</SEXUALIDENTITY>
  <SIC CORR="">{1,1}</SIC>
  <SIGNIFICANTACTIVITY PHILANTHROPYVOLUNTEER="PHILANTHROPYVOLUNTEERYES" REG="">{1,1}</SIGNIFICANTACTIVITY>
  <SOCALLED>{1,1}</SOCALLED>
  <STYLED REG="" WROTEORPUBLISHEDAS="WROTEPUBLISHEDASYES">{1,1}</STYLED>
  <SUBJECT REG="">{1,1}</SUBJECT>
  <TCHARACTERIZATION>{1,1}</TCHARACTERIZATION>
  <TCHARACTERNAME REG="">{1,1}</TCHARACTERNAME>
  <TCHARACTERTYPEROLE PROTAGONIST="">{1,1}</TCHARACTERTYPEROLE>
  <TEXT REG="">{1,1}</TEXT>
  <TGENRE GENRENAME="">{1,1}</TGENRE>
  <TGENREISSUE>{1,1}</TGENREISSUE>
  <TIME CERTAINTY="CERT" TYPE="" VALUE="">{1,1}</TIME>
  <TINTERTEXTUALITY GENDEROFAUTHOR="" INTERTEXTTYPE="">{1,1}</TINTERTEXTUALITY>
  <TITLE LEVEL="" REF="" REG="" REND="" STANDARD="">{1,1}</TITLE>
  <TITLED REG="" WROTEORPUBLISHEDAS="WROTEPUBLISHEDASYES">{1,1}</TITLED>
  <TMOTIF MOTIFNAME="">{1,1}</TMOTIF>
  <TOPIC STANDARD="">{1,1}</TOPIC>
  <TPLOT>{1,1}</TPLOT>
  <TSETTINGDATE SETTINGDATETYPE="">{1,1}</TSETTINGDATE>
  <TSETTINGPLACE SETTINGCLASS="" SETTINGPLACETYPE="">{1,1}</TSETTINGPLACE>
  <TTECHNIQUES TECHNIQUETYPE="">{1,1}</TTECHNIQUES>
  <TTHEMETOPIC ID="" REG="">{1,1}</TTHEMETOPIC>
  <TTONESTYLE EXPERIMENTAL="">{1,1}</TTONESTYLE>
  <TVOICENARRATION>{1,1}</TVOICENARRATION>
</DATAITEM>
Source
<xs:element name="DATAITEM">
  <xs:annotation>
    <xs:documentation>dataItem is an element that contains an individual piece of tabular information.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="AWARDSNONLITERARY"/>
      <xs:element ref="BIBCITS"/>
      <xs:element ref="BIRTHNAME"/>
      <xs:element ref="CAUSE"/>
      <xs:element ref="CHILDLESSNESS"/>
      <xs:element ref="CHILDREN"/>
      <xs:element ref="CLASS"/>
      <xs:element ref="COMPANION"/>
      <xs:element ref="CONTESTEDBEHAVIOUR"/>
      <xs:element ref="DATE"/>
      <xs:element ref="DATERANGE"/>
      <xs:element ref="DEGREE"/>
      <xs:element ref="DENOMINATION"/>
      <xs:element ref="DIVORCE"/>
      <xs:element ref="EMPH"/>
      <xs:element ref="EMPLOYER"/>
      <xs:element ref="FIGURE"/>
      <xs:element ref="FOREIGN"/>
      <xs:element ref="GENDER"/>
      <xs:element ref="GRAPHIC"/>
      <xs:element ref="INDEXED"/>
      <xs:element ref="INSTRUCTOR"/>
      <xs:element ref="JOBTITLE"/>
      <xs:element ref="KEYWORDCLASS"/>
      <xs:element ref="LIVESWITH"/>
      <xs:element ref="MARRIED"/>
      <xs:element ref="NAME"/>
      <xs:element ref="NATIONALITY"/>
      <xs:element ref="NICKNAME"/>
      <xs:element ref="ORGNAME"/>
      <xs:element ref="PADVERTISING"/>
      <xs:element ref="PANTHOLOGIZATION"/>
      <xs:element ref="PARCHIVALLOCATION"/>
      <xs:element ref="PATTITUDES"/>
      <xs:element ref="PAUTHORSHIP"/>
      <xs:element ref="PCIRCULATION"/>
      <xs:element ref="PCONTRACT"/>
      <xs:element ref="PCOPYRIGHT"/>
      <xs:element ref="PDEDICATION"/>
      <xs:element ref="PEARNINGS"/>
      <xs:element ref="PEDITIONS"/>
      <xs:element ref="PFIRSTLITERARYACTIVITY"/>
      <xs:element ref="PINFLUENCESHER"/>
      <xs:element ref="PLACE"/>
      <xs:element ref="PLASTLITERARYACTIVITY"/>
      <xs:element ref="PLITERARYMOVEMENTS"/>
      <xs:element ref="PMANUSCRIPTHISTORY"/>
      <xs:element ref="PMATERIALCONDITIONS"/>
      <xs:element ref="PMODEOFPUBLICATION"/>
      <xs:element ref="PMOTIVES"/>
      <xs:element ref="PNONBOOKMEDIA"/>
      <xs:element ref="PNONSURVIVAL"/>
      <xs:element ref="POLITICALAFFILIATION"/>
      <xs:element ref="PPERFORMANCE"/>
      <xs:element ref="PPERIODICALPUBLICATION"/>
      <xs:element ref="PPLACEOFPUBLICATION"/>
      <xs:element ref="PPRESSRUN"/>
      <xs:element ref="PPRICE"/>
      <xs:element ref="PRARITIESFEATURESDECORATIONS"/>
      <xs:element ref="PRELATIONSWITHPUBLISHER"/>
      <xs:element ref="PROGRAM"/>
      <xs:element ref="PSERIALIZATION"/>
      <xs:element ref="PSEUDONYM"/>
      <xs:element ref="PSUBMISSIONSREJECTIONS"/>
      <xs:element ref="PTYPEOFPRESS"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="RBESTKNOWNWORK"/>
      <xs:element ref="RDESTRUCTIONOFWORK"/>
      <xs:element ref="RELIGIOUSNAME"/>
      <xs:element ref="REMUNERATION"/>
      <xs:element ref="RESEARCHNOTE"/>
      <xs:element ref="RFICTIONALIZATION"/>
      <xs:element ref="RLANDMARKTEXT"/>
      <xs:element ref="ROLE"/>
      <xs:element ref="ROYAL"/>
      <xs:element ref="RPENALTIES"/>
      <xs:element ref="RRECOGNITIONNAME"/>
      <xs:element ref="RRECOGNITIONSANDAWARDS"/>
      <xs:element ref="RRECOGNITIONVALUE"/>
      <xs:element ref="RRESPONSES"/>
      <xs:element ref="RS"/>
      <xs:element ref="RSELFDESCRIPTION"/>
      <xs:element ref="RSHEINFLUENCED"/>
      <xs:element ref="RWRITINGMILESTONE"/>
      <xs:element ref="SCHOLARNOTE"/>
      <xs:element ref="SCHOOL"/>
      <xs:element ref="SELFCONSTRUCTED"/>
      <xs:element ref="SEPARATION"/>
      <xs:element ref="SEXUALIDENTITY"/>
      <xs:element ref="SIC"/>
      <xs:element ref="SIGNIFICANTACTIVITY"/>
      <xs:element ref="SOCALLED"/>
      <xs:element ref="STYLED"/>
      <xs:element ref="SUBJECT"/>
      <xs:element ref="TCHARACTERIZATION"/>
      <xs:element ref="TCHARACTERNAME"/>
      <xs:element ref="TCHARACTERTYPEROLE"/>
      <xs:element ref="TEXT"/>
      <xs:element ref="TGENRE"/>
      <xs:element ref="TGENREISSUE"/>
      <xs:element ref="TIME"/>
      <xs:element ref="TINTERTEXTUALITY"/>
      <xs:element ref="TITLE"/>
      <xs:element ref="TITLED"/>
      <xs:element ref="TMOTIF"/>
      <xs:element ref="TOPIC"/>
      <xs:element ref="TPLOT"/>
      <xs:element ref="TSETTINGDATE"/>
      <xs:element ref="TSETTINGPLACE"/>
      <xs:element ref="TTECHNIQUES"/>
      <xs:element ref="TTHEMETOPIC"/>
      <xs:element ref="TTONESTYLE"/>
      <xs:element ref="TVOICENARRATION"/>
    </xs:choice>
  </xs:complexType>
</xs:element>
[ top ]
Element BIRTHNAME
Namespace No namespace
Annotations
Birthname captures all the names a person was assigned at
birth.
Diagram
Diagram index.tmp#BIRTHNAME_REG index.tmp#BIRTHNAME_WROTEORPUBLISHEDAS index.tmp#STYLED index.tmp#BIBCITS index.tmp#RESEARCHNOTE index.tmp#SCHOLARNOTE index.tmp#SELFCONSTRUCTED index.tmp#TITLED index.tmp#GIVEN index.tmp#SURNAME index.tmp#NICKNAME
Properties
content complex
Used by
Elements CHRONPROSE, DATAITEM, P
Model
Children BIBCITS, GIVEN, NICKNAME, RESEARCHNOTE, SCHOLARNOTE, SELFCONSTRUCTED, STYLED, SURNAME, TITLED
Instance
<BIRTHNAME REG="" WROTEORPUBLISHEDAS="WROTEPUBLISHEDASYES">
  <STYLED REG="" WROTEORPUBLISHEDAS="WROTEPUBLISHEDASYES">{0,1}</STYLED>
  <BIBCITS ID="">{1,1}</BIBCITS>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <SCHOLARNOTE>{1,1}</SCHOLARNOTE>
  <SELFCONSTRUCTED NAMESIGNIFIER="CRYPTIC" REG="" WROTEORPUBLISHEDAS="WROTEPUBLISHEDASYES">{1,1}</SELFCONSTRUCTED>
  <TITLED REG="" WROTEORPUBLISHEDAS="WROTEPUBLISHEDASYES">{1,1}</TITLED>
  <GIVEN REG="">{1,1}</GIVEN>
  <SURNAME REG="">{1,1}</SURNAME>
  <NICKNAME ID="" NAMECONNOTATION="ABUSIVE" NAMESIGNIFIER="CRYPTIC" NAMETYPE="LITERARY" REG="" WROTEORPUBLISHEDAS="WROTEPUBLISHEDASYES">{0,1}</NICKNAME>
</BIRTHNAME>
Attributes
QName Type Default Use Annotation
REG optional
Reg (or
regularization) contains a reading which has been regularized or normalized in some
sense.
WROTEORPUBLISHEDAS restriction of xs:token WROTEPUBLISHEDASYES optional
WroteOrPublishedAs is an attribute
attached to all the types of a person's name captured within their biography section. This attribute will allow
us to track all the different names women writers published under. While we assume that most writers published under
their standard name and pseudonyms, they may also have used a nickname or their married name, for instance, to
publish material. This attribute works in conjunction with the authorname in the bibliography to link the name a text
was published under with the name of the person.
Source
<xs:element name="BIRTHNAME">
  <xs:annotation>
    <xs:documentation>Birthname captures all the names a person was assigned at birth.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element minOccurs="0" ref="STYLED"/>
      <xs:choice maxOccurs="unbounded">
        <xs:element ref="BIBCITS"/>
        <xs:element ref="RESEARCHNOTE"/>
        <xs:element ref="SCHOLARNOTE"/>
        <xs:element ref="SELFCONSTRUCTED"/>
        <xs:element ref="TITLED"/>
        <xs:element ref="GIVEN"/>
        <xs:element ref="SURNAME"/>
      </xs:choice>
      <xs:element minOccurs="0" ref="NICKNAME"/>
    </xs:sequence>
    <xs:attribute name="REG">
      <xs:annotation>
        <xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="WROTEORPUBLISHEDAS" default="WROTEPUBLISHEDASYES">
      <xs:annotation>
        <xs:documentation>WroteOrPublishedAs is an attribute attached to all the types of a person's name captured within their biography section. This attribute will allow us to track all the different names women writers published under. While we assume that most writers published under their standard name and pseudonyms, they may also have used a nickname or their married name, for instance, to publish material. This attribute works in conjunction with the authorname in the bibliography to link the name a text was published under with the name of the person.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="WROTEPUBLISHEDASYES"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element STYLED
Namespace No namespace
Annotations
Styled is a sub-element within personName that refers to
titles which are called courtesy titles, for example, the eldest son of the Duke of Marlborough is called Marquess of Blandford but it is
just a courtesy title as he does not sit in the House of Lords. No peeresses, strictly speaking, are titled but their titles are styled
(with the exception of a peeress who holds the title "in her own right"). Use styled for all those people whose title results
from their father's title. In brief, tag all peers and peeresses as titled and all children of same as styled.
Diagram
Diagram index.tmp#STYLED_REG index.tmp#STYLED_WROTEORPUBLISHEDAS
Properties
content complex
mixed true
Used by
Model
Attributes
QName Type Default Use Annotation
REG optional
Reg (or
regularization) contains a reading which has been regularized or normalized in some
sense.
WROTEORPUBLISHEDAS restriction of xs:token WROTEPUBLISHEDASYES optional
WroteOrPublishedAs is an attribute
attached to all the types of a person's name captured within their biography section. This attribute will allow
us to track all the different names women writers published under. While we assume that most writers published under
their standard name and pseudonyms, they may also have used a nickname or their married name, for instance, to
publish material. This attribute works in conjunction with the authorname in the bibliography to link the name a text
was published under with the name of the person.
Source
<xs:element name="STYLED">
  <xs:annotation>
    <xs:documentation>Styled is a sub-element within personName that refers to titles which are called courtesy titles, for example, the eldest son of the Duke of Marlborough is called Marquess of Blandford but it is just a courtesy title as he does not sit in the House of Lords. No peeresses, strictly speaking, are titled but their titles are styled (with the exception of a peeress who holds the title "in her own right"). Use styled for all those people whose title results from their father's title. In brief, tag all peers and peeresses as titled and all children of same as styled.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:attribute name="REG">
      <xs:annotation>
        <xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="WROTEORPUBLISHEDAS" default="WROTEPUBLISHEDASYES">
      <xs:annotation>
        <xs:documentation>WroteOrPublishedAs is an attribute attached to all the types of a person's name captured within their biography section. This attribute will allow us to track all the different names women writers published under. While we assume that most writers published under their standard name and pseudonyms, they may also have used a nickname or their married name, for instance, to publish material. This attribute works in conjunction with the authorname in the bibliography to link the name a text was published under with the name of the person.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="WROTEPUBLISHEDASYES"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element GIVEN
Namespace No namespace
Annotations
Given is the name applied to all of a
person's first and middle names (everything but their surname/s and/or nickname/s).
Diagram
Diagram index.tmp#GIVEN_REG index.tmp#SCHOLARNOTE index.tmp#STYLED
Properties
content complex
mixed true
Used by
Element BIRTHNAME
Model
Children SCHOLARNOTE, STYLED
Instance
<GIVEN REG="">
  <SCHOLARNOTE>{1,1}</SCHOLARNOTE>
  <STYLED REG="" WROTEORPUBLISHEDAS="WROTEPUBLISHEDASYES">{1,1}</STYLED>
</GIVEN>
Attributes
QName Type Use Annotation
REG optional
Reg (or
regularization) contains a reading which has been regularized or normalized in some
sense.
Source
<xs:element name="GIVEN">
  <xs:annotation>
    <xs:documentation>Given is the name applied to all of a person's first and middle names (everything but their surname/s and/or nickname/s).</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="SCHOLARNOTE"/>
      <xs:element ref="STYLED"/>
    </xs:choice>
    <xs:attribute name="REG">
      <xs:annotation>
        <xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element SURNAME
Namespace No namespace
Annotations
It is the last name of a person at
birth.
Diagram
Diagram index.tmp#SURNAME_REG index.tmp#BIBCITS index.tmp#MARRIED index.tmp#RESEARCHNOTE
Properties
content complex
mixed true
Used by
Element BIRTHNAME
Model
Children BIBCITS, MARRIED, RESEARCHNOTE
Instance
<SURNAME REG="">
  <BIBCITS ID="">{1,1}</BIBCITS>
  <MARRIED REG="" WROTEORPUBLISHEDAS="WROTEPUBLISHEDASYES">{1,1}</MARRIED>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
</SURNAME>
Attributes
QName Type Use Annotation
REG optional
Reg (or
regularization) contains a reading which has been regularized or normalized in some
sense.
Source
<xs:element name="SURNAME">
  <xs:annotation>
    <xs:documentation>It is the last name of a person at birth.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="BIBCITS"/>
      <xs:element ref="MARRIED"/>
      <xs:element ref="RESEARCHNOTE"/>
    </xs:choice>
    <xs:attribute name="REG">
      <xs:annotation>
        <xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element NICKNAME
Namespace No namespace
Annotations
Nickname, a sub-element within personName, records the
nicknames applied to a person by others. Nicknames include both casual and familiar family names and professional nicknames. The
attributes attached to this element allow us to distinguish the different types of nicknames. We are particularly interested in honorific
or abusive nicknames that are gendered, for example, "Queen of Romance," for Barbara Cartland.
Diagram
Diagram index.tmp#NICKNAME_ID index.tmp#NICKNAME_NAMECONNOTATION index.tmp#NICKNAME_NAMESIGNIFIER index.tmp#NICKNAME_NAMETYPE index.tmp#NICKNAME_REG index.tmp#NICKNAME_WROTEORPUBLISHEDAS index.tmp#FOREIGN index.tmp#PLACE
Properties
content complex
mixed true
Used by
Model
Children FOREIGN, PLACE
Instance
<NICKNAME ID="" NAMECONNOTATION="ABUSIVE" NAMESIGNIFIER="CRYPTIC" NAMETYPE="LITERARY" REG="" WROTEORPUBLISHEDAS="WROTEPUBLISHEDASYES">
  <FOREIGN LANG="" REG="">{1,1}</FOREIGN>
  <PLACE ID="" LAT="" LONG="" REF="">{1,1}</PLACE>
</NICKNAME>
Attributes
QName Type Default Use Annotation
ID xs:NCName optional
NAMECONNOTATION restriction of xs:token ABUSIVE optional
NameConnotation is an optional attribute attached to
nickname which distinguishes between nicknames for women writers that were either meant to satirize and abuse or were intended to
honour. For example, Constance Gore-Booth was known in the press by the nickname of "Red Countess" and this nickname
had negative connotations. We hope to help researchers trace the way gender operates to both abuse and honour women writers
through the application of nicknames.
NAMESIGNIFIER restriction of xs:token CRYPTIC optional
NameSignifier, an attribute attached to the elements
nickname, pseudonym and self-constructed, is used to distinguish the way such names derive their significance. For example,
whether the name signifies a variant of their own name, their geographical location or a name specific to the romance
tradition.
NAMETYPE restriction of xs:token LITERARY optional
NameType, an optional attribute attached to nickname,
distinguishes between familiar nicknames (those her friends and family gave to her) and literary nicknames (names applied to her
in reviews or in public which orginate in her status as a writer).
REG optional
Reg (or
regularization) contains a reading which has been regularized or normalized in some
sense.
WROTEORPUBLISHEDAS restriction of xs:token WROTEPUBLISHEDASYES optional
WroteOrPublishedAs is an attribute
attached to all the types of a person's name captured within their biography section. This attribute will allow
us to track all the different names women writers published under. While we assume that most writers published under
their standard name and pseudonyms, they may also have used a nickname or their married name, for instance, to
publish material. This attribute works in conjunction with the authorname in the bibliography to link the name a text
was published under with the name of the person.
Source
<xs:element name="NICKNAME">
  <xs:annotation>
    <xs:documentation>Nickname, a sub-element within personName, records the nicknames applied to a person by others. Nicknames include both casual and familiar family names and professional nicknames. The attributes attached to this element allow us to distinguish the different types of nicknames. We are particularly interested in honorific or abusive nicknames that are gendered, for example, "Queen of Romance," for Barbara Cartland.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="FOREIGN"/>
      <xs:element ref="PLACE"/>
    </xs:choice>
    <xs:attribute name="ID" type="xs:NCName"/>
    <xs:attribute name="NAMECONNOTATION" default="ABUSIVE">
      <xs:annotation>
        <xs:documentation>NameConnotation is an optional attribute attached to nickname which distinguishes between nicknames for women writers that were either meant to satirize and abuse or were intended to honour. For example, Constance Gore-Booth was known in the press by the nickname of "Red Countess" and this nickname had negative connotations. We hope to help researchers trace the way gender operates to both abuse and honour women writers through the application of nicknames.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="ABUSIVE"/>
          <xs:enumeration value="HONORIFIC"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="NAMESIGNIFIER" default="CRYPTIC">
      <xs:annotation>
        <xs:documentation>NameSignifier, an attribute attached to the elements nickname, pseudonym and self-constructed, is used to distinguish the way such names derive their significance. For example, whether the name signifies a variant of their own name, their geographical location or a name specific to the romance tradition.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="CRYPTIC"/>
          <xs:enumeration value="LOCAL"/>
          <xs:enumeration value="ROMANCE"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="NAMETYPE" default="LITERARY">
      <xs:annotation>
        <xs:documentation>NameType, an optional attribute attached to nickname, distinguishes between familiar nicknames (those her friends and family gave to her) and literary nicknames (names applied to her in reviews or in public which orginate in her status as a writer).</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="LITERARY"/>
          <xs:enumeration value="FAMILIAR"/>
          <xs:enumeration value="OTHER"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="REG">
      <xs:annotation>
        <xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="WROTEORPUBLISHEDAS" default="WROTEPUBLISHEDASYES">
      <xs:annotation>
        <xs:documentation>WroteOrPublishedAs is an attribute attached to all the types of a person's name captured within their biography section. This attribute will allow us to track all the different names women writers published under. While we assume that most writers published under their standard name and pseudonyms, they may also have used a nickname or their married name, for instance, to publish material. This attribute works in conjunction with the authorname in the bibliography to link the name a text was published under with the name of the person.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="WROTEPUBLISHEDASYES"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element CHILDLESSNESS
Namespace No namespace
Annotations
Childlessness, a sub-element within Family, captures the fact
that a woman had no children. We hope to facilitate research on the material effects of having or not having children on a woman
writer's life. In order to do so, we must systematize information about women who did not have children. This element also allows us
to capture discussions of significant issues such as infertility that led to life-long childlessness and how that affected the
writer's life.
Diagram
Diagram index.tmp#BIBCITS index.tmp#CHILDREN index.tmp#DATE index.tmp#DIVORCE index.tmp#FOREIGN index.tmp#NAME index.tmp#QUOTE index.tmp#SCHOLARNOTE index.tmp#SOCALLED index.tmp#TITLE
Properties
content complex
mixed true
Used by
Model
Children BIBCITS, CHILDREN, DATE, DIVORCE, FOREIGN, NAME, QUOTE, SCHOLARNOTE, SOCALLED, TITLE
Instance
<CHILDLESSNESS>
  <BIBCITS ID="">{1,1}</BIBCITS>
  <CHILDREN NUMBER="">{1,1}</CHILDREN>
  <DATE CALENDAR="NEWSTYLE" CERTAINTY="CERT" ID="" VALUE="">{1,1}</DATE>
  <DIVORCE>{1,1}</DIVORCE>
  <FOREIGN LANG="" REG="">{1,1}</FOREIGN>
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <SCHOLARNOTE>{1,1}</SCHOLARNOTE>
  <SOCALLED>{1,1}</SOCALLED>
  <TITLE LEVEL="" REF="" REG="" REND="" STANDARD="">{1,1}</TITLE>
</CHILDLESSNESS>
Source
<xs:element name="CHILDLESSNESS">
  <xs:annotation>
    <xs:documentation>Childlessness, a sub-element within Family, captures the fact that a woman had no children. We hope to facilitate research on the material effects of having or not having children on a woman writer's life. In order to do so, we must systematize information about women who did not have children. This element also allows us to capture discussions of significant issues such as infertility that led to life-long childlessness and how that affected the writer's life.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="BIBCITS"/>
      <xs:element ref="CHILDREN"/>
      <xs:element ref="DATE"/>
      <xs:element ref="DIVORCE"/>
      <xs:element ref="FOREIGN"/>
      <xs:element ref="NAME"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="SCHOLARNOTE"/>
      <xs:element ref="SOCALLED"/>
      <xs:element ref="TITLE"/>
    </xs:choice>
  </xs:complexType>
</xs:element>
[ top ]
Element CHILDREN
Namespace No namespace
Annotations
Children, a sub-element available within Family, systematizes
information concerning the number of children a woman had and is meant to capture issues around children rather than a discussion of
specific children. It allows us to discuss her children in general outside the context of one child member.
Diagram
Diagram index.tmp#CHILDREN_NUMBER index.tmp#BIBCITS index.tmp#CHILDLESSNESS index.tmp#DATE index.tmp#DATERANGE index.tmp#JOBTITLE index.tmp#KEYWORDCLASS index.tmp#NAME index.tmp#ORGNAME index.tmp#PLACE index.tmp#QUOTE index.tmp#RESEARCHNOTE index.tmp#RS index.tmp#SCHOLARNOTE index.tmp#SIGNIFICANTACTIVITY index.tmp#SOCALLED index.tmp#TITLE
Properties
content complex
mixed true
Used by
Model
Children BIBCITS, CHILDLESSNESS, DATE, DATERANGE, JOBTITLE, KEYWORDCLASS, NAME, ORGNAME, PLACE, QUOTE, RESEARCHNOTE, RS, SCHOLARNOTE, SIGNIFICANTACTIVITY, SOCALLED, TITLE
Instance
<CHILDREN NUMBER="">
  <BIBCITS ID="">{1,1}</BIBCITS>
  <CHILDLESSNESS>{1,1}</CHILDLESSNESS>
  <DATE CALENDAR="NEWSTYLE" CERTAINTY="CERT" ID="" VALUE="">{1,1}</DATE>
  <DATERANGE CALENDAR="NEWSTYLE" CERTAINTY="CERT" EXACT="" FROM="" ID="" TO="">{1,1}</DATERANGE>
  <JOBTITLE CURRENTALTERNATIVETERM="" FAMILYBUSINESS="FAMILYBUSINESSYES" HISTORICALTERM="" HISTORICALTERMCONTEXTDATE="" ID="" REG="">{1,1}</JOBTITLE>
  <KEYWORDCLASS KEYWORDTYPE="">{1,1}</KEYWORDCLASS>
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <ORGNAME ORGTYPE="" REF="" REG="" STANDARD="" URI="">{1,1}</ORGNAME>
  <PLACE ID="" LAT="" LONG="" REF="">{1,1}</PLACE>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <RS REG="" TYPE="">{1,1}</RS>
  <SCHOLARNOTE>{1,1}</SCHOLARNOTE>
  <SIGNIFICANTACTIVITY PHILANTHROPYVOLUNTEER="PHILANTHROPYVOLUNTEERYES" REG="">{1,1}</SIGNIFICANTACTIVITY>
  <SOCALLED>{1,1}</SOCALLED>
  <TITLE LEVEL="" REF="" REG="" REND="" STANDARD="">{1,1}</TITLE>
</CHILDREN>
Attributes
QName Type Use
NUMBER xs:integer optional
Source
<xs:element name="CHILDREN">
  <xs:annotation>
    <xs:documentation>Children, a sub-element available within Family, systematizes information concerning the number of children a woman had and is meant to capture issues around children rather than a discussion of specific children. It allows us to discuss her children in general outside the context of one child member.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="BIBCITS"/>
      <xs:element ref="CHILDLESSNESS"/>
      <xs:element ref="DATE"/>
      <xs:element ref="DATERANGE"/>
      <xs:element ref="JOBTITLE"/>
      <xs:element ref="KEYWORDCLASS"/>
      <xs:element ref="NAME"/>
      <xs:element ref="ORGNAME"/>
      <xs:element ref="PLACE"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="RESEARCHNOTE"/>
      <xs:element ref="RS"/>
      <xs:element ref="SCHOLARNOTE"/>
      <xs:element ref="SIGNIFICANTACTIVITY"/>
      <xs:element ref="SOCALLED"/>
      <xs:element ref="TITLE"/>
    </xs:choice>
    <xs:attribute name="NUMBER" type="xs:integer"/>
  </xs:complexType>
</xs:element>
[ top ]
Element DIVORCE
Namespace No namespace
Annotations
The divorce element is used to indicate that a woman was
divorced from her husband. Use separation when she was separated but did not divorce him. Appearance of the divorce element in a
biography document will signify that the subject of the biography was divorced.
Diagram
Diagram index.tmp#BIBCITS index.tmp#DATE index.tmp#JOBTITLE index.tmp#NAME index.tmp#ORGNAME index.tmp#PLACE index.tmp#QUOTE index.tmp#SEPARATION index.tmp#SOCALLED index.tmp#TITLE
Properties
content complex
mixed true
Used by
Model
Children BIBCITS, DATE, JOBTITLE, NAME, ORGNAME, PLACE, QUOTE, SEPARATION, SOCALLED, TITLE
Instance
<DIVORCE>
  <BIBCITS ID="">{1,1}</BIBCITS>
  <DATE CALENDAR="NEWSTYLE" CERTAINTY="CERT" ID="" VALUE="">{1,1}</DATE>
  <JOBTITLE CURRENTALTERNATIVETERM="" FAMILYBUSINESS="FAMILYBUSINESSYES" HISTORICALTERM="" HISTORICALTERMCONTEXTDATE="" ID="" REG="">{1,1}</JOBTITLE>
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <ORGNAME ORGTYPE="" REF="" REG="" STANDARD="" URI="">{1,1}</ORGNAME>
  <PLACE ID="" LAT="" LONG="" REF="">{1,1}</PLACE>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <SEPARATION>{1,1}</SEPARATION>
  <SOCALLED>{1,1}</SOCALLED>
  <TITLE LEVEL="" REF="" REG="" REND="" STANDARD="">{1,1}</TITLE>
</DIVORCE>
Source
<xs:element name="DIVORCE">
  <xs:annotation>
    <xs:documentation>The divorce element is used to indicate that a woman was divorced from her husband. Use separation when she was separated but did not divorce him. Appearance of the divorce element in a biography document will signify that the subject of the biography was divorced.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="BIBCITS"/>
      <xs:element ref="DATE"/>
      <xs:element ref="JOBTITLE"/>
      <xs:element ref="NAME"/>
      <xs:element ref="ORGNAME"/>
      <xs:element ref="PLACE"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="SEPARATION"/>
      <xs:element ref="SOCALLED"/>
      <xs:element ref="TITLE"/>
    </xs:choice>
  </xs:complexType>
</xs:element>
[ top ]
Element SEPARATION
Namespace No namespace
Annotations
Separation captures information concerning the marital
conditions of the subject of your biography. Use this element to indicate that a woman separated from her husband but did not divorce
him. Appearance of this element in a biography document will mean that the subject was separated from her spouse. Also see
divorce.
Diagram
Diagram index.tmp#BIBCITS index.tmp#CHILDLESSNESS index.tmp#CHILDREN index.tmp#DATE index.tmp#DATERANGE index.tmp#DIVORCE index.tmp#FOREIGN index.tmp#JOBTITLE index.tmp#NAME index.tmp#ORGNAME index.tmp#PLACE index.tmp#QUOTE index.tmp#SCHOLARNOTE index.tmp#SOCALLED index.tmp#TITLE
Properties
content complex
mixed true
Used by
Model
Children BIBCITS, CHILDLESSNESS, CHILDREN, DATE, DATERANGE, DIVORCE, FOREIGN, JOBTITLE, NAME, ORGNAME, PLACE, QUOTE, SCHOLARNOTE, SOCALLED, TITLE
Instance
<SEPARATION>
  <BIBCITS ID="">{1,1}</BIBCITS>
  <CHILDLESSNESS>{1,1}</CHILDLESSNESS>
  <CHILDREN NUMBER="">{1,1}</CHILDREN>
  <DATE CALENDAR="NEWSTYLE" CERTAINTY="CERT" ID="" VALUE="">{1,1}</DATE>
  <DATERANGE CALENDAR="NEWSTYLE" CERTAINTY="CERT" EXACT="" FROM="" ID="" TO="">{1,1}</DATERANGE>
  <DIVORCE>{1,1}</DIVORCE>
  <FOREIGN LANG="" REG="">{1,1}</FOREIGN>
  <JOBTITLE CURRENTALTERNATIVETERM="" FAMILYBUSINESS="FAMILYBUSINESSYES" HISTORICALTERM="" HISTORICALTERMCONTEXTDATE="" ID="" REG="">{1,1}</JOBTITLE>
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <ORGNAME ORGTYPE="" REF="" REG="" STANDARD="" URI="">{1,1}</ORGNAME>
  <PLACE ID="" LAT="" LONG="" REF="">{1,1}</PLACE>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <SCHOLARNOTE>{1,1}</SCHOLARNOTE>
  <SOCALLED>{1,1}</SOCALLED>
  <TITLE LEVEL="" REF="" REG="" REND="" STANDARD="">{1,1}</TITLE>
</SEPARATION>
Source
<xs:element name="SEPARATION">
  <xs:annotation>
    <xs:documentation>Separation captures information concerning the marital conditions of the subject of your biography. Use this element to indicate that a woman separated from her husband but did not divorce him. Appearance of this element in a biography document will mean that the subject was separated from her spouse. Also see divorce.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="BIBCITS"/>
      <xs:element ref="CHILDLESSNESS"/>
      <xs:element ref="CHILDREN"/>
      <xs:element ref="DATE"/>
      <xs:element ref="DATERANGE"/>
      <xs:element ref="DIVORCE"/>
      <xs:element ref="FOREIGN"/>
      <xs:element ref="JOBTITLE"/>
      <xs:element ref="NAME"/>
      <xs:element ref="ORGNAME"/>
      <xs:element ref="PLACE"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="SCHOLARNOTE"/>
      <xs:element ref="SOCALLED"/>
      <xs:element ref="TITLE"/>
    </xs:choice>
  </xs:complexType>
</xs:element>
[ top ]
Element CONTESTEDBEHAVIOUR
Namespace No namespace
Annotations
The Contested Behaviour element records instances of
significant behaviour in school which is perceived as negative. This element particularly tracks women's struggles against
restrictive educational institutions.
Diagram
Diagram index.tmp#BIBCITS index.tmp#COMPANION index.tmp#DATE index.tmp#FOREIGN index.tmp#INSTRUCTOR index.tmp#NAME index.tmp#ORGNAME index.tmp#PLACE index.tmp#QUOTE index.tmp#SCHOOL index.tmp#SOCALLED index.tmp#SUBJECT index.tmp#TEXT index.tmp#TITLE
Properties
content complex
mixed true
Used by
Elements CHRONPROSE, DATAITEM, P, QUOTE
Model
Children BIBCITS, COMPANION, DATE, FOREIGN, INSTRUCTOR, NAME, ORGNAME, PLACE, QUOTE, SCHOOL, SOCALLED, SUBJECT, TEXT, TITLE
Instance
<CONTESTEDBEHAVIOUR>
  <BIBCITS ID="">{1,1}</BIBCITS>
  <COMPANION>{1,1}</COMPANION>
  <DATE CALENDAR="NEWSTYLE" CERTAINTY="CERT" ID="" VALUE="">{1,1}</DATE>
  <FOREIGN LANG="" REG="">{1,1}</FOREIGN>
  <INSTRUCTOR>{1,1}</INSTRUCTOR>
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <ORGNAME ORGTYPE="" REF="" REG="" STANDARD="" URI="">{1,1}</ORGNAME>
  <PLACE ID="" LAT="" LONG="" REF="">{1,1}</PLACE>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <SCHOOL INSTITUTION="" INSTITUTIONLEVEL="" REG="" RELIGIOUS="RELIGIOUSYES" STUDENTBODY="">{1,1}</SCHOOL>
  <SOCALLED>{1,1}</SOCALLED>
  <SUBJECT REG="">{1,1}</SUBJECT>
  <TEXT REG="">{1,1}</TEXT>
  <TITLE LEVEL="" REF="" REG="" REND="" STANDARD="">{1,1}</TITLE>
</CONTESTEDBEHAVIOUR>
Source
<xs:element name="CONTESTEDBEHAVIOUR">
  <xs:annotation>
    <xs:documentation>The Contested Behaviour element records instances of significant behaviour in school which is perceived as negative. This element particularly tracks women's struggles against restrictive educational institutions.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="BIBCITS"/>
      <xs:element ref="COMPANION"/>
      <xs:element ref="DATE"/>
      <xs:element ref="FOREIGN"/>
      <xs:element ref="INSTRUCTOR"/>
      <xs:element ref="NAME"/>
      <xs:element ref="ORGNAME"/>
      <xs:element ref="PLACE"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="SCHOOL"/>
      <xs:element ref="SOCALLED"/>
      <xs:element ref="SUBJECT"/>
      <xs:element ref="TEXT"/>
      <xs:element ref="TITLE"/>
    </xs:choice>
  </xs:complexType>
</xs:element>
[ top ]
Element DEGREE
Namespace No namespace
Annotations
The degree element captures all degrees (BA, MA, PhD),
diplomas, certificates, etc. received by the person.
Diagram
Diagram index.tmp#DEGREE_REG index.tmp#DEGREE_STATUS index.tmp#DATE index.tmp#FOREIGN index.tmp#SCHOOL index.tmp#SUBJECT
Properties
content complex
mixed true
Used by
Elements CHRONPROSE, DATAITEM, P, QUOTE
Model
Children DATE, FOREIGN, SCHOOL, SUBJECT
Instance
<DEGREE REG="" STATUS="">
  <DATE CALENDAR="NEWSTYLE" CERTAINTY="CERT" ID="" VALUE="">{1,1}</DATE>
  <FOREIGN LANG="" REG="">{1,1}</FOREIGN>
  <SCHOOL INSTITUTION="" INSTITUTIONLEVEL="" REG="" RELIGIOUS="RELIGIOUSYES" STUDENTBODY="">{1,1}</SCHOOL>
  <SUBJECT REG="">{1,1}</SUBJECT>
</DEGREE>
Attributes
QName Type Use Annotation
REG optional
Reg (or
regularization) contains a reading which has been regularized or normalized in some
sense.
STATUS restriction of xs:token optional
Status is an attribute of the element Degree to record
the status of the degree: completed, incomplete, or in progress.
Source
<xs:element name="DEGREE">
  <xs:annotation>
    <xs:documentation>The degree element captures all degrees (BA, MA, PhD), diplomas, certificates, etc. received by the person.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="DATE"/>
      <xs:element ref="FOREIGN"/>
      <xs:element ref="SCHOOL"/>
      <xs:element ref="SUBJECT"/>
    </xs:choice>
    <xs:attribute name="REG">
      <xs:annotation>
        <xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="STATUS">
      <xs:annotation>
        <xs:documentation>Status is an attribute of the element Degree to record the status of the degree: completed, incomplete, or in progress.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="COMPLETED"/>
          <xs:enumeration value="INCOMPLETE"/>
          <xs:enumeration value="IN PROGRESS"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element FIGURE
Namespace No namespace
Annotations
The figure element groups elements representing or containing graphic
information such as an illustration, formula, or figure.
Diagram
Diagram index.tmp#HEAD index.tmp#FIGDESC index.tmp#GRAPHIC index.tmp#P
Properties
content complex
Used by
Model
Children FIGDESC, GRAPHIC, HEAD, P
Instance
<FIGURE>
  <HEAD>{1,1}</HEAD>
  <FIGDESC>{1,1}</FIGDESC>
  <GRAPHIC URL="">{1,1}</GRAPHIC>
  <P ID="">{1,1}</P>
</FIGURE>
Source
<xs:element name="FIGURE">
  <xs:annotation>
    <xs:documentation>The figure element groups elements representing or containing graphic information such as an illustration, formula, or figure.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:choice maxOccurs="unbounded">
      <xs:element ref="HEAD"/>
      <xs:element ref="FIGDESC"/>
      <xs:element ref="GRAPHIC"/>
      <xs:element ref="P"/>
    </xs:choice>
  </xs:complexType>
</xs:element>
[ top ]
Element HEAD
Namespace No namespace
Annotations
head contains a heading for the lg (line group) element and the
figure (graphic information) element.
Diagram
Diagram
Type xs:string
Properties
content simple
Used by
Elements FIGURE, LG
Source
<xs:element name="HEAD" type="xs:string">
  <xs:annotation>
    <xs:documentation>head contains a heading for the lg (line group) element and the figure (graphic information) element.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element FIGDESC
Namespace No namespace
Annotations
FigDesc (description of figure) contains a brief prose description
of the appearance or content of a graphic figure, for use when documenting an image without displaying it.
Diagram
Diagram
Type xs:string
Properties
content simple
Used by
Element FIGURE
Source
<xs:element name="FIGDESC" type="xs:string">
  <xs:annotation>
    <xs:documentation>FigDesc (description of figure) contains a brief prose description of the appearance or content of a graphic figure, for use when documenting an image without displaying it.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element GRAPHIC
Namespace No namespace
Annotations
Graphic indicates the location of an inline graphic, illustration, or
figure.
Diagram
Diagram index.tmp#GRAPHIC_URL
Properties
content complex
Used by
Attributes
QName Type Use Annotation
URL xs:anyURI required
URL (uniform resource locator) specifies the URL from
which the media concerned may be obtained.
Source
<xs:element name="GRAPHIC">
  <xs:annotation>
    <xs:documentation>Graphic indicates the location of an inline graphic, illustration, or figure.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="URL" use="required" type="xs:anyURI">
      <xs:annotation>
        <xs:documentation>URL (uniform resource locator) specifies the URL from which the media concerned may be obtained.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element GENDER
Namespace No namespace
Annotations
The gender element is designed to record gender-related
information.  See the gender attribute which is attached to the gender element for more detailed information.
Diagram
Diagram index.tmp#GENDER_GENDER index.tmp#GENDER_CURRENTALTERNATIVETERM index.tmp#GENDER_REG index.tmp#GENDER_SELF-DEFINED index.tmp#BIBCITS index.tmp#NAME index.tmp#QUOTE index.tmp#SOCALLED
Properties
content complex
mixed true
Used by
Model
Children BIBCITS, NAME, QUOTE, SOCALLED
Instance
<GENDER CURRENTALTERNATIVETERM="" GENDER="" REG="" SELF-DEFINED="SELFUNKNOWN">
  <BIBCITS ID="">{1,1}</BIBCITS>
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <SOCALLED>{1,1}</SOCALLED>
</GENDER>
Attributes
QName Type Default Use Annotation
CURRENTALTERNATIVETERM xs:NCName optional
This attribute allows you to capture changes in
terminology over time. The older name in your prose may not be familiar to your reader nor helpful for indexing purposes and
therefore needs explanation.
GENDER list of union of(xs:string, restriction of xs:token, restriction of xs:token, restriction of xs:token, restriction of xs:token, restriction of xs:token, restriction of xs:token, restriction of xs:token, restriction of xs:token) optional
This attribute is designed to capture the gender of the subject
it is being applied to.  Gender is a historically constructed and linguistically complex category that can shift over the course of a person's
lifetime, in which case multiple values can be applied to this element. The values associated with this element are meant to capture the most
common forms of gender identity; other terms may be provided in the prose content of the element.  The values are the following: female,
male, transgendered, transgendered male-to-female, transgendered female-to-male, undefined, ungendered, or unknown.
REG optional
Reg (or
regularization) contains a reading which has been regularized or normalized in some
sense.
SELF-DEFINED restriction of xs:token SELFUNKNOWN optional
Self-defined is an attribute attached to all identity
categories within biography. Its purpose is to distinguish between people who place themselves within an identity category (i.e.,
"Jeannette Winterson identifies as lesbian") and those whom we place in that category though they themselves did not
(i.e., "While she denied being a lesbian, she maintained relationships with women throughout her life"). This attribute
acknowledges the importance of personal, political and historical placements of one's own subject position; it assumes that
identities are not simply labels we assign to other people but shifting categories which we both place ourselves within, and, in
which history places us.
Source
<xs:element name="GENDER">
  <xs:annotation>
    <xs:documentation>The gender element is designed to record gender-related information. See the gender attribute which is attached to the gender element for more detailed information.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="BIBCITS"/>
      <xs:element ref="NAME"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="SOCALLED"/>
    </xs:choice>
    <xs:attribute name="GENDER">
      <xs:annotation>
        <xs:documentation>This attribute is designed to capture the gender of the subject it is being applied to. Gender is a historically constructed and linguistically complex category that can shift over the course of a person's lifetime, in which case multiple values can be applied to this element. The values associated with this element are meant to capture the most common forms of gender identity; other terms may be provided in the prose content of the element. The values are the following: female, male, transgendered, transgendered male-to-female, transgendered female-to-male, undefined, ungendered, or unknown.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:list>
          <xs:simpleType>
            <xs:union memberTypes="xs:string">
              <xs:simpleType>
                <xs:restriction base="xs:token">
                  <xs:enumeration value="FEMALE"/>
                </xs:restriction>
              </xs:simpleType>
              <xs:simpleType>
                <xs:restriction base="xs:token">
                  <xs:enumeration value="MALE"/>
                </xs:restriction>
              </xs:simpleType>
              <xs:simpleType>
                <xs:restriction base="xs:token">
                  <xs:enumeration value="TRANSGENDERED"/>
                </xs:restriction>
              </xs:simpleType>
              <xs:simpleType>
                <xs:restriction base="xs:token">
                  <xs:enumeration value="TRANSGENDERED FEMALE-TO-MALE"/>
                </xs:restriction>
              </xs:simpleType>
              <xs:simpleType>
                <xs:restriction base="xs:token">
                  <xs:enumeration value="TRANSGENDERED MALE-TO-FEMALE"/>
                </xs:restriction>
              </xs:simpleType>
              <xs:simpleType>
                <xs:restriction base="xs:token">
                  <xs:enumeration value="UNDEFINED"/>
                </xs:restriction>
              </xs:simpleType>
              <xs:simpleType>
                <xs:restriction base="xs:token">
                  <xs:enumeration value="UNGENDERED"/>
                </xs:restriction>
              </xs:simpleType>
              <xs:simpleType>
                <xs:restriction base="xs:token">
                  <xs:enumeration value="UNKNOWN"/>
                </xs:restriction>
              </xs:simpleType>
            </xs:union>
          </xs:simpleType>
        </xs:list>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="CURRENTALTERNATIVETERM" type="xs:NCName">
      <xs:annotation>
        <xs:documentation>This attribute allows you to capture changes in terminology over time. The older name in your prose may not be familiar to your reader nor helpful for indexing purposes and therefore needs explanation.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="REG">
      <xs:annotation>
        <xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="SELF-DEFINED" default="SELFUNKNOWN">
      <xs:annotation>
        <xs:documentation>Self-defined is an attribute attached to all identity categories within biography. Its purpose is to distinguish between people who place themselves within an identity category (i.e., "Jeannette Winterson identifies as lesbian") and those whom we place in that category though they themselves did not (i.e., "While she denied being a lesbian, she maintained relationships with women throughout her life"). This attribute acknowledges the importance of personal, political and historical placements of one's own subject position; it assumes that identities are not simply labels we assign to other people but shifting categories which we both place ourselves within, and, in which history places us.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="SELFYES"/>
          <xs:enumeration value="SELFNO"/>
          <xs:enumeration value="SELFUNKNOWN"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element LIVESWITH
Namespace No namespace
Annotations
Using livesWith denotes the material living arrangements of
the subject of the biography. It does not assume that the person with whom she is living is her sexual partner nor does it assume that
sexual partners are excluded. Using this sub-element will help to capture the material conditions of a woman's writing (i.e., did
she have a room of her own?) and women's non-traditional living arrangements.
Diagram
Diagram index.tmp#BIBCITS index.tmp#DATE index.tmp#DATERANGE index.tmp#FOREIGN index.tmp#NAME index.tmp#ORGNAME index.tmp#PLACE index.tmp#QUOTE index.tmp#SEXUALIDENTITY index.tmp#SOCALLED index.tmp#TITLE
Properties
content complex
mixed true
Used by
Elements CHRONPROSE, DATAITEM, P
Model
Children BIBCITS, DATE, DATERANGE, FOREIGN, NAME, ORGNAME, PLACE, QUOTE, SEXUALIDENTITY, SOCALLED, TITLE
Instance
<LIVESWITH>
  <BIBCITS ID="">{1,1}</BIBCITS>
  <DATE CALENDAR="NEWSTYLE" CERTAINTY="CERT" ID="" VALUE="">{1,1}</DATE>
  <DATERANGE CALENDAR="NEWSTYLE" CERTAINTY="CERT" EXACT="" FROM="" ID="" TO="">{1,1}</DATERANGE>
  <FOREIGN LANG="" REG="">{1,1}</FOREIGN>
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <ORGNAME ORGTYPE="" REF="" REG="" STANDARD="" URI="">{1,1}</ORGNAME>
  <PLACE ID="" LAT="" LONG="" REF="">{1,1}</PLACE>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <SEXUALIDENTITY CURRENTALTERNATIVETERM="" REG="" SELF-DEFINED="SELFUNKNOWN">{1,1}</SEXUALIDENTITY>
  <SOCALLED>{1,1}</SOCALLED>
  <TITLE LEVEL="" REF="" REG="" REND="" STANDARD="">{1,1}</TITLE>
</LIVESWITH>
Source
<xs:element name="LIVESWITH">
  <xs:annotation>
    <xs:documentation>Using livesWith denotes the material living arrangements of the subject of the biography. It does not assume that the person with whom she is living is her sexual partner nor does it assume that sexual partners are excluded. Using this sub-element will help to capture the material conditions of a woman's writing (i.e., did she have a room of her own?) and women's non-traditional living arrangements.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="BIBCITS"/>
      <xs:element ref="DATE"/>
      <xs:element ref="DATERANGE"/>
      <xs:element ref="FOREIGN"/>
      <xs:element ref="NAME"/>
      <xs:element ref="ORGNAME"/>
      <xs:element ref="PLACE"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="SEXUALIDENTITY"/>
      <xs:element ref="SOCALLED"/>
      <xs:element ref="TITLE"/>
    </xs:choice>
  </xs:complexType>
</xs:element>
[ top ]
Element SEXUALIDENTITY
Namespace No namespace
Annotations
This element captures one word or phrase identifications of
sexuality (i.e., "lesbian," "monogamous," "heterosexual") and from this information we will be able to
point our reader towards women writers whom they may be interested in studying in a critical analysis of these identifications. Capturing
the term "lesbian" in a sexualIdentity tag does not signify that the subject of the biography was a lesbian; such
identifications are often impossible for reasons of historical gaps and silences. It does suggest to our readers that if they are
interested in studying lesbian issues, they may wish to look at this particular writer. We assume that sexual identity does not function
in an essentialist manner and that to act monogomously does not reflect an essential, ontological state of being. But we are also
assuming that issues of sexual identity influence a woman's relationship to her writing and to her life and therefore, we emphasize
the importance of capturing this information in a systematic way.
Diagram
Diagram index.tmp#SEXUALIDENTITY_CURRENTALTERNATIVETERM index.tmp#SEXUALIDENTITY_REG index.tmp#SEXUALIDENTITY_SELF-DEFINED index.tmp#BIBCITS index.tmp#DENOMINATION index.tmp#FOREIGN index.tmp#GENDER index.tmp#NAME index.tmp#QUOTE index.tmp#RESEARCHNOTE index.tmp#SOCALLED
Properties
content complex
mixed true
Used by
Model
Children BIBCITS, DENOMINATION, FOREIGN, GENDER, NAME, QUOTE, RESEARCHNOTE, SOCALLED
Instance
<SEXUALIDENTITY CURRENTALTERNATIVETERM="" REG="" SELF-DEFINED="SELFUNKNOWN">
  <BIBCITS ID="">{1,1}</BIBCITS>
  <DENOMINATION CURRENTALTERNATIVETERM="" REG="" SELF-DEFINED="SELFUNKNOWN">{1,1}</DENOMINATION>
  <FOREIGN LANG="" REG="">{1,1}</FOREIGN>
  <GENDER CURRENTALTERNATIVETERM="" GENDER="" REG="" SELF-DEFINED="SELFUNKNOWN">{1,1}</GENDER>
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <SOCALLED>{1,1}</SOCALLED>
</SEXUALIDENTITY>
Attributes
QName Type Default Use Annotation
CURRENTALTERNATIVETERM xs:NCName optional
This attribute allows you to capture changes in
terminology over time. The older name in your prose may not be familiar to your reader nor helpful for indexing purposes and
therefore needs explanation.
REG optional
Reg (or
regularization) contains a reading which has been regularized or normalized in some
sense.
SELF-DEFINED restriction of xs:token SELFUNKNOWN optional
Self-defined is an attribute attached to all identity
categories within biography. Its purpose is to distinguish between people who place themselves within an identity category (i.e.,
"Jeannette Winterson identifies as lesbian") and those whom we place in that category though they themselves did not
(i.e., "While she denied being a lesbian, she maintained relationships with women throughout her life"). This attribute
acknowledges the importance of personal, political and historical placements of one's own subject position; it assumes that
identities are not simply labels we assign to other people but shifting categories which we both place ourselves within, and, in
which history places us.
Source
<xs:element name="SEXUALIDENTITY">
  <xs:annotation>
    <xs:documentation>This element captures one word or phrase identifications of sexuality (i.e., "lesbian," "monogamous," "heterosexual") and from this information we will be able to point our reader towards women writers whom they may be interested in studying in a critical analysis of these identifications. Capturing the term "lesbian" in a sexualIdentity tag does not signify that the subject of the biography was a lesbian; such identifications are often impossible for reasons of historical gaps and silences. It does suggest to our readers that if they are interested in studying lesbian issues, they may wish to look at this particular writer. We assume that sexual identity does not function in an essentialist manner and that to act monogomously does not reflect an essential, ontological state of being. But we are also assuming that issues of sexual identity influence a woman's relationship to her writing and to her life and therefore, we emphasize the importance of capturing this information in a systematic way.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="BIBCITS"/>
      <xs:element ref="DENOMINATION"/>
      <xs:element ref="FOREIGN"/>
      <xs:element ref="GENDER"/>
      <xs:element ref="NAME"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="RESEARCHNOTE"/>
      <xs:element ref="SOCALLED"/>
    </xs:choice>
    <xs:attribute name="CURRENTALTERNATIVETERM" type="xs:NCName">
      <xs:annotation>
        <xs:documentation>This attribute allows you to capture changes in terminology over time. The older name in your prose may not be familiar to your reader nor helpful for indexing purposes and therefore needs explanation.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="REG">
      <xs:annotation>
        <xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="SELF-DEFINED" default="SELFUNKNOWN">
      <xs:annotation>
        <xs:documentation>Self-defined is an attribute attached to all identity categories within biography. Its purpose is to distinguish between people who place themselves within an identity category (i.e., "Jeannette Winterson identifies as lesbian") and those whom we place in that category though they themselves did not (i.e., "While she denied being a lesbian, she maintained relationships with women throughout her life"). This attribute acknowledges the importance of personal, political and historical placements of one's own subject position; it assumes that identities are not simply labels we assign to other people but shifting categories which we both place ourselves within, and, in which history places us.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="SELFYES"/>
          <xs:enumeration value="SELFNO"/>
          <xs:enumeration value="SELFUNKNOWN"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element PAUTHORSHIP
Namespace No namespace
Annotations
This elements elicits discussion of controversy surrounding a text's
authorship.
Diagram
Diagram index.tmp#PAUTHORSHIP_AUTHORNAMETYPE index.tmp#PAUTHORSHIP_AUTHORSHIPCONTROVERSY index.tmp#PAUTHORSHIP_COLLABORATION index.tmp#PAUTHORSHIP_CONTROVERSYDATE index.tmp#BIBCITS index.tmp#DATE index.tmp#DATERANGE index.tmp#EMPH index.tmp#FOREIGN index.tmp#KEYWORDCLASS index.tmp#NAME index.tmp#ORGNAME index.tmp#PADVERTISING index.tmp#PANTHOLOGIZATION index.tmp#PARCHIVALLOCATION index.tmp#PATTITUDES index.tmp#PCIRCULATION index.tmp#PCONTRACT index.tmp#PCOPYRIGHT index.tmp#PDEDICATION index.tmp#PEARNINGS index.tmp#PEDITIONS index.tmp#PFIRSTLITERARYACTIVITY index.tmp#PINFLUENCESHER index.tmp#PLACE index.tmp#PLASTLITERARYACTIVITY index.tmp#PLITERARYMOVEMENTS index.tmp#PMANUSCRIPTHISTORY index.tmp#PMATERIALCONDITIONS index.tmp#PMODEOFPUBLICATION index.tmp#PMOTIVES index.tmp#PNONBOOKMEDIA index.tmp#PNONSURVIVAL index.tmp#PPERFORMANCE index.tmp#PPERIODICALPUBLICATION index.tmp#PPLACEOFPUBLICATION index.tmp#PPRESSRUN index.tmp#PPRICE index.tmp#PRARITIESFEATURESDECORATIONS index.tmp#PRELATIONSWITHPUBLISHER index.tmp#PSERIALIZATION index.tmp#PSUBMISSIONSREJECTIONS index.tmp#PTYPEOFPRESS index.tmp#QUOTE index.tmp#RBESTKNOWNWORK index.tmp#RDESTRUCTIONOFWORK index.tmp#RESEARCHNOTE index.tmp#RLANDMARKTEXT index.tmp#RPENALTIES index.tmp#RRECOGNITIONSANDAWARDS index.tmp#RRESPONSES index.tmp#RSELFDESCRIPTION index.tmp#RSHEINFLUENCED index.tmp#SCHOLARNOTE index.tmp#SOCALLED index.tmp#TCHARACTERIZATION index.tmp#TCHARACTERNAME index.tmp#TCHARACTERTYPEROLE index.tmp#TGENRE index.tmp#TGENREISSUE index.tmp#TINTERTEXTUALITY index.tmp#TITLE index.tmp#TMOTIF index.tmp#TOPIC index.tmp#TPLOT index.tmp#TSETTINGDATE index.tmp#TSETTINGPLACE index.tmp#TTECHNIQUES index.tmp#TTHEMETOPIC index.tmp#TTONESTYLE index.tmp#TVOICENARRATION
Properties
content complex
mixed true
Used by
Model
Children BIBCITS, DATE, DATERANGE, EMPH, FOREIGN, KEYWORDCLASS, NAME, ORGNAME, PADVERTISING, PANTHOLOGIZATION, PARCHIVALLOCATION, PATTITUDES, PCIRCULATION, PCONTRACT, PCOPYRIGHT, PDEDICATION, PEARNINGS, PEDITIONS, PFIRSTLITERARYACTIVITY, PINFLUENCESHER, PLACE, PLASTLITERARYACTIVITY, PLITERARYMOVEMENTS, PMANUSCRIPTHISTORY, PMATERIALCONDITIONS, PMODEOFPUBLICATION, PMOTIVES, PNONBOOKMEDIA, PNONSURVIVAL, PPERFORMANCE, PPERIODICALPUBLICATION, PPLACEOFPUBLICATION, PPRESSRUN, PPRICE, PRARITIESFEATURESDECORATIONS, PRELATIONSWITHPUBLISHER, PSERIALIZATION, PSUBMISSIONSREJECTIONS, PTYPEOFPRESS, QUOTE, RBESTKNOWNWORK, RDESTRUCTIONOFWORK, RESEARCHNOTE, RLANDMARKTEXT, RPENALTIES, RRECOGNITIONSANDAWARDS, RRESPONSES, RSELFDESCRIPTION, RSHEINFLUENCED, SCHOLARNOTE, SOCALLED, TCHARACTERIZATION, TCHARACTERNAME, TCHARACTERTYPEROLE, TGENRE, TGENREISSUE, TINTERTEXTUALITY, TITLE, TMOTIF, TOPIC, TPLOT, TSETTINGDATE, TSETTINGPLACE, TTECHNIQUES, TTHEMETOPIC, TTONESTYLE, TVOICENARRATION
Instance
<PAUTHORSHIP AUTHORNAMETYPE="" AUTHORSHIPCONTROVERSY="" COLLABORATION="" CONTROVERSYDATE="">
  <BIBCITS ID="">{1,1}</BIBCITS>
  <DATE CALENDAR="NEWSTYLE" CERTAINTY="CERT" ID="" VALUE="">{1,1}</DATE>
  <DATERANGE CALENDAR="NEWSTYLE" CERTAINTY="CERT" EXACT="" FROM="" ID="" TO="">{1,1}</DATERANGE>
  <EMPH>{1,1}</EMPH>
  <FOREIGN LANG="" REG="">{1,1}</FOREIGN>
  <KEYWORDCLASS KEYWORDTYPE="">{1,1}</KEYWORDCLASS>
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <ORGNAME ORGTYPE="" REF="" REG="" STANDARD="" URI="">{1,1}</ORGNAME>
  <PADVERTISING>{1,1}</PADVERTISING>
  <PANTHOLOGIZATION>{1,1}</PANTHOLOGIZATION>
  <PARCHIVALLOCATION>{1,1}</PARCHIVALLOCATION>
  <PATTITUDES>{1,1}</PATTITUDES>
  <PCIRCULATION>{1,1}</PCIRCULATION>
  <PCONTRACT ID="">{1,1}</PCONTRACT>
  <PCOPYRIGHT>{1,1}</PCOPYRIGHT>
  <PDEDICATION>{1,1}</PDEDICATION>
  <PEARNINGS>{1,1}</PEARNINGS>
  <PEDITIONS>{1,1}</PEDITIONS>
  <PFIRSTLITERARYACTIVITY>{1,1}</PFIRSTLITERARYACTIVITY>
  <PINFLUENCESHER INFLUENCETYPE="">{1,1}</PINFLUENCESHER>
  <PLACE ID="" LAT="" LONG="" REF="">{1,1}</PLACE>
  <PLASTLITERARYACTIVITY>{1,1}</PLASTLITERARYACTIVITY>
  <PLITERARYMOVEMENTS INVOLVEMENT="INVOLVEMENTYES" REG="">{1,1}</PLITERARYMOVEMENTS>
  <PMANUSCRIPTHISTORY>{1,1}</PMANUSCRIPTHISTORY>
  <PMATERIALCONDITIONS DISPLACEMENT="">{1,1}</PMATERIALCONDITIONS>
  <PMODEOFPUBLICATION PUBLICATIONMODE="">{1,1}</PMODEOFPUBLICATION>
  <PMOTIVES ID="" MOTIVETYPE="">{1,1}</PMOTIVES>
  <PNONBOOKMEDIA MEDIATYPE="">{1,1}</PNONBOOKMEDIA>
  <PNONSURVIVAL TYPEOFNONSURVIVAL="">{1,1}</PNONSURVIVAL>
  <PPERFORMANCE>{1,1}</PPERFORMANCE>
  <PPERIODICALPUBLICATION>{1,1}</PPERIODICALPUBLICATION>
  <PPLACEOFPUBLICATION>{1,1}</PPLACEOFPUBLICATION>
  <PPRESSRUN>{1,1}</PPRESSRUN>
  <PPRICE>{1,1}</PPRICE>
  <PRARITIESFEATURESDECORATIONS>{1,1}</PRARITIESFEATURESDECORATIONS>
  <PRELATIONSWITHPUBLISHER RELATIONSHIPTYPE="">{1,1}</PRELATIONSWITHPUBLISHER>
  <PSERIALIZATION FORMOFSERIALIZATION="">{1,1}</PSERIALIZATION>
  <PSUBMISSIONSREJECTIONS>{1,1}</PSUBMISSIONSREJECTIONS>
  <PTYPEOFPRESS>{1,1}</PTYPEOFPRESS>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <RBESTKNOWNWORK>{1,1}</RBESTKNOWNWORK>
  <RDESTRUCTIONOFWORK DESTROYEDBY="">{1,1}</RDESTRUCTIONOFWORK>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <RLANDMARKTEXT>{1,1}</RLANDMARKTEXT>
  <RPENALTIES CENSORSHIP="" CONTROVERSY="">{1,1}</RPENALTIES>
  <RRECOGNITIONSANDAWARDS>{1,1}</RRECOGNITIONSANDAWARDS>
  <RRESPONSES FORMALITY="" GENDEREDRESPONSE="" RESPONSETYPE="">{1,1}</RRESPONSES>
  <RSELFDESCRIPTION>{1,1}</RSELFDESCRIPTION>
  <RSHEINFLUENCED>{1,1}</RSHEINFLUENCED>
  <SCHOLARNOTE>{1,1}</SCHOLARNOTE>
  <SOCALLED>{1,1}</SOCALLED>
  <TCHARACTERIZATION>{1,1}</TCHARACTERIZATION>
  <TCHARACTERNAME REG="">{1,1}</TCHARACTERNAME>
  <TCHARACTERTYPEROLE PROTAGONIST="">{1,1}</TCHARACTERTYPEROLE>
  <TGENRE GENRENAME="">{1,1}</TGENRE>
  <TGENREISSUE>{1,1}</TGENREISSUE>
  <TINTERTEXTUALITY GENDEROFAUTHOR="" INTERTEXTTYPE="">{1,1}</TINTERTEXTUALITY>
  <TITLE LEVEL="" REF="" REG="" REND="" STANDARD="">{1,1}</TITLE>
  <TMOTIF MOTIFNAME="">{1,1}</TMOTIF>
  <TOPIC STANDARD="">{1,1}</TOPIC>
  <TPLOT>{1,1}</TPLOT>
  <TSETTINGDATE SETTINGDATETYPE="">{1,1}</TSETTINGDATE>
  <TSETTINGPLACE SETTINGCLASS="" SETTINGPLACETYPE="">{1,1}</TSETTINGPLACE>
  <TTECHNIQUES TECHNIQUETYPE="">{1,1}</TTECHNIQUES>
  <TTHEMETOPIC ID="" REG="">{1,1}</TTHEMETOPIC>
  <TTONESTYLE EXPERIMENTAL="">{1,1}</TTONESTYLE>
  <TVOICENARRATION>{1,1}</TVOICENARRATION>
</PAUTHORSHIP>
Attributes
QName Type Use Annotation
AUTHORNAMETYPE restriction of xs:token optional
This attribute attached to pAuthorship allows us to distinguish
between different kinds of authorship problems such as anonymous and pseudonymous texts, and texts whose authorship is only alluded
to.
AUTHORSHIPCONTROVERSY restriction of xs:token optional
This attribute attached to pAuthorship reflects the difficulties
scholars sometimes encounter when trying to identify the authorship of a text.
COLLABORATION restriction of xs:token optional
This attribute attached to pAuthorship allows us to distinguish
those texts authored by more than a single author.
CONTROVERSYDATE restriction of xs:token optional
This optional attribute attached to pAuthorship designates the
current standing of a controversy surrounding authorship.
Source
<xs:element name="PAUTHORSHIP">
  <xs:annotation>
    <xs:documentation>This elements elicits discussion of controversy surrounding a text's authorship.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="BIBCITS"/>
      <xs:element ref="DATE"/>
      <xs:element ref="DATERANGE"/>
      <xs:element ref="EMPH"/>
      <xs:element ref="FOREIGN"/>
      <xs:element ref="KEYWORDCLASS"/>
      <xs:element ref="NAME"/>
      <xs:element ref="ORGNAME"/>
      <xs:element ref="PADVERTISING"/>
      <xs:element ref="PANTHOLOGIZATION"/>
      <xs:element ref="PARCHIVALLOCATION"/>
      <xs:element ref="PATTITUDES"/>
      <xs:element ref="PCIRCULATION"/>
      <xs:element ref="PCONTRACT"/>
      <xs:element ref="PCOPYRIGHT"/>
      <xs:element ref="PDEDICATION"/>
      <xs:element ref="PEARNINGS"/>
      <xs:element ref="PEDITIONS"/>
      <xs:element ref="PFIRSTLITERARYACTIVITY"/>
      <xs:element ref="PINFLUENCESHER"/>
      <xs:element ref="PLACE"/>
      <xs:element ref="PLASTLITERARYACTIVITY"/>
      <xs:element ref="PLITERARYMOVEMENTS"/>
      <xs:element ref="PMANUSCRIPTHISTORY"/>
      <xs:element ref="PMATERIALCONDITIONS"/>
      <xs:element ref="PMODEOFPUBLICATION"/>
      <xs:element ref="PMOTIVES"/>
      <xs:element ref="PNONBOOKMEDIA"/>
      <xs:element ref="PNONSURVIVAL"/>
      <xs:element ref="PPERFORMANCE"/>
      <xs:element ref="PPERIODICALPUBLICATION"/>
      <xs:element ref="PPLACEOFPUBLICATION"/>
      <xs:element ref="PPRESSRUN"/>
      <xs:element ref="PPRICE"/>
      <xs:element ref="PRARITIESFEATURESDECORATIONS"/>
      <xs:element ref="PRELATIONSWITHPUBLISHER"/>
      <xs:element ref="PSERIALIZATION"/>
      <xs:element ref="PSUBMISSIONSREJECTIONS"/>
      <xs:element ref="PTYPEOFPRESS"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="RBESTKNOWNWORK"/>
      <xs:element ref="RDESTRUCTIONOFWORK"/>
      <xs:element ref="RESEARCHNOTE"/>
      <xs:element ref="RLANDMARKTEXT"/>
      <xs:element ref="RPENALTIES"/>
      <xs:element ref="RRECOGNITIONSANDAWARDS"/>
      <xs:element ref="RRESPONSES"/>
      <xs:element ref="RSELFDESCRIPTION"/>
      <xs:element ref="RSHEINFLUENCED"/>
      <xs:element ref="SCHOLARNOTE"/>
      <xs:element ref="SOCALLED"/>
      <xs:element ref="TCHARACTERIZATION"/>
      <xs:element ref="TCHARACTERNAME"/>
      <xs:element ref="TCHARACTERTYPEROLE"/>
      <xs:element ref="TGENRE"/>
      <xs:element ref="TGENREISSUE"/>
      <xs:element ref="TINTERTEXTUALITY"/>
      <xs:element ref="TITLE"/>
      <xs:element ref="TMOTIF"/>
      <xs:element ref="TOPIC"/>
      <xs:element ref="TPLOT"/>
      <xs:element ref="TSETTINGDATE"/>
      <xs:element ref="TSETTINGPLACE"/>
      <xs:element ref="TTECHNIQUES"/>
      <xs:element ref="TTHEMETOPIC"/>
      <xs:element ref="TTONESTYLE"/>
      <xs:element ref="TVOICENARRATION"/>
    </xs:choice>
    <xs:attribute name="AUTHORNAMETYPE">
      <xs:annotation>
        <xs:documentation>This attribute attached to pAuthorship allows us to distinguish between different kinds of authorship problems such as anonymous and pseudonymous texts, and texts whose authorship is only alluded to.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="ANONYMOUS"/>
          <xs:enumeration value="PSEUDONYMOUS"/>
          <xs:enumeration value="ALLUSIVEAUTHORSHIP"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="AUTHORSHIPCONTROVERSY">
      <xs:annotation>
        <xs:documentation>This attribute attached to pAuthorship reflects the difficulties scholars sometimes encounter when trying to identify the authorship of a text.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="FORGERY"/>
          <xs:enumeration value="SPURIOUS"/>
          <xs:enumeration value="MISATTRIBUTION"/>
          <xs:enumeration value="DOUBTFUL"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="COLLABORATION">
      <xs:annotation>
        <xs:documentation>This attribute attached to pAuthorship allows us to distinguish those texts authored by more than a single author.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="COLLABORATIONYES"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="CONTROVERSYDATE">
      <xs:annotation>
        <xs:documentation>This optional attribute attached to pAuthorship designates the current standing of a controversy surrounding authorship.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="PRESENT"/>
          <xs:enumeration value="HISTORICAL"/>
          <xs:enumeration value="ONGOING"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element PCIRCULATION
Namespace No namespace
Annotations
This element discusses the way in which a work was distributed to
the wider world and the breadth of its reach: this is the place to discuss print-runs or comments about best-sellers.
Diagram
Diagram index.tmp#BIBCITS index.tmp#DATE index.tmp#DATERANGE index.tmp#EMPH index.tmp#FOREIGN index.tmp#KEYWORDCLASS index.tmp#NAME index.tmp#ORGNAME index.tmp#PADVERTISING index.tmp#PANTHOLOGIZATION index.tmp#PARCHIVALLOCATION index.tmp#PATTITUDES index.tmp#PAUTHORSHIP index.tmp#PCONTRACT index.tmp#PCOPYRIGHT index.tmp#PDEDICATION index.tmp#PEARNINGS index.tmp#PEDITIONS index.tmp#PFIRSTLITERARYACTIVITY index.tmp#PINFLUENCESHER index.tmp#PLACE index.tmp#PMANUSCRIPTHISTORY index.tmp#PMATERIALCONDITIONS index.tmp#PMODEOFPUBLICATION index.tmp#PMOTIVES index.tmp#PNONBOOKMEDIA index.tmp#PNONSURVIVAL index.tmp#PPERFORMANCE index.tmp#PPERIODICALPUBLICATION index.tmp#PPLACEOFPUBLICATION index.tmp#PPRESSRUN index.tmp#PPRICE index.tmp#PRARITIESFEATURESDECORATIONS index.tmp#PRELATIONSWITHPUBLISHER index.tmp#PSUBMISSIONSREJECTIONS index.tmp#QUOTE index.tmp#RBESTKNOWNWORK index.tmp#RDESTRUCTIONOFWORK index.tmp#RESEARCHNOTE index.tmp#RLANDMARKTEXT index.tmp#RPENALTIES index.tmp#RRECOGNITIONNAME index.tmp#RRECOGNITIONSANDAWARDS index.tmp#RRESPONSES index.tmp#RSELFDESCRIPTION index.tmp#RSHEINFLUENCED index.tmp#SCHOLARNOTE index.tmp#SOCALLED index.tmp#TCHARACTERNAME index.tmp#TCHARACTERTYPEROLE index.tmp#TGENRE index.tmp#TGENREISSUE index.tmp#TINTERTEXTUALITY index.tmp#TITLE index.tmp#TMOTIF index.tmp#TOPIC index.tmp#TSETTINGDATE index.tmp#TSETTINGPLACE index.tmp#TTECHNIQUES index.tmp#TTHEMETOPIC
Properties
content complex
mixed true
Used by
Model
Children BIBCITS, DATE, DATERANGE, EMPH, FOREIGN, KEYWORDCLASS, NAME, ORGNAME, PADVERTISING, PANTHOLOGIZATION, PARCHIVALLOCATION, PATTITUDES, PAUTHORSHIP, PCONTRACT, PCOPYRIGHT, PDEDICATION, PEARNINGS, PEDITIONS, PFIRSTLITERARYACTIVITY, PINFLUENCESHER, PLACE, PMANUSCRIPTHISTORY, PMATERIALCONDITIONS, PMODEOFPUBLICATION, PMOTIVES, PNONBOOKMEDIA, PNONSURVIVAL, PPERFORMANCE, PPERIODICALPUBLICATION, PPLACEOFPUBLICATION, PPRESSRUN, PPRICE, PRARITIESFEATURESDECORATIONS, PRELATIONSWITHPUBLISHER, PSUBMISSIONSREJECTIONS, QUOTE, RBESTKNOWNWORK, RDESTRUCTIONOFWORK, RESEARCHNOTE, RLANDMARKTEXT, RPENALTIES, RRECOGNITIONNAME, RRECOGNITIONSANDAWARDS, RRESPONSES, RSELFDESCRIPTION, RSHEINFLUENCED, SCHOLARNOTE, SOCALLED, TCHARACTERNAME, TCHARACTERTYPEROLE, TGENRE, TGENREISSUE, TINTERTEXTUALITY, TITLE, TMOTIF, TOPIC, TSETTINGDATE, TSETTINGPLACE, TTECHNIQUES, TTHEMETOPIC
Instance
<PCIRCULATION>
  <BIBCITS ID="">{1,1}</BIBCITS>
  <DATE CALENDAR="NEWSTYLE" CERTAINTY="CERT" ID="" VALUE="">{1,1}</DATE>
  <DATERANGE CALENDAR="NEWSTYLE" CERTAINTY="CERT" EXACT="" FROM="" ID="" TO="">{1,1}</DATERANGE>
  <EMPH>{1,1}</EMPH>
  <FOREIGN LANG="" REG="">{1,1}</FOREIGN>
  <KEYWORDCLASS KEYWORDTYPE="">{1,1}</KEYWORDCLASS>
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <ORGNAME ORGTYPE="" REF="" REG="" STANDARD="" URI="">{1,1}</ORGNAME>
  <PADVERTISING>{1,1}</PADVERTISING>
  <PANTHOLOGIZATION>{1,1}</PANTHOLOGIZATION>
  <PARCHIVALLOCATION>{1,1}</PARCHIVALLOCATION>
  <PATTITUDES>{1,1}</PATTITUDES>
  <PAUTHORSHIP AUTHORNAMETYPE="" AUTHORSHIPCONTROVERSY="" COLLABORATION="" CONTROVERSYDATE="">{1,1}</PAUTHORSHIP>
  <PCONTRACT ID="">{1,1}</PCONTRACT>
  <PCOPYRIGHT>{1,1}</PCOPYRIGHT>
  <PDEDICATION>{1,1}</PDEDICATION>
  <PEARNINGS>{1,1}</PEARNINGS>
  <PEDITIONS>{1,1}</PEDITIONS>
  <PFIRSTLITERARYACTIVITY>{1,1}</PFIRSTLITERARYACTIVITY>
  <PINFLUENCESHER INFLUENCETYPE="">{1,1}</PINFLUENCESHER>
  <PLACE ID="" LAT="" LONG="" REF="">{1,1}</PLACE>
  <PMANUSCRIPTHISTORY>{1,1}</PMANUSCRIPTHISTORY>
  <PMATERIALCONDITIONS DISPLACEMENT="">{1,1}</PMATERIALCONDITIONS>
  <PMODEOFPUBLICATION PUBLICATIONMODE="">{1,1}</PMODEOFPUBLICATION>
  <PMOTIVES ID="" MOTIVETYPE="">{1,1}</PMOTIVES>
  <PNONBOOKMEDIA MEDIATYPE="">{1,1}</PNONBOOKMEDIA>
  <PNONSURVIVAL TYPEOFNONSURVIVAL="">{1,1}</PNONSURVIVAL>
  <PPERFORMANCE>{1,1}</PPERFORMANCE>
  <PPERIODICALPUBLICATION>{1,1}</PPERIODICALPUBLICATION>
  <PPLACEOFPUBLICATION>{1,1}</PPLACEOFPUBLICATION>
  <PPRESSRUN>{1,1}</PPRESSRUN>
  <PPRICE>{1,1}</PPRICE>
  <PRARITIESFEATURESDECORATIONS>{1,1}</PRARITIESFEATURESDECORATIONS>
  <PRELATIONSWITHPUBLISHER RELATIONSHIPTYPE="">{1,1}</PRELATIONSWITHPUBLISHER>
  <PSUBMISSIONSREJECTIONS>{1,1}</PSUBMISSIONSREJECTIONS>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <RBESTKNOWNWORK>{1,1}</RBESTKNOWNWORK>
  <RDESTRUCTIONOFWORK DESTROYEDBY="">{1,1}</RDESTRUCTIONOFWORK>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <RLANDMARKTEXT>{1,1}</RLANDMARKTEXT>
  <RPENALTIES CENSORSHIP="" CONTROVERSY="">{1,1}</RPENALTIES>
  <RRECOGNITIONNAME REG="">{1,1}</RRECOGNITIONNAME>
  <RRECOGNITIONSANDAWARDS>{1,1}</RRECOGNITIONSANDAWARDS>
  <RRESPONSES FORMALITY="" GENDEREDRESPONSE="" RESPONSETYPE="">{1,1}</RRESPONSES>
  <RSELFDESCRIPTION>{1,1}</RSELFDESCRIPTION>
  <RSHEINFLUENCED>{1,1}</RSHEINFLUENCED>
  <SCHOLARNOTE>{1,1}</SCHOLARNOTE>
  <SOCALLED>{1,1}</SOCALLED>
  <TCHARACTERNAME REG="">{1,1}</TCHARACTERNAME>
  <TCHARACTERTYPEROLE PROTAGONIST="">{1,1}</TCHARACTERTYPEROLE>
  <TGENRE GENRENAME="">{1,1}</TGENRE>
  <TGENREISSUE>{1,1}</TGENREISSUE>
  <TINTERTEXTUALITY GENDEROFAUTHOR="" INTERTEXTTYPE="">{1,1}</TINTERTEXTUALITY>
  <TITLE LEVEL="" REF="" REG="" REND="" STANDARD="">{1,1}</TITLE>
  <TMOTIF MOTIFNAME="">{1,1}</TMOTIF>
  <TOPIC STANDARD="">{1,1}</TOPIC>
  <TSETTINGDATE SETTINGDATETYPE="">{1,1}</TSETTINGDATE>
  <TSETTINGPLACE SETTINGCLASS="" SETTINGPLACETYPE="">{1,1}</TSETTINGPLACE>
  <TTECHNIQUES TECHNIQUETYPE="">{1,1}</TTECHNIQUES>
  <TTHEMETOPIC ID="" REG="">{1,1}</TTHEMETOPIC>
</PCIRCULATION>
Source
<xs:element name="PCIRCULATION">
  <xs:annotation>
    <xs:documentation>This element discusses the way in which a work was distributed to the wider world and the breadth of its reach: this is the place to discuss print-runs or comments about best-sellers.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="BIBCITS"/>
      <xs:element ref="DATE"/>
      <xs:element ref="DATERANGE"/>
      <xs:element ref="EMPH"/>
      <xs:element ref="FOREIGN"/>
      <xs:element ref="KEYWORDCLASS"/>
      <xs:element ref="NAME"/>
      <xs:element ref="ORGNAME"/>
      <xs:element ref="PADVERTISING"/>
      <xs:element ref="PANTHOLOGIZATION"/>
      <xs:element ref="PARCHIVALLOCATION"/>
      <xs:element ref="PATTITUDES"/>
      <xs:element ref="PAUTHORSHIP"/>
      <xs:element ref="PCONTRACT"/>
      <xs:element ref="PCOPYRIGHT"/>
      <xs:element ref="PDEDICATION"/>
      <xs:element ref="PEARNINGS"/>
      <xs:element ref="PEDITIONS"/>
      <xs:element ref="PFIRSTLITERARYACTIVITY"/>
      <xs:element ref="PINFLUENCESHER"/>
      <xs:element ref="PLACE"/>
      <xs:element ref="PMANUSCRIPTHISTORY"/>
      <xs:element ref="PMATERIALCONDITIONS"/>
      <xs:element ref="PMODEOFPUBLICATION"/>
      <xs:element ref="PMOTIVES"/>
      <xs:element ref="PNONBOOKMEDIA"/>
      <xs:element ref="PNONSURVIVAL"/>
      <xs:element ref="PPERFORMANCE"/>
      <xs:element ref="PPERIODICALPUBLICATION"/>
      <xs:element ref="PPLACEOFPUBLICATION"/>
      <xs:element ref="PPRESSRUN"/>
      <xs:element ref="PPRICE"/>
      <xs:element ref="PRARITIESFEATURESDECORATIONS"/>
      <xs:element ref="PRELATIONSWITHPUBLISHER"/>
      <xs:element ref="PSUBMISSIONSREJECTIONS"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="RBESTKNOWNWORK"/>
      <xs:element ref="RDESTRUCTIONOFWORK"/>
      <xs:element ref="RESEARCHNOTE"/>
      <xs:element ref="RLANDMARKTEXT"/>
      <xs:element ref="RPENALTIES"/>
      <xs:element ref="RRECOGNITIONNAME"/>
      <xs:element ref="RRECOGNITIONSANDAWARDS"/>
      <xs:element ref="RRESPONSES"/>
      <xs:element ref="RSELFDESCRIPTION"/>
      <xs:element ref="RSHEINFLUENCED"/>
      <xs:element ref="SCHOLARNOTE"/>
      <xs:element ref="SOCALLED"/>
      <xs:element ref="TCHARACTERNAME"/>
      <xs:element ref="TCHARACTERTYPEROLE"/>
      <xs:element ref="TGENRE"/>
      <xs:element ref="TGENREISSUE"/>
      <xs:element ref="TINTERTEXTUALITY"/>
      <xs:element ref="TITLE"/>
      <xs:element ref="TMOTIF"/>
      <xs:element ref="TOPIC"/>
      <xs:element ref="TSETTINGDATE"/>
      <xs:element ref="TSETTINGPLACE"/>
      <xs:element ref="TTECHNIQUES"/>
      <xs:element ref="TTHEMETOPIC"/>
    </xs:choice>
  </xs:complexType>
</xs:element>
[ top ]
Element PCONTRACT
Namespace No namespace
Annotations
This element captures descriptions of the formal or informal
agreement between a writer and a publisher.
Diagram
Diagram index.tmp#PCONTRACT_ID index.tmp#BIBCITS index.tmp#DATE index.tmp#DATERANGE index.tmp#NAME index.tmp#ORGNAME index.tmp#PARCHIVALLOCATION index.tmp#PATTITUDES index.tmp#PAUTHORSHIP index.tmp#PCIRCULATION index.tmp#PCOPYRIGHT index.tmp#PEARNINGS index.tmp#PEDITIONS index.tmp#PLACE index.tmp#PMATERIALCONDITIONS index.tmp#PMOTIVES index.tmp#PNONBOOKMEDIA index.tmp#PPERIODICALPUBLICATION index.tmp#PPRESSRUN index.tmp#PPRICE index.tmp#PRELATIONSWITHPUBLISHER index.tmp#PSUBMISSIONSREJECTIONS index.tmp#QUOTE index.tmp#SOCALLED index.tmp#TGENRE index.tmp#TITLE index.tmp#TTHEMETOPIC
Properties
content complex
mixed true
Used by
Model
Children BIBCITS, DATE, DATERANGE, NAME, ORGNAME, PARCHIVALLOCATION, PATTITUDES, PAUTHORSHIP, PCIRCULATION, PCOPYRIGHT, PEARNINGS, PEDITIONS, PLACE, PMATERIALCONDITIONS, PMOTIVES, PNONBOOKMEDIA, PPERIODICALPUBLICATION, PPRESSRUN, PPRICE, PRELATIONSWITHPUBLISHER, PSUBMISSIONSREJECTIONS, QUOTE, SOCALLED, TGENRE, TITLE, TTHEMETOPIC
Instance
<PCONTRACT ID="">
  <BIBCITS ID="">{1,1}</BIBCITS>
  <DATE CALENDAR="NEWSTYLE" CERTAINTY="CERT" ID="" VALUE="">{1,1}</DATE>
  <DATERANGE CALENDAR="NEWSTYLE" CERTAINTY="CERT" EXACT="" FROM="" ID="" TO="">{1,1}</DATERANGE>
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <ORGNAME ORGTYPE="" REF="" REG="" STANDARD="" URI="">{1,1}</ORGNAME>
  <PARCHIVALLOCATION>{1,1}</PARCHIVALLOCATION>
  <PATTITUDES>{1,1}</PATTITUDES>
  <PAUTHORSHIP AUTHORNAMETYPE="" AUTHORSHIPCONTROVERSY="" COLLABORATION="" CONTROVERSYDATE="">{1,1}</PAUTHORSHIP>
  <PCIRCULATION>{1,1}</PCIRCULATION>
  <PCOPYRIGHT>{1,1}</PCOPYRIGHT>
  <PEARNINGS>{1,1}</PEARNINGS>
  <PEDITIONS>{1,1}</PEDITIONS>
  <PLACE ID="" LAT="" LONG="" REF="">{1,1}</PLACE>
  <PMATERIALCONDITIONS DISPLACEMENT="">{1,1}</PMATERIALCONDITIONS>
  <PMOTIVES ID="" MOTIVETYPE="">{1,1}</PMOTIVES>
  <PNONBOOKMEDIA MEDIATYPE="">{1,1}</PNONBOOKMEDIA>
  <PPERIODICALPUBLICATION>{1,1}</PPERIODICALPUBLICATION>
  <PPRESSRUN>{1,1}</PPRESSRUN>
  <PPRICE>{1,1}</PPRICE>
  <PRELATIONSWITHPUBLISHER RELATIONSHIPTYPE="">{1,1}</PRELATIONSWITHPUBLISHER>
  <PSUBMISSIONSREJECTIONS>{1,1}</PSUBMISSIONSREJECTIONS>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <SOCALLED>{1,1}</SOCALLED>
  <TGENRE GENRENAME="">{1,1}</TGENRE>
  <TITLE LEVEL="" REF="" REG="" REND="" STANDARD="">{1,1}</TITLE>
  <TTHEMETOPIC ID="" REG="">{1,1}</TTHEMETOPIC>
</PCONTRACT>
Attributes
QName Type Use
ID xs:NCName optional
Source
<xs:element name="PCONTRACT">
  <xs:annotation>
    <xs:documentation>This element captures descriptions of the formal or informal agreement between a writer and a publisher.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="BIBCITS"/>
      <xs:element ref="DATE"/>
      <xs:element ref="DATERANGE"/>
      <xs:element ref="NAME"/>
      <xs:element ref="ORGNAME"/>
      <xs:element ref="PARCHIVALLOCATION"/>
      <xs:element ref="PATTITUDES"/>
      <xs:element ref="PAUTHORSHIP"/>
      <xs:element ref="PCIRCULATION"/>
      <xs:element ref="PCOPYRIGHT"/>
      <xs:element ref="PEARNINGS"/>
      <xs:element ref="PEDITIONS"/>
      <xs:element ref="PLACE"/>
      <xs:element ref="PMATERIALCONDITIONS"/>
      <xs:element ref="PMOTIVES"/>
      <xs:element ref="PNONBOOKMEDIA"/>
      <xs:element ref="PPERIODICALPUBLICATION"/>
      <xs:element ref="PPRESSRUN"/>
      <xs:element ref="PPRICE"/>
      <xs:element ref="PRELATIONSWITHPUBLISHER"/>
      <xs:element ref="PSUBMISSIONSREJECTIONS"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="SOCALLED"/>
      <xs:element ref="TGENRE"/>
      <xs:element ref="TITLE"/>
      <xs:element ref="TTHEMETOPIC"/>
    </xs:choice>
    <xs:attribute name="ID" type="xs:NCName"/>
  </xs:complexType>
</xs:element>
[ top ]
Element PCOPYRIGHT
Namespace No namespace
Annotations
This element captures all information about the nature of the
copyright of the text and the relationship of the text to copyright.
Diagram
Diagram index.tmp#BIBCITS index.tmp#DATE index.tmp#DATERANGE index.tmp#NAME index.tmp#ORGNAME index.tmp#PATTITUDES index.tmp#PAUTHORSHIP index.tmp#PCIRCULATION index.tmp#PCONTRACT index.tmp#PEARNINGS index.tmp#PEDITIONS index.tmp#PLACE index.tmp#PMATERIALCONDITIONS index.tmp#PMODEOFPUBLICATION index.tmp#PMOTIVES index.tmp#PNONSURVIVAL index.tmp#PPLACEOFPUBLICATION index.tmp#PPRESSRUN index.tmp#PPRICE index.tmp#PRARITIESFEATURESDECORATIONS index.tmp#PRELATIONSWITHPUBLISHER index.tmp#PSERIALIZATION index.tmp#QUOTE index.tmp#RESEARCHNOTE index.tmp#SCHOLARNOTE index.tmp#SOCALLED index.tmp#TGENRE index.tmp#TITLE index.tmp#TTHEMETOPIC
Properties
content complex
mixed true
Used by
Model
Children BIBCITS, DATE, DATERANGE, NAME, ORGNAME, PATTITUDES, PAUTHORSHIP, PCIRCULATION, PCONTRACT, PEARNINGS, PEDITIONS, PLACE, PMATERIALCONDITIONS, PMODEOFPUBLICATION, PMOTIVES, PNONSURVIVAL, PPLACEOFPUBLICATION, PPRESSRUN, PPRICE, PRARITIESFEATURESDECORATIONS, PRELATIONSWITHPUBLISHER, PSERIALIZATION, QUOTE, RESEARCHNOTE, SCHOLARNOTE, SOCALLED, TGENRE, TITLE, TTHEMETOPIC
Instance
<PCOPYRIGHT>
  <BIBCITS ID="">{1,1}</BIBCITS>
  <DATE CALENDAR="NEWSTYLE" CERTAINTY="CERT" ID="" VALUE="">{1,1}</DATE>
  <DATERANGE CALENDAR="NEWSTYLE" CERTAINTY="CERT" EXACT="" FROM="" ID="" TO="">{1,1}</DATERANGE>
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <ORGNAME ORGTYPE="" REF="" REG="" STANDARD="" URI="">{1,1}</ORGNAME>
  <PATTITUDES>{1,1}</PATTITUDES>
  <PAUTHORSHIP AUTHORNAMETYPE="" AUTHORSHIPCONTROVERSY="" COLLABORATION="" CONTROVERSYDATE="">{1,1}</PAUTHORSHIP>
  <PCIRCULATION>{1,1}</PCIRCULATION>
  <PCONTRACT ID="">{1,1}</PCONTRACT>
  <PEARNINGS>{1,1}</PEARNINGS>
  <PEDITIONS>{1,1}</PEDITIONS>
  <PLACE ID="" LAT="" LONG="" REF="">{1,1}</PLACE>
  <PMATERIALCONDITIONS DISPLACEMENT="">{1,1}</PMATERIALCONDITIONS>
  <PMODEOFPUBLICATION PUBLICATIONMODE="">{1,1}</PMODEOFPUBLICATION>
  <PMOTIVES ID="" MOTIVETYPE="">{1,1}</PMOTIVES>
  <PNONSURVIVAL TYPEOFNONSURVIVAL="">{1,1}</PNONSURVIVAL>
  <PPLACEOFPUBLICATION>{1,1}</PPLACEOFPUBLICATION>
  <PPRESSRUN>{1,1}</PPRESSRUN>
  <PPRICE>{1,1}</PPRICE>
  <PRARITIESFEATURESDECORATIONS>{1,1}</PRARITIESFEATURESDECORATIONS>
  <PRELATIONSWITHPUBLISHER RELATIONSHIPTYPE="">{1,1}</PRELATIONSWITHPUBLISHER>
  <PSERIALIZATION FORMOFSERIALIZATION="">{1,1}</PSERIALIZATION>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <SCHOLARNOTE>{1,1}</SCHOLARNOTE>
  <SOCALLED>{1,1}</SOCALLED>
  <TGENRE GENRENAME="">{1,1}</TGENRE>
  <TITLE LEVEL="" REF="" REG="" REND="" STANDARD="">{1,1}</TITLE>
  <TTHEMETOPIC ID="" REG="">{1,1}</TTHEMETOPIC>
</PCOPYRIGHT>
Source
<xs:element name="PCOPYRIGHT">
  <xs:annotation>
    <xs:documentation>This element captures all information about the nature of the copyright of the text and the relationship of the text to copyright.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="BIBCITS"/>
      <xs:element ref="DATE"/>
      <xs:element ref="DATERANGE"/>
      <xs:element ref="NAME"/>
      <xs:element ref="ORGNAME"/>
      <xs:element ref="PATTITUDES"/>
      <xs:element ref="PAUTHORSHIP"/>
      <xs:element ref="PCIRCULATION"/>
      <xs:element ref="PCONTRACT"/>
      <xs:element ref="PEARNINGS"/>
      <xs:element ref="PEDITIONS"/>
      <xs:element ref="PLACE"/>
      <xs:element ref="PMATERIALCONDITIONS"/>
      <xs:element ref="PMODEOFPUBLICATION"/>
      <xs:element ref="PMOTIVES"/>
      <xs:element ref="PNONSURVIVAL"/>
      <xs:element ref="PPLACEOFPUBLICATION"/>
      <xs:element ref="PPRESSRUN"/>
      <xs:element ref="PPRICE"/>
      <xs:element ref="PRARITIESFEATURESDECORATIONS"/>
      <xs:element ref="PRELATIONSWITHPUBLISHER"/>
      <xs:element ref="PSERIALIZATION"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="RESEARCHNOTE"/>
      <xs:element ref="SCHOLARNOTE"/>
      <xs:element ref="SOCALLED"/>
      <xs:element ref="TGENRE"/>
      <xs:element ref="TITLE"/>
      <xs:element ref="TTHEMETOPIC"/>
    </xs:choice>
  </xs:complexType>
</xs:element>
[ top ]
Element PEARNINGS
Namespace No namespace
Annotations
This element comments both on the value/amount of her earnings
and her attitude towards the earnings.
Diagram
Diagram index.tmp#BIBCITS index.tmp#DATE index.tmp#DATERANGE index.tmp#EMPH index.tmp#FOREIGN index.tmp#NAME index.tmp#ORGNAME index.tmp#PADVERTISING index.tmp#PANTHOLOGIZATION index.tmp#PARCHIVALLOCATION index.tmp#PATTITUDES index.tmp#PAUTHORSHIP index.tmp#PCIRCULATION index.tmp#PCONTRACT index.tmp#PCOPYRIGHT index.tmp#PEDITIONS index.tmp#PLACE index.tmp#PMANUSCRIPTHISTORY index.tmp#PMATERIALCONDITIONS index.tmp#PMODEOFPUBLICATION index.tmp#PMOTIVES index.tmp#PNONBOOKMEDIA index.tmp#PNONSURVIVAL index.tmp#PPERFORMANCE index.tmp#PPERIODICALPUBLICATION index.tmp#PPLACEOFPUBLICATION index.tmp#PPRESSRUN index.tmp#PPRICE index.tmp#PRARITIESFEATURESDECORATIONS index.tmp#PRELATIONSWITHPUBLISHER index.tmp#PSERIALIZATION index.tmp#PSUBMISSIONSREJECTIONS index.tmp#QUOTE index.tmp#RESEARCHNOTE index.tmp#RPENALTIES index.tmp#RRECOGNITIONNAME index.tmp#RRECOGNITIONSANDAWARDS index.tmp#RRECOGNITIONVALUE index.tmp#RRESPONSES index.tmp#RSELFDESCRIPTION index.tmp#SCHOLARNOTE index.tmp#SOCALLED index.tmp#TCHARACTERTYPEROLE index.tmp#TGENRE index.tmp#TITLE index.tmp#TSETTINGPLACE index.tmp#TTHEMETOPIC
Properties
content complex
mixed true
Used by
Model
Children BIBCITS, DATE, DATERANGE, EMPH, FOREIGN, NAME, ORGNAME, PADVERTISING, PANTHOLOGIZATION, PARCHIVALLOCATION, PATTITUDES, PAUTHORSHIP, PCIRCULATION, PCONTRACT, PCOPYRIGHT, PEDITIONS, PLACE, PMANUSCRIPTHISTORY, PMATERIALCONDITIONS, PMODEOFPUBLICATION, PMOTIVES, PNONBOOKMEDIA, PNONSURVIVAL, PPERFORMANCE, PPERIODICALPUBLICATION, PPLACEOFPUBLICATION, PPRESSRUN, PPRICE, PRARITIESFEATURESDECORATIONS, PRELATIONSWITHPUBLISHER, PSERIALIZATION, PSUBMISSIONSREJECTIONS, QUOTE, RESEARCHNOTE, RPENALTIES, RRECOGNITIONNAME, RRECOGNITIONSANDAWARDS, RRECOGNITIONVALUE, RRESPONSES, RSELFDESCRIPTION, SCHOLARNOTE, SOCALLED, TCHARACTERTYPEROLE, TGENRE, TITLE, TSETTINGPLACE, TTHEMETOPIC
Instance
<PEARNINGS>
  <BIBCITS ID="">{1,1}</BIBCITS>
  <DATE CALENDAR="NEWSTYLE" CERTAINTY="CERT" ID="" VALUE="">{1,1}</DATE>
  <DATERANGE CALENDAR="NEWSTYLE" CERTAINTY="CERT" EXACT="" FROM="" ID="" TO="">{1,1}</DATERANGE>
  <EMPH>{1,1}</EMPH>
  <FOREIGN LANG="" REG="">{1,1}</FOREIGN>
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <ORGNAME ORGTYPE="" REF="" REG="" STANDARD="" URI="">{1,1}</ORGNAME>
  <PADVERTISING>{1,1}</PADVERTISING>
  <PANTHOLOGIZATION>{1,1}</PANTHOLOGIZATION>
  <PARCHIVALLOCATION>{1,1}</PARCHIVALLOCATION>
  <PATTITUDES>{1,1}</PATTITUDES>
  <PAUTHORSHIP AUTHORNAMETYPE="" AUTHORSHIPCONTROVERSY="" COLLABORATION="" CONTROVERSYDATE="">{1,1}</PAUTHORSHIP>
  <PCIRCULATION>{1,1}</PCIRCULATION>
  <PCONTRACT ID="">{1,1}</PCONTRACT>
  <PCOPYRIGHT>{1,1}</PCOPYRIGHT>
  <PEDITIONS>{1,1}</PEDITIONS>
  <PLACE ID="" LAT="" LONG="" REF="">{1,1}</PLACE>
  <PMANUSCRIPTHISTORY>{1,1}</PMANUSCRIPTHISTORY>
  <PMATERIALCONDITIONS DISPLACEMENT="">{1,1}</PMATERIALCONDITIONS>
  <PMODEOFPUBLICATION PUBLICATIONMODE="">{1,1}</PMODEOFPUBLICATION>
  <PMOTIVES ID="" MOTIVETYPE="">{1,1}</PMOTIVES>
  <PNONBOOKMEDIA MEDIATYPE="">{1,1}</PNONBOOKMEDIA>
  <PNONSURVIVAL TYPEOFNONSURVIVAL="">{1,1}</PNONSURVIVAL>
  <PPERFORMANCE>{1,1}</PPERFORMANCE>
  <PPERIODICALPUBLICATION>{1,1}</PPERIODICALPUBLICATION>
  <PPLACEOFPUBLICATION>{1,1}</PPLACEOFPUBLICATION>
  <PPRESSRUN>{1,1}</PPRESSRUN>
  <PPRICE>{1,1}</PPRICE>
  <PRARITIESFEATURESDECORATIONS>{1,1}</PRARITIESFEATURESDECORATIONS>
  <PRELATIONSWITHPUBLISHER RELATIONSHIPTYPE="">{1,1}</PRELATIONSWITHPUBLISHER>
  <PSERIALIZATION FORMOFSERIALIZATION="">{1,1}</PSERIALIZATION>
  <PSUBMISSIONSREJECTIONS>{1,1}</PSUBMISSIONSREJECTIONS>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <RPENALTIES CENSORSHIP="" CONTROVERSY="">{1,1}</RPENALTIES>
  <RRECOGNITIONNAME REG="">{1,1}</RRECOGNITIONNAME>
  <RRECOGNITIONSANDAWARDS>{1,1}</RRECOGNITIONSANDAWARDS>
  <RRECOGNITIONVALUE>{1,1}</RRECOGNITIONVALUE>
  <RRESPONSES FORMALITY="" GENDEREDRESPONSE="" RESPONSETYPE="">{1,1}</RRESPONSES>
  <RSELFDESCRIPTION>{1,1}</RSELFDESCRIPTION>
  <SCHOLARNOTE>{1,1}</SCHOLARNOTE>
  <SOCALLED>{1,1}</SOCALLED>
  <TCHARACTERTYPEROLE PROTAGONIST="">{1,1}</TCHARACTERTYPEROLE>
  <TGENRE GENRENAME="">{1,1}</TGENRE>
  <TITLE LEVEL="" REF="" REG="" REND="" STANDARD="">{1,1}</TITLE>
  <TSETTINGPLACE SETTINGCLASS="" SETTINGPLACETYPE="">{1,1}</TSETTINGPLACE>
  <TTHEMETOPIC ID="" REG="">{1,1}</TTHEMETOPIC>
</PEARNINGS>
Source
<xs:element name="PEARNINGS">
  <xs:annotation>
    <xs:documentation>This element comments both on the value/amount of her earnings and her attitude towards the earnings.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="BIBCITS"/>
      <xs:element ref="DATE"/>
      <xs:element ref="DATERANGE"/>
      <xs:element ref="EMPH"/>
      <xs:element ref="FOREIGN"/>
      <xs:element ref="NAME"/>
      <xs:element ref="ORGNAME"/>
      <xs:element ref="PADVERTISING"/>
      <xs:element ref="PANTHOLOGIZATION"/>
      <xs:element ref="PARCHIVALLOCATION"/>
      <xs:element ref="PATTITUDES"/>
      <xs:element ref="PAUTHORSHIP"/>
      <xs:element ref="PCIRCULATION"/>
      <xs:element ref="PCONTRACT"/>
      <xs:element ref="PCOPYRIGHT"/>
      <xs:element ref="PEDITIONS"/>
      <xs:element ref="PLACE"/>
      <xs:element ref="PMANUSCRIPTHISTORY"/>
      <xs:element ref="PMATERIALCONDITIONS"/>
      <xs:element ref="PMODEOFPUBLICATION"/>
      <xs:element ref="PMOTIVES"/>
      <xs:element ref="PNONBOOKMEDIA"/>
      <xs:element ref="PNONSURVIVAL"/>
      <xs:element ref="PPERFORMANCE"/>
      <xs:element ref="PPERIODICALPUBLICATION"/>
      <xs:element ref="PPLACEOFPUBLICATION"/>
      <xs:element ref="PPRESSRUN"/>
      <xs:element ref="PPRICE"/>
      <xs:element ref="PRARITIESFEATURESDECORATIONS"/>
      <xs:element ref="PRELATIONSWITHPUBLISHER"/>
      <xs:element ref="PSERIALIZATION"/>
      <xs:element ref="PSUBMISSIONSREJECTIONS"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="RESEARCHNOTE"/>
      <xs:element ref="RPENALTIES"/>
      <xs:element ref="RRECOGNITIONNAME"/>
      <xs:element ref="RRECOGNITIONSANDAWARDS"/>
      <xs:element ref="RRECOGNITIONVALUE"/>
      <xs:element ref="RRESPONSES"/>
      <xs:element ref="RSELFDESCRIPTION"/>
      <xs:element ref="SCHOLARNOTE"/>
      <xs:element ref="SOCALLED"/>
      <xs:element ref="TCHARACTERTYPEROLE"/>
      <xs:element ref="TGENRE"/>
      <xs:element ref="TITLE"/>
      <xs:element ref="TSETTINGPLACE"/>
      <xs:element ref="TTHEMETOPIC"/>
    </xs:choice>
  </xs:complexType>
</xs:element>
[ top ]
Element PEDITIONS
Namespace No namespace
Annotations
This element captures information about the nature of the editions
that a text went through. This can also provide a space to talk about bowdlerization, revisions, emendations, the author's preference for certain
editions, or which edition is preferable from a scholarly point of view because of completeness.
Diagram
Diagram index.tmp#BIBCITS index.tmp#DATE index.tmp#DATERANGE index.tmp#EMPH index.tmp#KEYWORDCLASS index.tmp#NAME index.tmp#ORGNAME index.tmp#PADVERTISING index.tmp#PANTHOLOGIZATION index.tmp#PARCHIVALLOCATION index.tmp#PATTITUDES index.tmp#PAUTHORSHIP index.tmp#PCIRCULATION index.tmp#PCONTRACT index.tmp#PCOPYRIGHT index.tmp#PDEDICATION index.tmp#PEARNINGS index.tmp#PINFLUENCESHER index.tmp#PLACE index.tmp#PLASTLITERARYACTIVITY index.tmp#PLITERARYMOVEMENTS index.tmp#PMANUSCRIPTHISTORY index.tmp#PMATERIALCONDITIONS index.tmp#PMODEOFPUBLICATION index.tmp#PMOTIVES index.tmp#PNONBOOKMEDIA index.tmp#PNONSURVIVAL index.tmp#PPERFORMANCE index.tmp#PPERIODICALPUBLICATION index.tmp#PPLACEOFPUBLICATION index.tmp#PPRESSRUN index.tmp#PPRICE index.tmp#PRARITIESFEATURESDECORATIONS index.tmp#PRELATIONSWITHPUBLISHER index.tmp#PSERIALIZATION index.tmp#PSUBMISSIONSREJECTIONS index.tmp#PTYPEOFPRESS index.tmp#QUOTE index.tmp#RDESTRUCTIONOFWORK index.tmp#RESEARCHNOTE index.tmp#RPENALTIES index.tmp#RRECOGNITIONSANDAWARDS index.tmp#RRESPONSES index.tmp#RSELFDESCRIPTION index.tmp#RSHEINFLUENCED index.tmp#SCHOLARNOTE index.tmp#SOCALLED index.tmp#TCHARACTERNAME index.tmp#TGENRE index.tmp#TGENREISSUE index.tmp#TINTERTEXTUALITY index.tmp#TITLE index.tmp#TMOTIF index.tmp#TOPIC index.tmp#TSETTINGPLACE index.tmp#TTECHNIQUES index.tmp#TTHEMETOPIC index.tmp#TTONESTYLE index.tmp#TVOICENARRATION index.tmp#XREF
Properties
content complex
mixed true
Used by
Model
Children BIBCITS, DATE, DATERANGE, EMPH, KEYWORDCLASS, NAME, ORGNAME, PADVERTISING, PANTHOLOGIZATION, PARCHIVALLOCATION, PATTITUDES, PAUTHORSHIP, PCIRCULATION, PCONTRACT, PCOPYRIGHT, PDEDICATION, PEARNINGS, PINFLUENCESHER, PLACE, PLASTLITERARYACTIVITY, PLITERARYMOVEMENTS, PMANUSCRIPTHISTORY, PMATERIALCONDITIONS, PMODEOFPUBLICATION, PMOTIVES, PNONBOOKMEDIA, PNONSURVIVAL, PPERFORMANCE, PPERIODICALPUBLICATION, PPLACEOFPUBLICATION, PPRESSRUN, PPRICE, PRARITIESFEATURESDECORATIONS, PRELATIONSWITHPUBLISHER, PSERIALIZATION, PSUBMISSIONSREJECTIONS, PTYPEOFPRESS, QUOTE, RDESTRUCTIONOFWORK, RESEARCHNOTE, RPENALTIES, RRECOGNITIONSANDAWARDS, RRESPONSES, RSELFDESCRIPTION, RSHEINFLUENCED, SCHOLARNOTE, SOCALLED, TCHARACTERNAME, TGENRE, TGENREISSUE, TINTERTEXTUALITY, TITLE, TMOTIF, TOPIC, TSETTINGPLACE, TTECHNIQUES, TTHEMETOPIC, TTONESTYLE, TVOICENARRATION, XREF
Instance
<PEDITIONS>
  <BIBCITS ID="">{1,1}</BIBCITS>
  <DATE CALENDAR="NEWSTYLE" CERTAINTY="CERT" ID="" VALUE="">{1,1}</DATE>
  <DATERANGE CALENDAR="NEWSTYLE" CERTAINTY="CERT" EXACT="" FROM="" ID="" TO="">{1,1}</DATERANGE>
  <EMPH>{1,1}</EMPH>
  <KEYWORDCLASS KEYWORDTYPE="">{1,1}</KEYWORDCLASS>
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <ORGNAME ORGTYPE="" REF="" REG="" STANDARD="" URI="">{1,1}</ORGNAME>
  <PADVERTISING>{1,1}</PADVERTISING>
  <PANTHOLOGIZATION>{1,1}</PANTHOLOGIZATION>
  <PARCHIVALLOCATION>{1,1}</PARCHIVALLOCATION>
  <PATTITUDES>{1,1}</PATTITUDES>
  <PAUTHORSHIP AUTHORNAMETYPE="" AUTHORSHIPCONTROVERSY="" COLLABORATION="" CONTROVERSYDATE="">{1,1}</PAUTHORSHIP>
  <PCIRCULATION>{1,1}</PCIRCULATION>
  <PCONTRACT ID="">{1,1}</PCONTRACT>
  <PCOPYRIGHT>{1,1}</PCOPYRIGHT>
  <PDEDICATION>{1,1}</PDEDICATION>
  <PEARNINGS>{1,1}</PEARNINGS>
  <PINFLUENCESHER INFLUENCETYPE="">{1,1}</PINFLUENCESHER>
  <PLACE ID="" LAT="" LONG="" REF="">{1,1}</PLACE>
  <PLASTLITERARYACTIVITY>{1,1}</PLASTLITERARYACTIVITY>
  <PLITERARYMOVEMENTS INVOLVEMENT="INVOLVEMENTYES" REG="">{1,1}</PLITERARYMOVEMENTS>
  <PMANUSCRIPTHISTORY>{1,1}</PMANUSCRIPTHISTORY>
  <PMATERIALCONDITIONS DISPLACEMENT="">{1,1}</PMATERIALCONDITIONS>
  <PMODEOFPUBLICATION PUBLICATIONMODE="">{1,1}</PMODEOFPUBLICATION>
  <PMOTIVES ID="" MOTIVETYPE="">{1,1}</PMOTIVES>
  <PNONBOOKMEDIA MEDIATYPE="">{1,1}</PNONBOOKMEDIA>
  <PNONSURVIVAL TYPEOFNONSURVIVAL="">{1,1}</PNONSURVIVAL>
  <PPERFORMANCE>{1,1}</PPERFORMANCE>
  <PPERIODICALPUBLICATION>{1,1}</PPERIODICALPUBLICATION>
  <PPLACEOFPUBLICATION>{1,1}</PPLACEOFPUBLICATION>
  <PPRESSRUN>{1,1}</PPRESSRUN>
  <PPRICE>{1,1}</PPRICE>
  <PRARITIESFEATURESDECORATIONS>{1,1}</PRARITIESFEATURESDECORATIONS>
  <PRELATIONSWITHPUBLISHER RELATIONSHIPTYPE="">{1,1}</PRELATIONSWITHPUBLISHER>
  <PSERIALIZATION FORMOFSERIALIZATION="">{1,1}</PSERIALIZATION>
  <PSUBMISSIONSREJECTIONS>{1,1}</PSUBMISSIONSREJECTIONS>
  <PTYPEOFPRESS>{1,1}</PTYPEOFPRESS>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <RDESTRUCTIONOFWORK DESTROYEDBY="">{1,1}</RDESTRUCTIONOFWORK>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <RPENALTIES CENSORSHIP="" CONTROVERSY="">{1,1}</RPENALTIES>
  <RRECOGNITIONSANDAWARDS>{1,1}</RRECOGNITIONSANDAWARDS>
  <RRESPONSES FORMALITY="" GENDEREDRESPONSE="" RESPONSETYPE="">{1,1}</RRESPONSES>
  <RSELFDESCRIPTION>{1,1}</RSELFDESCRIPTION>
  <RSHEINFLUENCED>{1,1}</RSHEINFLUENCED>
  <SCHOLARNOTE>{1,1}</SCHOLARNOTE>
  <SOCALLED>{1,1}</SOCALLED>
  <TCHARACTERNAME REG="">{1,1}</TCHARACTERNAME>
  <TGENRE GENRENAME="">{1,1}</TGENRE>
  <TGENREISSUE>{1,1}</TGENREISSUE>
  <TINTERTEXTUALITY GENDEROFAUTHOR="" INTERTEXTTYPE="">{1,1}</TINTERTEXTUALITY>
  <TITLE LEVEL="" REF="" REG="" REND="" STANDARD="">{1,1}</TITLE>
  <TMOTIF MOTIFNAME="">{1,1}</TMOTIF>
  <TOPIC STANDARD="">{1,1}</TOPIC>
  <TSETTINGPLACE SETTINGCLASS="" SETTINGPLACETYPE="">{1,1}</TSETTINGPLACE>
  <TTECHNIQUES TECHNIQUETYPE="">{1,1}</TTECHNIQUES>
  <TTHEMETOPIC ID="" REG="">{1,1}</TTHEMETOPIC>
  <TTONESTYLE EXPERIMENTAL="">{1,1}</TTONESTYLE>
  <TVOICENARRATION>{1,1}</TVOICENARRATION>
  <XREF RESP="" URL="">{1,1}</XREF>
</PEDITIONS>
Source
<xs:element name="PEDITIONS">
  <xs:annotation>
    <xs:documentation>This element captures information about the nature of the editions that a text went through. This can also provide a space to talk about bowdlerization, revisions, emendations, the author's preference for certain editions, or which edition is preferable from a scholarly point of view because of completeness.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="BIBCITS"/>
      <xs:element ref="DATE"/>
      <xs:element ref="DATERANGE"/>
      <xs:element ref="EMPH"/>
      <xs:element ref="KEYWORDCLASS"/>
      <xs:element ref="NAME"/>
      <xs:element ref="ORGNAME"/>
      <xs:element ref="PADVERTISING"/>
      <xs:element ref="PANTHOLOGIZATION"/>
      <xs:element ref="PARCHIVALLOCATION"/>
      <xs:element ref="PATTITUDES"/>
      <xs:element ref="PAUTHORSHIP"/>
      <xs:element ref="PCIRCULATION"/>
      <xs:element ref="PCONTRACT"/>
      <xs:element ref="PCOPYRIGHT"/>
      <xs:element ref="PDEDICATION"/>
      <xs:element ref="PEARNINGS"/>
      <xs:element ref="PINFLUENCESHER"/>
      <xs:element ref="PLACE"/>
      <xs:element ref="PLASTLITERARYACTIVITY"/>
      <xs:element ref="PLITERARYMOVEMENTS"/>
      <xs:element ref="PMANUSCRIPTHISTORY"/>
      <xs:element ref="PMATERIALCONDITIONS"/>
      <xs:element ref="PMODEOFPUBLICATION"/>
      <xs:element ref="PMOTIVES"/>
      <xs:element ref="PNONBOOKMEDIA"/>
      <xs:element ref="PNONSURVIVAL"/>
      <xs:element ref="PPERFORMANCE"/>
      <xs:element ref="PPERIODICALPUBLICATION"/>
      <xs:element ref="PPLACEOFPUBLICATION"/>
      <xs:element ref="PPRESSRUN"/>
      <xs:element ref="PPRICE"/>
      <xs:element ref="PRARITIESFEATURESDECORATIONS"/>
      <xs:element ref="PRELATIONSWITHPUBLISHER"/>
      <xs:element ref="PSERIALIZATION"/>
      <xs:element ref="PSUBMISSIONSREJECTIONS"/>
      <xs:element ref="PTYPEOFPRESS"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="RDESTRUCTIONOFWORK"/>
      <xs:element ref="RESEARCHNOTE"/>
      <xs:element ref="RPENALTIES"/>
      <xs:element ref="RRECOGNITIONSANDAWARDS"/>
      <xs:element ref="RRESPONSES"/>
      <xs:element ref="RSELFDESCRIPTION"/>
      <xs:element ref="RSHEINFLUENCED"/>
      <xs:element ref="SCHOLARNOTE"/>
      <xs:element ref="SOCALLED"/>
      <xs:element ref="TCHARACTERNAME"/>
      <xs:element ref="TGENRE"/>
      <xs:element ref="TGENREISSUE"/>
      <xs:element ref="TINTERTEXTUALITY"/>
      <xs:element ref="TITLE"/>
      <xs:element ref="TMOTIF"/>
      <xs:element ref="TOPIC"/>
      <xs:element ref="TSETTINGPLACE"/>
      <xs:element ref="TTECHNIQUES"/>
      <xs:element ref="TTHEMETOPIC"/>
      <xs:element ref="TTONESTYLE"/>
      <xs:element ref="TVOICENARRATION"/>
      <xs:element ref="XREF"/>
    </xs:choice>
  </xs:complexType>
</xs:element>
[ top ]
Element PDEDICATION
Namespace No namespace
Annotations
This element is used to indicate a dedication of a
work.
Diagram
Diagram index.tmp#BIBCITS index.tmp#DATE index.tmp#DATERANGE index.tmp#KEYWORDCLASS index.tmp#NAME index.tmp#ORGNAME index.tmp#PADVERTISING index.tmp#PARCHIVALLOCATION index.tmp#PATTITUDES index.tmp#PAUTHORSHIP index.tmp#PEARNINGS index.tmp#PEDITIONS index.tmp#PFIRSTLITERARYACTIVITY index.tmp#PINFLUENCESHER index.tmp#PLACE index.tmp#PLASTLITERARYACTIVITY index.tmp#PMANUSCRIPTHISTORY index.tmp#PMATERIALCONDITIONS index.tmp#PMODEOFPUBLICATION index.tmp#PMOTIVES index.tmp#PPERIODICALPUBLICATION index.tmp#PPLACEOFPUBLICATION index.tmp#PPRICE index.tmp#PRARITIESFEATURESDECORATIONS index.tmp#PRELATIONSWITHPUBLISHER index.tmp#PSERIALIZATION index.tmp#PSUBMISSIONSREJECTIONS index.tmp#QUOTE index.tmp#RBESTKNOWNWORK index.tmp#RDESTRUCTIONOFWORK index.tmp#RESEARCHNOTE index.tmp#RLANDMARKTEXT index.tmp#RRECOGNITIONSANDAWARDS index.tmp#RRESPONSES index.tmp#RSELFDESCRIPTION index.tmp#SCHOLARNOTE index.tmp#SOCALLED index.tmp#TCHARACTERIZATION index.tmp#TCHARACTERNAME index.tmp#TCHARACTERTYPEROLE index.tmp#TGENRE index.tmp#TINTERTEXTUALITY index.tmp#TITLE index.tmp#TMOTIF index.tmp#TOPIC index.tmp#TSETTINGDATE index.tmp#TSETTINGPLACE index.tmp#TTECHNIQUES index.tmp#TTHEMETOPIC index.tmp#TTONESTYLE index.tmp#TVOICENARRATION
Properties
content complex
mixed true
Used by
Model
Children BIBCITS, DATE, DATERANGE, KEYWORDCLASS, NAME, ORGNAME, PADVERTISING, PARCHIVALLOCATION, PATTITUDES, PAUTHORSHIP, PEARNINGS, PEDITIONS, PFIRSTLITERARYACTIVITY, PINFLUENCESHER, PLACE, PLASTLITERARYACTIVITY, PMANUSCRIPTHISTORY, PMATERIALCONDITIONS, PMODEOFPUBLICATION, PMOTIVES, PPERIODICALPUBLICATION, PPLACEOFPUBLICATION, PPRICE, PRARITIESFEATURESDECORATIONS, PRELATIONSWITHPUBLISHER, PSERIALIZATION, PSUBMISSIONSREJECTIONS, QUOTE, RBESTKNOWNWORK, RDESTRUCTIONOFWORK, RESEARCHNOTE, RLANDMARKTEXT, RRECOGNITIONSANDAWARDS, RRESPONSES, RSELFDESCRIPTION, SCHOLARNOTE, SOCALLED, TCHARACTERIZATION, TCHARACTERNAME, TCHARACTERTYPEROLE, TGENRE, TINTERTEXTUALITY, TITLE, TMOTIF, TOPIC, TSETTINGDATE, TSETTINGPLACE, TTECHNIQUES, TTHEMETOPIC, TTONESTYLE, TVOICENARRATION
Instance
<PDEDICATION>
  <BIBCITS ID="">{1,1}</BIBCITS>
  <DATE CALENDAR="NEWSTYLE" CERTAINTY="CERT" ID="" VALUE="">{1,1}</DATE>
  <DATERANGE CALENDAR="NEWSTYLE" CERTAINTY="CERT" EXACT="" FROM="" ID="" TO="">{1,1}</DATERANGE>
  <KEYWORDCLASS KEYWORDTYPE="">{1,1}</KEYWORDCLASS>
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <ORGNAME ORGTYPE="" REF="" REG="" STANDARD="" URI="">{1,1}</ORGNAME>
  <PADVERTISING>{1,1}</PADVERTISING>
  <PARCHIVALLOCATION>{1,1}</PARCHIVALLOCATION>
  <PATTITUDES>{1,1}</PATTITUDES>
  <PAUTHORSHIP AUTHORNAMETYPE="" AUTHORSHIPCONTROVERSY="" COLLABORATION="" CONTROVERSYDATE="">{1,1}</PAUTHORSHIP>
  <PEARNINGS>{1,1}</PEARNINGS>
  <PEDITIONS>{1,1}</PEDITIONS>
  <PFIRSTLITERARYACTIVITY>{1,1}</PFIRSTLITERARYACTIVITY>
  <PINFLUENCESHER INFLUENCETYPE="">{1,1}</PINFLUENCESHER>
  <PLACE ID="" LAT="" LONG="" REF="">{1,1}</PLACE>
  <PLASTLITERARYACTIVITY>{1,1}</PLASTLITERARYACTIVITY>
  <PMANUSCRIPTHISTORY>{1,1}</PMANUSCRIPTHISTORY>
  <PMATERIALCONDITIONS DISPLACEMENT="">{1,1}</PMATERIALCONDITIONS>
  <PMODEOFPUBLICATION PUBLICATIONMODE="">{1,1}</PMODEOFPUBLICATION>
  <PMOTIVES ID="" MOTIVETYPE="">{1,1}</PMOTIVES>
  <PPERIODICALPUBLICATION>{1,1}</PPERIODICALPUBLICATION>
  <PPLACEOFPUBLICATION>{1,1}</PPLACEOFPUBLICATION>
  <PPRICE>{1,1}</PPRICE>
  <PRARITIESFEATURESDECORATIONS>{1,1}</PRARITIESFEATURESDECORATIONS>
  <PRELATIONSWITHPUBLISHER RELATIONSHIPTYPE="">{1,1}</PRELATIONSWITHPUBLISHER>
  <PSERIALIZATION FORMOFSERIALIZATION="">{1,1}</PSERIALIZATION>
  <PSUBMISSIONSREJECTIONS>{1,1}</PSUBMISSIONSREJECTIONS>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <RBESTKNOWNWORK>{1,1}</RBESTKNOWNWORK>
  <RDESTRUCTIONOFWORK DESTROYEDBY="">{1,1}</RDESTRUCTIONOFWORK>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <RLANDMARKTEXT>{1,1}</RLANDMARKTEXT>
  <RRECOGNITIONSANDAWARDS>{1,1}</RRECOGNITIONSANDAWARDS>
  <RRESPONSES FORMALITY="" GENDEREDRESPONSE="" RESPONSETYPE="">{1,1}</RRESPONSES>
  <RSELFDESCRIPTION>{1,1}</RSELFDESCRIPTION>
  <SCHOLARNOTE>{1,1}</SCHOLARNOTE>
  <SOCALLED>{1,1}</SOCALLED>
  <TCHARACTERIZATION>{1,1}</TCHARACTERIZATION>
  <TCHARACTERNAME REG="">{1,1}</TCHARACTERNAME>
  <TCHARACTERTYPEROLE PROTAGONIST="">{1,1}</TCHARACTERTYPEROLE>
  <TGENRE GENRENAME="">{1,1}</TGENRE>
  <TINTERTEXTUALITY GENDEROFAUTHOR="" INTERTEXTTYPE="">{1,1}</TINTERTEXTUALITY>
  <TITLE LEVEL="" REF="" REG="" REND="" STANDARD="">{1,1}</TITLE>
  <TMOTIF MOTIFNAME="">{1,1}</TMOTIF>
  <TOPIC STANDARD="">{1,1}</TOPIC>
  <TSETTINGDATE SETTINGDATETYPE="">{1,1}</TSETTINGDATE>
  <TSETTINGPLACE SETTINGCLASS="" SETTINGPLACETYPE="">{1,1}</TSETTINGPLACE>
  <TTECHNIQUES TECHNIQUETYPE="">{1,1}</TTECHNIQUES>
  <TTHEMETOPIC ID="" REG="">{1,1}</TTHEMETOPIC>
  <TTONESTYLE EXPERIMENTAL="">{1,1}</TTONESTYLE>
  <TVOICENARRATION>{1,1}</TVOICENARRATION>
</PDEDICATION>
Source
<xs:element name="PDEDICATION">
  <xs:annotation>
    <xs:documentation>This element is used to indicate a dedication of a work.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="BIBCITS"/>
      <xs:element ref="DATE"/>
      <xs:element ref="DATERANGE"/>
      <xs:element ref="KEYWORDCLASS"/>
      <xs:element ref="NAME"/>
      <xs:element ref="ORGNAME"/>
      <xs:element ref="PADVERTISING"/>
      <xs:element ref="PARCHIVALLOCATION"/>
      <xs:element ref="PATTITUDES"/>
      <xs:element ref="PAUTHORSHIP"/>
      <xs:element ref="PEARNINGS"/>
      <xs:element ref="PEDITIONS"/>
      <xs:element ref="PFIRSTLITERARYACTIVITY"/>
      <xs:element ref="PINFLUENCESHER"/>
      <xs:element ref="PLACE"/>
      <xs:element ref="PLASTLITERARYACTIVITY"/>
      <xs:element ref="PMANUSCRIPTHISTORY"/>
      <xs:element ref="PMATERIALCONDITIONS"/>
      <xs:element ref="PMODEOFPUBLICATION"/>
      <xs:element ref="PMOTIVES"/>
      <xs:element ref="PPERIODICALPUBLICATION"/>
      <xs:element ref="PPLACEOFPUBLICATION"/>
      <xs:element ref="PPRICE"/>
      <xs:element ref="PRARITIESFEATURESDECORATIONS"/>
      <xs:element ref="PRELATIONSWITHPUBLISHER"/>
      <xs:element ref="PSERIALIZATION"/>
      <xs:element ref="PSUBMISSIONSREJECTIONS"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="RBESTKNOWNWORK"/>
      <xs:element ref="RDESTRUCTIONOFWORK"/>
      <xs:element ref="RESEARCHNOTE"/>
      <xs:element ref="RLANDMARKTEXT"/>
      <xs:element ref="RRECOGNITIONSANDAWARDS"/>
      <xs:element ref="RRESPONSES"/>
      <xs:element ref="RSELFDESCRIPTION"/>
      <xs:element ref="SCHOLARNOTE"/>
      <xs:element ref="SOCALLED"/>
      <xs:element ref="TCHARACTERIZATION"/>
      <xs:element ref="TCHARACTERNAME"/>
      <xs:element ref="TCHARACTERTYPEROLE"/>
      <xs:element ref="TGENRE"/>
      <xs:element ref="TINTERTEXTUALITY"/>
      <xs:element ref="TITLE"/>
      <xs:element ref="TMOTIF"/>
      <xs:element ref="TOPIC"/>
      <xs:element ref="TSETTINGDATE"/>
      <xs:element ref="TSETTINGPLACE"/>
      <xs:element ref="TTECHNIQUES"/>
      <xs:element ref="TTHEMETOPIC"/>
      <xs:element ref="TTONESTYLE"/>
      <xs:element ref="TVOICENARRATION"/>
    </xs:choice>
  </xs:complexType>
</xs:element>
[ top ]
Element PFIRSTLITERARYACTIVITY
Namespace No namespace
Annotations
This element in the Production component captures the first
significant writing activity, published or otherwise. However, do not use this for publications unless there's strong evidence that the publication is
linked to the actual first literary activity.
Diagram
Diagram index.tmp#BIBCITS index.tmp#DATE index.tmp#DATERANGE index.tmp#EMPH index.tmp#FOREIGN index.tmp#JOBTITLE index.tmp#KEYWORDCLASS index.tmp#NAME index.tmp#ORGNAME index.tmp#PADVERTISING index.tmp#PANTHOLOGIZATION index.tmp#PARCHIVALLOCATION index.tmp#PATTITUDES index.tmp#PAUTHORSHIP index.tmp#PCIRCULATION index.tmp#PCOPYRIGHT index.tmp#PDEDICATION index.tmp#PEARNINGS index.tmp#PEDITIONS index.tmp#PINFLUENCESHER index.tmp#PLACE index.tmp#PLASTLITERARYACTIVITY index.tmp#PLITERARYMOVEMENTS index.tmp#PMANUSCRIPTHISTORY index.tmp#PMATERIALCONDITIONS index.tmp#PMODEOFPUBLICATION index.tmp#PMOTIVES index.tmp#PNONBOOKMEDIA index.tmp#PNONSURVIVAL index.tmp#PPERFORMANCE index.tmp#PPERIODICALPUBLICATION index.tmp#PPLACEOFPUBLICATION index.tmp#PPRICE index.tmp#PRARITIESFEATURESDECORATIONS index.tmp#PRELATIONSWITHPUBLISHER index.tmp#PSERIALIZATION index.tmp#PSUBMISSIONSREJECTIONS index.tmp#QUOTE index.tmp#RBESTKNOWNWORK index.tmp#RDESTRUCTIONOFWORK index.tmp#RESEARCHNOTE index.tmp#RLANDMARKTEXT index.tmp#RPENALTIES index.tmp#RRECOGNITIONNAME index.tmp#RRECOGNITIONSANDAWARDS index.tmp#RRESPONSES index.tmp#RSELFDESCRIPTION index.tmp#RSHEINFLUENCED index.tmp#SCHOLARNOTE index.tmp#SOCALLED index.tmp#TCHARACTERIZATION index.tmp#TCHARACTERNAME index.tmp#TCHARACTERTYPEROLE index.tmp#TGENRE index.tmp#TGENREISSUE index.tmp#TINTERTEXTUALITY index.tmp#TITLE index.tmp#TMOTIF index.tmp#TPLOT index.tmp#TSETTINGDATE index.tmp#TSETTINGPLACE index.tmp#TTECHNIQUES index.tmp#TTHEMETOPIC index.tmp#TTONESTYLE index.tmp#TVOICENARRATION
Properties
content complex
mixed true
Used by
Model
Children BIBCITS, DATE, DATERANGE, EMPH, FOREIGN, JOBTITLE, KEYWORDCLASS, NAME, ORGNAME, PADVERTISING, PANTHOLOGIZATION, PARCHIVALLOCATION, PATTITUDES, PAUTHORSHIP, PCIRCULATION, PCOPYRIGHT, PDEDICATION, PEARNINGS, PEDITIONS, PINFLUENCESHER, PLACE, PLASTLITERARYACTIVITY, PLITERARYMOVEMENTS, PMANUSCRIPTHISTORY, PMATERIALCONDITIONS, PMODEOFPUBLICATION, PMOTIVES, PNONBOOKMEDIA, PNONSURVIVAL, PPERFORMANCE, PPERIODICALPUBLICATION, PPLACEOFPUBLICATION, PPRICE, PRARITIESFEATURESDECORATIONS, PRELATIONSWITHPUBLISHER, PSERIALIZATION, PSUBMISSIONSREJECTIONS, QUOTE, RBESTKNOWNWORK, RDESTRUCTIONOFWORK, RESEARCHNOTE, RLANDMARKTEXT, RPENALTIES, RRECOGNITIONNAME, RRECOGNITIONSANDAWARDS, RRESPONSES, RSELFDESCRIPTION, RSHEINFLUENCED, SCHOLARNOTE, SOCALLED, TCHARACTERIZATION, TCHARACTERNAME, TCHARACTERTYPEROLE, TGENRE, TGENREISSUE, TINTERTEXTUALITY, TITLE, TMOTIF, TPLOT, TSETTINGDATE, TSETTINGPLACE, TTECHNIQUES, TTHEMETOPIC, TTONESTYLE, TVOICENARRATION
Instance
<PFIRSTLITERARYACTIVITY>
  <BIBCITS ID="">{1,1}</BIBCITS>
  <DATE CALENDAR="NEWSTYLE" CERTAINTY="CERT" ID="" VALUE="">{1,1}</DATE>
  <DATERANGE CALENDAR="NEWSTYLE" CERTAINTY="CERT" EXACT="" FROM="" ID="" TO="">{1,1}</DATERANGE>
  <EMPH>{1,1}</EMPH>
  <FOREIGN LANG="" REG="">{1,1}</FOREIGN>
  <JOBTITLE CURRENTALTERNATIVETERM="" FAMILYBUSINESS="FAMILYBUSINESSYES" HISTORICALTERM="" HISTORICALTERMCONTEXTDATE="" ID="" REG="">{1,1}</JOBTITLE>
  <KEYWORDCLASS KEYWORDTYPE="">{1,1}</KEYWORDCLASS>
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <ORGNAME ORGTYPE="" REF="" REG="" STANDARD="" URI="">{1,1}</ORGNAME>
  <PADVERTISING>{1,1}</PADVERTISING>
  <PANTHOLOGIZATION>{1,1}</PANTHOLOGIZATION>
  <PARCHIVALLOCATION>{1,1}</PARCHIVALLOCATION>
  <PATTITUDES>{1,1}</PATTITUDES>
  <PAUTHORSHIP AUTHORNAMETYPE="" AUTHORSHIPCONTROVERSY="" COLLABORATION="" CONTROVERSYDATE="">{1,1}</PAUTHORSHIP>
  <PCIRCULATION>{1,1}</PCIRCULATION>
  <PCOPYRIGHT>{1,1}</PCOPYRIGHT>
  <PDEDICATION>{1,1}</PDEDICATION>
  <PEARNINGS>{1,1}</PEARNINGS>
  <PEDITIONS>{1,1}</PEDITIONS>
  <PINFLUENCESHER INFLUENCETYPE="">{1,1}</PINFLUENCESHER>
  <PLACE ID="" LAT="" LONG="" REF="">{1,1}</PLACE>
  <PLASTLITERARYACTIVITY>{1,1}</PLASTLITERARYACTIVITY>
  <PLITERARYMOVEMENTS INVOLVEMENT="INVOLVEMENTYES" REG="">{1,1}</PLITERARYMOVEMENTS>
  <PMANUSCRIPTHISTORY>{1,1}</PMANUSCRIPTHISTORY>
  <PMATERIALCONDITIONS DISPLACEMENT="">{1,1}</PMATERIALCONDITIONS>
  <PMODEOFPUBLICATION PUBLICATIONMODE="">{1,1}</PMODEOFPUBLICATION>
  <PMOTIVES ID="" MOTIVETYPE="">{1,1}</PMOTIVES>
  <PNONBOOKMEDIA MEDIATYPE="">{1,1}</PNONBOOKMEDIA>
  <PNONSURVIVAL TYPEOFNONSURVIVAL="">{1,1}</PNONSURVIVAL>
  <PPERFORMANCE>{1,1}</PPERFORMANCE>
  <PPERIODICALPUBLICATION>{1,1}</PPERIODICALPUBLICATION>
  <PPLACEOFPUBLICATION>{1,1}</PPLACEOFPUBLICATION>
  <PPRICE>{1,1}</PPRICE>
  <PRARITIESFEATURESDECORATIONS>{1,1}</PRARITIESFEATURESDECORATIONS>
  <PRELATIONSWITHPUBLISHER RELATIONSHIPTYPE="">{1,1}</PRELATIONSWITHPUBLISHER>
  <PSERIALIZATION FORMOFSERIALIZATION="">{1,1}</PSERIALIZATION>
  <PSUBMISSIONSREJECTIONS>{1,1}</PSUBMISSIONSREJECTIONS>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <RBESTKNOWNWORK>{1,1}</RBESTKNOWNWORK>
  <RDESTRUCTIONOFWORK DESTROYEDBY="">{1,1}</RDESTRUCTIONOFWORK>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <RLANDMARKTEXT>{1,1}</RLANDMARKTEXT>
  <RPENALTIES CENSORSHIP="" CONTROVERSY="">{1,1}</RPENALTIES>
  <RRECOGNITIONNAME REG="">{1,1}</RRECOGNITIONNAME>
  <RRECOGNITIONSANDAWARDS>{1,1}</RRECOGNITIONSANDAWARDS>
  <RRESPONSES FORMALITY="" GENDEREDRESPONSE="" RESPONSETYPE="">{1,1}</RRESPONSES>
  <RSELFDESCRIPTION>{1,1}</RSELFDESCRIPTION>
  <RSHEINFLUENCED>{1,1}</RSHEINFLUENCED>
  <SCHOLARNOTE>{1,1}</SCHOLARNOTE>
  <SOCALLED>{1,1}</SOCALLED>
  <TCHARACTERIZATION>{1,1}</TCHARACTERIZATION>
  <TCHARACTERNAME REG="">{1,1}</TCHARACTERNAME>
  <TCHARACTERTYPEROLE PROTAGONIST="">{1,1}</TCHARACTERTYPEROLE>
  <TGENRE GENRENAME="">{1,1}</TGENRE>
  <TGENREISSUE>{1,1}</TGENREISSUE>
  <TINTERTEXTUALITY GENDEROFAUTHOR="" INTERTEXTTYPE="">{1,1}</TINTERTEXTUALITY>
  <TITLE LEVEL="" REF="" REG="" REND="" STANDARD="">{1,1}</TITLE>
  <TMOTIF MOTIFNAME="">{1,1}</TMOTIF>
  <TPLOT>{1,1}</TPLOT>
  <TSETTINGDATE SETTINGDATETYPE="">{1,1}</TSETTINGDATE>
  <TSETTINGPLACE SETTINGCLASS="" SETTINGPLACETYPE="">{1,1}</TSETTINGPLACE>
  <TTECHNIQUES TECHNIQUETYPE="">{1,1}</TTECHNIQUES>
  <TTHEMETOPIC ID="" REG="">{1,1}</TTHEMETOPIC>
  <TTONESTYLE EXPERIMENTAL="">{1,1}</TTONESTYLE>
  <TVOICENARRATION>{1,1}</TVOICENARRATION>
</PFIRSTLITERARYACTIVITY>
Source
<xs:element name="PFIRSTLITERARYACTIVITY">
  <xs:annotation>
    <xs:documentation>This element in the Production component captures the first significant writing activity, published or otherwise. However, do not use this for publications unless there's strong evidence that the publication is linked to the actual first literary activity.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="BIBCITS"/>
      <xs:element ref="DATE"/>
      <xs:element ref="DATERANGE"/>
      <xs:element ref="EMPH"/>
      <xs:element ref="FOREIGN"/>
      <xs:element ref="JOBTITLE"/>
      <xs:element ref="KEYWORDCLASS"/>
      <xs:element ref="NAME"/>
      <xs:element ref="ORGNAME"/>
      <xs:element ref="PADVERTISING"/>
      <xs:element ref="PANTHOLOGIZATION"/>
      <xs:element ref="PARCHIVALLOCATION"/>
      <xs:element ref="PATTITUDES"/>
      <xs:element ref="PAUTHORSHIP"/>
      <xs:element ref="PCIRCULATION"/>
      <xs:element ref="PCOPYRIGHT"/>
      <xs:element ref="PDEDICATION"/>
      <xs:element ref="PEARNINGS"/>
      <xs:element ref="PEDITIONS"/>
      <xs:element ref="PINFLUENCESHER"/>
      <xs:element ref="PLACE"/>
      <xs:element ref="PLASTLITERARYACTIVITY"/>
      <xs:element ref="PLITERARYMOVEMENTS"/>
      <xs:element ref="PMANUSCRIPTHISTORY"/>
      <xs:element ref="PMATERIALCONDITIONS"/>
      <xs:element ref="PMODEOFPUBLICATION"/>
      <xs:element ref="PMOTIVES"/>
      <xs:element ref="PNONBOOKMEDIA"/>
      <xs:element ref="PNONSURVIVAL"/>
      <xs:element ref="PPERFORMANCE"/>
      <xs:element ref="PPERIODICALPUBLICATION"/>
      <xs:element ref="PPLACEOFPUBLICATION"/>
      <xs:element ref="PPRICE"/>
      <xs:element ref="PRARITIESFEATURESDECORATIONS"/>
      <xs:element ref="PRELATIONSWITHPUBLISHER"/>
      <xs:element ref="PSERIALIZATION"/>
      <xs:element ref="PSUBMISSIONSREJECTIONS"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="RBESTKNOWNWORK"/>
      <xs:element ref="RDESTRUCTIONOFWORK"/>
      <xs:element ref="RESEARCHNOTE"/>
      <xs:element ref="RLANDMARKTEXT"/>
      <xs:element ref="RPENALTIES"/>
      <xs:element ref="RRECOGNITIONNAME"/>
      <xs:element ref="RRECOGNITIONSANDAWARDS"/>
      <xs:element ref="RRESPONSES"/>
      <xs:element ref="RSELFDESCRIPTION"/>
      <xs:element ref="RSHEINFLUENCED"/>
      <xs:element ref="SCHOLARNOTE"/>
      <xs:element ref="SOCALLED"/>
      <xs:element ref="TCHARACTERIZATION"/>
      <xs:element ref="TCHARACTERNAME"/>
      <xs:element ref="TCHARACTERTYPEROLE"/>
      <xs:element ref="TGENRE"/>
      <xs:element ref="TGENREISSUE"/>
      <xs:element ref="TINTERTEXTUALITY"/>
      <xs:element ref="TITLE"/>
      <xs:element ref="TMOTIF"/>
      <xs:element ref="TPLOT"/>
      <xs:element ref="TSETTINGDATE"/>
      <xs:element ref="TSETTINGPLACE"/>
      <xs:element ref="TTECHNIQUES"/>
      <xs:element ref="TTHEMETOPIC"/>
      <xs:element ref="TTONESTYLE"/>
      <xs:element ref="TVOICENARRATION"/>
    </xs:choice>
  </xs:complexType>
</xs:element>
[ top ]
Element PINFLUENCESHER
Namespace No namespace
Annotations
This element from the Production component names the specific
people, texts, events or places that formed (developed) the writer's thinking as an artist. Influences can pertain to individual texts or her work as a
whole.
Diagram
Diagram index.tmp#PINFLUENCESHER_INFLUENCETYPE index.tmp#BIBCITS index.tmp#DATE index.tmp#DATERANGE index.tmp#EMPH index.tmp#FOREIGN index.tmp#KEYWORDCLASS index.tmp#NAME index.tmp#ORGNAME index.tmp#PADVERTISING index.tmp#PARCHIVALLOCATION index.tmp#PATTITUDES index.tmp#PAUTHORSHIP index.tmp#PCIRCULATION index.tmp#PDEDICATION index.tmp#PFIRSTLITERARYACTIVITY index.tmp#PLACE index.tmp#PLITERARYMOVEMENTS index.tmp#PMANUSCRIPTHISTORY index.tmp#PMATERIALCONDITIONS index.tmp#PMODEOFPUBLICATION index.tmp#PMOTIVES index.tmp#PNONSURVIVAL index.tmp#PPERFORMANCE index.tmp#PPERIODICALPUBLICATION index.tmp#PRARITIESFEATURESDECORATIONS index.tmp#PRELATIONSWITHPUBLISHER index.tmp#PSERIALIZATION index.tmp#PSUBMISSIONSREJECTIONS index.tmp#QUOTE index.tmp#RDESTRUCTIONOFWORK index.tmp#RESEARCHNOTE index.tmp#RLANDMARKTEXT index.tmp#RPENALTIES index.tmp#RRECOGNITIONVALUE index.tmp#RRESPONSES index.tmp#RSELFDESCRIPTION index.tmp#RSHEINFLUENCED index.tmp#SCHOLARNOTE index.tmp#SOCALLED index.tmp#TCHARACTERIZATION index.tmp#TCHARACTERNAME index.tmp#TCHARACTERTYPEROLE index.tmp#TGENRE index.tmp#TGENREISSUE index.tmp#TINTERTEXTUALITY index.tmp#TITLE index.tmp#TMOTIF index.tmp#TOPIC index.tmp#TPLOT index.tmp#TSETTINGDATE index.tmp#TSETTINGPLACE index.tmp#TTECHNIQUES index.tmp#TTHEMETOPIC index.tmp#TTONESTYLE index.tmp#TVOICENARRATION
Properties
content complex
mixed true
Used by
Model
Children BIBCITS, DATE, DATERANGE, EMPH, FOREIGN, KEYWORDCLASS, NAME, ORGNAME, PADVERTISING, PARCHIVALLOCATION, PATTITUDES, PAUTHORSHIP, PCIRCULATION, PDEDICATION, PFIRSTLITERARYACTIVITY, PLACE, PLITERARYMOVEMENTS, PMANUSCRIPTHISTORY, PMATERIALCONDITIONS, PMODEOFPUBLICATION, PMOTIVES, PNONSURVIVAL, PPERFORMANCE, PPERIODICALPUBLICATION, PRARITIESFEATURESDECORATIONS, PRELATIONSWITHPUBLISHER, PSERIALIZATION, PSUBMISSIONSREJECTIONS, QUOTE, RDESTRUCTIONOFWORK, RESEARCHNOTE, RLANDMARKTEXT, RPENALTIES, RRECOGNITIONVALUE, RRESPONSES, RSELFDESCRIPTION, RSHEINFLUENCED, SCHOLARNOTE, SOCALLED, TCHARACTERIZATION, TCHARACTERNAME, TCHARACTERTYPEROLE, TGENRE, TGENREISSUE, TINTERTEXTUALITY, TITLE, TMOTIF, TOPIC, TPLOT, TSETTINGDATE, TSETTINGPLACE, TTECHNIQUES, TTHEMETOPIC, TTONESTYLE, TVOICENARRATION
Instance
<PINFLUENCESHER INFLUENCETYPE="">
  <BIBCITS ID="">{1,1}</BIBCITS>
  <DATE CALENDAR="NEWSTYLE" CERTAINTY="CERT" ID="" VALUE="">{1,1}</DATE>
  <DATERANGE CALENDAR="NEWSTYLE" CERTAINTY="CERT" EXACT="" FROM="" ID="" TO="">{1,1}</DATERANGE>
  <EMPH>{1,1}</EMPH>
  <FOREIGN LANG="" REG="">{1,1}</FOREIGN>
  <KEYWORDCLASS KEYWORDTYPE="">{1,1}</KEYWORDCLASS>
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <ORGNAME ORGTYPE="" REF="" REG="" STANDARD="" URI="">{1,1}</ORGNAME>
  <PADVERTISING>{1,1}</PADVERTISING>
  <PARCHIVALLOCATION>{1,1}</PARCHIVALLOCATION>
  <PATTITUDES>{1,1}</PATTITUDES>
  <PAUTHORSHIP AUTHORNAMETYPE="" AUTHORSHIPCONTROVERSY="" COLLABORATION="" CONTROVERSYDATE="">{1,1}</PAUTHORSHIP>
  <PCIRCULATION>{1,1}</PCIRCULATION>
  <PDEDICATION>{1,1}</PDEDICATION>
  <PFIRSTLITERARYACTIVITY>{1,1}</PFIRSTLITERARYACTIVITY>
  <PLACE ID="" LAT="" LONG="" REF="">{1,1}</PLACE>
  <PLITERARYMOVEMENTS INVOLVEMENT="INVOLVEMENTYES" REG="">{1,1}</PLITERARYMOVEMENTS>
  <PMANUSCRIPTHISTORY>{1,1}</PMANUSCRIPTHISTORY>
  <PMATERIALCONDITIONS DISPLACEMENT="">{1,1}</PMATERIALCONDITIONS>
  <PMODEOFPUBLICATION PUBLICATIONMODE="">{1,1}</PMODEOFPUBLICATION>
  <PMOTIVES ID="" MOTIVETYPE="">{1,1}</PMOTIVES>
  <PNONSURVIVAL TYPEOFNONSURVIVAL="">{1,1}</PNONSURVIVAL>
  <PPERFORMANCE>{1,1}</PPERFORMANCE>
  <PPERIODICALPUBLICATION>{1,1}</PPERIODICALPUBLICATION>
  <PRARITIESFEATURESDECORATIONS>{1,1}</PRARITIESFEATURESDECORATIONS>
  <PRELATIONSWITHPUBLISHER RELATIONSHIPTYPE="">{1,1}</PRELATIONSWITHPUBLISHER>
  <PSERIALIZATION FORMOFSERIALIZATION="">{1,1}</PSERIALIZATION>
  <PSUBMISSIONSREJECTIONS>{1,1}</PSUBMISSIONSREJECTIONS>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <RDESTRUCTIONOFWORK DESTROYEDBY="">{1,1}</RDESTRUCTIONOFWORK>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <RLANDMARKTEXT>{1,1}</RLANDMARKTEXT>
  <RPENALTIES CENSORSHIP="" CONTROVERSY="">{1,1}</RPENALTIES>
  <RRECOGNITIONVALUE>{1,1}</RRECOGNITIONVALUE>
  <RRESPONSES FORMALITY="" GENDEREDRESPONSE="" RESPONSETYPE="">{1,1}</RRESPONSES>
  <RSELFDESCRIPTION>{1,1}</RSELFDESCRIPTION>
  <RSHEINFLUENCED>{1,1}</RSHEINFLUENCED>
  <SCHOLARNOTE>{1,1}</SCHOLARNOTE>
  <SOCALLED>{1,1}</SOCALLED>
  <TCHARACTERIZATION>{1,1}</TCHARACTERIZATION>
  <TCHARACTERNAME REG="">{1,1}</TCHARACTERNAME>
  <TCHARACTERTYPEROLE PROTAGONIST="">{1,1}</TCHARACTERTYPEROLE>
  <TGENRE GENRENAME="">{1,1}</TGENRE>
  <TGENREISSUE>{1,1}</TGENREISSUE>
  <TINTERTEXTUALITY GENDEROFAUTHOR="" INTERTEXTTYPE="">{1,1}</TINTERTEXTUALITY>
  <TITLE LEVEL="" REF="" REG="" REND="" STANDARD="">{1,1}</TITLE>
  <TMOTIF MOTIFNAME="">{1,1}</TMOTIF>
  <TOPIC STANDARD="">{1,1}</TOPIC>
  <TPLOT>{1,1}</TPLOT>
  <TSETTINGDATE SETTINGDATETYPE="">{1,1}</TSETTINGDATE>
  <TSETTINGPLACE SETTINGCLASS="" SETTINGPLACETYPE="">{1,1}</TSETTINGPLACE>
  <TTECHNIQUES TECHNIQUETYPE="">{1,1}</TTECHNIQUES>
  <TTHEMETOPIC ID="" REG="">{1,1}</TTHEMETOPIC>
  <TTONESTYLE EXPERIMENTAL="">{1,1}</TTONESTYLE>
  <TVOICENARRATION>{1,1}</TVOICENARRATION>
</PINFLUENCESHER>
Attributes
QName Type Use Annotation
INFLUENCETYPE restriction of xs:token optional
InfluenceType is an attribute affiliated with the element
pInfluencesHer and is used to indicate how someone or something influenced a woman writer.
Source
<xs:element name="PINFLUENCESHER">
  <xs:annotation>
    <xs:documentation>This element from the Production component names the specific people, texts, events or places that formed (developed) the writer's thinking as an artist. Influences can pertain to individual texts or her work as a whole.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="BIBCITS"/>
      <xs:element ref="DATE"/>
      <xs:element ref="DATERANGE"/>
      <xs:element ref="EMPH"/>
      <xs:element ref="FOREIGN"/>
      <xs:element ref="KEYWORDCLASS"/>
      <xs:element ref="NAME"/>
      <xs:element ref="ORGNAME"/>
      <xs:element ref="PADVERTISING"/>
      <xs:element ref="PARCHIVALLOCATION"/>
      <xs:element ref="PATTITUDES"/>
      <xs:element ref="PAUTHORSHIP"/>
      <xs:element ref="PCIRCULATION"/>
      <xs:element ref="PDEDICATION"/>
      <xs:element ref="PFIRSTLITERARYACTIVITY"/>
      <xs:element ref="PLACE"/>
      <xs:element ref="PLITERARYMOVEMENTS"/>
      <xs:element ref="PMANUSCRIPTHISTORY"/>
      <xs:element ref="PMATERIALCONDITIONS"/>
      <xs:element ref="PMODEOFPUBLICATION"/>
      <xs:element ref="PMOTIVES"/>
      <xs:element ref="PNONSURVIVAL"/>
      <xs:element ref="PPERFORMANCE"/>
      <xs:element ref="PPERIODICALPUBLICATION"/>
      <xs:element ref="PRARITIESFEATURESDECORATIONS"/>
      <xs:element ref="PRELATIONSWITHPUBLISHER"/>
      <xs:element ref="PSERIALIZATION"/>
      <xs:element ref="PSUBMISSIONSREJECTIONS"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="RDESTRUCTIONOFWORK"/>
      <xs:element ref="RESEARCHNOTE"/>
      <xs:element ref="RLANDMARKTEXT"/>
      <xs:element ref="RPENALTIES"/>
      <xs:element ref="RRECOGNITIONVALUE"/>
      <xs:element ref="RRESPONSES"/>
      <xs:element ref="RSELFDESCRIPTION"/>
      <xs:element ref="RSHEINFLUENCED"/>
      <xs:element ref="SCHOLARNOTE"/>
      <xs:element ref="SOCALLED"/>
      <xs:element ref="TCHARACTERIZATION"/>
      <xs:element ref="TCHARACTERNAME"/>
      <xs:element ref="TCHARACTERTYPEROLE"/>
      <xs:element ref="TGENRE"/>
      <xs:element ref="TGENREISSUE"/>
      <xs:element ref="TINTERTEXTUALITY"/>
      <xs:element ref="TITLE"/>
      <xs:element ref="TMOTIF"/>
      <xs:element ref="TOPIC"/>
      <xs:element ref="TPLOT"/>
      <xs:element ref="TSETTINGDATE"/>
      <xs:element ref="TSETTINGPLACE"/>
      <xs:element ref="TTECHNIQUES"/>
      <xs:element ref="TTHEMETOPIC"/>
      <xs:element ref="TTONESTYLE"/>
      <xs:element ref="TVOICENARRATION"/>
    </xs:choice>
    <xs:attribute name="INFLUENCETYPE">
      <xs:annotation>
        <xs:documentation>InfluenceType is an attribute affiliated with the element pInfluencesHer and is used to indicate how someone or something influenced a woman writer.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="LITERARY"/>
          <xs:enumeration value="INTELLECTUAL"/>
          <xs:enumeration value="FAMILIAL"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element PMANUSCRIPTHISTORY
Namespace No namespace
Annotations
This element, found in the Production component, details the
pre-publication history of a text: how and if it circulated before and after its publication. Note that this element refers to the circulation of the
manuscript and not the published text.
Diagram
Diagram index.tmp#BIBCITS index.tmp#DATE index.tmp#DATERANGE index.tmp#FOREIGN index.tmp#KEYWORDCLASS index.tmp#NAME index.tmp#ORGNAME index.tmp#PADVERTISING index.tmp#PANTHOLOGIZATION index.tmp#PARCHIVALLOCATION index.tmp#PATTITUDES index.tmp#PAUTHORSHIP index.tmp#PCIRCULATION index.tmp#PCOPYRIGHT index.tmp#PDEDICATION index.tmp#PEARNINGS index.tmp#PEDITIONS index.tmp#PFIRSTLITERARYACTIVITY index.tmp#PINFLUENCESHER index.tmp#PLACE index.tmp#PLASTLITERARYACTIVITY index.tmp#PLITERARYMOVEMENTS index.tmp#PMATERIALCONDITIONS index.tmp#PMODEOFPUBLICATION index.tmp#PMOTIVES index.tmp#PNONSURVIVAL index.tmp#PPERFORMANCE index.tmp#PPERIODICALPUBLICATION index.tmp#PPLACEOFPUBLICATION index.tmp#PPRICE index.tmp#PRARITIESFEATURESDECORATIONS index.tmp#PRELATIONSWITHPUBLISHER index.tmp#PSERIALIZATION index.tmp#PSUBMISSIONSREJECTIONS index.tmp#QUOTE index.tmp#RBESTKNOWNWORK index.tmp#RDESTRUCTIONOFWORK index.tmp#RESEARCHNOTE index.tmp#RPENALTIES index.tmp#RRESPONSES index.tmp#RSELFDESCRIPTION index.tmp#RSHEINFLUENCED index.tmp#SCHOLARNOTE index.tmp#SOCALLED index.tmp#TCHARACTERIZATION index.tmp#TCHARACTERNAME index.tmp#TCHARACTERTYPEROLE index.tmp#TGENRE index.tmp#TGENREISSUE index.tmp#TINTERTEXTUALITY index.tmp#TITLE index.tmp#TPLOT index.tmp#TSETTINGDATE index.tmp#TSETTINGPLACE index.tmp#TTECHNIQUES index.tmp#TTHEMETOPIC index.tmp#TTONESTYLE index.tmp#TVOICENARRATION
Properties
content complex
mixed true
Used by
Model
Children BIBCITS, DATE, DATERANGE, FOREIGN, KEYWORDCLASS, NAME, ORGNAME, PADVERTISING, PANTHOLOGIZATION, PARCHIVALLOCATION, PATTITUDES, PAUTHORSHIP, PCIRCULATION, PCOPYRIGHT, PDEDICATION, PEARNINGS, PEDITIONS, PFIRSTLITERARYACTIVITY, PINFLUENCESHER, PLACE, PLASTLITERARYACTIVITY, PLITERARYMOVEMENTS, PMATERIALCONDITIONS, PMODEOFPUBLICATION, PMOTIVES, PNONSURVIVAL, PPERFORMANCE, PPERIODICALPUBLICATION, PPLACEOFPUBLICATION, PPRICE, PRARITIESFEATURESDECORATIONS, PRELATIONSWITHPUBLISHER, PSERIALIZATION, PSUBMISSIONSREJECTIONS, QUOTE, RBESTKNOWNWORK, RDESTRUCTIONOFWORK, RESEARCHNOTE, RPENALTIES, RRESPONSES, RSELFDESCRIPTION, RSHEINFLUENCED, SCHOLARNOTE, SOCALLED, TCHARACTERIZATION, TCHARACTERNAME, TCHARACTERTYPEROLE, TGENRE, TGENREISSUE, TINTERTEXTUALITY, TITLE, TPLOT, TSETTINGDATE, TSETTINGPLACE, TTECHNIQUES, TTHEMETOPIC, TTONESTYLE, TVOICENARRATION
Instance
<PMANUSCRIPTHISTORY>
  <BIBCITS ID="">{1,1}</BIBCITS>
  <DATE CALENDAR="NEWSTYLE" CERTAINTY="CERT" ID="" VALUE="">{1,1}</DATE>
  <DATERANGE CALENDAR="NEWSTYLE" CERTAINTY="CERT" EXACT="" FROM="" ID="" TO="">{1,1}</DATERANGE>
  <FOREIGN LANG="" REG="">{1,1}</FOREIGN>
  <KEYWORDCLASS KEYWORDTYPE="">{1,1}</KEYWORDCLASS>
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <ORGNAME ORGTYPE="" REF="" REG="" STANDARD="" URI="">{1,1}</ORGNAME>
  <PADVERTISING>{1,1}</PADVERTISING>
  <PANTHOLOGIZATION>{1,1}</PANTHOLOGIZATION>
  <PARCHIVALLOCATION>{1,1}</PARCHIVALLOCATION>
  <PATTITUDES>{1,1}</PATTITUDES>
  <PAUTHORSHIP AUTHORNAMETYPE="" AUTHORSHIPCONTROVERSY="" COLLABORATION="" CONTROVERSYDATE="">{1,1}</PAUTHORSHIP>
  <PCIRCULATION>{1,1}</PCIRCULATION>
  <PCOPYRIGHT>{1,1}</PCOPYRIGHT>
  <PDEDICATION>{1,1}</PDEDICATION>
  <PEARNINGS>{1,1}</PEARNINGS>
  <PEDITIONS>{1,1}</PEDITIONS>
  <PFIRSTLITERARYACTIVITY>{1,1}</PFIRSTLITERARYACTIVITY>
  <PINFLUENCESHER INFLUENCETYPE="">{1,1}</PINFLUENCESHER>
  <PLACE ID="" LAT="" LONG="" REF="">{1,1}</PLACE>
  <PLASTLITERARYACTIVITY>{1,1}</PLASTLITERARYACTIVITY>
  <PLITERARYMOVEMENTS INVOLVEMENT="INVOLVEMENTYES" REG="">{1,1}</PLITERARYMOVEMENTS>
  <PMATERIALCONDITIONS DISPLACEMENT="">{1,1}</PMATERIALCONDITIONS>
  <PMODEOFPUBLICATION PUBLICATIONMODE="">{1,1}</PMODEOFPUBLICATION>
  <PMOTIVES ID="" MOTIVETYPE="">{1,1}</PMOTIVES>
  <PNONSURVIVAL TYPEOFNONSURVIVAL="">{1,1}</PNONSURVIVAL>
  <PPERFORMANCE>{1,1}</PPERFORMANCE>
  <PPERIODICALPUBLICATION>{1,1}</PPERIODICALPUBLICATION>
  <PPLACEOFPUBLICATION>{1,1}</PPLACEOFPUBLICATION>
  <PPRICE>{1,1}</PPRICE>
  <PRARITIESFEATURESDECORATIONS>{1,1}</PRARITIESFEATURESDECORATIONS>
  <PRELATIONSWITHPUBLISHER RELATIONSHIPTYPE="">{1,1}</PRELATIONSWITHPUBLISHER>
  <PSERIALIZATION FORMOFSERIALIZATION="">{1,1}</PSERIALIZATION>
  <PSUBMISSIONSREJECTIONS>{1,1}</PSUBMISSIONSREJECTIONS>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <RBESTKNOWNWORK>{1,1}</RBESTKNOWNWORK>
  <RDESTRUCTIONOFWORK DESTROYEDBY="">{1,1}</RDESTRUCTIONOFWORK>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <RPENALTIES CENSORSHIP="" CONTROVERSY="">{1,1}</RPENALTIES>
  <RRESPONSES FORMALITY="" GENDEREDRESPONSE="" RESPONSETYPE="">{1,1}</RRESPONSES>
  <RSELFDESCRIPTION>{1,1}</RSELFDESCRIPTION>
  <RSHEINFLUENCED>{1,1}</RSHEINFLUENCED>
  <SCHOLARNOTE>{1,1}</SCHOLARNOTE>
  <SOCALLED>{1,1}</SOCALLED>
  <TCHARACTERIZATION>{1,1}</TCHARACTERIZATION>
  <TCHARACTERNAME REG="">{1,1}</TCHARACTERNAME>
  <TCHARACTERTYPEROLE PROTAGONIST="">{1,1}</TCHARACTERTYPEROLE>
  <TGENRE GENRENAME="">{1,1}</TGENRE>
  <TGENREISSUE>{1,1}</TGENREISSUE>
  <TINTERTEXTUALITY GENDEROFAUTHOR="" INTERTEXTTYPE="">{1,1}</TINTERTEXTUALITY>
  <TITLE LEVEL="" REF="" REG="" REND="" STANDARD="">{1,1}</TITLE>
  <TPLOT>{1,1}</TPLOT>
  <TSETTINGDATE SETTINGDATETYPE="">{1,1}</TSETTINGDATE>
  <TSETTINGPLACE SETTINGCLASS="" SETTINGPLACETYPE="">{1,1}</TSETTINGPLACE>
  <TTECHNIQUES TECHNIQUETYPE="">{1,1}</TTECHNIQUES>
  <TTHEMETOPIC ID="" REG="">{1,1}</TTHEMETOPIC>
  <TTONESTYLE EXPERIMENTAL="">{1,1}</TTONESTYLE>
  <TVOICENARRATION>{1,1}</TVOICENARRATION>
</PMANUSCRIPTHISTORY>
Source
<xs:element name="PMANUSCRIPTHISTORY">
  <xs:annotation>
    <xs:documentation>This element, found in the Production component, details the pre-publication history of a text: how and if it circulated before and after its publication. Note that this element refers to the circulation of the manuscript and not the published text.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="BIBCITS"/>
      <xs:element ref="DATE"/>
      <xs:element ref="DATERANGE"/>
      <xs:element ref="FOREIGN"/>
      <xs:element ref="KEYWORDCLASS"/>
      <xs:element ref="NAME"/>
      <xs:element ref="ORGNAME"/>
      <xs:element ref="PADVERTISING"/>
      <xs:element ref="PANTHOLOGIZATION"/>
      <xs:element ref="PARCHIVALLOCATION"/>
      <xs:element ref="PATTITUDES"/>
      <xs:element ref="PAUTHORSHIP"/>
      <xs:element ref="PCIRCULATION"/>
      <xs:element ref="PCOPYRIGHT"/>
      <xs:element ref="PDEDICATION"/>
      <xs:element ref="PEARNINGS"/>
      <xs:element ref="PEDITIONS"/>
      <xs:element ref="PFIRSTLITERARYACTIVITY"/>
      <xs:element ref="PINFLUENCESHER"/>
      <xs:element ref="PLACE"/>
      <xs:element ref="PLASTLITERARYACTIVITY"/>
      <xs:element ref="PLITERARYMOVEMENTS"/>
      <xs:element ref="PMATERIALCONDITIONS"/>
      <xs:element ref="PMODEOFPUBLICATION"/>
      <xs:element ref="PMOTIVES"/>
      <xs:element ref="PNONSURVIVAL"/>
      <xs:element ref="PPERFORMANCE"/>
      <xs:element ref="PPERIODICALPUBLICATION"/>
      <xs:element ref="PPLACEOFPUBLICATION"/>
      <xs:element ref="PPRICE"/>
      <xs:element ref="PRARITIESFEATURESDECORATIONS"/>
      <xs:element ref="PRELATIONSWITHPUBLISHER"/>
      <xs:element ref="PSERIALIZATION"/>
      <xs:element ref="PSUBMISSIONSREJECTIONS"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="RBESTKNOWNWORK"/>
      <xs:element ref="RDESTRUCTIONOFWORK"/>
      <xs:element ref="RESEARCHNOTE"/>
      <xs:element ref="RPENALTIES"/>
      <xs:element ref="RRESPONSES"/>
      <xs:element ref="RSELFDESCRIPTION"/>
      <xs:element ref="RSHEINFLUENCED"/>
      <xs:element ref="SCHOLARNOTE"/>
      <xs:element ref="SOCALLED"/>
      <xs:element ref="TCHARACTERIZATION"/>
      <xs:element ref="TCHARACTERNAME"/>
      <xs:element ref="TCHARACTERTYPEROLE"/>
      <xs:element ref="TGENRE"/>
      <xs:element ref="TGENREISSUE"/>
      <xs:element ref="TINTERTEXTUALITY"/>
      <xs:element ref="TITLE"/>
      <xs:element ref="TPLOT"/>
      <xs:element ref="TSETTINGDATE"/>
      <xs:element ref="TSETTINGPLACE"/>
      <xs:element ref="TTECHNIQUES"/>
      <xs:element ref="TTHEMETOPIC"/>
      <xs:element ref="TTONESTYLE"/>
      <xs:element ref="TVOICENARRATION"/>
    </xs:choice>
  </xs:complexType>
</xs:element>
[ top ]
Element PLASTLITERARYACTIVITY
Namespace No namespace
Annotations
This element in the Production component records the last significant
writing activity, published or otherwise, and should be used with all authors where applicable.
Diagram
Diagram index.tmp#BIBCITS index.tmp#DATE index.tmp#DATERANGE index.tmp#NAME index.tmp#ORGNAME index.tmp#PADVERTISING index.tmp#PANTHOLOGIZATION index.tmp#PARCHIVALLOCATION index.tmp#PATTITUDES index.tmp#PAUTHORSHIP index.tmp#PCIRCULATION index.tmp#PDEDICATION index.tmp#PEDITIONS index.tmp#PFIRSTLITERARYACTIVITY index.tmp#PINFLUENCESHER index.tmp#PLACE index.tmp#PMANUSCRIPTHISTORY index.tmp#PMATERIALCONDITIONS index.tmp#PMODEOFPUBLICATION index.tmp#PMOTIVES index.tmp#PNONSURVIVAL index.tmp#PPERFORMANCE index.tmp#PPERIODICALPUBLICATION index.tmp#PPLACEOFPUBLICATION index.tmp#PRARITIESFEATURESDECORATIONS index.tmp#PRELATIONSWITHPUBLISHER index.tmp#PSERIALIZATION index.tmp#PSUBMISSIONSREJECTIONS index.tmp#QUOTE index.tmp#RBESTKNOWNWORK index.tmp#RDESTRUCTIONOFWORK index.tmp#RLANDMARKTEXT index.tmp#RRECOGNITIONSANDAWARDS index.tmp#RRESPONSES index.tmp#RSELFDESCRIPTION index.tmp#SOCALLED index.tmp#TCHARACTERIZATION index.tmp#TCHARACTERNAME index.tmp#TCHARACTERTYPEROLE index.tmp#TGENRE index.tmp#TGENREISSUE index.tmp#TINTERTEXTUALITY index.tmp#TITLE index.tmp#TMOTIF index.tmp#TOPIC index.tmp#TSETTINGDATE index.tmp#TSETTINGPLACE index.tmp#TTHEMETOPIC index.tmp#TTONESTYLE
Properties
content complex
mixed true
Used by
Model
Children BIBCITS, DATE, DATERANGE, NAME, ORGNAME, PADVERTISING, PANTHOLOGIZATION, PARCHIVALLOCATION, PATTITUDES, PAUTHORSHIP, PCIRCULATION, PDEDICATION, PEDITIONS, PFIRSTLITERARYACTIVITY, PINFLUENCESHER, PLACE, PMANUSCRIPTHISTORY, PMATERIALCONDITIONS, PMODEOFPUBLICATION, PMOTIVES, PNONSURVIVAL, PPERFORMANCE, PPERIODICALPUBLICATION, PPLACEOFPUBLICATION, PRARITIESFEATURESDECORATIONS, PRELATIONSWITHPUBLISHER, PSERIALIZATION, PSUBMISSIONSREJECTIONS, QUOTE, RBESTKNOWNWORK, RDESTRUCTIONOFWORK, RLANDMARKTEXT, RRECOGNITIONSANDAWARDS, RRESPONSES, RSELFDESCRIPTION, SOCALLED, TCHARACTERIZATION, TCHARACTERNAME, TCHARACTERTYPEROLE, TGENRE, TGENREISSUE, TINTERTEXTUALITY, TITLE, TMOTIF, TOPIC, TSETTINGDATE, TSETTINGPLACE, TTHEMETOPIC, TTONESTYLE
Instance
<PLASTLITERARYACTIVITY>
  <BIBCITS ID="">{1,1}</BIBCITS>
  <DATE CALENDAR="NEWSTYLE" CERTAINTY="CERT" ID="" VALUE="">{1,1}</DATE>
  <DATERANGE CALENDAR="NEWSTYLE" CERTAINTY="CERT" EXACT="" FROM="" ID="" TO="">{1,1}</DATERANGE>
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <ORGNAME ORGTYPE="" REF="" REG="" STANDARD="" URI="">{1,1}</ORGNAME>
  <PADVERTISING>{1,1}</PADVERTISING>
  <PANTHOLOGIZATION>{1,1}</PANTHOLOGIZATION>
  <PARCHIVALLOCATION>{1,1}</PARCHIVALLOCATION>
  <PATTITUDES>{1,1}</PATTITUDES>
  <PAUTHORSHIP AUTHORNAMETYPE="" AUTHORSHIPCONTROVERSY="" COLLABORATION="" CONTROVERSYDATE="">{1,1}</PAUTHORSHIP>
  <PCIRCULATION>{1,1}</PCIRCULATION>
  <PDEDICATION>{1,1}</PDEDICATION>
  <PEDITIONS>{1,1}</PEDITIONS>
  <PFIRSTLITERARYACTIVITY>{1,1}</PFIRSTLITERARYACTIVITY>
  <PINFLUENCESHER INFLUENCETYPE="">{1,1}</PINFLUENCESHER>
  <PLACE ID="" LAT="" LONG="" REF="">{1,1}</PLACE>
  <PMANUSCRIPTHISTORY>{1,1}</PMANUSCRIPTHISTORY>
  <PMATERIALCONDITIONS DISPLACEMENT="">{1,1}</PMATERIALCONDITIONS>
  <PMODEOFPUBLICATION PUBLICATIONMODE="">{1,1}</PMODEOFPUBLICATION>
  <PMOTIVES ID="" MOTIVETYPE="">{1,1}</PMOTIVES>
  <PNONSURVIVAL TYPEOFNONSURVIVAL="">{1,1}</PNONSURVIVAL>
  <PPERFORMANCE>{1,1}</PPERFORMANCE>
  <PPERIODICALPUBLICATION>{1,1}</PPERIODICALPUBLICATION>
  <PPLACEOFPUBLICATION>{1,1}</PPLACEOFPUBLICATION>
  <PRARITIESFEATURESDECORATIONS>{1,1}</PRARITIESFEATURESDECORATIONS>
  <PRELATIONSWITHPUBLISHER RELATIONSHIPTYPE="">{1,1}</PRELATIONSWITHPUBLISHER>
  <PSERIALIZATION FORMOFSERIALIZATION="">{1,1}</PSERIALIZATION>
  <PSUBMISSIONSREJECTIONS>{1,1}</PSUBMISSIONSREJECTIONS>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <RBESTKNOWNWORK>{1,1}</RBESTKNOWNWORK>
  <RDESTRUCTIONOFWORK DESTROYEDBY="">{1,1}</RDESTRUCTIONOFWORK>
  <RLANDMARKTEXT>{1,1}</RLANDMARKTEXT>
  <RRECOGNITIONSANDAWARDS>{1,1}</RRECOGNITIONSANDAWARDS>
  <RRESPONSES FORMALITY="" GENDEREDRESPONSE="" RESPONSETYPE="">{1,1}</RRESPONSES>
  <RSELFDESCRIPTION>{1,1}</RSELFDESCRIPTION>
  <SOCALLED>{1,1}</SOCALLED>
  <TCHARACTERIZATION>{1,1}</TCHARACTERIZATION>
  <TCHARACTERNAME REG="">{1,1}</TCHARACTERNAME>
  <TCHARACTERTYPEROLE PROTAGONIST="">{1,1}</TCHARACTERTYPEROLE>
  <TGENRE GENRENAME="">{1,1}</TGENRE>
  <TGENREISSUE>{1,1}</TGENREISSUE>
  <TINTERTEXTUALITY GENDEROFAUTHOR="" INTERTEXTTYPE="">{1,1}</TINTERTEXTUALITY>
  <TITLE LEVEL="" REF="" REG="" REND="" STANDARD="">{1,1}</TITLE>
  <TMOTIF MOTIFNAME="">{1,1}</TMOTIF>
  <TOPIC STANDARD="">{1,1}</TOPIC>
  <TSETTINGDATE SETTINGDATETYPE="">{1,1}</TSETTINGDATE>
  <TSETTINGPLACE SETTINGCLASS="" SETTINGPLACETYPE="">{1,1}</TSETTINGPLACE>
  <TTHEMETOPIC ID="" REG="">{1,1}</TTHEMETOPIC>
  <TTONESTYLE EXPERIMENTAL="">{1,1}</TTONESTYLE>
</PLASTLITERARYACTIVITY>
Source
<xs:element name="PLASTLITERARYACTIVITY">
  <xs:annotation>
    <xs:documentation>This element in the Production component records the last significant writing activity, published or otherwise, and should be used with all authors where applicable.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="BIBCITS"/>
      <xs:element ref="DATE"/>
      <xs:element ref="DATERANGE"/>
      <xs:element ref="NAME"/>
      <xs:element ref="ORGNAME"/>
      <xs:element ref="PADVERTISING"/>
      <xs:element ref="PANTHOLOGIZATION"/>
      <xs:element ref="PARCHIVALLOCATION"/>
      <xs:element ref="PATTITUDES"/>
      <xs:element ref="PAUTHORSHIP"/>
      <xs:element ref="PCIRCULATION"/>
      <xs:element ref="PDEDICATION"/>
      <xs:element ref="PEDITIONS"/>
      <xs:element ref="PFIRSTLITERARYACTIVITY"/>
      <xs:element ref="PINFLUENCESHER"/>
      <xs:element ref="PLACE"/>
      <xs:element ref="PMANUSCRIPTHISTORY"/>
      <xs:element ref="PMATERIALCONDITIONS"/>
      <xs:element ref="PMODEOFPUBLICATION"/>
      <xs:element ref="PMOTIVES"/>
      <xs:element ref="PNONSURVIVAL"/>
      <xs:element ref="PPERFORMANCE"/>
      <xs:element ref="PPERIODICALPUBLICATION"/>
      <xs:element ref="PPLACEOFPUBLICATION"/>
      <xs:element ref="PRARITIESFEATURESDECORATIONS"/>
      <xs:element ref="PRELATIONSWITHPUBLISHER"/>
      <xs:element ref="PSERIALIZATION"/>
      <xs:element ref="PSUBMISSIONSREJECTIONS"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="RBESTKNOWNWORK"/>
      <xs:element ref="RDESTRUCTIONOFWORK"/>
      <xs:element ref="RLANDMARKTEXT"/>
      <xs:element ref="RRECOGNITIONSANDAWARDS"/>
      <xs:element ref="RRESPONSES"/>
      <xs:element ref="RSELFDESCRIPTION"/>
      <xs:element ref="SOCALLED"/>
      <xs:element ref="TCHARACTERIZATION"/>
      <xs:element ref="TCHARACTERNAME"/>
      <xs:element ref="TCHARACTERTYPEROLE"/>
      <xs:element ref="TGENRE"/>
      <xs:element ref="TGENREISSUE"/>
      <xs:element ref="TINTERTEXTUALITY"/>
      <xs:element ref="TITLE"/>
      <xs:element ref="TMOTIF"/>
      <xs:element ref="TOPIC"/>
      <xs:element ref="TSETTINGDATE"/>
      <xs:element ref="TSETTINGPLACE"/>
      <xs:element ref="TTHEMETOPIC"/>
      <xs:element ref="TTONESTYLE"/>
    </xs:choice>
  </xs:complexType>
</xs:element>
[ top ]
Element PMATERIALCONDITIONS
Namespace No namespace
Annotations
This element in the Production component describes the physical and
economic circumstances that governed a woman's writing. This category is meant to answer questions like: did she have a room of her own? Was it
the laundry room or a posh cabin on the French Riviera? Was she losing her eyesight while writing a particular work? Did she hide the manuscript
while writing?
Diagram
Diagram index.tmp#PMATERIALCONDITIONS_DISPLACEMENT index.tmp#BIBCITS index.tmp#DATE index.tmp#DATERANGE index.tmp#EMPH index.tmp#FOREIGN index.tmp#KEYWORDCLASS index.tmp#NAME index.tmp#ORGNAME index.tmp#PADVERTISING index.tmp#PARCHIVALLOCATION index.tmp#PATTITUDES index.tmp#PAUTHORSHIP index.tmp#PCIRCULATION index.tmp#PCONTRACT index.tmp#PCOPYRIGHT index.tmp#PDEDICATION index.tmp#PEARNINGS index.tmp#PEDITIONS index.tmp#PFIRSTLITERARYACTIVITY index.tmp#PINFLUENCESHER index.tmp#PLACE index.tmp#PLASTLITERARYACTIVITY index.tmp#PLITERARYMOVEMENTS index.tmp#PMANUSCRIPTHISTORY index.tmp#PMODEOFPUBLICATION index.tmp#PMOTIVES index.tmp#PNONSURVIVAL index.tmp#PPERFORMANCE index.tmp#PPERIODICALPUBLICATION index.tmp#PPLACEOFPUBLICATION index.tmp#PPRESSRUN index.tmp#PRARITIESFEATURESDECORATIONS index.tmp#PRELATIONSWITHPUBLISHER index.tmp#PSERIALIZATION index.tmp#PSUBMISSIONSREJECTIONS index.tmp#QUOTE index.tmp#RBESTKNOWNWORK index.tmp#RDESTRUCTIONOFWORK index.tmp#RESEARCHNOTE index.tmp#RLANDMARKTEXT index.tmp#RPENALTIES index.tmp#RRECOGNITIONNAME index.tmp#RRECOGNITIONSANDAWARDS index.tmp#RRESPONSES index.tmp#RS index.tmp#RSELFDESCRIPTION index.tmp#RSHEINFLUENCED index.tmp#SCHOLARNOTE index.tmp#SIC index.tmp#SOCALLED index.tmp#TCHARACTERIZATION index.tmp#TCHARACTERNAME index.tmp#TCHARACTERTYPEROLE index.tmp#TGENRE index.tmp#TGENREISSUE index.tmp#TINTERTEXTUALITY index.tmp#TITLE index.tmp#TMOTIF index.tmp#TOPIC index.tmp#TPLOT index.tmp#TSETTINGDATE index.tmp#TSETTINGPLACE index.tmp#TTECHNIQUES index.tmp#TTHEMETOPIC index.tmp#TTONESTYLE index.tmp#TVOICENARRATION
Properties
content complex
mixed true
Used by
Model
Children BIBCITS, DATE, DATERANGE, EMPH, FOREIGN, KEYWORDCLASS, NAME, ORGNAME, PADVERTISING, PARCHIVALLOCATION, PATTITUDES, PAUTHORSHIP, PCIRCULATION, PCONTRACT, PCOPYRIGHT, PDEDICATION, PEARNINGS, PEDITIONS, PFIRSTLITERARYACTIVITY, PINFLUENCESHER, PLACE, PLASTLITERARYACTIVITY, PLITERARYMOVEMENTS, PMANUSCRIPTHISTORY, PMODEOFPUBLICATION, PMOTIVES, PNONSURVIVAL, PPERFORMANCE, PPERIODICALPUBLICATION, PPLACEOFPUBLICATION, PPRESSRUN, PRARITIESFEATURESDECORATIONS, PRELATIONSWITHPUBLISHER, PSERIALIZATION, PSUBMISSIONSREJECTIONS, QUOTE, RBESTKNOWNWORK, RDESTRUCTIONOFWORK, RESEARCHNOTE, RLANDMARKTEXT, RPENALTIES, RRECOGNITIONNAME, RRECOGNITIONSANDAWARDS, RRESPONSES, RS, RSELFDESCRIPTION, RSHEINFLUENCED, SCHOLARNOTE, SIC, SOCALLED, TCHARACTERIZATION, TCHARACTERNAME, TCHARACTERTYPEROLE, TGENRE, TGENREISSUE, TINTERTEXTUALITY, TITLE, TMOTIF, TOPIC, TPLOT, TSETTINGDATE, TSETTINGPLACE, TTECHNIQUES, TTHEMETOPIC, TTONESTYLE, TVOICENARRATION
Instance
<PMATERIALCONDITIONS DISPLACEMENT="">
  <BIBCITS ID="">{1,1}</BIBCITS>
  <DATE CALENDAR="NEWSTYLE" CERTAINTY="CERT" ID="" VALUE="">{1,1}</DATE>
  <DATERANGE CALENDAR="NEWSTYLE" CERTAINTY="CERT" EXACT="" FROM="" ID="" TO="">{1,1}</DATERANGE>
  <EMPH>{1,1}</EMPH>
  <FOREIGN LANG="" REG="">{1,1}</FOREIGN>
  <KEYWORDCLASS KEYWORDTYPE="">{1,1}</KEYWORDCLASS>
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <ORGNAME ORGTYPE="" REF="" REG="" STANDARD="" URI="">{1,1}</ORGNAME>
  <PADVERTISING>{1,1}</PADVERTISING>
  <PARCHIVALLOCATION>{1,1}</PARCHIVALLOCATION>
  <PATTITUDES>{1,1}</PATTITUDES>
  <PAUTHORSHIP AUTHORNAMETYPE="" AUTHORSHIPCONTROVERSY="" COLLABORATION="" CONTROVERSYDATE="">{1,1}</PAUTHORSHIP>
  <PCIRCULATION>{1,1}</PCIRCULATION>
  <PCONTRACT ID="">{1,1}</PCONTRACT>
  <PCOPYRIGHT>{1,1}</PCOPYRIGHT>
  <PDEDICATION>{1,1}</PDEDICATION>
  <PEARNINGS>{1,1}</PEARNINGS>
  <PEDITIONS>{1,1}</PEDITIONS>
  <PFIRSTLITERARYACTIVITY>{1,1}</PFIRSTLITERARYACTIVITY>
  <PINFLUENCESHER INFLUENCETYPE="">{1,1}</PINFLUENCESHER>
  <PLACE ID="" LAT="" LONG="" REF="">{1,1}</PLACE>
  <PLASTLITERARYACTIVITY>{1,1}</PLASTLITERARYACTIVITY>
  <PLITERARYMOVEMENTS INVOLVEMENT="INVOLVEMENTYES" REG="">{1,1}</PLITERARYMOVEMENTS>
  <PMANUSCRIPTHISTORY>{1,1}</PMANUSCRIPTHISTORY>
  <PMODEOFPUBLICATION PUBLICATIONMODE="">{1,1}</PMODEOFPUBLICATION>
  <PMOTIVES ID="" MOTIVETYPE="">{1,1}</PMOTIVES>
  <PNONSURVIVAL TYPEOFNONSURVIVAL="">{1,1}</PNONSURVIVAL>
  <PPERFORMANCE>{1,1}</PPERFORMANCE>
  <PPERIODICALPUBLICATION>{1,1}</PPERIODICALPUBLICATION>
  <PPLACEOFPUBLICATION>{1,1}</PPLACEOFPUBLICATION>
  <PPRESSRUN>{1,1}</PPRESSRUN>
  <PRARITIESFEATURESDECORATIONS>{1,1}</PRARITIESFEATURESDECORATIONS>
  <PRELATIONSWITHPUBLISHER RELATIONSHIPTYPE="">{1,1}</PRELATIONSWITHPUBLISHER>
  <PSERIALIZATION FORMOFSERIALIZATION="">{1,1}</PSERIALIZATION>
  <PSUBMISSIONSREJECTIONS>{1,1}</PSUBMISSIONSREJECTIONS>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <RBESTKNOWNWORK>{1,1}</RBESTKNOWNWORK>
  <RDESTRUCTIONOFWORK DESTROYEDBY="">{1,1}</RDESTRUCTIONOFWORK>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <RLANDMARKTEXT>{1,1}</RLANDMARKTEXT>
  <RPENALTIES CENSORSHIP="" CONTROVERSY="">{1,1}</RPENALTIES>
  <RRECOGNITIONNAME REG="">{1,1}</RRECOGNITIONNAME>
  <RRECOGNITIONSANDAWARDS>{1,1}</RRECOGNITIONSANDAWARDS>
  <RRESPONSES FORMALITY="" GENDEREDRESPONSE="" RESPONSETYPE="">{1,1}</RRESPONSES>
  <RS REG="" TYPE="">{1,1}</RS>
  <RSELFDESCRIPTION>{1,1}</RSELFDESCRIPTION>
  <RSHEINFLUENCED>{1,1}</RSHEINFLUENCED>
  <SCHOLARNOTE>{1,1}</SCHOLARNOTE>
  <SIC CORR="">{1,1}</SIC>
  <SOCALLED>{1,1}</SOCALLED>
  <TCHARACTERIZATION>{1,1}</TCHARACTERIZATION>
  <TCHARACTERNAME REG="">{1,1}</TCHARACTERNAME>
  <TCHARACTERTYPEROLE PROTAGONIST="">{1,1}</TCHARACTERTYPEROLE>
  <TGENRE GENRENAME="">{1,1}</TGENRE>
  <TGENREISSUE>{1,1}</TGENREISSUE>
  <TINTERTEXTUALITY GENDEROFAUTHOR="" INTERTEXTTYPE="">{1,1}</TINTERTEXTUALITY>
  <TITLE LEVEL="" REF="" REG="" REND="" STANDARD="">{1,1}</TITLE>
  <TMOTIF MOTIFNAME="">{1,1}</TMOTIF>
  <TOPIC STANDARD="">{1,1}</TOPIC>
  <TPLOT>{1,1}</TPLOT>
  <TSETTINGDATE SETTINGDATETYPE="">{1,1}</TSETTINGDATE>
  <TSETTINGPLACE SETTINGCLASS="" SETTINGPLACETYPE="">{1,1}</TSETTINGPLACE>
  <TTECHNIQUES TECHNIQUETYPE="">{1,1}</TTECHNIQUES>
  <TTHEMETOPIC ID="" REG="">{1,1}</TTHEMETOPIC>
  <TTONESTYLE EXPERIMENTAL="">{1,1}</TTONESTYLE>
  <TVOICENARRATION>{1,1}</TVOICENARRATION>
</PMATERIALCONDITIONS>
Attributes
QName Type Use
DISPLACEMENT restriction of xs:token optional
Source
<xs:element name="PMATERIALCONDITIONS">
  <xs:annotation>
    <xs:documentation>This element in the Production component describes the physical and economic circumstances that governed a woman's writing. This category is meant to answer questions like: did she have a room of her own? Was it the laundry room or a posh cabin on the French Riviera? Was she losing her eyesight while writing a particular work? Did she hide the manuscript while writing?</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="BIBCITS"/>
      <xs:element ref="DATE"/>
      <xs:element ref="DATERANGE"/>
      <xs:element ref="EMPH"/>
      <xs:element ref="FOREIGN"/>
      <xs:element ref="KEYWORDCLASS"/>
      <xs:element ref="NAME"/>
      <xs:element ref="ORGNAME"/>
      <xs:element ref="PADVERTISING"/>
      <xs:element ref="PARCHIVALLOCATION"/>
      <xs:element ref="PATTITUDES"/>
      <xs:element ref="PAUTHORSHIP"/>
      <xs:element ref="PCIRCULATION"/>
      <xs:element ref="PCONTRACT"/>
      <xs:element ref="PCOPYRIGHT"/>
      <xs:element ref="PDEDICATION"/>
      <xs:element ref="PEARNINGS"/>
      <xs:element ref="PEDITIONS"/>
      <xs:element ref="PFIRSTLITERARYACTIVITY"/>
      <xs:element ref="PINFLUENCESHER"/>
      <xs:element ref="PLACE"/>
      <xs:element ref="PLASTLITERARYACTIVITY"/>
      <xs:element ref="PLITERARYMOVEMENTS"/>
      <xs:element ref="PMANUSCRIPTHISTORY"/>
      <xs:element ref="PMODEOFPUBLICATION"/>
      <xs:element ref="PMOTIVES"/>
      <xs:element ref="PNONSURVIVAL"/>
      <xs:element ref="PPERFORMANCE"/>
      <xs:element ref="PPERIODICALPUBLICATION"/>
      <xs:element ref="PPLACEOFPUBLICATION"/>
      <xs:element ref="PPRESSRUN"/>
      <xs:element ref="PRARITIESFEATURESDECORATIONS"/>
      <xs:element ref="PRELATIONSWITHPUBLISHER"/>
      <xs:element ref="PSERIALIZATION"/>
      <xs:element ref="PSUBMISSIONSREJECTIONS"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="RBESTKNOWNWORK"/>
      <xs:element ref="RDESTRUCTIONOFWORK"/>
      <xs:element ref="RESEARCHNOTE"/>
      <xs:element ref="RLANDMARKTEXT"/>
      <xs:element ref="RPENALTIES"/>
      <xs:element ref="RRECOGNITIONNAME"/>
      <xs:element ref="RRECOGNITIONSANDAWARDS"/>
      <xs:element ref="RRESPONSES"/>
      <xs:element ref="RS"/>
      <xs:element ref="RSELFDESCRIPTION"/>
      <xs:element ref="RSHEINFLUENCED"/>
      <xs:element ref="SCHOLARNOTE"/>
      <xs:element ref="SIC"/>
      <xs:element ref="SOCALLED"/>
      <xs:element ref="TCHARACTERIZATION"/>
      <xs:element ref="TCHARACTERNAME"/>
      <xs:element ref="TCHARACTERTYPEROLE"/>
      <xs:element ref="TGENRE"/>
      <xs:element ref="TGENREISSUE"/>
      <xs:element ref="TINTERTEXTUALITY"/>
      <xs:element ref="TITLE"/>
      <xs:element ref="TMOTIF"/>
      <xs:element ref="TOPIC"/>
      <xs:element ref="TPLOT"/>
      <xs:element ref="TSETTINGDATE"/>
      <xs:element ref="TSETTINGPLACE"/>
      <xs:element ref="TTECHNIQUES"/>
      <xs:element ref="TTHEMETOPIC"/>
      <xs:element ref="TTONESTYLE"/>
      <xs:element ref="TVOICENARRATION"/>
    </xs:choice>
    <xs:attribute name="DISPLACEMENT">
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="DISPLACEMENTYES"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element PMODEOFPUBLICATION
Namespace No namespace
Annotations
This element deals with the specific ways in which a book is brought
to print; it does not address issues of circulation. It should capture issues around the publisher (or details about the printer where pertinent and
different from the publisher).
Diagram
Diagram index.tmp#PMODEOFPUBLICATION_PUBLICATIONMODE index.tmp#BIBCITS index.tmp#DATE index.tmp#DATERANGE index.tmp#NAME index.tmp#ORGNAME index.tmp#PADVERTISING index.tmp#PANTHOLOGIZATION index.tmp#PARCHIVALLOCATION index.tmp#PATTITUDES index.tmp#PAUTHORSHIP index.tmp#PCIRCULATION index.tmp#PCONTRACT index.tmp#PCOPYRIGHT index.tmp#PDEDICATION index.tmp#PEARNINGS index.tmp#PEDITIONS index.tmp#PFIRSTLITERARYACTIVITY index.tmp#PINFLUENCESHER index.tmp#PLACE index.tmp#PLASTLITERARYACTIVITY index.tmp#PMANUSCRIPTHISTORY index.tmp#PMATERIALCONDITIONS index.tmp#PMOTIVES index.tmp#PNONSURVIVAL index.tmp#PPERIODICALPUBLICATION index.tmp#PPLACEOFPUBLICATION index.tmp#PPRESSRUN index.tmp#PPRICE index.tmp#PRARITIESFEATURESDECORATIONS index.tmp#PRELATIONSWITHPUBLISHER index.tmp#PSERIALIZATION index.tmp#PSUBMISSIONSREJECTIONS index.tmp#PTYPEOFPRESS index.tmp#QUOTE index.tmp#RBESTKNOWNWORK index.tmp#RDESTRUCTIONOFWORK index.tmp#RESEARCHNOTE index.tmp#RLANDMARKTEXT index.tmp#RPENALTIES index.tmp#RRECOGNITIONSANDAWARDS index.tmp#RRESPONSES index.tmp#RSELFDESCRIPTION index.tmp#SCHOLARNOTE index.tmp#SOCALLED index.tmp#TCHARACTERIZATION index.tmp#TCHARACTERNAME index.tmp#TGENRE index.tmp#TGENREISSUE index.tmp#TINTERTEXTUALITY index.tmp#TITLE index.tmp#TMOTIF index.tmp#TOPIC index.tmp#TSETTINGPLACE index.tmp#TTECHNIQUES index.tmp#TTHEMETOPIC
Properties
content complex
mixed true
Used by
Model
Children BIBCITS, DATE, DATERANGE, NAME, ORGNAME, PADVERTISING, PANTHOLOGIZATION, PARCHIVALLOCATION, PATTITUDES, PAUTHORSHIP, PCIRCULATION, PCONTRACT, PCOPYRIGHT, PDEDICATION, PEARNINGS, PEDITIONS, PFIRSTLITERARYACTIVITY, PINFLUENCESHER, PLACE, PLASTLITERARYACTIVITY, PMANUSCRIPTHISTORY, PMATERIALCONDITIONS, PMOTIVES, PNONSURVIVAL, PPERIODICALPUBLICATION, PPLACEOFPUBLICATION, PPRESSRUN, PPRICE, PRARITIESFEATURESDECORATIONS, PRELATIONSWITHPUBLISHER, PSERIALIZATION, PSUBMISSIONSREJECTIONS, PTYPEOFPRESS, QUOTE, RBESTKNOWNWORK, RDESTRUCTIONOFWORK, RESEARCHNOTE, RLANDMARKTEXT, RPENALTIES, RRECOGNITIONSANDAWARDS, RRESPONSES, RSELFDESCRIPTION, SCHOLARNOTE, SOCALLED, TCHARACTERIZATION, TCHARACTERNAME, TGENRE, TGENREISSUE, TINTERTEXTUALITY, TITLE, TMOTIF, TOPIC, TSETTINGPLACE, TTECHNIQUES, TTHEMETOPIC
Instance
<PMODEOFPUBLICATION PUBLICATIONMODE="">
  <BIBCITS ID="">{1,1}</BIBCITS>
  <DATE CALENDAR="NEWSTYLE" CERTAINTY="CERT" ID="" VALUE="">{1,1}</DATE>
  <DATERANGE CALENDAR="NEWSTYLE" CERTAINTY="CERT" EXACT="" FROM="" ID="" TO="">{1,1}</DATERANGE>
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <ORGNAME ORGTYPE="" REF="" REG="" STANDARD="" URI="">{1,1}</ORGNAME>
  <PADVERTISING>{1,1}</PADVERTISING>
  <PANTHOLOGIZATION>{1,1}</PANTHOLOGIZATION>
  <PARCHIVALLOCATION>{1,1}</PARCHIVALLOCATION>
  <PATTITUDES>{1,1}</PATTITUDES>
  <PAUTHORSHIP AUTHORNAMETYPE="" AUTHORSHIPCONTROVERSY="" COLLABORATION="" CONTROVERSYDATE="">{1,1}</PAUTHORSHIP>
  <PCIRCULATION>{1,1}</PCIRCULATION>
  <PCONTRACT ID="">{1,1}</PCONTRACT>
  <PCOPYRIGHT>{1,1}</PCOPYRIGHT>
  <PDEDICATION>{1,1}</PDEDICATION>
  <PEARNINGS>{1,1}</PEARNINGS>
  <PEDITIONS>{1,1}</PEDITIONS>
  <PFIRSTLITERARYACTIVITY>{1,1}</PFIRSTLITERARYACTIVITY>
  <PINFLUENCESHER INFLUENCETYPE="">{1,1}</PINFLUENCESHER>
  <PLACE ID="" LAT="" LONG="" REF="">{1,1}</PLACE>
  <PLASTLITERARYACTIVITY>{1,1}</PLASTLITERARYACTIVITY>
  <PMANUSCRIPTHISTORY>{1,1}</PMANUSCRIPTHISTORY>
  <PMATERIALCONDITIONS DISPLACEMENT="">{1,1}</PMATERIALCONDITIONS>
  <PMOTIVES ID="" MOTIVETYPE="">{1,1}</PMOTIVES>
  <PNONSURVIVAL TYPEOFNONSURVIVAL="">{1,1}</PNONSURVIVAL>
  <PPERIODICALPUBLICATION>{1,1}</PPERIODICALPUBLICATION>
  <PPLACEOFPUBLICATION>{1,1}</PPLACEOFPUBLICATION>
  <PPRESSRUN>{1,1}</PPRESSRUN>
  <PPRICE>{1,1}</PPRICE>
  <PRARITIESFEATURESDECORATIONS>{1,1}</PRARITIESFEATURESDECORATIONS>
  <PRELATIONSWITHPUBLISHER RELATIONSHIPTYPE="">{1,1}</PRELATIONSWITHPUBLISHER>
  <PSERIALIZATION FORMOFSERIALIZATION="">{1,1}</PSERIALIZATION>
  <PSUBMISSIONSREJECTIONS>{1,1}</PSUBMISSIONSREJECTIONS>
  <PTYPEOFPRESS>{1,1}</PTYPEOFPRESS>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <RBESTKNOWNWORK>{1,1}</RBESTKNOWNWORK>
  <RDESTRUCTIONOFWORK DESTROYEDBY="">{1,1}</RDESTRUCTIONOFWORK>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <RLANDMARKTEXT>{1,1}</RLANDMARKTEXT>
  <RPENALTIES CENSORSHIP="" CONTROVERSY="">{1,1}</RPENALTIES>
  <RRECOGNITIONSANDAWARDS>{1,1}</RRECOGNITIONSANDAWARDS>
  <RRESPONSES FORMALITY="" GENDEREDRESPONSE="" RESPONSETYPE="">{1,1}</RRESPONSES>
  <RSELFDESCRIPTION>{1,1}</RSELFDESCRIPTION>
  <SCHOLARNOTE>{1,1}</SCHOLARNOTE>
  <SOCALLED>{1,1}</SOCALLED>
  <TCHARACTERIZATION>{1,1}</TCHARACTERIZATION>
  <TCHARACTERNAME REG="">{1,1}</TCHARACTERNAME>
  <TGENRE GENRENAME="">{1,1}</TGENRE>
  <TGENREISSUE>{1,1}</TGENREISSUE>
  <TINTERTEXTUALITY GENDEROFAUTHOR="" INTERTEXTTYPE="">{1,1}</TINTERTEXTUALITY>
  <TITLE LEVEL="" REF="" REG="" REND="" STANDARD="">{1,1}</TITLE>
  <TMOTIF MOTIFNAME="">{1,1}</TMOTIF>
  <TOPIC STANDARD="">{1,1}</TOPIC>
  <TSETTINGPLACE SETTINGCLASS="" SETTINGPLACETYPE="">{1,1}</TSETTINGPLACE>
  <TTECHNIQUES TECHNIQUETYPE="">{1,1}</TTECHNIQUES>
  <TTHEMETOPIC ID="" REG="">{1,1}</TTHEMETOPIC>
</PMODEOFPUBLICATION>
Attributes
QName Type Use Annotation
PUBLICATIONMODE restriction of xs:token optional
This optional attribute allows you to identify how a text was
published.
Source
<xs:element name="PMODEOFPUBLICATION">
  <xs:annotation>
    <xs:documentation>This element deals with the specific ways in which a book is brought to print; it does not address issues of circulation. It should capture issues around the publisher (or details about the printer where pertinent and different from the publisher).</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="BIBCITS"/>
      <xs:element ref="DATE"/>
      <xs:element ref="DATERANGE"/>
      <xs:element ref="NAME"/>
      <xs:element ref="ORGNAME"/>
      <xs:element ref="PADVERTISING"/>
      <xs:element ref="PANTHOLOGIZATION"/>
      <xs:element ref="PARCHIVALLOCATION"/>
      <xs:element ref="PATTITUDES"/>
      <xs:element ref="PAUTHORSHIP"/>
      <xs:element ref="PCIRCULATION"/>
      <xs:element ref="PCONTRACT"/>
      <xs:element ref="PCOPYRIGHT"/>
      <xs:element ref="PDEDICATION"/>
      <xs:element ref="PEARNINGS"/>
      <xs:element ref="PEDITIONS"/>
      <xs:element ref="PFIRSTLITERARYACTIVITY"/>
      <xs:element ref="PINFLUENCESHER"/>
      <xs:element ref="PLACE"/>
      <xs:element ref="PLASTLITERARYACTIVITY"/>
      <xs:element ref="PMANUSCRIPTHISTORY"/>
      <xs:element ref="PMATERIALCONDITIONS"/>
      <xs:element ref="PMOTIVES"/>
      <xs:element ref="PNONSURVIVAL"/>
      <xs:element ref="PPERIODICALPUBLICATION"/>
      <xs:element ref="PPLACEOFPUBLICATION"/>
      <xs:element ref="PPRESSRUN"/>
      <xs:element ref="PPRICE"/>
      <xs:element ref="PRARITIESFEATURESDECORATIONS"/>
      <xs:element ref="PRELATIONSWITHPUBLISHER"/>
      <xs:element ref="PSERIALIZATION"/>
      <xs:element ref="PSUBMISSIONSREJECTIONS"/>
      <xs:element ref="PTYPEOFPRESS"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="RBESTKNOWNWORK"/>
      <xs:element ref="RDESTRUCTIONOFWORK"/>
      <xs:element ref="RESEARCHNOTE"/>
      <xs:element ref="RLANDMARKTEXT"/>
      <xs:element ref="RPENALTIES"/>
      <xs:element ref="RRECOGNITIONSANDAWARDS"/>
      <xs:element ref="RRESPONSES"/>
      <xs:element ref="RSELFDESCRIPTION"/>
      <xs:element ref="SCHOLARNOTE"/>
      <xs:element ref="SOCALLED"/>
      <xs:element ref="TCHARACTERIZATION"/>
      <xs:element ref="TCHARACTERNAME"/>
      <xs:element ref="TGENRE"/>
      <xs:element ref="TGENREISSUE"/>
      <xs:element ref="TINTERTEXTUALITY"/>
      <xs:element ref="TITLE"/>
      <xs:element ref="TMOTIF"/>
      <xs:element ref="TOPIC"/>
      <xs:element ref="TSETTINGPLACE"/>
      <xs:element ref="TTECHNIQUES"/>
      <xs:element ref="TTHEMETOPIC"/>
    </xs:choice>
    <xs:attribute name="PUBLICATIONMODE">
      <xs:annotation>
        <xs:documentation>This optional attribute allows you to identify how a text was published.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="SELF-PUBLICATION"/>
          <xs:enumeration value="PRIVATELYPRINTED"/>
          <xs:enumeration value="LIMITEDEDITION"/>
          <xs:enumeration value="PIRATED"/>
          <xs:enumeration value="SUBSCRIPTION"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element PMOTIVES
Namespace No namespace
Annotations
Motives describes a woman writer's purposes and reasons for writing
which may be ascribed or self-identified, and may refer to textual motives or personal motives. See attitudes for comparison.
Diagram
Diagram index.tmp#PMOTIVES_ID index.tmp#PMOTIVES_MOTIVETYPE index.tmp#BIBCITS index.tmp#DATE index.tmp#DATERANGE index.tmp#EMPH index.tmp#FOREIGN index.tmp#KEYWORDCLASS index.tmp#NAME index.tmp#ORGNAME index.tmp#PANTHOLOGIZATION index.tmp#PARCHIVALLOCATION index.tmp#PATTITUDES index.tmp#PAUTHORSHIP index.tmp#PCIRCULATION index.tmp#PCOPYRIGHT index.tmp#PDEDICATION index.tmp#PEARNINGS index.tmp#PEDITIONS index.tmp#PFIRSTLITERARYACTIVITY index.tmp#PINFLUENCESHER index.tmp#PLACE index.tmp#PLASTLITERARYACTIVITY index.tmp#PLITERARYMOVEMENTS index.tmp#PMANUSCRIPTHISTORY index.tmp#PMATERIALCONDITIONS index.tmp#PMODEOFPUBLICATION index.tmp#PNONSURVIVAL index.tmp#PPERFORMANCE index.tmp#PPERIODICALPUBLICATION index.tmp#PPLACEOFPUBLICATION index.tmp#PPRESSRUN index.tmp#PPRICE index.tmp#PRARITIESFEATURESDECORATIONS index.tmp#PRELATIONSWITHPUBLISHER index.tmp#PSUBMISSIONSREJECTIONS index.tmp#QUOTE index.tmp#RBESTKNOWNWORK index.tmp#RESEARCHNOTE index.tmp#RLANDMARKTEXT index.tmp#RPENALTIES index.tmp#RRECOGNITIONSANDAWARDS index.tmp#RRESPONSES index.tmp#RS index.tmp#RSELFDESCRIPTION index.tmp#SCHOLARNOTE index.tmp#SOCALLED index.tmp#TCHARACTERIZATION index.tmp#TCHARACTERNAME index.tmp#TCHARACTERTYPEROLE index.tmp#TGENRE index.tmp#TGENREISSUE index.tmp#TINTERTEXTUALITY index.tmp#TITLE index.tmp#TMOTIF index.tmp#TOPIC index.tmp#TPLOT index.tmp#TSETTINGDATE index.tmp#TSETTINGPLACE index.tmp#TTECHNIQUES index.tmp#TTHEMETOPIC index.tmp#TTONESTYLE index.tmp#TVOICENARRATION
Properties
content complex
mixed true
Used by
Model
Children BIBCITS, DATE, DATERANGE, EMPH, FOREIGN, KEYWORDCLASS, NAME, ORGNAME, PANTHOLOGIZATION, PARCHIVALLOCATION, PATTITUDES, PAUTHORSHIP, PCIRCULATION, PCOPYRIGHT, PDEDICATION, PEARNINGS, PEDITIONS, PFIRSTLITERARYACTIVITY, PINFLUENCESHER, PLACE, PLASTLITERARYACTIVITY, PLITERARYMOVEMENTS, PMANUSCRIPTHISTORY, PMATERIALCONDITIONS, PMODEOFPUBLICATION, PNONSURVIVAL, PPERFORMANCE, PPERIODICALPUBLICATION, PPLACEOFPUBLICATION, PPRESSRUN, PPRICE, PRARITIESFEATURESDECORATIONS, PRELATIONSWITHPUBLISHER, PSUBMISSIONSREJECTIONS, QUOTE, RBESTKNOWNWORK, RESEARCHNOTE, RLANDMARKTEXT, RPENALTIES, RRECOGNITIONSANDAWARDS, RRESPONSES, RS, RSELFDESCRIPTION, SCHOLARNOTE, SOCALLED, TCHARACTERIZATION, TCHARACTERNAME, TCHARACTERTYPEROLE, TGENRE, TGENREISSUE, TINTERTEXTUALITY, TITLE, TMOTIF, TOPIC, TPLOT, TSETTINGDATE, TSETTINGPLACE, TTECHNIQUES, TTHEMETOPIC, TTONESTYLE, TVOICENARRATION
Instance
<PMOTIVES ID="" MOTIVETYPE="">
  <BIBCITS ID="">{1,1}</BIBCITS>
  <DATE CALENDAR="NEWSTYLE" CERTAINTY="CERT" ID="" VALUE="">{1,1}</DATE>
  <DATERANGE CALENDAR="NEWSTYLE" CERTAINTY="CERT" EXACT="" FROM="" ID="" TO="">{1,1}</DATERANGE>
  <EMPH>{1,1}</EMPH>
  <FOREIGN LANG="" REG="">{1,1}</FOREIGN>
  <KEYWORDCLASS KEYWORDTYPE="">{1,1}</KEYWORDCLASS>
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <ORGNAME ORGTYPE="" REF="" REG="" STANDARD="" URI="">{1,1}</ORGNAME>
  <PANTHOLOGIZATION>{1,1}</PANTHOLOGIZATION>
  <PARCHIVALLOCATION>{1,1}</PARCHIVALLOCATION>
  <PATTITUDES>{1,1}</PATTITUDES>
  <PAUTHORSHIP AUTHORNAMETYPE="" AUTHORSHIPCONTROVERSY="" COLLABORATION="" CONTROVERSYDATE="">{1,1}</PAUTHORSHIP>
  <PCIRCULATION>{1,1}</PCIRCULATION>
  <PCOPYRIGHT>{1,1}</PCOPYRIGHT>
  <PDEDICATION>{1,1}</PDEDICATION>
  <PEARNINGS>{1,1}</PEARNINGS>
  <PEDITIONS>{1,1}</PEDITIONS>
  <PFIRSTLITERARYACTIVITY>{1,1}</PFIRSTLITERARYACTIVITY>
  <PINFLUENCESHER INFLUENCETYPE="">{1,1}</PINFLUENCESHER>
  <PLACE ID="" LAT="" LONG="" REF="">{1,1}</PLACE>
  <PLASTLITERARYACTIVITY>{1,1}</PLASTLITERARYACTIVITY>
  <PLITERARYMOVEMENTS INVOLVEMENT="INVOLVEMENTYES" REG="">{1,1}</PLITERARYMOVEMENTS>
  <PMANUSCRIPTHISTORY>{1,1}</PMANUSCRIPTHISTORY>
  <PMATERIALCONDITIONS DISPLACEMENT="">{1,1}</PMATERIALCONDITIONS>
  <PMODEOFPUBLICATION PUBLICATIONMODE="">{1,1}</PMODEOFPUBLICATION>
  <PNONSURVIVAL TYPEOFNONSURVIVAL="">{1,1}</PNONSURVIVAL>
  <PPERFORMANCE>{1,1}</PPERFORMANCE>
  <PPERIODICALPUBLICATION>{1,1}</PPERIODICALPUBLICATION>
  <PPLACEOFPUBLICATION>{1,1}</PPLACEOFPUBLICATION>
  <PPRESSRUN>{1,1}</PPRESSRUN>
  <PPRICE>{1,1}</PPRICE>
  <PRARITIESFEATURESDECORATIONS>{1,1}</PRARITIESFEATURESDECORATIONS>
  <PRELATIONSWITHPUBLISHER RELATIONSHIPTYPE="">{1,1}</PRELATIONSWITHPUBLISHER>
  <PSUBMISSIONSREJECTIONS>{1,1}</PSUBMISSIONSREJECTIONS>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <RBESTKNOWNWORK>{1,1}</RBESTKNOWNWORK>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <RLANDMARKTEXT>{1,1}</RLANDMARKTEXT>
  <RPENALTIES CENSORSHIP="" CONTROVERSY="">{1,1}</RPENALTIES>
  <RRECOGNITIONSANDAWARDS>{1,1}</RRECOGNITIONSANDAWARDS>
  <RRESPONSES FORMALITY="" GENDEREDRESPONSE="" RESPONSETYPE="">{1,1}</RRESPONSES>
  <RS REG="" TYPE="">{1,1}</RS>
  <RSELFDESCRIPTION>{1,1}</RSELFDESCRIPTION>
  <SCHOLARNOTE>{1,1}</SCHOLARNOTE>
  <SOCALLED>{1,1}</SOCALLED>
  <TCHARACTERIZATION>{1,1}</TCHARACTERIZATION>
  <TCHARACTERNAME REG="">{1,1}</TCHARACTERNAME>
  <TCHARACTERTYPEROLE PROTAGONIST="">{1,1}</TCHARACTERTYPEROLE>
  <TGENRE GENRENAME="">{1,1}</TGENRE>
  <TGENREISSUE>{1,1}</TGENREISSUE>
  <TINTERTEXTUALITY GENDEROFAUTHOR="" INTERTEXTTYPE="">{1,1}</TINTERTEXTUALITY>
  <TITLE LEVEL="" REF="" REG="" REND="" STANDARD="">{1,1}</TITLE>
  <TMOTIF MOTIFNAME="">{1,1}</TMOTIF>
  <TOPIC STANDARD="">{1,1}</TOPIC>
  <TPLOT>{1,1}</TPLOT>
  <TSETTINGDATE SETTINGDATETYPE="">{1,1}</TSETTINGDATE>
  <TSETTINGPLACE SETTINGCLASS="" SETTINGPLACETYPE="">{1,1}</TSETTINGPLACE>
  <TTECHNIQUES TECHNIQUETYPE="">{1,1}</TTECHNIQUES>
  <TTHEMETOPIC ID="" REG="">{1,1}</TTHEMETOPIC>
  <TTONESTYLE EXPERIMENTAL="">{1,1}</TTONESTYLE>
  <TVOICENARRATION>{1,1}</TVOICENARRATION>
</PMOTIVES>
Attributes
QName Type Use
ID xs:NCName optional
MOTIVETYPE restriction of xs:token optional
Source
<xs:element name="PMOTIVES">
  <xs:annotation>
    <xs:documentation>Motives describes a woman writer's purposes and reasons for writing which may be ascribed or self-identified, and may refer to textual motives or personal motives. See attitudes for comparison.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="BIBCITS"/>
      <xs:element ref="DATE"/>
      <xs:element ref="DATERANGE"/>
      <xs:element ref="EMPH"/>
      <xs:element ref="FOREIGN"/>
      <xs:element ref="KEYWORDCLASS"/>
      <xs:element ref="NAME"/>
      <xs:element ref="ORGNAME"/>
      <xs:element ref="PANTHOLOGIZATION"/>
      <xs:element ref="PARCHIVALLOCATION"/>
      <xs:element ref="PATTITUDES"/>
      <xs:element ref="PAUTHORSHIP"/>
      <xs:element ref="PCIRCULATION"/>
      <xs:element ref="PCOPYRIGHT"/>
      <xs:element ref="PDEDICATION"/>
      <xs:element ref="PEARNINGS"/>
      <xs:element ref="PEDITIONS"/>
      <xs:element ref="PFIRSTLITERARYACTIVITY"/>
      <xs:element ref="PINFLUENCESHER"/>
      <xs:element ref="PLACE"/>
      <xs:element ref="PLASTLITERARYACTIVITY"/>
      <xs:element ref="PLITERARYMOVEMENTS"/>
      <xs:element ref="PMANUSCRIPTHISTORY"/>
      <xs:element ref="PMATERIALCONDITIONS"/>
      <xs:element ref="PMODEOFPUBLICATION"/>
      <xs:element ref="PNONSURVIVAL"/>
      <xs:element ref="PPERFORMANCE"/>
      <xs:element ref="PPERIODICALPUBLICATION"/>
      <xs:element ref="PPLACEOFPUBLICATION"/>
      <xs:element ref="PPRESSRUN"/>
      <xs:element ref="PPRICE"/>
      <xs:element ref="PRARITIESFEATURESDECORATIONS"/>
      <xs:element ref="PRELATIONSWITHPUBLISHER"/>
      <xs:element ref="PSUBMISSIONSREJECTIONS"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="RBESTKNOWNWORK"/>
      <xs:element ref="RESEARCHNOTE"/>
      <xs:element ref="RLANDMARKTEXT"/>
      <xs:element ref="RPENALTIES"/>
      <xs:element ref="RRECOGNITIONSANDAWARDS"/>
      <xs:element ref="RRESPONSES"/>
      <xs:element ref="RS"/>
      <xs:element ref="RSELFDESCRIPTION"/>
      <xs:element ref="SCHOLARNOTE"/>
      <xs:element ref="SOCALLED"/>
      <xs:element ref="TCHARACTERIZATION"/>
      <xs:element ref="TCHARACTERNAME"/>
      <xs:element ref="TCHARACTERTYPEROLE"/>
      <xs:element ref="TGENRE"/>
      <xs:element ref="TGENREISSUE"/>
      <xs:element ref="TINTERTEXTUALITY"/>
      <xs:element ref="TITLE"/>
      <xs:element ref="TMOTIF"/>
      <xs:element ref="TOPIC"/>
      <xs:element ref="TPLOT"/>
      <xs:element ref="TSETTINGDATE"/>
      <xs:element ref="TSETTINGPLACE"/>
      <xs:element ref="TTECHNIQUES"/>
      <xs:element ref="TTHEMETOPIC"/>
      <xs:element ref="TTONESTYLE"/>
      <xs:element ref="TVOICENARRATION"/>
    </xs:choice>
    <xs:attribute name="ID" type="xs:NCName"/>
    <xs:attribute name="MOTIVETYPE">
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="ASCRIBED"/>
          <xs:enumeration value="SELF-IDENTIFIED"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element PNONSURVIVAL
Namespace No namespace
Annotations
This element addresses texts that we do not have today for some
reason or another. Describes any mishaps or disasters that happen on the road to publication. If the manuscript was in a tree, burned, or flew out
the stage coach window; if the publishers went bankrupt and lost her manuscript, all of these incidents can be recorded here.
Diagram
Diagram index.tmp#PNONSURVIVAL_TYPEOFNONSURVIVAL index.tmp#BIBCITS index.tmp#DATE index.tmp#DATERANGE index.tmp#NAME index.tmp#ORGNAME index.tmp#PADVERTISING index.tmp#PARCHIVALLOCATION index.tmp#PATTITUDES index.tmp#PAUTHORSHIP index.tmp#PCIRCULATION index.tmp#PEDITIONS index.tmp#PFIRSTLITERARYACTIVITY index.tmp#PINFLUENCESHER index.tmp#PLACE index.tmp#PLASTLITERARYACTIVITY index.tmp#PMANUSCRIPTHISTORY index.tmp#PMATERIALCONDITIONS index.tmp#PMODEOFPUBLICATION index.tmp#PMOTIVES index.tmp#PRARITIESFEATURESDECORATIONS index.tmp#PRELATIONSWITHPUBLISHER index.tmp#QUOTE index.tmp#RDESTRUCTIONOFWORK index.tmp#RESEARCHNOTE index.tmp#RRESPONSES index.tmp#RSELFDESCRIPTION index.tmp#SCHOLARNOTE index.tmp#SOCALLED index.tmp#TCHARACTERTYPEROLE index.tmp#TGENRE index.tmp#TGENREISSUE index.tmp#TINTERTEXTUALITY index.tmp#TITLE index.tmp#TMOTIF index.tmp#TSETTINGDATE index.tmp#TSETTINGPLACE index.tmp#TTHEMETOPIC index.tmp#TTONESTYLE
Properties
content complex
mixed true
Used by
Model
Children BIBCITS, DATE, DATERANGE, NAME, ORGNAME, PADVERTISING, PARCHIVALLOCATION, PATTITUDES, PAUTHORSHIP, PCIRCULATION, PEDITIONS, PFIRSTLITERARYACTIVITY, PINFLUENCESHER, PLACE, PLASTLITERARYACTIVITY, PMANUSCRIPTHISTORY, PMATERIALCONDITIONS, PMODEOFPUBLICATION, PMOTIVES, PRARITIESFEATURESDECORATIONS, PRELATIONSWITHPUBLISHER, QUOTE, RDESTRUCTIONOFWORK, RESEARCHNOTE, RRESPONSES, RSELFDESCRIPTION, SCHOLARNOTE, SOCALLED, TCHARACTERTYPEROLE, TGENRE, TGENREISSUE, TINTERTEXTUALITY, TITLE, TMOTIF, TSETTINGDATE, TSETTINGPLACE, TTHEMETOPIC, TTONESTYLE
Instance
<PNONSURVIVAL TYPEOFNONSURVIVAL="">
  <BIBCITS ID="">{1,1}</BIBCITS>
  <DATE CALENDAR="NEWSTYLE" CERTAINTY="CERT" ID="" VALUE="">{1,1}</DATE>
  <DATERANGE CALENDAR="NEWSTYLE" CERTAINTY="CERT" EXACT="" FROM="" ID="" TO="">{1,1}</DATERANGE>
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <ORGNAME ORGTYPE="" REF="" REG="" STANDARD="" URI="">{1,1}</ORGNAME>
  <PADVERTISING>{1,1}</PADVERTISING>
  <PARCHIVALLOCATION>{1,1}</PARCHIVALLOCATION>
  <PATTITUDES>{1,1}</PATTITUDES>
  <PAUTHORSHIP AUTHORNAMETYPE="" AUTHORSHIPCONTROVERSY="" COLLABORATION="" CONTROVERSYDATE="">{1,1}</PAUTHORSHIP>
  <PCIRCULATION>{1,1}</PCIRCULATION>
  <PEDITIONS>{1,1}</PEDITIONS>
  <PFIRSTLITERARYACTIVITY>{1,1}</PFIRSTLITERARYACTIVITY>
  <PINFLUENCESHER INFLUENCETYPE="">{1,1}</PINFLUENCESHER>
  <PLACE ID="" LAT="" LONG="" REF="">{1,1}</PLACE>
  <PLASTLITERARYACTIVITY>{1,1}</PLASTLITERARYACTIVITY>
  <PMANUSCRIPTHISTORY>{1,1}</PMANUSCRIPTHISTORY>
  <PMATERIALCONDITIONS DISPLACEMENT="">{1,1}</PMATERIALCONDITIONS>
  <PMODEOFPUBLICATION PUBLICATIONMODE="">{1,1}</PMODEOFPUBLICATION>
  <PMOTIVES ID="" MOTIVETYPE="">{1,1}</PMOTIVES>
  <PRARITIESFEATURESDECORATIONS>{1,1}</PRARITIESFEATURESDECORATIONS>
  <PRELATIONSWITHPUBLISHER RELATIONSHIPTYPE="">{1,1}</PRELATIONSWITHPUBLISHER>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <RDESTRUCTIONOFWORK DESTROYEDBY="">{1,1}</RDESTRUCTIONOFWORK>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <RRESPONSES FORMALITY="" GENDEREDRESPONSE="" RESPONSETYPE="">{1,1}</RRESPONSES>
  <RSELFDESCRIPTION>{1,1}</RSELFDESCRIPTION>
  <SCHOLARNOTE>{1,1}</SCHOLARNOTE>
  <SOCALLED>{1,1}</SOCALLED>
  <TCHARACTERTYPEROLE PROTAGONIST="">{1,1}</TCHARACTERTYPEROLE>
  <TGENRE GENRENAME="">{1,1}</TGENRE>
  <TGENREISSUE>{1,1}</TGENREISSUE>
  <TINTERTEXTUALITY GENDEROFAUTHOR="" INTERTEXTTYPE="">{1,1}</TINTERTEXTUALITY>
  <TITLE LEVEL="" REF="" REG="" REND="" STANDARD="">{1,1}</TITLE>
  <TMOTIF MOTIFNAME="">{1,1}</TMOTIF>
  <TSETTINGDATE SETTINGDATETYPE="">{1,1}</TSETTINGDATE>
  <TSETTINGPLACE SETTINGCLASS="" SETTINGPLACETYPE="">{1,1}</TSETTINGPLACE>
  <TTHEMETOPIC ID="" REG="">{1,1}</TTHEMETOPIC>
  <TTONESTYLE EXPERIMENTAL="">{1,1}</TTONESTYLE>
</PNONSURVIVAL>
Attributes
QName Type Use
TYPEOFNONSURVIVAL restriction of xs:token optional
Source
<xs:element name="PNONSURVIVAL">
  <xs:annotation>
    <xs:documentation>This element addresses texts that we do not have today for some reason or another. Describes any mishaps or disasters that happen on the road to publication. If the manuscript was in a tree, burned, or flew out the stage coach window; if the publishers went bankrupt and lost her manuscript, all of these incidents can be recorded here.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="BIBCITS"/>
      <xs:element ref="DATE"/>
      <xs:element ref="DATERANGE"/>
      <xs:element ref="NAME"/>
      <xs:element ref="ORGNAME"/>
      <xs:element ref="PADVERTISING"/>
      <xs:element ref="PARCHIVALLOCATION"/>
      <xs:element ref="PATTITUDES"/>
      <xs:element ref="PAUTHORSHIP"/>
      <xs:element ref="PCIRCULATION"/>
      <xs:element ref="PEDITIONS"/>
      <xs:element ref="PFIRSTLITERARYACTIVITY"/>
      <xs:element ref="PINFLUENCESHER"/>
      <xs:element ref="PLACE"/>
      <xs:element ref="PLASTLITERARYACTIVITY"/>
      <xs:element ref="PMANUSCRIPTHISTORY"/>
      <xs:element ref="PMATERIALCONDITIONS"/>
      <xs:element ref="PMODEOFPUBLICATION"/>
      <xs:element ref="PMOTIVES"/>
      <xs:element ref="PRARITIESFEATURESDECORATIONS"/>
      <xs:element ref="PRELATIONSWITHPUBLISHER"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="RDESTRUCTIONOFWORK"/>
      <xs:element ref="RESEARCHNOTE"/>
      <xs:element ref="RRESPONSES"/>
      <xs:element ref="RSELFDESCRIPTION"/>
      <xs:element ref="SCHOLARNOTE"/>
      <xs:element ref="SOCALLED"/>
      <xs:element ref="TCHARACTERTYPEROLE"/>
      <xs:element ref="TGENRE"/>
      <xs:element ref="TGENREISSUE"/>
      <xs:element ref="TINTERTEXTUALITY"/>
      <xs:element ref="TITLE"/>
      <xs:element ref="TMOTIF"/>
      <xs:element ref="TSETTINGDATE"/>
      <xs:element ref="TSETTINGPLACE"/>
      <xs:element ref="TTHEMETOPIC"/>
      <xs:element ref="TTONESTYLE"/>
    </xs:choice>
    <xs:attribute name="TYPEOFNONSURVIVAL">
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="ACCIDENT"/>
          <xs:enumeration value="UNKNOWN"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element PRARITIESFEATURESDECORATIONS
Namespace No namespace
Annotations
This element is meant to capture significant and interesting
information about any rare or decorative features of the book as a physical text.
Diagram
Diagram index.tmp#BIBCITS index.tmp#DATE index.tmp#DATERANGE index.tmp#EMPH index.tmp#FOREIGN index.tmp#NAME index.tmp#ORGNAME index.tmp#PADVERTISING index.tmp#PANTHOLOGIZATION index.tmp#PARCHIVALLOCATION index.tmp#PATTITUDES index.tmp#PAUTHORSHIP index.tmp#PCIRCULATION index.tmp#PCONTRACT index.tmp#PDEDICATION index.tmp#PEARNINGS index.tmp#PEDITIONS index.tmp#PFIRSTLITERARYACTIVITY index.tmp#PINFLUENCESHER index.tmp#PLACE index.tmp#PLASTLITERARYACTIVITY index.tmp#PLITERARYMOVEMENTS index.tmp#PMANUSCRIPTHISTORY index.tmp#PMODEOFPUBLICATION index.tmp#PMOTIVES index.tmp#PNONBOOKMEDIA index.tmp#PNONSURVIVAL index.tmp#PPERIODICALPUBLICATION index.tmp#PPLACEOFPUBLICATION index.tmp#PPRESSRUN index.tmp#PPRICE index.tmp#PRELATIONSWITHPUBLISHER index.tmp#PSERIALIZATION index.tmp#PSUBMISSIONSREJECTIONS index.tmp#QUOTE index.tmp#RBESTKNOWNWORK index.tmp#RDESTRUCTIONOFWORK index.tmp#RESEARCHNOTE index.tmp#RPENALTIES index.tmp#RRECOGNITIONNAME index.tmp#RRECOGNITIONSANDAWARDS index.tmp#RRESPONSES index.tmp#RS index.tmp#RSELFDESCRIPTION index.tmp#RSHEINFLUENCED index.tmp#SCHOLARNOTE index.tmp#SOCALLED index.tmp#TCHARACTERIZATION index.tmp#TCHARACTERNAME index.tmp#TCHARACTERTYPEROLE index.tmp#TGENRE index.tmp#TGENREISSUE index.tmp#TINTERTEXTUALITY index.tmp#TITLE index.tmp#TMOTIF index.tmp#TSETTINGDATE index.tmp#TSETTINGPLACE index.tmp#TTECHNIQUES index.tmp#TTHEMETOPIC index.tmp#TTONESTYLE index.tmp#XREF
Properties
content complex
mixed true
Used by
Model
Children BIBCITS, DATE, DATERANGE, EMPH, FOREIGN, NAME, ORGNAME, PADVERTISING, PANTHOLOGIZATION, PARCHIVALLOCATION, PATTITUDES, PAUTHORSHIP, PCIRCULATION, PCONTRACT, PDEDICATION, PEARNINGS, PEDITIONS, PFIRSTLITERARYACTIVITY, PINFLUENCESHER, PLACE, PLASTLITERARYACTIVITY, PLITERARYMOVEMENTS, PMANUSCRIPTHISTORY, PMODEOFPUBLICATION, PMOTIVES, PNONBOOKMEDIA, PNONSURVIVAL, PPERIODICALPUBLICATION, PPLACEOFPUBLICATION, PPRESSRUN, PPRICE, PRELATIONSWITHPUBLISHER, PSERIALIZATION, PSUBMISSIONSREJECTIONS, QUOTE, RBESTKNOWNWORK, RDESTRUCTIONOFWORK, RESEARCHNOTE, RPENALTIES, RRECOGNITIONNAME, RRECOGNITIONSANDAWARDS, RRESPONSES, RS, RSELFDESCRIPTION, RSHEINFLUENCED, SCHOLARNOTE, SOCALLED, TCHARACTERIZATION, TCHARACTERNAME, TCHARACTERTYPEROLE, TGENRE, TGENREISSUE, TINTERTEXTUALITY, TITLE, TMOTIF, TSETTINGDATE, TSETTINGPLACE, TTECHNIQUES, TTHEMETOPIC, TTONESTYLE, XREF
Instance
<PRARITIESFEATURESDECORATIONS>
  <BIBCITS ID="">{1,1}</BIBCITS>
  <DATE CALENDAR="NEWSTYLE" CERTAINTY="CERT" ID="" VALUE="">{1,1}</DATE>
  <DATERANGE CALENDAR="NEWSTYLE" CERTAINTY="CERT" EXACT="" FROM="" ID="" TO="">{1,1}</DATERANGE>
  <EMPH>{1,1}</EMPH>
  <FOREIGN LANG="" REG="">{1,1}</FOREIGN>
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <ORGNAME ORGTYPE="" REF="" REG="" STANDARD="" URI="">{1,1}</ORGNAME>
  <PADVERTISING>{1,1}</PADVERTISING>
  <PANTHOLOGIZATION>{1,1}</PANTHOLOGIZATION>
  <PARCHIVALLOCATION>{1,1}</PARCHIVALLOCATION>
  <PATTITUDES>{1,1}</PATTITUDES>
  <PAUTHORSHIP AUTHORNAMETYPE="" AUTHORSHIPCONTROVERSY="" COLLABORATION="" CONTROVERSYDATE="">{1,1}</PAUTHORSHIP>
  <PCIRCULATION>{1,1}</PCIRCULATION>
  <PCONTRACT ID="">{1,1}</PCONTRACT>
  <PDEDICATION>{1,1}</PDEDICATION>
  <PEARNINGS>{1,1}</PEARNINGS>
  <PEDITIONS>{1,1}</PEDITIONS>
  <PFIRSTLITERARYACTIVITY>{1,1}</PFIRSTLITERARYACTIVITY>
  <PINFLUENCESHER INFLUENCETYPE="">{1,1}</PINFLUENCESHER>
  <PLACE ID="" LAT="" LONG="" REF="">{1,1}</PLACE>
  <PLASTLITERARYACTIVITY>{1,1}</PLASTLITERARYACTIVITY>
  <PLITERARYMOVEMENTS INVOLVEMENT="INVOLVEMENTYES" REG="">{1,1}</PLITERARYMOVEMENTS>
  <PMANUSCRIPTHISTORY>{1,1}</PMANUSCRIPTHISTORY>
  <PMODEOFPUBLICATION PUBLICATIONMODE="">{1,1}</PMODEOFPUBLICATION>
  <PMOTIVES ID="" MOTIVETYPE="">{1,1}</PMOTIVES>
  <PNONBOOKMEDIA MEDIATYPE="">{1,1}</PNONBOOKMEDIA>
  <PNONSURVIVAL TYPEOFNONSURVIVAL="">{1,1}</PNONSURVIVAL>
  <PPERIODICALPUBLICATION>{1,1}</PPERIODICALPUBLICATION>
  <PPLACEOFPUBLICATION>{1,1}</PPLACEOFPUBLICATION>
  <PPRESSRUN>{1,1}</PPRESSRUN>
  <PPRICE>{1,1}</PPRICE>
  <PRELATIONSWITHPUBLISHER RELATIONSHIPTYPE="">{1,1}</PRELATIONSWITHPUBLISHER>
  <PSERIALIZATION FORMOFSERIALIZATION="">{1,1}</PSERIALIZATION>
  <PSUBMISSIONSREJECTIONS>{1,1}</PSUBMISSIONSREJECTIONS>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <RBESTKNOWNWORK>{1,1}</RBESTKNOWNWORK>
  <RDESTRUCTIONOFWORK DESTROYEDBY="">{1,1}</RDESTRUCTIONOFWORK>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <RPENALTIES CENSORSHIP="" CONTROVERSY="">{1,1}</RPENALTIES>
  <RRECOGNITIONNAME REG="">{1,1}</RRECOGNITIONNAME>
  <RRECOGNITIONSANDAWARDS>{1,1}</RRECOGNITIONSANDAWARDS>
  <RRESPONSES FORMALITY="" GENDEREDRESPONSE="" RESPONSETYPE="">{1,1}</RRESPONSES>
  <RS REG="" TYPE="">{1,1}</RS>
  <RSELFDESCRIPTION>{1,1}</RSELFDESCRIPTION>
  <RSHEINFLUENCED>{1,1}</RSHEINFLUENCED>
  <SCHOLARNOTE>{1,1}</SCHOLARNOTE>
  <SOCALLED>{1,1}</SOCALLED>
  <TCHARACTERIZATION>{1,1}</TCHARACTERIZATION>
  <TCHARACTERNAME REG="">{1,1}</TCHARACTERNAME>
  <TCHARACTERTYPEROLE PROTAGONIST="">{1,1}</TCHARACTERTYPEROLE>
  <TGENRE GENRENAME="">{1,1}</TGENRE>
  <TGENREISSUE>{1,1}</TGENREISSUE>
  <TINTERTEXTUALITY GENDEROFAUTHOR="" INTERTEXTTYPE="">{1,1}</TINTERTEXTUALITY>
  <TITLE LEVEL="" REF="" REG="" REND="" STANDARD="">{1,1}</TITLE>
  <TMOTIF MOTIFNAME="">{1,1}</TMOTIF>
  <TSETTINGDATE SETTINGDATETYPE="">{1,1}</TSETTINGDATE>
  <TSETTINGPLACE SETTINGCLASS="" SETTINGPLACETYPE="">{1,1}</TSETTINGPLACE>
  <TTECHNIQUES TECHNIQUETYPE="">{1,1}</TTECHNIQUES>
  <TTHEMETOPIC ID="" REG="">{1,1}</TTHEMETOPIC>
  <TTONESTYLE EXPERIMENTAL="">{1,1}</TTONESTYLE>
  <XREF RESP="" URL="">{1,1}</XREF>
</PRARITIESFEATURESDECORATIONS>
Source
<xs:element name="PRARITIESFEATURESDECORATIONS">
  <xs:annotation>
    <xs:documentation>This element is meant to capture significant and interesting information about any rare or decorative features of the book as a physical text.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="BIBCITS"/>
      <xs:element ref="DATE"/>
      <xs:element ref="DATERANGE"/>
      <xs:element ref="EMPH"/>
      <xs:element ref="FOREIGN"/>
      <xs:element ref="NAME"/>
      <xs:element ref="ORGNAME"/>
      <xs:element ref="PADVERTISING"/>
      <xs:element ref="PANTHOLOGIZATION"/>
      <xs:element ref="PARCHIVALLOCATION"/>
      <xs:element ref="PATTITUDES"/>
      <xs:element ref="PAUTHORSHIP"/>
      <xs:element ref="PCIRCULATION"/>
      <xs:element ref="PCONTRACT"/>
      <xs:element ref="PDEDICATION"/>
      <xs:element ref="PEARNINGS"/>
      <xs:element ref="PEDITIONS"/>
      <xs:element ref="PFIRSTLITERARYACTIVITY"/>
      <xs:element ref="PINFLUENCESHER"/>
      <xs:element ref="PLACE"/>
      <xs:element ref="PLASTLITERARYACTIVITY"/>
      <xs:element ref="PLITERARYMOVEMENTS"/>
      <xs:element ref="PMANUSCRIPTHISTORY"/>
      <xs:element ref="PMODEOFPUBLICATION"/>
      <xs:element ref="PMOTIVES"/>
      <xs:element ref="PNONBOOKMEDIA"/>
      <xs:element ref="PNONSURVIVAL"/>
      <xs:element ref="PPERIODICALPUBLICATION"/>
      <xs:element ref="PPLACEOFPUBLICATION"/>
      <xs:element ref="PPRESSRUN"/>
      <xs:element ref="PPRICE"/>
      <xs:element ref="PRELATIONSWITHPUBLISHER"/>
      <xs:element ref="PSERIALIZATION"/>
      <xs:element ref="PSUBMISSIONSREJECTIONS"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="RBESTKNOWNWORK"/>
      <xs:element ref="RDESTRUCTIONOFWORK"/>
      <xs:element ref="RESEARCHNOTE"/>
      <xs:element ref="RPENALTIES"/>
      <xs:element ref="RRECOGNITIONNAME"/>
      <xs:element ref="RRECOGNITIONSANDAWARDS"/>
      <xs:element ref="RRESPONSES"/>
      <xs:element ref="RS"/>
      <xs:element ref="RSELFDESCRIPTION"/>
      <xs:element ref="RSHEINFLUENCED"/>
      <xs:element ref="SCHOLARNOTE"/>
      <xs:element ref="SOCALLED"/>
      <xs:element ref="TCHARACTERIZATION"/>
      <xs:element ref="TCHARACTERNAME"/>
      <xs:element ref="TCHARACTERTYPEROLE"/>
      <xs:element ref="TGENRE"/>
      <xs:element ref="TGENREISSUE"/>
      <xs:element ref="TINTERTEXTUALITY"/>
      <xs:element ref="TITLE"/>
      <xs:element ref="TMOTIF"/>
      <xs:element ref="TSETTINGDATE"/>
      <xs:element ref="TSETTINGPLACE"/>
      <xs:element ref="TTECHNIQUES"/>
      <xs:element ref="TTHEMETOPIC"/>
      <xs:element ref="TTONESTYLE"/>
      <xs:element ref="XREF"/>
    </xs:choice>
  </xs:complexType>
</xs:element>
[ top ]
Element PNONBOOKMEDIA
Namespace No namespace
Annotations
This element refers to a non-textual packaging/format of a written
work. If someone adapts a woman's book into a opera, a film, a sound recording or a dance, record it here.
Diagram
Diagram index.tmp#PNONBOOKMEDIA_MEDIATYPE index.tmp#BIBCITS index.tmp#DATE index.tmp#DATERANGE index.tmp#EMPH index.tmp#FOREIGN index.tmp#NAME index.tmp#ORGNAME index.tmp#PADVERTISING index.tmp#PANTHOLOGIZATION index.tmp#PARCHIVALLOCATION index.tmp#PATTITUDES index.tmp#PAUTHORSHIP index.tmp#PCIRCULATION index.tmp#PCONTRACT index.tmp#PCOPYRIGHT index.tmp#PEARNINGS index.tmp#PEDITIONS index.tmp#PFIRSTLITERARYACTIVITY index.tmp#PLACE index.tmp#PMANUSCRIPTHISTORY index.tmp#PMATERIALCONDITIONS index.tmp#PMODEOFPUBLICATION index.tmp#PMOTIVES index.tmp#PPERFORMANCE index.tmp#PPERIODICALPUBLICATION index.tmp#PPRICE index.tmp#PRARITIESFEATURESDECORATIONS index.tmp#PRELATIONSWITHPUBLISHER index.tmp#PSUBMISSIONSREJECTIONS index.tmp#QUOTE index.tmp#RDESTRUCTIONOFWORK index.tmp#RESEARCHNOTE index.tmp#RFICTIONALIZATION index.tmp#RPENALTIES index.tmp#RRECOGNITIONNAME index.tmp#RRECOGNITIONSANDAWARDS index.tmp#RRESPONSES index.tmp#RSELFDESCRIPTION index.tmp#RSHEINFLUENCED index.tmp#SCHOLARNOTE index.tmp#SOCALLED index.tmp#TCHARACTERIZATION index.tmp#TCHARACTERNAME index.tmp#TCHARACTERTYPEROLE index.tmp#TGENRE index.tmp#TINTERTEXTUALITY index.tmp#TITLE index.tmp#TMOTIF index.tmp#TPLOT index.tmp#TSETTINGPLACE index.tmp#TTECHNIQUES index.tmp#TTHEMETOPIC index.tmp#TTONESTYLE index.tmp#TVOICENARRATION
Properties
content complex
mixed true
Used by
Model
Children BIBCITS, DATE, DATERANGE, EMPH, FOREIGN, NAME, ORGNAME, PADVERTISING, PANTHOLOGIZATION, PARCHIVALLOCATION, PATTITUDES, PAUTHORSHIP, PCIRCULATION, PCONTRACT, PCOPYRIGHT, PEARNINGS, PEDITIONS, PFIRSTLITERARYACTIVITY, PLACE, PMANUSCRIPTHISTORY, PMATERIALCONDITIONS, PMODEOFPUBLICATION, PMOTIVES, PPERFORMANCE, PPERIODICALPUBLICATION, PPRICE, PRARITIESFEATURESDECORATIONS, PRELATIONSWITHPUBLISHER, PSUBMISSIONSREJECTIONS, QUOTE, RDESTRUCTIONOFWORK, RESEARCHNOTE, RFICTIONALIZATION, RPENALTIES, RRECOGNITIONNAME, RRECOGNITIONSANDAWARDS, RRESPONSES, RSELFDESCRIPTION, RSHEINFLUENCED, SCHOLARNOTE, SOCALLED, TCHARACTERIZATION, TCHARACTERNAME, TCHARACTERTYPEROLE, TGENRE, TINTERTEXTUALITY, TITLE, TMOTIF, TPLOT, TSETTINGPLACE, TTECHNIQUES, TTHEMETOPIC, TTONESTYLE, TVOICENARRATION
Instance
<PNONBOOKMEDIA MEDIATYPE="">
  <BIBCITS ID="">{1,1}</BIBCITS>
  <DATE CALENDAR="NEWSTYLE" CERTAINTY="CERT" ID="" VALUE="">{1,1}</DATE>
  <DATERANGE CALENDAR="NEWSTYLE" CERTAINTY="CERT" EXACT="" FROM="" ID="" TO="">{1,1}</DATERANGE>
  <EMPH>{1,1}</EMPH>
  <FOREIGN LANG="" REG="">{1,1}</FOREIGN>
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <ORGNAME ORGTYPE="" REF="" REG="" STANDARD="" URI="">{1,1}</ORGNAME>
  <PADVERTISING>{1,1}</PADVERTISING>
  <PANTHOLOGIZATION>{1,1}</PANTHOLOGIZATION>
  <PARCHIVALLOCATION>{1,1}</PARCHIVALLOCATION>
  <PATTITUDES>{1,1}</PATTITUDES>
  <PAUTHORSHIP AUTHORNAMETYPE="" AUTHORSHIPCONTROVERSY="" COLLABORATION="" CONTROVERSYDATE="">{1,1}</PAUTHORSHIP>
  <PCIRCULATION>{1,1}</PCIRCULATION>
  <PCONTRACT ID="">{1,1}</PCONTRACT>
  <PCOPYRIGHT>{1,1}</PCOPYRIGHT>
  <PEARNINGS>{1,1}</PEARNINGS>
  <PEDITIONS>{1,1}</PEDITIONS>
  <PFIRSTLITERARYACTIVITY>{1,1}</PFIRSTLITERARYACTIVITY>
  <PLACE ID="" LAT="" LONG="" REF="">{1,1}</PLACE>
  <PMANUSCRIPTHISTORY>{1,1}</PMANUSCRIPTHISTORY>
  <PMATERIALCONDITIONS DISPLACEMENT="">{1,1}</PMATERIALCONDITIONS>
  <PMODEOFPUBLICATION PUBLICATIONMODE="">{1,1}</PMODEOFPUBLICATION>
  <PMOTIVES ID="" MOTIVETYPE="">{1,1}</PMOTIVES>
  <PPERFORMANCE>{1,1}</PPERFORMANCE>
  <PPERIODICALPUBLICATION>{1,1}</PPERIODICALPUBLICATION>
  <PPRICE>{1,1}</PPRICE>
  <PRARITIESFEATURESDECORATIONS>{1,1}</PRARITIESFEATURESDECORATIONS>
  <PRELATIONSWITHPUBLISHER RELATIONSHIPTYPE="">{1,1}</PRELATIONSWITHPUBLISHER>
  <PSUBMISSIONSREJECTIONS>{1,1}</PSUBMISSIONSREJECTIONS>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <RDESTRUCTIONOFWORK DESTROYEDBY="">{1,1}</RDESTRUCTIONOFWORK>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <RFICTIONALIZATION>{1,1}</RFICTIONALIZATION>
  <RPENALTIES CENSORSHIP="" CONTROVERSY="">{1,1}</RPENALTIES>
  <RRECOGNITIONNAME REG="">{1,1}</RRECOGNITIONNAME>
  <RRECOGNITIONSANDAWARDS>{1,1}</RRECOGNITIONSANDAWARDS>
  <RRESPONSES FORMALITY="" GENDEREDRESPONSE="" RESPONSETYPE="">{1,1}</RRESPONSES>
  <RSELFDESCRIPTION>{1,1}</RSELFDESCRIPTION>
  <RSHEINFLUENCED>{1,1}</RSHEINFLUENCED>
  <SCHOLARNOTE>{1,1}</SCHOLARNOTE>
  <SOCALLED>{1,1}</SOCALLED>
  <TCHARACTERIZATION>{1,1}</TCHARACTERIZATION>
  <TCHARACTERNAME REG="">{1,1}</TCHARACTERNAME>
  <TCHARACTERTYPEROLE PROTAGONIST="">{1,1}</TCHARACTERTYPEROLE>
  <TGENRE GENRENAME="">{1,1}</TGENRE>
  <TINTERTEXTUALITY GENDEROFAUTHOR="" INTERTEXTTYPE="">{1,1}</TINTERTEXTUALITY>
  <TITLE LEVEL="" REF="" REG="" REND="" STANDARD="">{1,1}</TITLE>
  <TMOTIF MOTIFNAME="">{1,1}</TMOTIF>
  <TPLOT>{1,1}</TPLOT>
  <TSETTINGPLACE SETTINGCLASS="" SETTINGPLACETYPE="">{1,1}</TSETTINGPLACE>
  <TTECHNIQUES TECHNIQUETYPE="">{1,1}</TTECHNIQUES>
  <TTHEMETOPIC ID="" REG="">{1,1}</TTHEMETOPIC>
  <TTONESTYLE EXPERIMENTAL="">{1,1}</TTONESTYLE>
  <TVOICENARRATION>{1,1}</TVOICENARRATION>
</PNONBOOKMEDIA>
Attributes
QName Type Use Annotation
MEDIATYPE union of(xs:string, restriction of xs:token, restriction of xs:token, restriction of xs:token, restriction of xs:token) optional
The MediaType attribute captures the media type for non-book
meida; possible values include digital, multimedia, oral, and performance.
Source
<xs:element name="PNONBOOKMEDIA">
  <xs:annotation>
    <xs:documentation>This element refers to a non-textual packaging/format of a written work. If someone adapts a woman's book into a opera, a film, a sound recording or a dance, record it here.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="BIBCITS"/>
      <xs:element ref="DATE"/>
      <xs:element ref="DATERANGE"/>
      <xs:element ref="EMPH"/>
      <xs:element ref="FOREIGN"/>
      <xs:element ref="NAME"/>
      <xs:element ref="ORGNAME"/>
      <xs:element ref="PADVERTISING"/>
      <xs:element ref="PANTHOLOGIZATION"/>
      <xs:element ref="PARCHIVALLOCATION"/>
      <xs:element ref="PATTITUDES"/>
      <xs:element ref="PAUTHORSHIP"/>
      <xs:element ref="PCIRCULATION"/>
      <xs:element ref="PCONTRACT"/>
      <xs:element ref="PCOPYRIGHT"/>
      <xs:element ref="PEARNINGS"/>
      <xs:element ref="PEDITIONS"/>
      <xs:element ref="PFIRSTLITERARYACTIVITY"/>
      <xs:element ref="PLACE"/>
      <xs:element ref="PMANUSCRIPTHISTORY"/>
      <xs:element ref="PMATERIALCONDITIONS"/>
      <xs:element ref="PMODEOFPUBLICATION"/>
      <xs:element ref="PMOTIVES"/>
      <xs:element ref="PPERFORMANCE"/>
      <xs:element ref="PPERIODICALPUBLICATION"/>
      <xs:element ref="PPRICE"/>
      <xs:element ref="PRARITIESFEATURESDECORATIONS"/>
      <xs:element ref="PRELATIONSWITHPUBLISHER"/>
      <xs:element ref="PSUBMISSIONSREJECTIONS"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="RDESTRUCTIONOFWORK"/>
      <xs:element ref="RESEARCHNOTE"/>
      <xs:element ref="RFICTIONALIZATION"/>
      <xs:element ref="RPENALTIES"/>
      <xs:element ref="RRECOGNITIONNAME"/>
      <xs:element ref="RRECOGNITIONSANDAWARDS"/>
      <xs:element ref="RRESPONSES"/>
      <xs:element ref="RSELFDESCRIPTION"/>
      <xs:element ref="RSHEINFLUENCED"/>
      <xs:element ref="SCHOLARNOTE"/>
      <xs:element ref="SOCALLED"/>
      <xs:element ref="TCHARACTERIZATION"/>
      <xs:element ref="TCHARACTERNAME"/>
      <xs:element ref="TCHARACTERTYPEROLE"/>
      <xs:element ref="TGENRE"/>
      <xs:element ref="TINTERTEXTUALITY"/>
      <xs:element ref="TITLE"/>
      <xs:element ref="TMOTIF"/>
      <xs:element ref="TPLOT"/>
      <xs:element ref="TSETTINGPLACE"/>
      <xs:element ref="TTECHNIQUES"/>
      <xs:element ref="TTHEMETOPIC"/>
      <xs:element ref="TTONESTYLE"/>
      <xs:element ref="TVOICENARRATION"/>
    </xs:choice>
    <xs:attribute name="MEDIATYPE">
      <xs:annotation>
        <xs:documentation>The MediaType attribute captures the media type for non-book meida; possible values include digital, multimedia, oral, and performance.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:union memberTypes="xs:string">
          <xs:simpleType>
            <xs:restriction base="xs:token">
              <xs:enumeration value="DIGITAL"/>
            </xs:restriction>
          </xs:simpleType>
          <xs:simpleType>
            <xs:restriction base="xs:token">
              <xs:enumeration value="MULTIMEDIA"/>
            </xs:restriction>
          </xs:simpleType>
          <xs:simpleType>
            <xs:restriction base="xs:token">
              <xs:enumeration value="ORAL"/>
            </xs:restriction>
          </xs:simpleType>
          <xs:simpleType>
            <xs:restriction base="xs:token">
              <xs:enumeration value="PERFORMANCE"/>
            </xs:restriction>
          </xs:simpleType>
        </xs:union>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element PPERFORMANCE
Namespace No namespace
Annotations
This element contains all the specifics of the performance of a woman
writer's work in cases where the work is a stage play, a radio drama, or a television film script. Significant performances should be included here with
all known details about where or how the work was performed.
Diagram
Diagram index.tmp#BIBCITS index.tmp#DATE index.tmp#DATERANGE index.tmp#NAME index.tmp#ORGNAME index.tmp#PADVERTISING index.tmp#PANTHOLOGIZATION index.tmp#PAUTHORSHIP index.tmp#PCIRCULATION index.tmp#PDEDICATION index.tmp#PEARNINGS index.tmp#PEDITIONS index.tmp#PFIRSTLITERARYACTIVITY index.tmp#PINFLUENCESHER index.tmp#PLACE index.tmp#PLASTLITERARYACTIVITY index.tmp#PLITERARYMOVEMENTS index.tmp#PMANUSCRIPTHISTORY index.tmp#PMATERIALCONDITIONS index.tmp#PMOTIVES index.tmp#PNONBOOKMEDIA index.tmp#PNONSURVIVAL index.tmp#PPERIODICALPUBLICATION index.tmp#PPLACEOFPUBLICATION index.tmp#PPRICE index.tmp#PRARITIESFEATURESDECORATIONS index.tmp#PSERIALIZATION index.tmp#PSUBMISSIONSREJECTIONS index.tmp#QUOTE index.tmp#RBESTKNOWNWORK index.tmp#RDESTRUCTIONOFWORK index.tmp#RESEARCHNOTE index.tmp#RFICTIONALIZATION index.tmp#RLANDMARKTEXT index.tmp#RPENALTIES index.tmp#RRECOGNITIONNAME index.tmp#RRECOGNITIONSANDAWARDS index.tmp#RRESPONSES index.tmp#RS index.tmp#RSELFDESCRIPTION index.tmp#RSHEINFLUENCED index.tmp#SCHOLARNOTE index.tmp#SOCALLED index.tmp#TCHARACTERIZATION index.tmp#TCHARACTERNAME index.tmp#TCHARACTERTYPEROLE index.tmp#TGENRE index.tmp#TGENREISSUE index.tmp#TINTERTEXTUALITY index.tmp#TITLE index.tmp#TMOTIF index.tmp#TPLOT index.tmp#TSETTINGDATE index.tmp#TSETTINGPLACE index.tmp#TTECHNIQUES index.tmp#TTHEMETOPIC index.tmp#TTONESTYLE index.tmp#TVOICENARRATION
Properties
content complex
mixed true
Used by
Model
Children BIBCITS, DATE, DATERANGE, NAME, ORGNAME, PADVERTISING, PANTHOLOGIZATION, PAUTHORSHIP, PCIRCULATION, PDEDICATION, PEARNINGS, PEDITIONS, PFIRSTLITERARYACTIVITY, PINFLUENCESHER, PLACE, PLASTLITERARYACTIVITY, PLITERARYMOVEMENTS, PMANUSCRIPTHISTORY, PMATERIALCONDITIONS, PMOTIVES, PNONBOOKMEDIA, PNONSURVIVAL, PPERIODICALPUBLICATION, PPLACEOFPUBLICATION, PPRICE, PRARITIESFEATURESDECORATIONS, PSERIALIZATION, PSUBMISSIONSREJECTIONS, QUOTE, RBESTKNOWNWORK, RDESTRUCTIONOFWORK, RESEARCHNOTE, RFICTIONALIZATION, RLANDMARKTEXT, RPENALTIES, RRECOGNITIONNAME, RRECOGNITIONSANDAWARDS, RRESPONSES, RS, RSELFDESCRIPTION, RSHEINFLUENCED, SCHOLARNOTE, SOCALLED, TCHARACTERIZATION, TCHARACTERNAME, TCHARACTERTYPEROLE, TGENRE, TGENREISSUE, TINTERTEXTUALITY, TITLE, TMOTIF, TPLOT, TSETTINGDATE, TSETTINGPLACE, TTECHNIQUES, TTHEMETOPIC, TTONESTYLE, TVOICENARRATION
Instance
<PPERFORMANCE>
  <BIBCITS ID="">{1,1}</BIBCITS>
  <DATE CALENDAR="NEWSTYLE" CERTAINTY="CERT" ID="" VALUE="">{1,1}</DATE>
  <DATERANGE CALENDAR="NEWSTYLE" CERTAINTY="CERT" EXACT="" FROM="" ID="" TO="">{1,1}</DATERANGE>
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <ORGNAME ORGTYPE="" REF="" REG="" STANDARD="" URI="">{1,1}</ORGNAME>
  <PADVERTISING>{1,1}</PADVERTISING>
  <PANTHOLOGIZATION>{1,1}</PANTHOLOGIZATION>
  <PAUTHORSHIP AUTHORNAMETYPE="" AUTHORSHIPCONTROVERSY="" COLLABORATION="" CONTROVERSYDATE="">{1,1}</PAUTHORSHIP>
  <PCIRCULATION>{1,1}</PCIRCULATION>
  <PDEDICATION>{1,1}</PDEDICATION>
  <PEARNINGS>{1,1}</PEARNINGS>
  <PEDITIONS>{1,1}</PEDITIONS>
  <PFIRSTLITERARYACTIVITY>{1,1}</PFIRSTLITERARYACTIVITY>
  <PINFLUENCESHER INFLUENCETYPE="">{1,1}</PINFLUENCESHER>
  <PLACE ID="" LAT="" LONG="" REF="">{1,1}</PLACE>
  <PLASTLITERARYACTIVITY>{1,1}</PLASTLITERARYACTIVITY>
  <PLITERARYMOVEMENTS INVOLVEMENT="INVOLVEMENTYES" REG="">{1,1}</PLITERARYMOVEMENTS>
  <PMANUSCRIPTHISTORY>{1,1}</PMANUSCRIPTHISTORY>
  <PMATERIALCONDITIONS DISPLACEMENT="">{1,1}</PMATERIALCONDITIONS>
  <PMOTIVES ID="" MOTIVETYPE="">{1,1}</PMOTIVES>
  <PNONBOOKMEDIA MEDIATYPE="">{1,1}</PNONBOOKMEDIA>
  <PNONSURVIVAL TYPEOFNONSURVIVAL="">{1,1}</PNONSURVIVAL>
  <PPERIODICALPUBLICATION>{1,1}</PPERIODICALPUBLICATION>
  <PPLACEOFPUBLICATION>{1,1}</PPLACEOFPUBLICATION>
  <PPRICE>{1,1}</PPRICE>
  <PRARITIESFEATURESDECORATIONS>{1,1}</PRARITIESFEATURESDECORATIONS>
  <PSERIALIZATION FORMOFSERIALIZATION="">{1,1}</PSERIALIZATION>
  <PSUBMISSIONSREJECTIONS>{1,1}</PSUBMISSIONSREJECTIONS>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <RBESTKNOWNWORK>{1,1}</RBESTKNOWNWORK>
  <RDESTRUCTIONOFWORK DESTROYEDBY="">{1,1}</RDESTRUCTIONOFWORK>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <RFICTIONALIZATION>{1,1}</RFICTIONALIZATION>
  <RLANDMARKTEXT>{1,1}</RLANDMARKTEXT>
  <RPENALTIES CENSORSHIP="" CONTROVERSY="">{1,1}</RPENALTIES>
  <RRECOGNITIONNAME REG="">{1,1}</RRECOGNITIONNAME>
  <RRECOGNITIONSANDAWARDS>{1,1}</RRECOGNITIONSANDAWARDS>
  <RRESPONSES FORMALITY="" GENDEREDRESPONSE="" RESPONSETYPE="">{1,1}</RRESPONSES>
  <RS REG="" TYPE="">{1,1}</RS>
  <RSELFDESCRIPTION>{1,1}</RSELFDESCRIPTION>
  <RSHEINFLUENCED>{1,1}</RSHEINFLUENCED>
  <SCHOLARNOTE>{1,1}</SCHOLARNOTE>
  <SOCALLED>{1,1}</SOCALLED>
  <TCHARACTERIZATION>{1,1}</TCHARACTERIZATION>
  <TCHARACTERNAME REG="">{1,1}</TCHARACTERNAME>
  <TCHARACTERTYPEROLE PROTAGONIST="">{1,1}</TCHARACTERTYPEROLE>
  <TGENRE GENRENAME="">{1,1}</TGENRE>
  <TGENREISSUE>{1,1}</TGENREISSUE>
  <TINTERTEXTUALITY GENDEROFAUTHOR="" INTERTEXTTYPE="">{1,1}</TINTERTEXTUALITY>
  <TITLE LEVEL="" REF="" REG="" REND="" STANDARD="">{1,1}</TITLE>
  <TMOTIF MOTIFNAME="">{1,1}</TMOTIF>
  <TPLOT>{1,1}</TPLOT>
  <TSETTINGDATE SETTINGDATETYPE="">{1,1}</TSETTINGDATE>
  <TSETTINGPLACE SETTINGCLASS="" SETTINGPLACETYPE="">{1,1}</TSETTINGPLACE>
  <TTECHNIQUES TECHNIQUETYPE="">{1,1}</TTECHNIQUES>
  <TTHEMETOPIC ID="" REG="">{1,1}</TTHEMETOPIC>
  <TTONESTYLE EXPERIMENTAL="">{1,1}</TTONESTYLE>
  <TVOICENARRATION>{1,1}</TVOICENARRATION>
</PPERFORMANCE>
Source
<xs:element name="PPERFORMANCE">
  <xs:annotation>
    <xs:documentation>This element contains all the specifics of the performance of a woman writer's work in cases where the work is a stage play, a radio drama, or a television film script. Significant performances should be included here with all known details about where or how the work was performed.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="BIBCITS"/>
      <xs:element ref="DATE"/>
      <xs:element ref="DATERANGE"/>
      <xs:element ref="NAME"/>
      <xs:element ref="ORGNAME"/>
      <xs:element ref="PADVERTISING"/>
      <xs:element ref="PANTHOLOGIZATION"/>
      <xs:element ref="PAUTHORSHIP"/>
      <xs:element ref="PCIRCULATION"/>
      <xs:element ref="PDEDICATION"/>
      <xs:element ref="PEARNINGS"/>
      <xs:element ref="PEDITIONS"/>
      <xs:element ref="PFIRSTLITERARYACTIVITY"/>
      <xs:element ref="PINFLUENCESHER"/>
      <xs:element ref="PLACE"/>
      <xs:element ref="PLASTLITERARYACTIVITY"/>
      <xs:element ref="PLITERARYMOVEMENTS"/>
      <xs:element ref="PMANUSCRIPTHISTORY"/>
      <xs:element ref="PMATERIALCONDITIONS"/>
      <xs:element ref="PMOTIVES"/>
      <xs:element ref="PNONBOOKMEDIA"/>
      <xs:element ref="PNONSURVIVAL"/>
      <xs:element ref="PPERIODICALPUBLICATION"/>
      <xs:element ref="PPLACEOFPUBLICATION"/>
      <xs:element ref="PPRICE"/>
      <xs:element ref="PRARITIESFEATURESDECORATIONS"/>
      <xs:element ref="PSERIALIZATION"/>
      <xs:element ref="PSUBMISSIONSREJECTIONS"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="RBESTKNOWNWORK"/>
      <xs:element ref="RDESTRUCTIONOFWORK"/>
      <xs:element ref="RESEARCHNOTE"/>
      <xs:element ref="RFICTIONALIZATION"/>
      <xs:element ref="RLANDMARKTEXT"/>
      <xs:element ref="RPENALTIES"/>
      <xs:element ref="RRECOGNITIONNAME"/>
      <xs:element ref="RRECOGNITIONSANDAWARDS"/>
      <xs:element ref="RRESPONSES"/>
      <xs:element ref="RS"/>
      <xs:element ref="RSELFDESCRIPTION"/>
      <xs:element ref="RSHEINFLUENCED"/>
      <xs:element ref="SCHOLARNOTE"/>
      <xs:element ref="SOCALLED"/>
      <xs:element ref="TCHARACTERIZATION"/>
      <xs:element ref="TCHARACTERNAME"/>
      <xs:element ref="TCHARACTERTYPEROLE"/>
      <xs:element ref="TGENRE"/>
      <xs:element ref="TGENREISSUE"/>
      <xs:element ref="TINTERTEXTUALITY"/>
      <xs:element ref="TITLE"/>
      <xs:element ref="TMOTIF"/>
      <xs:element ref="TPLOT"/>
      <xs:element ref="TSETTINGDATE"/>
      <xs:element ref="TSETTINGPLACE"/>
      <xs:element ref="TTECHNIQUES"/>
      <xs:element ref="TTHEMETOPIC"/>
      <xs:element ref="TTONESTYLE"/>
      <xs:element ref="TVOICENARRATION"/>
    </xs:choice>
  </xs:complexType>
</xs:element>
[ top ]
Element PPERIODICALPUBLICATION
Namespace No namespace
Annotations
This element provides commentary about a writer's (text's)
publishing (publication) history in periodicals.
Diagram
Diagram index.tmp#BIBCITS index.tmp#DATE index.tmp#DATERANGE index.tmp#EMPH index.tmp#FOREIGN index.tmp#KEYWORDCLASS index.tmp#NAME index.tmp#ORGNAME index.tmp#PADVERTISING index.tmp#PANTHOLOGIZATION index.tmp#PARCHIVALLOCATION index.tmp#PATTITUDES index.tmp#PAUTHORSHIP index.tmp#PCIRCULATION index.tmp#PCONTRACT index.tmp#PCOPYRIGHT index.tmp#PDEDICATION index.tmp#PEARNINGS index.tmp#PEDITIONS index.tmp#PFIRSTLITERARYACTIVITY index.tmp#PINFLUENCESHER index.tmp#PLACE index.tmp#PLASTLITERARYACTIVITY index.tmp#PLITERARYMOVEMENTS index.tmp#PMANUSCRIPTHISTORY index.tmp#PMATERIALCONDITIONS index.tmp#PMODEOFPUBLICATION index.tmp#PMOTIVES index.tmp#PNONBOOKMEDIA index.tmp#PNONSURVIVAL index.tmp#PPERFORMANCE index.tmp#PPLACEOFPUBLICATION index.tmp#PPRICE index.tmp#PRARITIESFEATURESDECORATIONS index.tmp#PRELATIONSWITHPUBLISHER index.tmp#PSERIALIZATION index.tmp#PSUBMISSIONSREJECTIONS index.tmp#QUOTE index.tmp#RBESTKNOWNWORK index.tmp#RESEARCHNOTE index.tmp#RLANDMARKTEXT index.tmp#RPENALTIES index.tmp#RRECOGNITIONNAME index.tmp#RRECOGNITIONSANDAWARDS index.tmp#RRECOGNITIONVALUE index.tmp#RRESPONSES index.tmp#RS index.tmp#RSELFDESCRIPTION index.tmp#RSHEINFLUENCED index.tmp#SCHOLARNOTE index.tmp#SOCALLED index.tmp#TCHARACTERIZATION index.tmp#TCHARACTERNAME index.tmp#TCHARACTERTYPEROLE index.tmp#TGENRE index.tmp#TGENREISSUE index.tmp#TINTERTEXTUALITY index.tmp#TITLE index.tmp#TMOTIF index.tmp#TPLOT index.tmp#TSETTINGDATE index.tmp#TSETTINGPLACE index.tmp#TTECHNIQUES index.tmp#TTHEMETOPIC index.tmp#TTONESTYLE index.tmp#TVOICENARRATION
Properties
content complex
mixed true
Used by
Model
Children BIBCITS, DATE, DATERANGE, EMPH, FOREIGN, KEYWORDCLASS, NAME, ORGNAME, PADVERTISING, PANTHOLOGIZATION, PARCHIVALLOCATION, PATTITUDES, PAUTHORSHIP, PCIRCULATION, PCONTRACT, PCOPYRIGHT, PDEDICATION, PEARNINGS, PEDITIONS, PFIRSTLITERARYACTIVITY, PINFLUENCESHER, PLACE, PLASTLITERARYACTIVITY, PLITERARYMOVEMENTS, PMANUSCRIPTHISTORY, PMATERIALCONDITIONS, PMODEOFPUBLICATION, PMOTIVES, PNONBOOKMEDIA, PNONSURVIVAL, PPERFORMANCE, PPLACEOFPUBLICATION, PPRICE, PRARITIESFEATURESDECORATIONS, PRELATIONSWITHPUBLISHER, PSERIALIZATION, PSUBMISSIONSREJECTIONS, QUOTE, RBESTKNOWNWORK, RESEARCHNOTE, RLANDMARKTEXT, RPENALTIES, RRECOGNITIONNAME, RRECOGNITIONSANDAWARDS, RRECOGNITIONVALUE, RRESPONSES, RS, RSELFDESCRIPTION, RSHEINFLUENCED, SCHOLARNOTE, SOCALLED, TCHARACTERIZATION, TCHARACTERNAME, TCHARACTERTYPEROLE, TGENRE, TGENREISSUE, TINTERTEXTUALITY, TITLE, TMOTIF, TPLOT, TSETTINGDATE, TSETTINGPLACE, TTECHNIQUES, TTHEMETOPIC, TTONESTYLE, TVOICENARRATION
Instance
<PPERIODICALPUBLICATION>
  <BIBCITS ID="">{1,1}</BIBCITS>
  <DATE CALENDAR="NEWSTYLE" CERTAINTY="CERT" ID="" VALUE="">{1,1}</DATE>
  <DATERANGE CALENDAR="NEWSTYLE" CERTAINTY="CERT" EXACT="" FROM="" ID="" TO="">{1,1}</DATERANGE>
  <EMPH>{1,1}</EMPH>
  <FOREIGN LANG="" REG="">{1,1}</FOREIGN>
  <KEYWORDCLASS KEYWORDTYPE="">{1,1}</KEYWORDCLASS>
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <ORGNAME ORGTYPE="" REF="" REG="" STANDARD="" URI="">{1,1}</ORGNAME>
  <PADVERTISING>{1,1}</PADVERTISING>
  <PANTHOLOGIZATION>{1,1}</PANTHOLOGIZATION>
  <PARCHIVALLOCATION>{1,1}</PARCHIVALLOCATION>
  <PATTITUDES>{1,1}</PATTITUDES>
  <PAUTHORSHIP AUTHORNAMETYPE="" AUTHORSHIPCONTROVERSY="" COLLABORATION="" CONTROVERSYDATE="">{1,1}</PAUTHORSHIP>
  <PCIRCULATION>{1,1}</PCIRCULATION>
  <PCONTRACT ID="">{1,1}</PCONTRACT>
  <PCOPYRIGHT>{1,1}</PCOPYRIGHT>
  <PDEDICATION>{1,1}</PDEDICATION>
  <PEARNINGS>{1,1}</PEARNINGS>
  <PEDITIONS>{1,1}</PEDITIONS>
  <PFIRSTLITERARYACTIVITY>{1,1}</PFIRSTLITERARYACTIVITY>
  <PINFLUENCESHER INFLUENCETYPE="">{1,1}</PINFLUENCESHER>
  <PLACE ID="" LAT="" LONG="" REF="">{1,1}</PLACE>
  <PLASTLITERARYACTIVITY>{1,1}</PLASTLITERARYACTIVITY>
  <PLITERARYMOVEMENTS INVOLVEMENT="INVOLVEMENTYES" REG="">{1,1}</PLITERARYMOVEMENTS>
  <PMANUSCRIPTHISTORY>{1,1}</PMANUSCRIPTHISTORY>
  <PMATERIALCONDITIONS DISPLACEMENT="">{1,1}</PMATERIALCONDITIONS>
  <PMODEOFPUBLICATION PUBLICATIONMODE="">{1,1}</PMODEOFPUBLICATION>
  <PMOTIVES ID="" MOTIVETYPE="">{1,1}</PMOTIVES>
  <PNONBOOKMEDIA MEDIATYPE="">{1,1}</PNONBOOKMEDIA>
  <PNONSURVIVAL TYPEOFNONSURVIVAL="">{1,1}</PNONSURVIVAL>
  <PPERFORMANCE>{1,1}</PPERFORMANCE>
  <PPLACEOFPUBLICATION>{1,1}</PPLACEOFPUBLICATION>
  <PPRICE>{1,1}</PPRICE>
  <PRARITIESFEATURESDECORATIONS>{1,1}</PRARITIESFEATURESDECORATIONS>
  <PRELATIONSWITHPUBLISHER RELATIONSHIPTYPE="">{1,1}</PRELATIONSWITHPUBLISHER>
  <PSERIALIZATION FORMOFSERIALIZATION="">{1,1}</PSERIALIZATION>
  <PSUBMISSIONSREJECTIONS>{1,1}</PSUBMISSIONSREJECTIONS>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <RBESTKNOWNWORK>{1,1}</RBESTKNOWNWORK>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <RLANDMARKTEXT>{1,1}</RLANDMARKTEXT>
  <RPENALTIES CENSORSHIP="" CONTROVERSY="">{1,1}</RPENALTIES>
  <RRECOGNITIONNAME REG="">{1,1}</RRECOGNITIONNAME>
  <RRECOGNITIONSANDAWARDS>{1,1}</RRECOGNITIONSANDAWARDS>
  <RRECOGNITIONVALUE>{1,1}</RRECOGNITIONVALUE>
  <RRESPONSES FORMALITY="" GENDEREDRESPONSE="" RESPONSETYPE="">{1,1}</RRESPONSES>
  <RS REG="" TYPE="">{1,1}</RS>
  <RSELFDESCRIPTION>{1,1}</RSELFDESCRIPTION>
  <RSHEINFLUENCED>{1,1}</RSHEINFLUENCED>
  <SCHOLARNOTE>{1,1}</SCHOLARNOTE>
  <SOCALLED>{1,1}</SOCALLED>
  <TCHARACTERIZATION>{1,1}</TCHARACTERIZATION>
  <TCHARACTERNAME REG="">{1,1}</TCHARACTERNAME>
  <TCHARACTERTYPEROLE PROTAGONIST="">{1,1}</TCHARACTERTYPEROLE>
  <TGENRE GENRENAME="">{1,1}</TGENRE>
  <TGENREISSUE>{1,1}</TGENREISSUE>
  <TINTERTEXTUALITY GENDEROFAUTHOR="" INTERTEXTTYPE="">{1,1}</TINTERTEXTUALITY>
  <TITLE LEVEL="" REF="" REG="" REND="" STANDARD="">{1,1}</TITLE>
  <TMOTIF MOTIFNAME="">{1,1}</TMOTIF>
  <TPLOT>{1,1}</TPLOT>
  <TSETTINGDATE SETTINGDATETYPE="">{1,1}</TSETTINGDATE>
  <TSETTINGPLACE SETTINGCLASS="" SETTINGPLACETYPE="">{1,1}</TSETTINGPLACE>
  <TTECHNIQUES TECHNIQUETYPE="">{1,1}</TTECHNIQUES>
  <TTHEMETOPIC ID="" REG="">{1,1}</TTHEMETOPIC>
  <TTONESTYLE EXPERIMENTAL="">{1,1}</TTONESTYLE>
  <TVOICENARRATION>{1,1}</TVOICENARRATION>
</PPERIODICALPUBLICATION>
Source
<xs:element name="PPERIODICALPUBLICATION">
  <xs:annotation>
    <xs:documentation>This element provides commentary about a writer's (text's) publishing (publication) history in periodicals.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="BIBCITS"/>
      <xs:element ref="DATE"/>
      <xs:element ref="DATERANGE"/>
      <xs:element ref="EMPH"/>
      <xs:element ref="FOREIGN"/>
      <xs:element ref="KEYWORDCLASS"/>
      <xs:element ref="NAME"/>
      <xs:element ref="ORGNAME"/>
      <xs:element ref="PADVERTISING"/>
      <xs:element ref="PANTHOLOGIZATION"/>
      <xs:element ref="PARCHIVALLOCATION"/>
      <xs:element ref="PATTITUDES"/>
      <xs:element ref="PAUTHORSHIP"/>
      <xs:element ref="PCIRCULATION"/>
      <xs:element ref="PCONTRACT"/>
      <xs:element ref="PCOPYRIGHT"/>
      <xs:element ref="PDEDICATION"/>
      <xs:element ref="PEARNINGS"/>
      <xs:element ref="PEDITIONS"/>
      <xs:element ref="PFIRSTLITERARYACTIVITY"/>
      <xs:element ref="PINFLUENCESHER"/>
      <xs:element ref="PLACE"/>
      <xs:element ref="PLASTLITERARYACTIVITY"/>
      <xs:element ref="PLITERARYMOVEMENTS"/>
      <xs:element ref="PMANUSCRIPTHISTORY"/>
      <xs:element ref="PMATERIALCONDITIONS"/>
      <xs:element ref="PMODEOFPUBLICATION"/>
      <xs:element ref="PMOTIVES"/>
      <xs:element ref="PNONBOOKMEDIA"/>
      <xs:element ref="PNONSURVIVAL"/>
      <xs:element ref="PPERFORMANCE"/>
      <xs:element ref="PPLACEOFPUBLICATION"/>
      <xs:element ref="PPRICE"/>
      <xs:element ref="PRARITIESFEATURESDECORATIONS"/>
      <xs:element ref="PRELATIONSWITHPUBLISHER"/>
      <xs:element ref="PSERIALIZATION"/>
      <xs:element ref="PSUBMISSIONSREJECTIONS"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="RBESTKNOWNWORK"/>
      <xs:element ref="RESEARCHNOTE"/>
      <xs:element ref="RLANDMARKTEXT"/>
      <xs:element ref="RPENALTIES"/>
      <xs:element ref="RRECOGNITIONNAME"/>
      <xs:element ref="RRECOGNITIONSANDAWARDS"/>
      <xs:element ref="RRECOGNITIONVALUE"/>
      <xs:element ref="RRESPONSES"/>
      <xs:element ref="RS"/>
      <xs:element ref="RSELFDESCRIPTION"/>
      <xs:element ref="RSHEINFLUENCED"/>
      <xs:element ref="SCHOLARNOTE"/>
      <xs:element ref="SOCALLED"/>
      <xs:element ref="TCHARACTERIZATION"/>
      <xs:element ref="TCHARACTERNAME"/>
      <xs:element ref="TCHARACTERTYPEROLE"/>
      <xs:element ref="TGENRE"/>
      <xs:element ref="TGENREISSUE"/>
      <xs:element ref="TINTERTEXTUALITY"/>
      <xs:element ref="TITLE"/>
      <xs:element ref="TMOTIF"/>
      <xs:element ref="TPLOT"/>
      <xs:element ref="TSETTINGDATE"/>
      <xs:element ref="TSETTINGPLACE"/>
      <xs:element ref="TTECHNIQUES"/>
      <xs:element ref="TTHEMETOPIC"/>
      <xs:element ref="TTONESTYLE"/>
      <xs:element ref="TVOICENARRATION"/>
    </xs:choice>
  </xs:complexType>
</xs:element>
[ top ]
Element PPLACEOFPUBLICATION
Namespace No namespace
Annotations
This element focuses only on what needs to be said about the place
of publication over and above the simple bibliographic reference and would be useful in those instances where censorable books were published with
an imprint of Amsterdam but actually published in London.
Diagram
Diagram index.tmp#BIBCITS index.tmp#DATE index.tmp#DATERANGE index.tmp#EMPH index.tmp#NAME index.tmp#ORGNAME index.tmp#PADVERTISING index.tmp#PANTHOLOGIZATION index.tmp#PARCHIVALLOCATION index.tmp#PAUTHORSHIP index.tmp#PCIRCULATION index.tmp#PCONTRACT index.tmp#PCOPYRIGHT index.tmp#PDEDICATION index.tmp#PEARNINGS index.tmp#PEDITIONS index.tmp#PFIRSTLITERARYACTIVITY index.tmp#PINFLUENCESHER index.tmp#PLACE index.tmp#PLASTLITERARYACTIVITY index.tmp#PMANUSCRIPTHISTORY index.tmp#PMATERIALCONDITIONS index.tmp#PMODEOFPUBLICATION index.tmp#PMOTIVES index.tmp#PNONSURVIVAL index.tmp#PPERFORMANCE index.tmp#PPERIODICALPUBLICATION index.tmp#PPRESSRUN index.tmp#PPRICE index.tmp#PRARITIESFEATURESDECORATIONS index.tmp#PRELATIONSWITHPUBLISHER index.tmp#PSERIALIZATION index.tmp#PSUBMISSIONSREJECTIONS index.tmp#PTYPEOFPRESS index.tmp#QUOTE index.tmp#RBESTKNOWNWORK index.tmp#RESEARCHNOTE index.tmp#RLANDMARKTEXT index.tmp#RPENALTIES index.tmp#RRECOGNITIONNAME index.tmp#RRECOGNITIONSANDAWARDS index.tmp#RRESPONSES index.tmp#SCHOLARNOTE index.tmp#SOCALLED index.tmp#TCHARACTERNAME index.tmp#TCHARACTERTYPEROLE index.tmp#TGENRE index.tmp#TGENREISSUE index.tmp#TINTERTEXTUALITY index.tmp#TITLE index.tmp#TMOTIF index.tmp#TSETTINGDATE index.tmp#TSETTINGPLACE index.tmp#TTECHNIQUES index.tmp#TTHEMETOPIC index.tmp#TTONESTYLE index.tmp#TVOICENARRATION index.tmp#XREF
Properties
content complex
mixed true
Used by
Model
Children BIBCITS, DATE, DATERANGE, EMPH, NAME, ORGNAME, PADVERTISING, PANTHOLOGIZATION, PARCHIVALLOCATION, PAUTHORSHIP, PCIRCULATION, PCONTRACT, PCOPYRIGHT, PDEDICATION, PEARNINGS, PEDITIONS, PFIRSTLITERARYACTIVITY, PINFLUENCESHER, PLACE, PLASTLITERARYACTIVITY, PMANUSCRIPTHISTORY, PMATERIALCONDITIONS, PMODEOFPUBLICATION, PMOTIVES, PNONSURVIVAL, PPERFORMANCE, PPERIODICALPUBLICATION, PPRESSRUN, PPRICE, PRARITIESFEATURESDECORATIONS, PRELATIONSWITHPUBLISHER, PSERIALIZATION, PSUBMISSIONSREJECTIONS, PTYPEOFPRESS, QUOTE, RBESTKNOWNWORK, RESEARCHNOTE, RLANDMARKTEXT, RPENALTIES, RRECOGNITIONNAME, RRECOGNITIONSANDAWARDS, RRESPONSES, SCHOLARNOTE, SOCALLED, TCHARACTERNAME, TCHARACTERTYPEROLE, TGENRE, TGENREISSUE, TINTERTEXTUALITY, TITLE, TMOTIF, TSETTINGDATE, TSETTINGPLACE, TTECHNIQUES, TTHEMETOPIC, TTONESTYLE, TVOICENARRATION, XREF
Instance
<PPLACEOFPUBLICATION>
  <BIBCITS ID="">{1,1}</BIBCITS>
  <DATE CALENDAR="NEWSTYLE" CERTAINTY="CERT" ID="" VALUE="">{1,1}</DATE>
  <DATERANGE CALENDAR="NEWSTYLE" CERTAINTY="CERT" EXACT="" FROM="" ID="" TO="">{1,1}</DATERANGE>
  <EMPH>{1,1}</EMPH>
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <ORGNAME ORGTYPE="" REF="" REG="" STANDARD="" URI="">{1,1}</ORGNAME>
  <PADVERTISING>{1,1}</PADVERTISING>
  <PANTHOLOGIZATION>{1,1}</PANTHOLOGIZATION>
  <PARCHIVALLOCATION>{1,1}</PARCHIVALLOCATION>
  <PAUTHORSHIP AUTHORNAMETYPE="" AUTHORSHIPCONTROVERSY="" COLLABORATION="" CONTROVERSYDATE="">{1,1}</PAUTHORSHIP>
  <PCIRCULATION>{1,1}</PCIRCULATION>
  <PCONTRACT ID="">{1,1}</PCONTRACT>
  <PCOPYRIGHT>{1,1}</PCOPYRIGHT>
  <PDEDICATION>{1,1}</PDEDICATION>
  <PEARNINGS>{1,1}</PEARNINGS>
  <PEDITIONS>{1,1}</PEDITIONS>
  <PFIRSTLITERARYACTIVITY>{1,1}</PFIRSTLITERARYACTIVITY>
  <PINFLUENCESHER INFLUENCETYPE="">{1,1}</PINFLUENCESHER>
  <PLACE ID="" LAT="" LONG="" REF="">{1,1}</PLACE>
  <PLASTLITERARYACTIVITY>{1,1}</PLASTLITERARYACTIVITY>
  <PMANUSCRIPTHISTORY>{1,1}</PMANUSCRIPTHISTORY>
  <PMATERIALCONDITIONS DISPLACEMENT="">{1,1}</PMATERIALCONDITIONS>
  <PMODEOFPUBLICATION PUBLICATIONMODE="">{1,1}</PMODEOFPUBLICATION>
  <PMOTIVES ID="" MOTIVETYPE="">{1,1}</PMOTIVES>
  <PNONSURVIVAL TYPEOFNONSURVIVAL="">{1,1}</PNONSURVIVAL>
  <PPERFORMANCE>{1,1}</PPERFORMANCE>
  <PPERIODICALPUBLICATION>{1,1}</PPERIODICALPUBLICATION>
  <PPRESSRUN>{1,1}</PPRESSRUN>
  <PPRICE>{1,1}</PPRICE>
  <PRARITIESFEATURESDECORATIONS>{1,1}</PRARITIESFEATURESDECORATIONS>
  <PRELATIONSWITHPUBLISHER RELATIONSHIPTYPE="">{1,1}</PRELATIONSWITHPUBLISHER>
  <PSERIALIZATION FORMOFSERIALIZATION="">{1,1}</PSERIALIZATION>
  <PSUBMISSIONSREJECTIONS>{1,1}</PSUBMISSIONSREJECTIONS>
  <PTYPEOFPRESS>{1,1}</PTYPEOFPRESS>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <RBESTKNOWNWORK>{1,1}</RBESTKNOWNWORK>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <RLANDMARKTEXT>{1,1}</RLANDMARKTEXT>
  <RPENALTIES CENSORSHIP="" CONTROVERSY="">{1,1}</RPENALTIES>
  <RRECOGNITIONNAME REG="">{1,1}</RRECOGNITIONNAME>
  <RRECOGNITIONSANDAWARDS>{1,1}</RRECOGNITIONSANDAWARDS>
  <RRESPONSES FORMALITY="" GENDEREDRESPONSE="" RESPONSETYPE="">{1,1}</RRESPONSES>
  <SCHOLARNOTE>{1,1}</SCHOLARNOTE>
  <SOCALLED>{1,1}</SOCALLED>
  <TCHARACTERNAME REG="">{1,1}</TCHARACTERNAME>
  <TCHARACTERTYPEROLE PROTAGONIST="">{1,1}</TCHARACTERTYPEROLE>
  <TGENRE GENRENAME="">{1,1}</TGENRE>
  <TGENREISSUE>{1,1}</TGENREISSUE>
  <TINTERTEXTUALITY GENDEROFAUTHOR="" INTERTEXTTYPE="">{1,1}</TINTERTEXTUALITY>
  <TITLE LEVEL="" REF="" REG="" REND="" STANDARD="">{1,1}</TITLE>
  <TMOTIF MOTIFNAME="">{1,1}</TMOTIF>
  <TSETTINGDATE SETTINGDATETYPE="">{1,1}</TSETTINGDATE>
  <TSETTINGPLACE SETTINGCLASS="" SETTINGPLACETYPE="">{1,1}</TSETTINGPLACE>
  <TTECHNIQUES TECHNIQUETYPE="">{1,1}</TTECHNIQUES>
  <TTHEMETOPIC ID="" REG="">{1,1}</TTHEMETOPIC>
  <TTONESTYLE EXPERIMENTAL="">{1,1}</TTONESTYLE>
  <TVOICENARRATION>{1,1}</TVOICENARRATION>
  <XREF RESP="" URL="">{1,1}</XREF>
</PPLACEOFPUBLICATION>
Source
<xs:element name="PPLACEOFPUBLICATION">
  <xs:annotation>
    <xs:documentation>This element focuses only on what needs to be said about the place of publication over and above the simple bibliographic reference and would be useful in those instances where censorable books were published with an imprint of Amsterdam but actually published in London.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="BIBCITS"/>
      <xs:element ref="DATE"/>
      <xs:element ref="DATERANGE"/>
      <xs:element ref="EMPH"/>
      <xs:element ref="NAME"/>
      <xs:element ref="ORGNAME"/>
      <xs:element ref="PADVERTISING"/>
      <xs:element ref="PANTHOLOGIZATION"/>
      <xs:element ref="PARCHIVALLOCATION"/>
      <xs:element ref="PAUTHORSHIP"/>
      <xs:element ref="PCIRCULATION"/>
      <xs:element ref="PCONTRACT"/>
      <xs:element ref="PCOPYRIGHT"/>
      <xs:element ref="PDEDICATION"/>
      <xs:element ref="PEARNINGS"/>
      <xs:element ref="PEDITIONS"/>
      <xs:element ref="PFIRSTLITERARYACTIVITY"/>
      <xs:element ref="PINFLUENCESHER"/>
      <xs:element ref="PLACE"/>
      <xs:element ref="PLASTLITERARYACTIVITY"/>
      <xs:element ref="PMANUSCRIPTHISTORY"/>
      <xs:element ref="PMATERIALCONDITIONS"/>
      <xs:element ref="PMODEOFPUBLICATION"/>
      <xs:element ref="PMOTIVES"/>
      <xs:element ref="PNONSURVIVAL"/>
      <xs:element ref="PPERFORMANCE"/>
      <xs:element ref="PPERIODICALPUBLICATION"/>
      <xs:element ref="PPRESSRUN"/>
      <xs:element ref="PPRICE"/>
      <xs:element ref="PRARITIESFEATURESDECORATIONS"/>
      <xs:element ref="PRELATIONSWITHPUBLISHER"/>
      <xs:element ref="PSERIALIZATION"/>
      <xs:element ref="PSUBMISSIONSREJECTIONS"/>
      <xs:element ref="PTYPEOFPRESS"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="RBESTKNOWNWORK"/>
      <xs:element ref="RESEARCHNOTE"/>
      <xs:element ref="RLANDMARKTEXT"/>
      <xs:element ref="RPENALTIES"/>
      <xs:element ref="RRECOGNITIONNAME"/>
      <xs:element ref="RRECOGNITIONSANDAWARDS"/>
      <xs:element ref="RRESPONSES"/>
      <xs:element ref="SCHOLARNOTE"/>
      <xs:element ref="SOCALLED"/>
      <xs:element ref="TCHARACTERNAME"/>
      <xs:element ref="TCHARACTERTYPEROLE"/>
      <xs:element ref="TGENRE"/>
      <xs:element ref="TGENREISSUE"/>
      <xs:element ref="TINTERTEXTUALITY"/>
      <xs:element ref="TITLE"/>
      <xs:element ref="TMOTIF"/>
      <xs:element ref="TSETTINGDATE"/>
      <xs:element ref="TSETTINGPLACE"/>
      <xs:element ref="TTECHNIQUES"/>
      <xs:element ref="TTHEMETOPIC"/>
      <xs:element ref="TTONESTYLE"/>
      <xs:element ref="TVOICENARRATION"/>
      <xs:element ref="XREF"/>
    </xs:choice>
  </xs:complexType>
</xs:element>
[ top ]
Element PPRESSRUN
Namespace No namespace
Annotations
Records the number of copies of a printed text; this can be
expressed in numeric form or in prose, such as "a short run."
Diagram
Diagram index.tmp#BIBCITS index.tmp#DATE index.tmp#NAME index.tmp#ORGNAME index.tmp#PADVERTISING index.tmp#PCIRCULATION index.tmp#PEARNINGS index.tmp#PEDITIONS index.tmp#PLACE index.tmp#PMODEOFPUBLICATION index.tmp#PPRICE index.tmp#PRARITIESFEATURESDECORATIONS index.tmp#QUOTE index.tmp#RRECOGNITIONSANDAWARDS index.tmp#SOCALLED index.tmp#TGENRE index.tmp#TITLE index.tmp#TTHEMETOPIC
Properties
content complex
mixed true
Used by
Model
Children BIBCITS, DATE, NAME, ORGNAME, PADVERTISING, PCIRCULATION, PEARNINGS, PEDITIONS, PLACE, PMODEOFPUBLICATION, PPRICE, PRARITIESFEATURESDECORATIONS, QUOTE, RRECOGNITIONSANDAWARDS, SOCALLED, TGENRE, TITLE, TTHEMETOPIC
Instance
<PPRESSRUN>
  <BIBCITS ID="">{1,1}</BIBCITS>
  <DATE CALENDAR="NEWSTYLE" CERTAINTY="CERT" ID="" VALUE="">{1,1}</DATE>
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <ORGNAME ORGTYPE="" REF="" REG="" STANDARD="" URI="">{1,1}</ORGNAME>
  <PADVERTISING>{1,1}</PADVERTISING>
  <PCIRCULATION>{1,1}</PCIRCULATION>
  <PEARNINGS>{1,1}</PEARNINGS>
  <PEDITIONS>{1,1}</PEDITIONS>
  <PLACE ID="" LAT="" LONG="" REF="">{1,1}</PLACE>
  <PMODEOFPUBLICATION PUBLICATIONMODE="">{1,1}</PMODEOFPUBLICATION>
  <PPRICE>{1,1}</PPRICE>
  <PRARITIESFEATURESDECORATIONS>{1,1}</PRARITIESFEATURESDECORATIONS>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <RRECOGNITIONSANDAWARDS>{1,1}</RRECOGNITIONSANDAWARDS>
  <SOCALLED>{1,1}</SOCALLED>
  <TGENRE GENRENAME="">{1,1}</TGENRE>
  <TITLE LEVEL="" REF="" REG="" REND="" STANDARD="">{1,1}</TITLE>
  <TTHEMETOPIC ID="" REG="">{1,1}</TTHEMETOPIC>
</PPRESSRUN>
Source
<xs:element name="PPRESSRUN">
  <xs:annotation>
    <xs:documentation>Records the number of copies of a printed text; this can be expressed in numeric form or in prose, such as "a short run."</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="BIBCITS"/>
      <xs:element ref="DATE"/>
      <xs:element ref="NAME"/>
      <xs:element ref="ORGNAME"/>
      <xs:element ref="PADVERTISING"/>
      <xs:element ref="PCIRCULATION"/>
      <xs:element ref="PEARNINGS"/>
      <xs:element ref="PEDITIONS"/>
      <xs:element ref="PLACE"/>
      <xs:element ref="PMODEOFPUBLICATION"/>
      <xs:element ref="PPRICE"/>
      <xs:element ref="PRARITIESFEATURESDECORATIONS"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="RRECOGNITIONSANDAWARDS"/>
      <xs:element ref="SOCALLED"/>
      <xs:element ref="TGENRE"/>
      <xs:element ref="TITLE"/>
      <xs:element ref="TTHEMETOPIC"/>
    </xs:choice>
  </xs:complexType>
</xs:element>
[ top ]
Element PPRICE
Namespace No namespace
Annotations
This element defines the price of a book, pamphlet, or other piece of
writing.
Diagram
Diagram index.tmp#BIBCITS index.tmp#DATE index.tmp#NAME index.tmp#ORGNAME index.tmp#PARCHIVALLOCATION index.tmp#PAUTHORSHIP index.tmp#PCIRCULATION index.tmp#PCOPYRIGHT index.tmp#PEARNINGS index.tmp#PEDITIONS index.tmp#PLACE index.tmp#PMODEOFPUBLICATION index.tmp#QUOTE index.tmp#SCHOLARNOTE index.tmp#SOCALLED index.tmp#TGENRE index.tmp#TITLE
Properties
content complex
mixed true
Used by
Model
Children BIBCITS, DATE, NAME, ORGNAME, PARCHIVALLOCATION, PAUTHORSHIP, PCIRCULATION, PCOPYRIGHT, PEARNINGS, PEDITIONS, PLACE, PMODEOFPUBLICATION, QUOTE, SCHOLARNOTE, SOCALLED, TGENRE, TITLE
Instance
<PPRICE>
  <BIBCITS ID="">{1,1}</BIBCITS>
  <DATE CALENDAR="NEWSTYLE" CERTAINTY="CERT" ID="" VALUE="">{1,1}</DATE>
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <ORGNAME ORGTYPE="" REF="" REG="" STANDARD="" URI="">{1,1}</ORGNAME>
  <PARCHIVALLOCATION>{1,1}</PARCHIVALLOCATION>
  <PAUTHORSHIP AUTHORNAMETYPE="" AUTHORSHIPCONTROVERSY="" COLLABORATION="" CONTROVERSYDATE="">{1,1}</PAUTHORSHIP>
  <PCIRCULATION>{1,1}</PCIRCULATION>
  <PCOPYRIGHT>{1,1}</PCOPYRIGHT>
  <PEARNINGS>{1,1}</PEARNINGS>
  <PEDITIONS>{1,1}</PEDITIONS>
  <PLACE ID="" LAT="" LONG="" REF="">{1,1}</PLACE>
  <PMODEOFPUBLICATION PUBLICATIONMODE="">{1,1}</PMODEOFPUBLICATION>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <SCHOLARNOTE>{1,1}</SCHOLARNOTE>
  <SOCALLED>{1,1}</SOCALLED>
  <TGENRE GENRENAME="">{1,1}</TGENRE>
  <TITLE LEVEL="" REF="" REG="" REND="" STANDARD="">{1,1}</TITLE>
</PPRICE>
Source
<xs:element name="PPRICE">
  <xs:annotation>
    <xs:documentation>This element defines the price of a book, pamphlet, or other piece of writing.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="BIBCITS"/>
      <xs:element ref="DATE"/>
      <xs:element ref="NAME"/>
      <xs:element ref="ORGNAME"/>
      <xs:element ref="PARCHIVALLOCATION"/>
      <xs:element ref="PAUTHORSHIP"/>
      <xs:element ref="PCIRCULATION"/>
      <xs:element ref="PCOPYRIGHT"/>
      <xs:element ref="PEARNINGS"/>
      <xs:element ref="PEDITIONS"/>
      <xs:element ref="PLACE"/>
      <xs:element ref="PMODEOFPUBLICATION"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="SCHOLARNOTE"/>
      <xs:element ref="SOCALLED"/>
      <xs:element ref="TGENRE"/>
      <xs:element ref="TITLE"/>
    </xs:choice>
  </xs:complexType>
</xs:element>
[ top ]
Element RRECOGNITIONSANDAWARDS
Namespace No namespace
Annotations
This element deals with the positive results and consequences of
writing. These awards might be described numerically (in terms of the value), descriptively, or in terms of the prize title.
Diagram
Diagram index.tmp#BIBCITS index.tmp#DATE index.tmp#DATERANGE index.tmp#EMPH index.tmp#FOREIGN index.tmp#KEYWORDCLASS index.tmp#NAME index.tmp#ORGNAME index.tmp#PADVERTISING index.tmp#PANTHOLOGIZATION index.tmp#PARCHIVALLOCATION index.tmp#PATTITUDES index.tmp#PAUTHORSHIP index.tmp#PCIRCULATION index.tmp#PEARNINGS index.tmp#PEDITIONS index.tmp#PFIRSTLITERARYACTIVITY index.tmp#PINFLUENCESHER index.tmp#PLACE index.tmp#PLITERARYMOVEMENTS index.tmp#PMATERIALCONDITIONS index.tmp#PMODEOFPUBLICATION index.tmp#PNONBOOKMEDIA index.tmp#PPERFORMANCE index.tmp#PPERIODICALPUBLICATION index.tmp#PPRICE index.tmp#PRARITIESFEATURESDECORATIONS index.tmp#PRELATIONSWITHPUBLISHER index.tmp#PSERIALIZATION index.tmp#PSUBMISSIONSREJECTIONS index.tmp#PTYPEOFPRESS index.tmp#QUOTE index.tmp#RBESTKNOWNWORK index.tmp#RESEARCHNOTE index.tmp#RFICTIONALIZATION index.tmp#RLANDMARKTEXT index.tmp#RPENALTIES index.tmp#RRECOGNITIONNAME index.tmp#RRECOGNITIONVALUE index.tmp#RRESPONSES index.tmp#RS index.tmp#RSELFDESCRIPTION index.tmp#RSHEINFLUENCED index.tmp#SCHOLARNOTE index.tmp#SIC index.tmp#SOCALLED index.tmp#TCHARACTERNAME index.tmp#TGENRE index.tmp#TINTERTEXTUALITY index.tmp#TITLE index.tmp#TOPIC index.tmp#TSETTINGDATE index.tmp#TSETTINGPLACE index.tmp#TTECHNIQUES index.tmp#TTHEMETOPIC index.tmp#TVOICENARRATION index.tmp#XREF
Properties
content complex
mixed true
Used by
Model
Children BIBCITS, DATE, DATERANGE, EMPH, FOREIGN, KEYWORDCLASS, NAME, ORGNAME, PADVERTISING, PANTHOLOGIZATION, PARCHIVALLOCATION, PATTITUDES, PAUTHORSHIP, PCIRCULATION, PEARNINGS, PEDITIONS, PFIRSTLITERARYACTIVITY, PINFLUENCESHER, PLACE, PLITERARYMOVEMENTS, PMATERIALCONDITIONS, PMODEOFPUBLICATION, PNONBOOKMEDIA, PPERFORMANCE, PPERIODICALPUBLICATION, PPRICE, PRARITIESFEATURESDECORATIONS, PRELATIONSWITHPUBLISHER, PSERIALIZATION, PSUBMISSIONSREJECTIONS, PTYPEOFPRESS, QUOTE, RBESTKNOWNWORK, RESEARCHNOTE, RFICTIONALIZATION, RLANDMARKTEXT, RPENALTIES, RRECOGNITIONNAME, RRECOGNITIONVALUE, RRESPONSES, RS, RSELFDESCRIPTION, RSHEINFLUENCED, SCHOLARNOTE, SIC, SOCALLED, TCHARACTERNAME, TGENRE, TINTERTEXTUALITY, TITLE, TOPIC, TSETTINGDATE, TSETTINGPLACE, TTECHNIQUES, TTHEMETOPIC, TVOICENARRATION, XREF
Instance
<RRECOGNITIONSANDAWARDS>
  <BIBCITS ID="">{1,1}</BIBCITS>
  <DATE CALENDAR="NEWSTYLE" CERTAINTY="CERT" ID="" VALUE="">{1,1}</DATE>
  <DATERANGE CALENDAR="NEWSTYLE" CERTAINTY="CERT" EXACT="" FROM="" ID="" TO="">{1,1}</DATERANGE>
  <EMPH>{1,1}</EMPH>
  <FOREIGN LANG="" REG="">{1,1}</FOREIGN>
  <KEYWORDCLASS KEYWORDTYPE="">{1,1}</KEYWORDCLASS>
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <ORGNAME ORGTYPE="" REF="" REG="" STANDARD="" URI="">{1,1}</ORGNAME>
  <PADVERTISING>{1,1}</PADVERTISING>
  <PANTHOLOGIZATION>{1,1}</PANTHOLOGIZATION>
  <PARCHIVALLOCATION>{1,1}</PARCHIVALLOCATION>
  <PATTITUDES>{1,1}</PATTITUDES>
  <PAUTHORSHIP AUTHORNAMETYPE="" AUTHORSHIPCONTROVERSY="" COLLABORATION="" CONTROVERSYDATE="">{1,1}</PAUTHORSHIP>
  <PCIRCULATION>{1,1}</PCIRCULATION>
  <PEARNINGS>{1,1}</PEARNINGS>
  <PEDITIONS>{1,1}</PEDITIONS>
  <PFIRSTLITERARYACTIVITY>{1,1}</PFIRSTLITERARYACTIVITY>
  <PINFLUENCESHER INFLUENCETYPE="">{1,1}</PINFLUENCESHER>
  <PLACE ID="" LAT="" LONG="" REF="">{1,1}</PLACE>
  <PLITERARYMOVEMENTS INVOLVEMENT="INVOLVEMENTYES" REG="">{1,1}</PLITERARYMOVEMENTS>
  <PMATERIALCONDITIONS DISPLACEMENT="">{1,1}</PMATERIALCONDITIONS>
  <PMODEOFPUBLICATION PUBLICATIONMODE="">{1,1}</PMODEOFPUBLICATION>
  <PNONBOOKMEDIA MEDIATYPE="">{1,1}</PNONBOOKMEDIA>
  <PPERFORMANCE>{1,1}</PPERFORMANCE>
  <PPERIODICALPUBLICATION>{1,1}</PPERIODICALPUBLICATION>
  <PPRICE>{1,1}</PPRICE>
  <PRARITIESFEATURESDECORATIONS>{1,1}</PRARITIESFEATURESDECORATIONS>
  <PRELATIONSWITHPUBLISHER RELATIONSHIPTYPE="">{1,1}</PRELATIONSWITHPUBLISHER>
  <PSERIALIZATION FORMOFSERIALIZATION="">{1,1}</PSERIALIZATION>
  <PSUBMISSIONSREJECTIONS>{1,1}</PSUBMISSIONSREJECTIONS>
  <PTYPEOFPRESS>{1,1}</PTYPEOFPRESS>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <RBESTKNOWNWORK>{1,1}</RBESTKNOWNWORK>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <RFICTIONALIZATION>{1,1}</RFICTIONALIZATION>
  <RLANDMARKTEXT>{1,1}</RLANDMARKTEXT>
  <RPENALTIES CENSORSHIP="" CONTROVERSY="">{1,1}</RPENALTIES>
  <RRECOGNITIONNAME REG="">{1,1}</RRECOGNITIONNAME>
  <RRECOGNITIONVALUE>{1,1}</RRECOGNITIONVALUE>
  <RRESPONSES FORMALITY="" GENDEREDRESPONSE="" RESPONSETYPE="">{1,1}</RRESPONSES>
  <RS REG="" TYPE="">{1,1}</RS>
  <RSELFDESCRIPTION>{1,1}</RSELFDESCRIPTION>
  <RSHEINFLUENCED>{1,1}</RSHEINFLUENCED>
  <SCHOLARNOTE>{1,1}</SCHOLARNOTE>
  <SIC CORR="">{1,1}</SIC>
  <SOCALLED>{1,1}</SOCALLED>
  <TCHARACTERNAME REG="">{1,1}</TCHARACTERNAME>
  <TGENRE GENRENAME="">{1,1}</TGENRE>
  <TINTERTEXTUALITY GENDEROFAUTHOR="" INTERTEXTTYPE="">{1,1}</TINTERTEXTUALITY>
  <TITLE LEVEL="" REF="" REG="" REND="" STANDARD="">{1,1}</TITLE>
  <TOPIC STANDARD="">{1,1}</TOPIC>
  <TSETTINGDATE SETTINGDATETYPE="">{1,1}</TSETTINGDATE>
  <TSETTINGPLACE SETTINGCLASS="" SETTINGPLACETYPE="">{1,1}</TSETTINGPLACE>
  <TTECHNIQUES TECHNIQUETYPE="">{1,1}</TTECHNIQUES>
  <TTHEMETOPIC ID="" REG="">{1,1}</TTHEMETOPIC>
  <TVOICENARRATION>{1,1}</TVOICENARRATION>
  <XREF RESP="" URL="">{1,1}</XREF>
</RRECOGNITIONSANDAWARDS>
Source
<xs:element name="RRECOGNITIONSANDAWARDS">
  <xs:annotation>
    <xs:documentation>This element deals with the positive results and consequences of writing. These awards might be described numerically (in terms of the value), descriptively, or in terms of the prize title.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="BIBCITS"/>
      <xs:element ref="DATE"/>
      <xs:element ref="DATERANGE"/>
      <xs:element ref="EMPH"/>
      <xs:element ref="FOREIGN"/>
      <xs:element ref="KEYWORDCLASS"/>
      <xs:element ref="NAME"/>
      <xs:element ref="ORGNAME"/>
      <xs:element ref="PADVERTISING"/>
      <xs:element ref="PANTHOLOGIZATION"/>
      <xs:element ref="PARCHIVALLOCATION"/>
      <xs:element ref="PATTITUDES"/>
      <xs:element ref="PAUTHORSHIP"/>
      <xs:element ref="PCIRCULATION"/>
      <xs:element ref="PEARNINGS"/>
      <xs:element ref="PEDITIONS"/>
      <xs:element ref="PFIRSTLITERARYACTIVITY"/>
      <xs:element ref="PINFLUENCESHER"/>
      <xs:element ref="PLACE"/>
      <xs:element ref="PLITERARYMOVEMENTS"/>
      <xs:element ref="PMATERIALCONDITIONS"/>
      <xs:element ref="PMODEOFPUBLICATION"/>
      <xs:element ref="PNONBOOKMEDIA"/>
      <xs:element ref="PPERFORMANCE"/>
      <xs:element ref="PPERIODICALPUBLICATION"/>
      <xs:element ref="PPRICE"/>
      <xs:element ref="PRARITIESFEATURESDECORATIONS"/>
      <xs:element ref="PRELATIONSWITHPUBLISHER"/>
      <xs:element ref="PSERIALIZATION"/>
      <xs:element ref="PSUBMISSIONSREJECTIONS"/>
      <xs:element ref="PTYPEOFPRESS"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="RBESTKNOWNWORK"/>
      <xs:element ref="RESEARCHNOTE"/>
      <xs:element ref="RFICTIONALIZATION"/>
      <xs:element ref="RLANDMARKTEXT"/>
      <xs:element ref="RPENALTIES"/>
      <xs:element ref="RRECOGNITIONNAME"/>
      <xs:element ref="RRECOGNITIONVALUE"/>
      <xs:element ref="RRESPONSES"/>
      <xs:element ref="RS"/>
      <xs:element ref="RSELFDESCRIPTION"/>
      <xs:element ref="RSHEINFLUENCED"/>
      <xs:element ref="SCHOLARNOTE"/>
      <xs:element ref="SIC"/>
      <xs:element ref="SOCALLED"/>
      <xs:element ref="TCHARACTERNAME"/>
      <xs:element ref="TGENRE"/>
      <xs:element ref="TINTERTEXTUALITY"/>
      <xs:element ref="TITLE"/>
      <xs:element ref="TOPIC"/>
      <xs:element ref="TSETTINGDATE"/>
      <xs:element ref="TSETTINGPLACE"/>
      <xs:element ref="TTECHNIQUES"/>
      <xs:element ref="TTHEMETOPIC"/>
      <xs:element ref="TVOICENARRATION"/>
      <xs:element ref="XREF"/>
    </xs:choice>
  </xs:complexType>
</xs:element>
[ top ]
Element PRELATIONSWITHPUBLISHER
Namespace No namespace
Annotations
This element is designed to capture the mainly professional
relationship between a writer and her publisher (or, in the case of dramatists, her producer).
Diagram
Diagram index.tmp#PRELATIONSWITHPUBLISHER_RELATIONSHIPTYPE index.tmp#BIBCITS index.tmp#DATE index.tmp#DATERANGE index.tmp#EMPH index.tmp#KEYWORDCLASS index.tmp#NAME index.tmp#ORGNAME index.tmp#PADVERTISING index.tmp#PARCHIVALLOCATION index.tmp#PATTITUDES index.tmp#PAUTHORSHIP index.tmp#PCIRCULATION index.tmp#PCONTRACT index.tmp#PCOPYRIGHT index.tmp#PDEDICATION index.tmp#PEARNINGS index.tmp#PEDITIONS index.tmp#PINFLUENCESHER index.tmp#PLACE index.tmp#PLASTLITERARYACTIVITY index.tmp#PLITERARYMOVEMENTS index.tmp#PMANUSCRIPTHISTORY index.tmp#PMATERIALCONDITIONS index.tmp#PMODEOFPUBLICATION index.tmp#PMOTIVES index.tmp#PPERIODICALPUBLICATION index.tmp#PPLACEOFPUBLICATION index.tmp#PPRESSRUN index.tmp#PPRICE index.tmp#PRARITIESFEATURESDECORATIONS index.tmp#PSERIALIZATION index.tmp#PSUBMISSIONSREJECTIONS index.tmp#QUOTE index.tmp#RBESTKNOWNWORK index.tmp#RDESTRUCTIONOFWORK index.tmp#RESEARCHNOTE index.tmp#RLANDMARKTEXT index.tmp#RPENALTIES index.tmp#RRECOGNITIONNAME index.tmp#RRECOGNITIONSANDAWARDS index.tmp#RRECOGNITIONVALUE index.tmp#RRESPONSES index.tmp#RSELFDESCRIPTION index.tmp#RSHEINFLUENCED index.tmp#SCHOLARNOTE index.tmp#SOCALLED index.tmp#TCHARACTERIZATION index.tmp#TCHARACTERNAME index.tmp#TCHARACTERTYPEROLE index.tmp#TGENRE index.tmp#TGENREISSUE index.tmp#TINTERTEXTUALITY index.tmp#TITLE index.tmp#TMOTIF index.tmp#TOPIC index.tmp#TPLOT index.tmp#TSETTINGDATE index.tmp#TSETTINGPLACE index.tmp#TTECHNIQUES index.tmp#TTHEMETOPIC index.tmp#TTONESTYLE index.tmp#TVOICENARRATION
Properties
content complex
mixed true
Used by
Model
Children BIBCITS, DATE, DATERANGE, EMPH, KEYWORDCLASS, NAME, ORGNAME, PADVERTISING, PARCHIVALLOCATION, PATTITUDES, PAUTHORSHIP, PCIRCULATION, PCONTRACT, PCOPYRIGHT, PDEDICATION, PEARNINGS, PEDITIONS, PINFLUENCESHER, PLACE, PLASTLITERARYACTIVITY, PLITERARYMOVEMENTS, PMANUSCRIPTHISTORY, PMATERIALCONDITIONS, PMODEOFPUBLICATION, PMOTIVES, PPERIODICALPUBLICATION, PPLACEOFPUBLICATION, PPRESSRUN, PPRICE, PRARITIESFEATURESDECORATIONS, PSERIALIZATION, PSUBMISSIONSREJECTIONS, QUOTE, RBESTKNOWNWORK, RDESTRUCTIONOFWORK, RESEARCHNOTE, RLANDMARKTEXT, RPENALTIES, RRECOGNITIONNAME, RRECOGNITIONSANDAWARDS, RRECOGNITIONVALUE, RRESPONSES, RSELFDESCRIPTION, RSHEINFLUENCED, SCHOLARNOTE, SOCALLED, TCHARACTERIZATION, TCHARACTERNAME, TCHARACTERTYPEROLE, TGENRE, TGENREISSUE, TINTERTEXTUALITY, TITLE, TMOTIF, TOPIC, TPLOT, TSETTINGDATE, TSETTINGPLACE, TTECHNIQUES, TTHEMETOPIC, TTONESTYLE, TVOICENARRATION
Instance
<PRELATIONSWITHPUBLISHER RELATIONSHIPTYPE="">
  <BIBCITS ID="">{1,1}</BIBCITS>
  <DATE CALENDAR="NEWSTYLE" CERTAINTY="CERT" ID="" VALUE="">{1,1}</DATE>
  <DATERANGE CALENDAR="NEWSTYLE" CERTAINTY="CERT" EXACT="" FROM="" ID="" TO="">{1,1}</DATERANGE>
  <EMPH>{1,1}</EMPH>
  <KEYWORDCLASS KEYWORDTYPE="">{1,1}</KEYWORDCLASS>
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <ORGNAME ORGTYPE="" REF="" REG="" STANDARD="" URI="">{1,1}</ORGNAME>
  <PADVERTISING>{1,1}</PADVERTISING>
  <PARCHIVALLOCATION>{1,1}</PARCHIVALLOCATION>
  <PATTITUDES>{1,1}</PATTITUDES>
  <PAUTHORSHIP AUTHORNAMETYPE="" AUTHORSHIPCONTROVERSY="" COLLABORATION="" CONTROVERSYDATE="">{1,1}</PAUTHORSHIP>
  <PCIRCULATION>{1,1}</PCIRCULATION>
  <PCONTRACT ID="">{1,1}</PCONTRACT>
  <PCOPYRIGHT>{1,1}</PCOPYRIGHT>
  <PDEDICATION>{1,1}</PDEDICATION>
  <PEARNINGS>{1,1}</PEARNINGS>
  <PEDITIONS>{1,1}</PEDITIONS>
  <PINFLUENCESHER INFLUENCETYPE="">{1,1}</PINFLUENCESHER>
  <PLACE ID="" LAT="" LONG="" REF="">{1,1}</PLACE>
  <PLASTLITERARYACTIVITY>{1,1}</PLASTLITERARYACTIVITY>
  <PLITERARYMOVEMENTS INVOLVEMENT="INVOLVEMENTYES" REG="">{1,1}</PLITERARYMOVEMENTS>
  <PMANUSCRIPTHISTORY>{1,1}</PMANUSCRIPTHISTORY>
  <PMATERIALCONDITIONS DISPLACEMENT="">{1,1}</PMATERIALCONDITIONS>
  <PMODEOFPUBLICATION PUBLICATIONMODE="">{1,1}</PMODEOFPUBLICATION>
  <PMOTIVES ID="" MOTIVETYPE="">{1,1}</PMOTIVES>
  <PPERIODICALPUBLICATION>{1,1}</PPERIODICALPUBLICATION>
  <PPLACEOFPUBLICATION>{1,1}</PPLACEOFPUBLICATION>
  <PPRESSRUN>{1,1}</PPRESSRUN>
  <PPRICE>{1,1}</PPRICE>
  <PRARITIESFEATURESDECORATIONS>{1,1}</PRARITIESFEATURESDECORATIONS>
  <PSERIALIZATION FORMOFSERIALIZATION="">{1,1}</PSERIALIZATION>
  <PSUBMISSIONSREJECTIONS>{1,1}</PSUBMISSIONSREJECTIONS>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <RBESTKNOWNWORK>{1,1}</RBESTKNOWNWORK>
  <RDESTRUCTIONOFWORK DESTROYEDBY="">{1,1}</RDESTRUCTIONOFWORK>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <RLANDMARKTEXT>{1,1}</RLANDMARKTEXT>
  <RPENALTIES CENSORSHIP="" CONTROVERSY="">{1,1}</RPENALTIES>
  <RRECOGNITIONNAME REG="">{1,1}</RRECOGNITIONNAME>
  <RRECOGNITIONSANDAWARDS>{1,1}</RRECOGNITIONSANDAWARDS>
  <RRECOGNITIONVALUE>{1,1}</RRECOGNITIONVALUE>
  <RRESPONSES FORMALITY="" GENDEREDRESPONSE="" RESPONSETYPE="">{1,1}</RRESPONSES>
  <RSELFDESCRIPTION>{1,1}</RSELFDESCRIPTION>
  <RSHEINFLUENCED>{1,1}</RSHEINFLUENCED>
  <SCHOLARNOTE>{1,1}</SCHOLARNOTE>
  <SOCALLED>{1,1}</SOCALLED>
  <TCHARACTERIZATION>{1,1}</TCHARACTERIZATION>
  <TCHARACTERNAME REG="">{1,1}</TCHARACTERNAME>
  <TCHARACTERTYPEROLE PROTAGONIST="">{1,1}</TCHARACTERTYPEROLE>
  <TGENRE GENRENAME="">{1,1}</TGENRE>
  <TGENREISSUE>{1,1}</TGENREISSUE>
  <TINTERTEXTUALITY GENDEROFAUTHOR="" INTERTEXTTYPE="">{1,1}</TINTERTEXTUALITY>
  <TITLE LEVEL="" REF="" REG="" REND="" STANDARD="">{1,1}</TITLE>
  <TMOTIF MOTIFNAME="">{1,1}</TMOTIF>
  <TOPIC STANDARD="">{1,1}</TOPIC>
  <TPLOT>{1,1}</TPLOT>
  <TSETTINGDATE SETTINGDATETYPE="">{1,1}</TSETTINGDATE>
  <TSETTINGPLACE SETTINGCLASS="" SETTINGPLACETYPE="">{1,1}</TSETTINGPLACE>
  <TTECHNIQUES TECHNIQUETYPE="">{1,1}</TTECHNIQUES>
  <TTHEMETOPIC ID="" REG="">{1,1}</TTHEMETOPIC>
  <TTONESTYLE EXPERIMENTAL="">{1,1}</TTONESTYLE>
  <TVOICENARRATION>{1,1}</TVOICENARRATION>
</PRELATIONSWITHPUBLISHER>
Attributes
QName Type Use
RELATIONSHIPTYPE restriction of xs:token optional
Source
<xs:element name="PRELATIONSWITHPUBLISHER">
  <xs:annotation>
    <xs:documentation>This element is designed to capture the mainly professional relationship between a writer and her publisher (or, in the case of dramatists, her producer).</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="BIBCITS"/>
      <xs:element ref="DATE"/>
      <xs:element ref="DATERANGE"/>
      <xs:element ref="EMPH"/>
      <xs:element ref="KEYWORDCLASS"/>
      <xs:element ref="NAME"/>
      <xs:element ref="ORGNAME"/>
      <xs:element ref="PADVERTISING"/>
      <xs:element ref="PARCHIVALLOCATION"/>
      <xs:element ref="PATTITUDES"/>
      <xs:element ref="PAUTHORSHIP"/>
      <xs:element ref="PCIRCULATION"/>
      <xs:element ref="PCONTRACT"/>
      <xs:element ref="PCOPYRIGHT"/>
      <xs:element ref="PDEDICATION"/>
      <xs:element ref="PEARNINGS"/>
      <xs:element ref="PEDITIONS"/>
      <xs:element ref="PINFLUENCESHER"/>
      <xs:element ref="PLACE"/>
      <xs:element ref="PLASTLITERARYACTIVITY"/>
      <xs:element ref="PLITERARYMOVEMENTS"/>
      <xs:element ref="PMANUSCRIPTHISTORY"/>
      <xs:element ref="PMATERIALCONDITIONS"/>
      <xs:element ref="PMODEOFPUBLICATION"/>
      <xs:element ref="PMOTIVES"/>
      <xs:element ref="PPERIODICALPUBLICATION"/>
      <xs:element ref="PPLACEOFPUBLICATION"/>
      <xs:element ref="PPRESSRUN"/>
      <xs:element ref="PPRICE"/>
      <xs:element ref="PRARITIESFEATURESDECORATIONS"/>
      <xs:element ref="PSERIALIZATION"/>
      <xs:element ref="PSUBMISSIONSREJECTIONS"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="RBESTKNOWNWORK"/>
      <xs:element ref="RDESTRUCTIONOFWORK"/>
      <xs:element ref="RESEARCHNOTE"/>
      <xs:element ref="RLANDMARKTEXT"/>
      <xs:element ref="RPENALTIES"/>
      <xs:element ref="RRECOGNITIONNAME"/>
      <xs:element ref="RRECOGNITIONSANDAWARDS"/>
      <xs:element ref="RRECOGNITIONVALUE"/>
      <xs:element ref="RRESPONSES"/>
      <xs:element ref="RSELFDESCRIPTION"/>
      <xs:element ref="RSHEINFLUENCED"/>
      <xs:element ref="SCHOLARNOTE"/>
      <xs:element ref="SOCALLED"/>
      <xs:element ref="TCHARACTERIZATION"/>
      <xs:element ref="TCHARACTERNAME"/>
      <xs:element ref="TCHARACTERTYPEROLE"/>
      <xs:element ref="TGENRE"/>
      <xs:element ref="TGENREISSUE"/>
      <xs:element ref="TINTERTEXTUALITY"/>
      <xs:element ref="TITLE"/>
      <xs:element ref="TMOTIF"/>
      <xs:element ref="TOPIC"/>
      <xs:element ref="TPLOT"/>
      <xs:element ref="TSETTINGDATE"/>
      <xs:element ref="TSETTINGPLACE"/>
      <xs:element ref="TTECHNIQUES"/>
      <xs:element ref="TTHEMETOPIC"/>
      <xs:element ref="TTONESTYLE"/>
      <xs:element ref="TVOICENARRATION"/>
    </xs:choice>
    <xs:attribute name="RELATIONSHIPTYPE">
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="PERSONAL"/>
          <xs:enumeration value="PROFESSIONAL"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element PSERIALIZATION
Namespace No namespace
Annotations
This element describes all the details about the serial appearance of a
work either on its own or in a periodical (multiple instalments); refers to those complete works which were published in bits.
Diagram
Diagram index.tmp#PSERIALIZATION_FORMOFSERIALIZATION index.tmp#BIBCITS index.tmp#DATE index.tmp#DATERANGE index.tmp#KEYWORDCLASS index.tmp#NAME index.tmp#ORGNAME index.tmp#PADVERTISING index.tmp#PATTITUDES index.tmp#PAUTHORSHIP index.tmp#PCIRCULATION index.tmp#PCOPYRIGHT index.tmp#PDEDICATION index.tmp#PEARNINGS index.tmp#PEDITIONS index.tmp#PFIRSTLITERARYACTIVITY index.tmp#PINFLUENCESHER index.tmp#PLACE index.tmp#PLASTLITERARYACTIVITY index.tmp#PMANUSCRIPTHISTORY index.tmp#PMATERIALCONDITIONS index.tmp#PMODEOFPUBLICATION index.tmp#PMOTIVES index.tmp#PNONBOOKMEDIA index.tmp#PPERFORMANCE index.tmp#PPERIODICALPUBLICATION index.tmp#PPLACEOFPUBLICATION index.tmp#PPRICE index.tmp#PRARITIESFEATURESDECORATIONS index.tmp#PRELATIONSWITHPUBLISHER index.tmp#PSUBMISSIONSREJECTIONS index.tmp#QUOTE index.tmp#RBESTKNOWNWORK index.tmp#RESEARCHNOTE index.tmp#RLANDMARKTEXT index.tmp#RPENALTIES index.tmp#RSELFDESCRIPTION index.tmp#RSHEINFLUENCED index.tmp#SCHOLARNOTE index.tmp#SOCALLED index.tmp#TCHARACTERNAME index.tmp#TCHARACTERTYPEROLE index.tmp#TGENRE index.tmp#TGENREISSUE index.tmp#TINTERTEXTUALITY index.tmp#TITLE index.tmp#TMOTIF index.tmp#TOPIC index.tmp#TSETTINGDATE index.tmp#TSETTINGPLACE index.tmp#TTHEMETOPIC index.tmp#TVOICENARRATION
Properties
content complex
mixed true
Used by
Model
Children BIBCITS, DATE, DATERANGE, KEYWORDCLASS, NAME, ORGNAME, PADVERTISING, PATTITUDES, PAUTHORSHIP, PCIRCULATION, PCOPYRIGHT, PDEDICATION, PEARNINGS, PEDITIONS, PFIRSTLITERARYACTIVITY, PINFLUENCESHER, PLACE, PLASTLITERARYACTIVITY, PMANUSCRIPTHISTORY, PMATERIALCONDITIONS, PMODEOFPUBLICATION, PMOTIVES, PNONBOOKMEDIA, PPERFORMANCE, PPERIODICALPUBLICATION, PPLACEOFPUBLICATION, PPRICE, PRARITIESFEATURESDECORATIONS, PRELATIONSWITHPUBLISHER, PSUBMISSIONSREJECTIONS, QUOTE, RBESTKNOWNWORK, RESEARCHNOTE, RLANDMARKTEXT, RPENALTIES, RSELFDESCRIPTION, RSHEINFLUENCED, SCHOLARNOTE, SOCALLED, TCHARACTERNAME, TCHARACTERTYPEROLE, TGENRE, TGENREISSUE, TINTERTEXTUALITY, TITLE, TMOTIF, TOPIC, TSETTINGDATE, TSETTINGPLACE, TTHEMETOPIC, TVOICENARRATION
Instance
<PSERIALIZATION FORMOFSERIALIZATION="">
  <BIBCITS ID="">{1,1}</BIBCITS>
  <DATE CALENDAR="NEWSTYLE" CERTAINTY="CERT" ID="" VALUE="">{1,1}</DATE>
  <DATERANGE CALENDAR="NEWSTYLE" CERTAINTY="CERT" EXACT="" FROM="" ID="" TO="">{1,1}</DATERANGE>
  <KEYWORDCLASS KEYWORDTYPE="">{1,1}</KEYWORDCLASS>
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <ORGNAME ORGTYPE="" REF="" REG="" STANDARD="" URI="">{1,1}</ORGNAME>
  <PADVERTISING>{1,1}</PADVERTISING>
  <PATTITUDES>{1,1}</PATTITUDES>
  <PAUTHORSHIP AUTHORNAMETYPE="" AUTHORSHIPCONTROVERSY="" COLLABORATION="" CONTROVERSYDATE="">{1,1}</PAUTHORSHIP>
  <PCIRCULATION>{1,1}</PCIRCULATION>
  <PCOPYRIGHT>{1,1}</PCOPYRIGHT>
  <PDEDICATION>{1,1}</PDEDICATION>
  <PEARNINGS>{1,1}</PEARNINGS>
  <PEDITIONS>{1,1}</PEDITIONS>
  <PFIRSTLITERARYACTIVITY>{1,1}</PFIRSTLITERARYACTIVITY>
  <PINFLUENCESHER INFLUENCETYPE="">{1,1}</PINFLUENCESHER>
  <PLACE ID="" LAT="" LONG="" REF="">{1,1}</PLACE>
  <PLASTLITERARYACTIVITY>{1,1}</PLASTLITERARYACTIVITY>
  <PMANUSCRIPTHISTORY>{1,1}</PMANUSCRIPTHISTORY>
  <PMATERIALCONDITIONS DISPLACEMENT="">{1,1}</PMATERIALCONDITIONS>
  <PMODEOFPUBLICATION PUBLICATIONMODE="">{1,1}</PMODEOFPUBLICATION>
  <PMOTIVES ID="" MOTIVETYPE="">{1,1}</PMOTIVES>
  <PNONBOOKMEDIA MEDIATYPE="">{1,1}</PNONBOOKMEDIA>
  <PPERFORMANCE>{1,1}</PPERFORMANCE>
  <PPERIODICALPUBLICATION>{1,1}</PPERIODICALPUBLICATION>
  <PPLACEOFPUBLICATION>{1,1}</PPLACEOFPUBLICATION>
  <PPRICE>{1,1}</PPRICE>
  <PRARITIESFEATURESDECORATIONS>{1,1}</PRARITIESFEATURESDECORATIONS>
  <PRELATIONSWITHPUBLISHER RELATIONSHIPTYPE="">{1,1}</PRELATIONSWITHPUBLISHER>
  <PSUBMISSIONSREJECTIONS>{1,1}</PSUBMISSIONSREJECTIONS>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <RBESTKNOWNWORK>{1,1}</RBESTKNOWNWORK>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <RLANDMARKTEXT>{1,1}</RLANDMARKTEXT>
  <RPENALTIES CENSORSHIP="" CONTROVERSY="">{1,1}</RPENALTIES>
  <RSELFDESCRIPTION>{1,1}</RSELFDESCRIPTION>
  <RSHEINFLUENCED>{1,1}</RSHEINFLUENCED>
  <SCHOLARNOTE>{1,1}</SCHOLARNOTE>
  <SOCALLED>{1,1}</SOCALLED>
  <TCHARACTERNAME REG="">{1,1}</TCHARACTERNAME>
  <TCHARACTERTYPEROLE PROTAGONIST="">{1,1}</TCHARACTERTYPEROLE>
  <TGENRE GENRENAME="">{1,1}</TGENRE>
  <TGENREISSUE>{1,1}</TGENREISSUE>
  <TINTERTEXTUALITY GENDEROFAUTHOR="" INTERTEXTTYPE="">{1,1}</TINTERTEXTUALITY>
  <TITLE LEVEL="" REF="" REG="" REND="" STANDARD="">{1,1}</TITLE>
  <TMOTIF MOTIFNAME="">{1,1}</TMOTIF>
  <TOPIC STANDARD="">{1,1}</TOPIC>
  <TSETTINGDATE SETTINGDATETYPE="">{1,1}</TSETTINGDATE>
  <TSETTINGPLACE SETTINGCLASS="" SETTINGPLACETYPE="">{1,1}</TSETTINGPLACE>
  <TTHEMETOPIC ID="" REG="">{1,1}</TTHEMETOPIC>
  <TVOICENARRATION>{1,1}</TVOICENARRATION>
</PSERIALIZATION>
Attributes
QName Type Use Annotation
FORMOFSERIALIZATION restriction of xs:token optional
This attribute is attached to the element pSerialization and
specifies whether the work appeared in "volumeForm" or "periodicalForm."
Source
<xs:element name="PSERIALIZATION">
  <xs:annotation>
    <xs:documentation>This element describes all the details about the serial appearance of a work either on its own or in a periodical (multiple instalments); refers to those complete works which were published in bits.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="BIBCITS"/>
      <xs:element ref="DATE"/>
      <xs:element ref="DATERANGE"/>
      <xs:element ref="KEYWORDCLASS"/>
      <xs:element ref="NAME"/>
      <xs:element ref="ORGNAME"/>
      <xs:element ref="PADVERTISING"/>
      <xs:element ref="PATTITUDES"/>
      <xs:element ref="PAUTHORSHIP"/>
      <xs:element ref="PCIRCULATION"/>
      <xs:element ref="PCOPYRIGHT"/>
      <xs:element ref="PDEDICATION"/>
      <xs:element ref="PEARNINGS"/>
      <xs:element ref="PEDITIONS"/>
      <xs:element ref="PFIRSTLITERARYACTIVITY"/>
      <xs:element ref="PINFLUENCESHER"/>
      <xs:element ref="PLACE"/>
      <xs:element ref="PLASTLITERARYACTIVITY"/>
      <xs:element ref="PMANUSCRIPTHISTORY"/>
      <xs:element ref="PMATERIALCONDITIONS"/>
      <xs:element ref="PMODEOFPUBLICATION"/>
      <xs:element ref="PMOTIVES"/>
      <xs:element ref="PNONBOOKMEDIA"/>
      <xs:element ref="PPERFORMANCE"/>
      <xs:element ref="PPERIODICALPUBLICATION"/>
      <xs:element ref="PPLACEOFPUBLICATION"/>
      <xs:element ref="PPRICE"/>
      <xs:element ref="PRARITIESFEATURESDECORATIONS"/>
      <xs:element ref="PRELATIONSWITHPUBLISHER"/>
      <xs:element ref="PSUBMISSIONSREJECTIONS"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="RBESTKNOWNWORK"/>
      <xs:element ref="RESEARCHNOTE"/>
      <xs:element ref="RLANDMARKTEXT"/>
      <xs:element ref="RPENALTIES"/>
      <xs:element ref="RSELFDESCRIPTION"/>
      <xs:element ref="RSHEINFLUENCED"/>
      <xs:element ref="SCHOLARNOTE"/>
      <xs:element ref="SOCALLED"/>
      <xs:element ref="TCHARACTERNAME"/>
      <xs:element ref="TCHARACTERTYPEROLE"/>
      <xs:element ref="TGENRE"/>
      <xs:element ref="TGENREISSUE"/>
      <xs:element ref="TINTERTEXTUALITY"/>
      <xs:element ref="TITLE"/>
      <xs:element ref="TMOTIF"/>
      <xs:element ref="TOPIC"/>
      <xs:element ref="TSETTINGDATE"/>
      <xs:element ref="TSETTINGPLACE"/>
      <xs:element ref="TTHEMETOPIC"/>
      <xs:element ref="TVOICENARRATION"/>
    </xs:choice>
    <xs:attribute name="FORMOFSERIALIZATION">
      <xs:annotation>
        <xs:documentation>This attribute is attached to the element pSerialization and specifies whether the work appeared in "volumeForm" or "periodicalForm."</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="VOLUMEFORM"/>
          <xs:enumeration value="PERIODICALFORM"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element PSUBMISSIONSREJECTIONS
Namespace No namespace
Annotations
This element should hold comments about significant rejections and
peculiar successful submissions of the work by publishers.
Diagram
Diagram index.tmp#BIBCITS index.tmp#DATE index.tmp#DATERANGE index.tmp#KEYWORDCLASS index.tmp#NAME index.tmp#ORGNAME index.tmp#PANTHOLOGIZATION index.tmp#PATTITUDES index.tmp#PAUTHORSHIP index.tmp#PCIRCULATION index.tmp#PCONTRACT index.tmp#PCOPYRIGHT index.tmp#PDEDICATION index.tmp#PEARNINGS index.tmp#PEDITIONS index.tmp#PFIRSTLITERARYACTIVITY index.tmp#PINFLUENCESHER index.tmp#PLACE index.tmp#PLASTLITERARYACTIVITY index.tmp#PLITERARYMOVEMENTS index.tmp#PMANUSCRIPTHISTORY index.tmp#PMATERIALCONDITIONS index.tmp#PMODEOFPUBLICATION index.tmp#PMOTIVES index.tmp#PNONBOOKMEDIA index.tmp#PNONSURVIVAL index.tmp#PPERFORMANCE index.tmp#PPERIODICALPUBLICATION index.tmp#PPLACEOFPUBLICATION index.tmp#PPRESSRUN index.tmp#PPRICE index.tmp#PRARITIESFEATURESDECORATIONS index.tmp#PRELATIONSWITHPUBLISHER index.tmp#PSERIALIZATION index.tmp#PTYPEOFPRESS index.tmp#QUOTE index.tmp#RBESTKNOWNWORK index.tmp#RDESTRUCTIONOFWORK index.tmp#RESEARCHNOTE index.tmp#RLANDMARKTEXT index.tmp#RPENALTIES index.tmp#RRECOGNITIONSANDAWARDS index.tmp#RRESPONSES index.tmp#RSELFDESCRIPTION index.tmp#SCHOLARNOTE index.tmp#SOCALLED index.tmp#TCHARACTERIZATION index.tmp#TCHARACTERNAME index.tmp#TCHARACTERTYPEROLE index.tmp#TGENRE index.tmp#TGENREISSUE index.tmp#TINTERTEXTUALITY index.tmp#TITLE index.tmp#TMOTIF index.tmp#TOPIC index.tmp#TPLOT index.tmp#TSETTINGDATE index.tmp#TSETTINGPLACE index.tmp#TTECHNIQUES index.tmp#TTHEMETOPIC index.tmp#TTONESTYLE index.tmp#TVOICENARRATION
Properties
content complex
mixed true
Used by
Model
Children BIBCITS, DATE, DATERANGE, KEYWORDCLASS, NAME, ORGNAME, PANTHOLOGIZATION, PATTITUDES, PAUTHORSHIP, PCIRCULATION, PCONTRACT, PCOPYRIGHT, PDEDICATION, PEARNINGS, PEDITIONS, PFIRSTLITERARYACTIVITY, PINFLUENCESHER, PLACE, PLASTLITERARYACTIVITY, PLITERARYMOVEMENTS, PMANUSCRIPTHISTORY, PMATERIALCONDITIONS, PMODEOFPUBLICATION, PMOTIVES, PNONBOOKMEDIA, PNONSURVIVAL, PPERFORMANCE, PPERIODICALPUBLICATION, PPLACEOFPUBLICATION, PPRESSRUN, PPRICE, PRARITIESFEATURESDECORATIONS, PRELATIONSWITHPUBLISHER, PSERIALIZATION, PTYPEOFPRESS, QUOTE, RBESTKNOWNWORK, RDESTRUCTIONOFWORK, RESEARCHNOTE, RLANDMARKTEXT, RPENALTIES, RRECOGNITIONSANDAWARDS, RRESPONSES, RSELFDESCRIPTION, SCHOLARNOTE, SOCALLED, TCHARACTERIZATION, TCHARACTERNAME, TCHARACTERTYPEROLE, TGENRE, TGENREISSUE, TINTERTEXTUALITY, TITLE, TMOTIF, TOPIC, TPLOT, TSETTINGDATE, TSETTINGPLACE, TTECHNIQUES, TTHEMETOPIC, TTONESTYLE, TVOICENARRATION
Instance
<PSUBMISSIONSREJECTIONS>
  <BIBCITS ID="">{1,1}</BIBCITS>
  <DATE CALENDAR="NEWSTYLE" CERTAINTY="CERT" ID="" VALUE="">{1,1}</DATE>
  <DATERANGE CALENDAR="NEWSTYLE" CERTAINTY="CERT" EXACT="" FROM="" ID="" TO="">{1,1}</DATERANGE>
  <KEYWORDCLASS KEYWORDTYPE="">{1,1}</KEYWORDCLASS>
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <ORGNAME ORGTYPE="" REF="" REG="" STANDARD="" URI="">{1,1}</ORGNAME>
  <PANTHOLOGIZATION>{1,1}</PANTHOLOGIZATION>
  <PATTITUDES>{1,1}</PATTITUDES>
  <PAUTHORSHIP AUTHORNAMETYPE="" AUTHORSHIPCONTROVERSY="" COLLABORATION="" CONTROVERSYDATE="">{1,1}</PAUTHORSHIP>
  <PCIRCULATION>{1,1}</PCIRCULATION>
  <PCONTRACT ID="">{1,1}</PCONTRACT>
  <PCOPYRIGHT>{1,1}</PCOPYRIGHT>
  <PDEDICATION>{1,1}</PDEDICATION>
  <PEARNINGS>{1,1}</PEARNINGS>
  <PEDITIONS>{1,1}</PEDITIONS>
  <PFIRSTLITERARYACTIVITY>{1,1}</PFIRSTLITERARYACTIVITY>
  <PINFLUENCESHER INFLUENCETYPE="">{1,1}</PINFLUENCESHER>
  <PLACE ID="" LAT="" LONG="" REF="">{1,1}</PLACE>
  <PLASTLITERARYACTIVITY>{1,1}</PLASTLITERARYACTIVITY>
  <PLITERARYMOVEMENTS INVOLVEMENT="INVOLVEMENTYES" REG="">{1,1}</PLITERARYMOVEMENTS>
  <PMANUSCRIPTHISTORY>{1,1}</PMANUSCRIPTHISTORY>
  <PMATERIALCONDITIONS DISPLACEMENT="">{1,1}</PMATERIALCONDITIONS>
  <PMODEOFPUBLICATION PUBLICATIONMODE="">{1,1}</PMODEOFPUBLICATION>
  <PMOTIVES ID="" MOTIVETYPE="">{1,1}</PMOTIVES>
  <PNONBOOKMEDIA MEDIATYPE="">{1,1}</PNONBOOKMEDIA>
  <PNONSURVIVAL TYPEOFNONSURVIVAL="">{1,1}</PNONSURVIVAL>
  <PPERFORMANCE>{1,1}</PPERFORMANCE>
  <PPERIODICALPUBLICATION>{1,1}</PPERIODICALPUBLICATION>
  <PPLACEOFPUBLICATION>{1,1}</PPLACEOFPUBLICATION>
  <PPRESSRUN>{1,1}</PPRESSRUN>
  <PPRICE>{1,1}</PPRICE>
  <PRARITIESFEATURESDECORATIONS>{1,1}</PRARITIESFEATURESDECORATIONS>
  <PRELATIONSWITHPUBLISHER RELATIONSHIPTYPE="">{1,1}</PRELATIONSWITHPUBLISHER>
  <PSERIALIZATION FORMOFSERIALIZATION="">{1,1}</PSERIALIZATION>
  <PTYPEOFPRESS>{1,1}</PTYPEOFPRESS>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <RBESTKNOWNWORK>{1,1}</RBESTKNOWNWORK>
  <RDESTRUCTIONOFWORK DESTROYEDBY="">{1,1}</RDESTRUCTIONOFWORK>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <RLANDMARKTEXT>{1,1}</RLANDMARKTEXT>
  <RPENALTIES CENSORSHIP="" CONTROVERSY="">{1,1}</RPENALTIES>
  <RRECOGNITIONSANDAWARDS>{1,1}</RRECOGNITIONSANDAWARDS>
  <RRESPONSES FORMALITY="" GENDEREDRESPONSE="" RESPONSETYPE="">{1,1}</RRESPONSES>
  <RSELFDESCRIPTION>{1,1}</RSELFDESCRIPTION>
  <SCHOLARNOTE>{1,1}</SCHOLARNOTE>
  <SOCALLED>{1,1}</SOCALLED>
  <TCHARACTERIZATION>{1,1}</TCHARACTERIZATION>
  <TCHARACTERNAME REG="">{1,1}</TCHARACTERNAME>
  <TCHARACTERTYPEROLE PROTAGONIST="">{1,1}</TCHARACTERTYPEROLE>
  <TGENRE GENRENAME="">{1,1}</TGENRE>
  <TGENREISSUE>{1,1}</TGENREISSUE>
  <TINTERTEXTUALITY GENDEROFAUTHOR="" INTERTEXTTYPE="">{1,1}</TINTERTEXTUALITY>
  <TITLE LEVEL="" REF="" REG="" REND="" STANDARD="">{1,1}</TITLE>
  <TMOTIF MOTIFNAME="">{1,1}</TMOTIF>
  <TOPIC STANDARD="">{1,1}</TOPIC>
  <TPLOT>{1,1}</TPLOT>
  <TSETTINGDATE SETTINGDATETYPE="">{1,1}</TSETTINGDATE>
  <TSETTINGPLACE SETTINGCLASS="" SETTINGPLACETYPE="">{1,1}</TSETTINGPLACE>
  <TTECHNIQUES TECHNIQUETYPE="">{1,1}</TTECHNIQUES>
  <TTHEMETOPIC ID="" REG="">{1,1}</TTHEMETOPIC>
  <TTONESTYLE EXPERIMENTAL="">{1,1}</TTONESTYLE>
  <TVOICENARRATION>{1,1}</TVOICENARRATION>
</PSUBMISSIONSREJECTIONS>
Source
<xs:element name="PSUBMISSIONSREJECTIONS">
  <xs:annotation>
    <xs:documentation>This element should hold comments about significant rejections and peculiar successful submissions of the work by publishers.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="BIBCITS"/>
      <xs:element ref="DATE"/>
      <xs:element ref="DATERANGE"/>
      <xs:element ref="KEYWORDCLASS"/>
      <xs:element ref="NAME"/>
      <xs:element ref="ORGNAME"/>
      <xs:element ref="PANTHOLOGIZATION"/>
      <xs:element ref="PATTITUDES"/>
      <xs:element ref="PAUTHORSHIP"/>
      <xs:element ref="PCIRCULATION"/>
      <xs:element ref="PCONTRACT"/>
      <xs:element ref="PCOPYRIGHT"/>
      <xs:element ref="PDEDICATION"/>
      <xs:element ref="PEARNINGS"/>
      <xs:element ref="PEDITIONS"/>
      <xs:element ref="PFIRSTLITERARYACTIVITY"/>
      <xs:element ref="PINFLUENCESHER"/>
      <xs:element ref="PLACE"/>
      <xs:element ref="PLASTLITERARYACTIVITY"/>
      <xs:element ref="PLITERARYMOVEMENTS"/>
      <xs:element ref="PMANUSCRIPTHISTORY"/>
      <xs:element ref="PMATERIALCONDITIONS"/>
      <xs:element ref="PMODEOFPUBLICATION"/>
      <xs:element ref="PMOTIVES"/>
      <xs:element ref="PNONBOOKMEDIA"/>
      <xs:element ref="PNONSURVIVAL"/>
      <xs:element ref="PPERFORMANCE"/>
      <xs:element ref="PPERIODICALPUBLICATION"/>
      <xs:element ref="PPLACEOFPUBLICATION"/>
      <xs:element ref="PPRESSRUN"/>
      <xs:element ref="PPRICE"/>
      <xs:element ref="PRARITIESFEATURESDECORATIONS"/>
      <xs:element ref="PRELATIONSWITHPUBLISHER"/>
      <xs:element ref="PSERIALIZATION"/>
      <xs:element ref="PTYPEOFPRESS"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="RBESTKNOWNWORK"/>
      <xs:element ref="RDESTRUCTIONOFWORK"/>
      <xs:element ref="RESEARCHNOTE"/>
      <xs:element ref="RLANDMARKTEXT"/>
      <xs:element ref="RPENALTIES"/>
      <xs:element ref="RRECOGNITIONSANDAWARDS"/>
      <xs:element ref="RRESPONSES"/>
      <xs:element ref="RSELFDESCRIPTION"/>
      <xs:element ref="SCHOLARNOTE"/>
      <xs:element ref="SOCALLED"/>
      <xs:element ref="TCHARACTERIZATION"/>
      <xs:element ref="TCHARACTERNAME"/>
      <xs:element ref="TCHARACTERTYPEROLE"/>
      <xs:element ref="TGENRE"/>
      <xs:element ref="TGENREISSUE"/>
      <xs:element ref="TINTERTEXTUALITY"/>
      <xs:element ref="TITLE"/>
      <xs:element ref="TMOTIF"/>
      <xs:element ref="TOPIC"/>
      <xs:element ref="TPLOT"/>
      <xs:element ref="TSETTINGDATE"/>
      <xs:element ref="TSETTINGPLACE"/>
      <xs:element ref="TTECHNIQUES"/>
      <xs:element ref="TTHEMETOPIC"/>
      <xs:element ref="TTONESTYLE"/>
      <xs:element ref="TVOICENARRATION"/>
    </xs:choice>
  </xs:complexType>
</xs:element>
[ top ]
Element PTYPEOFPRESS
Namespace No namespace
Annotations
When significant, use this element to record specifics about the
printing operation/publisher.
Diagram
Diagram index.tmp#NAME index.tmp#ORGNAME index.tmp#PLACE index.tmp#QUOTE index.tmp#SOCALLED index.tmp#TGENRE index.tmp#TITLE
Properties
content complex
mixed true
Used by
Model
Children NAME, ORGNAME, PLACE, QUOTE, SOCALLED, TGENRE, TITLE
Instance
<PTYPEOFPRESS>
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <ORGNAME ORGTYPE="" REF="" REG="" STANDARD="" URI="">{1,1}</ORGNAME>
  <PLACE ID="" LAT="" LONG="" REF="">{1,1}</PLACE>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <SOCALLED>{1,1}</SOCALLED>
  <TGENRE GENRENAME="">{1,1}</TGENRE>
  <TITLE LEVEL="" REF="" REG="" REND="" STANDARD="">{1,1}</TITLE>
</PTYPEOFPRESS>
Source
<xs:element name="PTYPEOFPRESS">
  <xs:annotation>
    <xs:documentation>When significant, use this element to record specifics about the printing operation/publisher.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="NAME"/>
      <xs:element ref="ORGNAME"/>
      <xs:element ref="PLACE"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="SOCALLED"/>
      <xs:element ref="TGENRE"/>
      <xs:element ref="TITLE"/>
    </xs:choice>
  </xs:complexType>
</xs:element>
[ top ]
Element RBESTKNOWNWORK
Namespace No namespace
Annotations
This element refers to the single work whose reputation greatly
exceeds all others, according to external criteria (best known in literary circles), and can occur once per genre for some writers.
Diagram
Diagram index.tmp#BIBCITS index.tmp#DATE index.tmp#KEYWORDCLASS index.tmp#NAME index.tmp#ORGNAME index.tmp#PADVERTISING index.tmp#PANTHOLOGIZATION index.tmp#PARCHIVALLOCATION index.tmp#PAUTHORSHIP index.tmp#PCIRCULATION index.tmp#PCOPYRIGHT index.tmp#PDEDICATION index.tmp#PEARNINGS index.tmp#PEDITIONS index.tmp#PFIRSTLITERARYACTIVITY index.tmp#PINFLUENCESHER index.tmp#PLACE index.tmp#PLASTLITERARYACTIVITY index.tmp#PLITERARYMOVEMENTS index.tmp#PMANUSCRIPTHISTORY index.tmp#PMATERIALCONDITIONS index.tmp#PMODEOFPUBLICATION index.tmp#PMOTIVES index.tmp#PNONBOOKMEDIA index.tmp#PNONSURVIVAL index.tmp#PPERFORMANCE index.tmp#PPERIODICALPUBLICATION index.tmp#PPLACEOFPUBLICATION index.tmp#PPRICE index.tmp#PRARITIESFEATURESDECORATIONS index.tmp#PRELATIONSWITHPUBLISHER index.tmp#PSERIALIZATION index.tmp#PSUBMISSIONSREJECTIONS index.tmp#QUOTE index.tmp#RLANDMARKTEXT index.tmp#RRECOGNITIONNAME index.tmp#RRECOGNITIONSANDAWARDS index.tmp#RRESPONSES index.tmp#RSELFDESCRIPTION index.tmp#RSHEINFLUENCED index.tmp#SCHOLARNOTE index.tmp#SOCALLED index.tmp#TCHARACTERNAME index.tmp#TCHARACTERTYPEROLE index.tmp#TGENRE index.tmp#TGENREISSUE index.tmp#TINTERTEXTUALITY index.tmp#TITLE index.tmp#TMOTIF index.tmp#TOPIC index.tmp#TPLOT index.tmp#TSETTINGDATE index.tmp#TSETTINGPLACE index.tmp#TTECHNIQUES index.tmp#TTHEMETOPIC index.tmp#TTONESTYLE index.tmp#TVOICENARRATION
Properties
content complex
mixed true
Used by
Model
Children BIBCITS, DATE, KEYWORDCLASS, NAME, ORGNAME, PADVERTISING, PANTHOLOGIZATION, PARCHIVALLOCATION, PAUTHORSHIP, PCIRCULATION, PCOPYRIGHT, PDEDICATION, PEARNINGS, PEDITIONS, PFIRSTLITERARYACTIVITY, PINFLUENCESHER, PLACE, PLASTLITERARYACTIVITY, PLITERARYMOVEMENTS, PMANUSCRIPTHISTORY, PMATERIALCONDITIONS, PMODEOFPUBLICATION, PMOTIVES, PNONBOOKMEDIA, PNONSURVIVAL, PPERFORMANCE, PPERIODICALPUBLICATION, PPLACEOFPUBLICATION, PPRICE, PRARITIESFEATURESDECORATIONS, PRELATIONSWITHPUBLISHER, PSERIALIZATION, PSUBMISSIONSREJECTIONS, QUOTE, RLANDMARKTEXT, RRECOGNITIONNAME, RRECOGNITIONSANDAWARDS, RRESPONSES, RSELFDESCRIPTION, RSHEINFLUENCED, SCHOLARNOTE, SOCALLED, TCHARACTERNAME, TCHARACTERTYPEROLE, TGENRE, TGENREISSUE, TINTERTEXTUALITY, TITLE, TMOTIF, TOPIC, TPLOT, TSETTINGDATE, TSETTINGPLACE, TTECHNIQUES, TTHEMETOPIC, TTONESTYLE, TVOICENARRATION
Instance
<RBESTKNOWNWORK>
  <BIBCITS ID="">{1,1}</BIBCITS>
  <DATE CALENDAR="NEWSTYLE" CERTAINTY="CERT" ID="" VALUE="">{1,1}</DATE>
  <KEYWORDCLASS KEYWORDTYPE="">{1,1}</KEYWORDCLASS>
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <ORGNAME ORGTYPE="" REF="" REG="" STANDARD="" URI="">{1,1}</ORGNAME>
  <PADVERTISING>{1,1}</PADVERTISING>
  <PANTHOLOGIZATION>{1,1}</PANTHOLOGIZATION>
  <PARCHIVALLOCATION>{1,1}</PARCHIVALLOCATION>
  <PAUTHORSHIP AUTHORNAMETYPE="" AUTHORSHIPCONTROVERSY="" COLLABORATION="" CONTROVERSYDATE="">{1,1}</PAUTHORSHIP>
  <PCIRCULATION>{1,1}</PCIRCULATION>
  <PCOPYRIGHT>{1,1}</PCOPYRIGHT>
  <PDEDICATION>{1,1}</PDEDICATION>
  <PEARNINGS>{1,1}</PEARNINGS>
  <PEDITIONS>{1,1}</PEDITIONS>
  <PFIRSTLITERARYACTIVITY>{1,1}</PFIRSTLITERARYACTIVITY>
  <PINFLUENCESHER INFLUENCETYPE="">{1,1}</PINFLUENCESHER>
  <PLACE ID="" LAT="" LONG="" REF="">{1,1}</PLACE>
  <PLASTLITERARYACTIVITY>{1,1}</PLASTLITERARYACTIVITY>
  <PLITERARYMOVEMENTS INVOLVEMENT="INVOLVEMENTYES" REG="">{1,1}</PLITERARYMOVEMENTS>
  <PMANUSCRIPTHISTORY>{1,1}</PMANUSCRIPTHISTORY>
  <PMATERIALCONDITIONS DISPLACEMENT="">{1,1}</PMATERIALCONDITIONS>
  <PMODEOFPUBLICATION PUBLICATIONMODE="">{1,1}</PMODEOFPUBLICATION>
  <PMOTIVES ID="" MOTIVETYPE="">{1,1}</PMOTIVES>
  <PNONBOOKMEDIA MEDIATYPE="">{1,1}</PNONBOOKMEDIA>
  <PNONSURVIVAL TYPEOFNONSURVIVAL="">{1,1}</PNONSURVIVAL>
  <PPERFORMANCE>{1,1}</PPERFORMANCE>
  <PPERIODICALPUBLICATION>{1,1}</PPERIODICALPUBLICATION>
  <PPLACEOFPUBLICATION>{1,1}</PPLACEOFPUBLICATION>
  <PPRICE>{1,1}</PPRICE>
  <PRARITIESFEATURESDECORATIONS>{1,1}</PRARITIESFEATURESDECORATIONS>
  <PRELATIONSWITHPUBLISHER RELATIONSHIPTYPE="">{1,1}</PRELATIONSWITHPUBLISHER>
  <PSERIALIZATION FORMOFSERIALIZATION="">{1,1}</PSERIALIZATION>
  <PSUBMISSIONSREJECTIONS>{1,1}</PSUBMISSIONSREJECTIONS>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <RLANDMARKTEXT>{1,1}</RLANDMARKTEXT>
  <RRECOGNITIONNAME REG="">{1,1}</RRECOGNITIONNAME>
  <RRECOGNITIONSANDAWARDS>{1,1}</RRECOGNITIONSANDAWARDS>
  <RRESPONSES FORMALITY="" GENDEREDRESPONSE="" RESPONSETYPE="">{1,1}</RRESPONSES>
  <RSELFDESCRIPTION>{1,1}</RSELFDESCRIPTION>
  <RSHEINFLUENCED>{1,1}</RSHEINFLUENCED>
  <SCHOLARNOTE>{1,1}</SCHOLARNOTE>
  <SOCALLED>{1,1}</SOCALLED>
  <TCHARACTERNAME REG="">{1,1}</TCHARACTERNAME>
  <TCHARACTERTYPEROLE PROTAGONIST="">{1,1}</TCHARACTERTYPEROLE>
  <TGENRE GENRENAME="">{1,1}</TGENRE>
  <TGENREISSUE>{1,1}</TGENREISSUE>
  <TINTERTEXTUALITY GENDEROFAUTHOR="" INTERTEXTTYPE="">{1,1}</TINTERTEXTUALITY>
  <TITLE LEVEL="" REF="" REG="" REND="" STANDARD="">{1,1}</TITLE>
  <TMOTIF MOTIFNAME="">{1,1}</TMOTIF>
  <TOPIC STANDARD="">{1,1}</TOPIC>
  <TPLOT>{1,1}</TPLOT>
  <TSETTINGDATE SETTINGDATETYPE="">{1,1}</TSETTINGDATE>
  <TSETTINGPLACE SETTINGCLASS="" SETTINGPLACETYPE="">{1,1}</TSETTINGPLACE>
  <TTECHNIQUES TECHNIQUETYPE="">{1,1}</TTECHNIQUES>
  <TTHEMETOPIC ID="" REG="">{1,1}</TTHEMETOPIC>
  <TTONESTYLE EXPERIMENTAL="">{1,1}</TTONESTYLE>
  <TVOICENARRATION>{1,1}</TVOICENARRATION>
</RBESTKNOWNWORK>
Source
<xs:element name="RBESTKNOWNWORK">
  <xs:annotation>
    <xs:documentation>This element refers to the single work whose reputation greatly exceeds all others, according to external criteria (best known in literary circles), and can occur once per genre for some writers.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="BIBCITS"/>
      <xs:element ref="DATE"/>
      <xs:element ref="KEYWORDCLASS"/>
      <xs:element ref="NAME"/>
      <xs:element ref="ORGNAME"/>
      <xs:element ref="PADVERTISING"/>
      <xs:element ref="PANTHOLOGIZATION"/>
      <xs:element ref="PARCHIVALLOCATION"/>
      <xs:element ref="PAUTHORSHIP"/>
      <xs:element ref="PCIRCULATION"/>
      <xs:element ref="PCOPYRIGHT"/>
      <xs:element ref="PDEDICATION"/>
      <xs:element ref="PEARNINGS"/>
      <xs:element ref="PEDITIONS"/>
      <xs:element ref="PFIRSTLITERARYACTIVITY"/>
      <xs:element ref="PINFLUENCESHER"/>
      <xs:element ref="PLACE"/>
      <xs:element ref="PLASTLITERARYACTIVITY"/>
      <xs:element ref="PLITERARYMOVEMENTS"/>
      <xs:element ref="PMANUSCRIPTHISTORY"/>
      <xs:element ref="PMATERIALCONDITIONS"/>
      <xs:element ref="PMODEOFPUBLICATION"/>
      <xs:element ref="PMOTIVES"/>
      <xs:element ref="PNONBOOKMEDIA"/>
      <xs:element ref="PNONSURVIVAL"/>
      <xs:element ref="PPERFORMANCE"/>
      <xs:element ref="PPERIODICALPUBLICATION"/>
      <xs:element ref="PPLACEOFPUBLICATION"/>
      <xs:element ref="PPRICE"/>
      <xs:element ref="PRARITIESFEATURESDECORATIONS"/>
      <xs:element ref="PRELATIONSWITHPUBLISHER"/>
      <xs:element ref="PSERIALIZATION"/>
      <xs:element ref="PSUBMISSIONSREJECTIONS"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="RLANDMARKTEXT"/>
      <xs:element ref="RRECOGNITIONNAME"/>
      <xs:element ref="RRECOGNITIONSANDAWARDS"/>
      <xs:element ref="RRESPONSES"/>
      <xs:element ref="RSELFDESCRIPTION"/>
      <xs:element ref="RSHEINFLUENCED"/>
      <xs:element ref="SCHOLARNOTE"/>
      <xs:element ref="SOCALLED"/>
      <xs:element ref="TCHARACTERNAME"/>
      <xs:element ref="TCHARACTERTYPEROLE"/>
      <xs:element ref="TGENRE"/>
      <xs:element ref="TGENREISSUE"/>
      <xs:element ref="TINTERTEXTUALITY"/>
      <xs:element ref="TITLE"/>
      <xs:element ref="TMOTIF"/>
      <xs:element ref="TOPIC"/>
      <xs:element ref="TPLOT"/>
      <xs:element ref="TSETTINGDATE"/>
      <xs:element ref="TSETTINGPLACE"/>
      <xs:element ref="TTECHNIQUES"/>
      <xs:element ref="TTHEMETOPIC"/>
      <xs:element ref="TTONESTYLE"/>
      <xs:element ref="TVOICENARRATION"/>
    </xs:choice>
  </xs:complexType>
</xs:element>
[ top ]
Element RLANDMARKTEXT
Namespace No namespace
Annotations
This element refers to a work that, in our opinion, has major social or
literary repercussions.
Diagram
Diagram index.tmp#BIBCITS index.tmp#DATE index.tmp#DATERANGE index.tmp#FOREIGN index.tmp#NAME index.tmp#ORGNAME index.tmp#PAUTHORSHIP index.tmp#PCIRCULATION index.tmp#PDEDICATION index.tmp#PEARNINGS index.tmp#PEDITIONS index.tmp#PFIRSTLITERARYACTIVITY index.tmp#PINFLUENCESHER index.tmp#PLACE index.tmp#PLASTLITERARYACTIVITY index.tmp#PLITERARYMOVEMENTS index.tmp#PMANUSCRIPTHISTORY index.tmp#PMATERIALCONDITIONS index.tmp#PMODEOFPUBLICATION index.tmp#PMOTIVES index.tmp#PNONBOOKMEDIA index.tmp#PPERFORMANCE index.tmp#PPERIODICALPUBLICATION index.tmp#PPLACEOFPUBLICATION index.tmp#PPRESSRUN index.tmp#PPRICE index.tmp#PRARITIESFEATURESDECORATIONS index.tmp#PRELATIONSWITHPUBLISHER index.tmp#PSERIALIZATION index.tmp#PSUBMISSIONSREJECTIONS index.tmp#QUOTE index.tmp#RBESTKNOWNWORK index.tmp#RRECOGNITIONSANDAWARDS index.tmp#RRESPONSES index.tmp#RSELFDESCRIPTION index.tmp#RSHEINFLUENCED index.tmp#SCHOLARNOTE index.tmp#SOCALLED index.tmp#TCHARACTERIZATION index.tmp#TCHARACTERNAME index.tmp#TCHARACTERTYPEROLE index.tmp#TGENRE index.tmp#TGENREISSUE index.tmp#TINTERTEXTUALITY index.tmp#TITLE index.tmp#TMOTIF index.tmp#TSETTINGDATE index.tmp#TSETTINGPLACE index.tmp#TTECHNIQUES index.tmp#TTHEMETOPIC index.tmp#TTONESTYLE index.tmp#TVOICENARRATION
Properties
content complex
mixed true
Used by
Model
Children BIBCITS, DATE, DATERANGE, FOREIGN, NAME, ORGNAME, PAUTHORSHIP, PCIRCULATION, PDEDICATION, PEARNINGS, PEDITIONS, PFIRSTLITERARYACTIVITY, PINFLUENCESHER, PLACE, PLASTLITERARYACTIVITY, PLITERARYMOVEMENTS, PMANUSCRIPTHISTORY, PMATERIALCONDITIONS, PMODEOFPUBLICATION, PMOTIVES, PNONBOOKMEDIA, PPERFORMANCE, PPERIODICALPUBLICATION, PPLACEOFPUBLICATION, PPRESSRUN, PPRICE, PRARITIESFEATURESDECORATIONS, PRELATIONSWITHPUBLISHER, PSERIALIZATION, PSUBMISSIONSREJECTIONS, QUOTE, RBESTKNOWNWORK, RRECOGNITIONSANDAWARDS, RRESPONSES, RSELFDESCRIPTION, RSHEINFLUENCED, SCHOLARNOTE, SOCALLED, TCHARACTERIZATION, TCHARACTERNAME, TCHARACTERTYPEROLE, TGENRE, TGENREISSUE, TINTERTEXTUALITY, TITLE, TMOTIF, TSETTINGDATE, TSETTINGPLACE, TTECHNIQUES, TTHEMETOPIC, TTONESTYLE, TVOICENARRATION
Instance
<RLANDMARKTEXT>
  <BIBCITS ID="">{1,1}</BIBCITS>
  <DATE CALENDAR="NEWSTYLE" CERTAINTY="CERT" ID="" VALUE="">{1,1}</DATE>
  <DATERANGE CALENDAR="NEWSTYLE" CERTAINTY="CERT" EXACT="" FROM="" ID="" TO="">{1,1}</DATERANGE>
  <FOREIGN LANG="" REG="">{1,1}</FOREIGN>
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <ORGNAME ORGTYPE="" REF="" REG="" STANDARD="" URI="">{1,1}</ORGNAME>
  <PAUTHORSHIP AUTHORNAMETYPE="" AUTHORSHIPCONTROVERSY="" COLLABORATION="" CONTROVERSYDATE="">{1,1}</PAUTHORSHIP>
  <PCIRCULATION>{1,1}</PCIRCULATION>
  <PDEDICATION>{1,1}</PDEDICATION>
  <PEARNINGS>{1,1}</PEARNINGS>
  <PEDITIONS>{1,1}</PEDITIONS>
  <PFIRSTLITERARYACTIVITY>{1,1}</PFIRSTLITERARYACTIVITY>
  <PINFLUENCESHER INFLUENCETYPE="">{1,1}</PINFLUENCESHER>
  <PLACE ID="" LAT="" LONG="" REF="">{1,1}</PLACE>
  <PLASTLITERARYACTIVITY>{1,1}</PLASTLITERARYACTIVITY>
  <PLITERARYMOVEMENTS INVOLVEMENT="INVOLVEMENTYES" REG="">{1,1}</PLITERARYMOVEMENTS>
  <PMANUSCRIPTHISTORY>{1,1}</PMANUSCRIPTHISTORY>
  <PMATERIALCONDITIONS DISPLACEMENT="">{1,1}</PMATERIALCONDITIONS>
  <PMODEOFPUBLICATION PUBLICATIONMODE="">{1,1}</PMODEOFPUBLICATION>
  <PMOTIVES ID="" MOTIVETYPE="">{1,1}</PMOTIVES>
  <PNONBOOKMEDIA MEDIATYPE="">{1,1}</PNONBOOKMEDIA>
  <PPERFORMANCE>{1,1}</PPERFORMANCE>
  <PPERIODICALPUBLICATION>{1,1}</PPERIODICALPUBLICATION>
  <PPLACEOFPUBLICATION>{1,1}</PPLACEOFPUBLICATION>
  <PPRESSRUN>{1,1}</PPRESSRUN>
  <PPRICE>{1,1}</PPRICE>
  <PRARITIESFEATURESDECORATIONS>{1,1}</PRARITIESFEATURESDECORATIONS>
  <PRELATIONSWITHPUBLISHER RELATIONSHIPTYPE="">{1,1}</PRELATIONSWITHPUBLISHER>
  <PSERIALIZATION FORMOFSERIALIZATION="">{1,1}</PSERIALIZATION>
  <PSUBMISSIONSREJECTIONS>{1,1}</PSUBMISSIONSREJECTIONS>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <RBESTKNOWNWORK>{1,1}</RBESTKNOWNWORK>
  <RRECOGNITIONSANDAWARDS>{1,1}</RRECOGNITIONSANDAWARDS>
  <RRESPONSES FORMALITY="" GENDEREDRESPONSE="" RESPONSETYPE="">{1,1}</RRESPONSES>
  <RSELFDESCRIPTION>{1,1}</RSELFDESCRIPTION>
  <RSHEINFLUENCED>{1,1}</RSHEINFLUENCED>
  <SCHOLARNOTE>{1,1}</SCHOLARNOTE>
  <SOCALLED>{1,1}</SOCALLED>
  <TCHARACTERIZATION>{1,1}</TCHARACTERIZATION>
  <TCHARACTERNAME REG="">{1,1}</TCHARACTERNAME>
  <TCHARACTERTYPEROLE PROTAGONIST="">{1,1}</TCHARACTERTYPEROLE>
  <TGENRE GENRENAME="">{1,1}</TGENRE>
  <TGENREISSUE>{1,1}</TGENREISSUE>
  <TINTERTEXTUALITY GENDEROFAUTHOR="" INTERTEXTTYPE="">{1,1}</TINTERTEXTUALITY>
  <TITLE LEVEL="" REF="" REG="" REND="" STANDARD="">{1,1}</TITLE>
  <TMOTIF MOTIFNAME="">{1,1}</TMOTIF>
  <TSETTINGDATE SETTINGDATETYPE="">{1,1}</TSETTINGDATE>
  <TSETTINGPLACE SETTINGCLASS="" SETTINGPLACETYPE="">{1,1}</TSETTINGPLACE>
  <TTECHNIQUES TECHNIQUETYPE="">{1,1}</TTECHNIQUES>
  <TTHEMETOPIC ID="" REG="">{1,1}</TTHEMETOPIC>
  <TTONESTYLE EXPERIMENTAL="">{1,1}</TTONESTYLE>
  <TVOICENARRATION>{1,1}</TVOICENARRATION>
</RLANDMARKTEXT>
Source
<xs:element name="RLANDMARKTEXT">
  <xs:annotation>
    <xs:documentation>This element refers to a work that, in our opinion, has major social or literary repercussions.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="BIBCITS"/>
      <xs:element ref="DATE"/>
      <xs:element ref="DATERANGE"/>
      <xs:element ref="FOREIGN"/>
      <xs:element ref="NAME"/>
      <xs:element ref="ORGNAME"/>
      <xs:element ref="PAUTHORSHIP"/>
      <xs:element ref="PCIRCULATION"/>
      <xs:element ref="PDEDICATION"/>
      <xs:element ref="PEARNINGS"/>
      <xs:element ref="PEDITIONS"/>
      <xs:element ref="PFIRSTLITERARYACTIVITY"/>
      <xs:element ref="PINFLUENCESHER"/>
      <xs:element ref="PLACE"/>
      <xs:element ref="PLASTLITERARYACTIVITY"/>
      <xs:element ref="PLITERARYMOVEMENTS"/>
      <xs:element ref="PMANUSCRIPTHISTORY"/>
      <xs:element ref="PMATERIALCONDITIONS"/>
      <xs:element ref="PMODEOFPUBLICATION"/>
      <xs:element ref="PMOTIVES"/>
      <xs:element ref="PNONBOOKMEDIA"/>
      <xs:element ref="PPERFORMANCE"/>
      <xs:element ref="PPERIODICALPUBLICATION"/>
      <xs:element ref="PPLACEOFPUBLICATION"/>
      <xs:element ref="PPRESSRUN"/>
      <xs:element ref="PPRICE"/>
      <xs:element ref="PRARITIESFEATURESDECORATIONS"/>
      <xs:element ref="PRELATIONSWITHPUBLISHER"/>
      <xs:element ref="PSERIALIZATION"/>
      <xs:element ref="PSUBMISSIONSREJECTIONS"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="RBESTKNOWNWORK"/>
      <xs:element ref="RRECOGNITIONSANDAWARDS"/>
      <xs:element ref="RRESPONSES"/>
      <xs:element ref="RSELFDESCRIPTION"/>
      <xs:element ref="RSHEINFLUENCED"/>
      <xs:element ref="SCHOLARNOTE"/>
      <xs:element ref="SOCALLED"/>
      <xs:element ref="TCHARACTERIZATION"/>
      <xs:element ref="TCHARACTERNAME"/>
      <xs:element ref="TCHARACTERTYPEROLE"/>
      <xs:element ref="TGENRE"/>
      <xs:element ref="TGENREISSUE"/>
      <xs:element ref="TINTERTEXTUALITY"/>
      <xs:element ref="TITLE"/>
      <xs:element ref="TMOTIF"/>
      <xs:element ref="TSETTINGDATE"/>
      <xs:element ref="TSETTINGPLACE"/>
      <xs:element ref="TTECHNIQUES"/>
      <xs:element ref="TTHEMETOPIC"/>
      <xs:element ref="TTONESTYLE"/>
      <xs:element ref="TVOICENARRATION"/>
    </xs:choice>
  </xs:complexType>
</xs:element>
[ top ]
Element RRESPONSES
Namespace No namespace
Annotations
This element addresses reactions to the literary work, the oeuvre in
general, or the writer's role as an author/artist which are either written or event centred.
Diagram
Diagram index.tmp#RRESPONSES_FORMALITY index.tmp#RRESPONSES_GENDEREDRESPONSE index.tmp#RRESPONSES_RESPONSETYPE index.tmp#BIBCITS index.tmp#DATE index.tmp#DATERANGE index.tmp#EMPH index.tmp#FOREIGN index.tmp#KEYWORDCLASS index.tmp#NAME index.tmp#ORGNAME index.tmp#PADVERTISING index.tmp#PANTHOLOGIZATION index.tmp#PARCHIVALLOCATION index.tmp#PATTITUDES index.tmp#PAUTHORSHIP index.tmp#PCIRCULATION index.tmp#PCOPYRIGHT index.tmp#PDEDICATION index.tmp#PEARNINGS index.tmp#PEDITIONS index.tmp#PFIRSTLITERARYACTIVITY index.tmp#PINFLUENCESHER index.tmp#PLACE index.tmp#PLASTLITERARYACTIVITY index.tmp#PLITERARYMOVEMENTS index.tmp#PMANUSCRIPTHISTORY index.tmp#PMATERIALCONDITIONS index.tmp#PMODEOFPUBLICATION index.tmp#PMOTIVES index.tmp#PNONBOOKMEDIA index.tmp#PNONSURVIVAL index.tmp#PPERFORMANCE index.tmp#PPERIODICALPUBLICATION index.tmp#PPLACEOFPUBLICATION index.tmp#PPRESSRUN index.tmp#PPRICE index.tmp#PRARITIESFEATURESDECORATIONS index.tmp#PRELATIONSWITHPUBLISHER index.tmp#PSERIALIZATION index.tmp#PSUBMISSIONSREJECTIONS index.tmp#QUOTE index.tmp#RBESTKNOWNWORK index.tmp#RDESTRUCTIONOFWORK index.tmp#RESEARCHNOTE index.tmp#RFICTIONALIZATION index.tmp#RLANDMARKTEXT index.tmp#RPENALTIES index.tmp#RRECOGNITIONNAME index.tmp#RRECOGNITIONSANDAWARDS index.tmp#RRESPONSES index.tmp#RSELFDESCRIPTION index.tmp#RSHEINFLUENCED index.tmp#SCHOLARNOTE index.tmp#SIC index.tmp#SOCALLED index.tmp#TCHARACTERIZATION index.tmp#TCHARACTERNAME index.tmp#TCHARACTERTYPEROLE index.tmp#TGENRE index.tmp#TGENREISSUE index.tmp#TINTERTEXTUALITY index.tmp#TITLE index.tmp#TMOTIF index.tmp#TOPIC index.tmp#TPLOT index.tmp#TSETTINGDATE index.tmp#TSETTINGPLACE index.tmp#TTECHNIQUES index.tmp#TTHEMETOPIC index.tmp#TTONESTYLE index.tmp#TVOICENARRATION index.tmp#XREF
Properties
content complex
mixed true
Used by
Model
Children BIBCITS, DATE, DATERANGE, EMPH, FOREIGN, KEYWORDCLASS, NAME, ORGNAME, PADVERTISING, PANTHOLOGIZATION, PARCHIVALLOCATION, PATTITUDES, PAUTHORSHIP, PCIRCULATION, PCOPYRIGHT, PDEDICATION, PEARNINGS, PEDITIONS, PFIRSTLITERARYACTIVITY, PINFLUENCESHER, PLACE, PLASTLITERARYACTIVITY, PLITERARYMOVEMENTS, PMANUSCRIPTHISTORY, PMATERIALCONDITIONS, PMODEOFPUBLICATION, PMOTIVES, PNONBOOKMEDIA, PNONSURVIVAL, PPERFORMANCE, PPERIODICALPUBLICATION, PPLACEOFPUBLICATION, PPRESSRUN, PPRICE, PRARITIESFEATURESDECORATIONS, PRELATIONSWITHPUBLISHER, PSERIALIZATION, PSUBMISSIONSREJECTIONS, QUOTE, RBESTKNOWNWORK, RDESTRUCTIONOFWORK, RESEARCHNOTE, RFICTIONALIZATION, RLANDMARKTEXT, RPENALTIES, RRECOGNITIONNAME, RRECOGNITIONSANDAWARDS, RRESPONSES, RSELFDESCRIPTION, RSHEINFLUENCED, SCHOLARNOTE, SIC, SOCALLED, TCHARACTERIZATION, TCHARACTERNAME, TCHARACTERTYPEROLE, TGENRE, TGENREISSUE, TINTERTEXTUALITY, TITLE, TMOTIF, TOPIC, TPLOT, TSETTINGDATE, TSETTINGPLACE, TTECHNIQUES, TTHEMETOPIC, TTONESTYLE, TVOICENARRATION, XREF
Instance
<RRESPONSES FORMALITY="" GENDEREDRESPONSE="" RESPONSETYPE="">
  <BIBCITS ID="">{1,1}</BIBCITS>
  <DATE CALENDAR="NEWSTYLE" CERTAINTY="CERT" ID="" VALUE="">{1,1}</DATE>
  <DATERANGE CALENDAR="NEWSTYLE" CERTAINTY="CERT" EXACT="" FROM="" ID="" TO="">{1,1}</DATERANGE>
  <EMPH>{1,1}</EMPH>
  <FOREIGN LANG="" REG="">{1,1}</FOREIGN>
  <KEYWORDCLASS KEYWORDTYPE="">{1,1}</KEYWORDCLASS>
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <ORGNAME ORGTYPE="" REF="" REG="" STANDARD="" URI="">{1,1}</ORGNAME>
  <PADVERTISING>{1,1}</PADVERTISING>
  <PANTHOLOGIZATION>{1,1}</PANTHOLOGIZATION>
  <PARCHIVALLOCATION>{1,1}</PARCHIVALLOCATION>
  <PATTITUDES>{1,1}</PATTITUDES>
  <PAUTHORSHIP AUTHORNAMETYPE="" AUTHORSHIPCONTROVERSY="" COLLABORATION="" CONTROVERSYDATE="">{1,1}</PAUTHORSHIP>
  <PCIRCULATION>{1,1}</PCIRCULATION>
  <PCOPYRIGHT>{1,1}</PCOPYRIGHT>
  <PDEDICATION>{1,1}</PDEDICATION>
  <PEARNINGS>{1,1}</PEARNINGS>
  <PEDITIONS>{1,1}</PEDITIONS>
  <PFIRSTLITERARYACTIVITY>{1,1}</PFIRSTLITERARYACTIVITY>
  <PINFLUENCESHER INFLUENCETYPE="">{1,1}</PINFLUENCESHER>
  <PLACE ID="" LAT="" LONG="" REF="">{1,1}</PLACE>
  <PLASTLITERARYACTIVITY>{1,1}</PLASTLITERARYACTIVITY>
  <PLITERARYMOVEMENTS INVOLVEMENT="INVOLVEMENTYES" REG="">{1,1}</PLITERARYMOVEMENTS>
  <PMANUSCRIPTHISTORY>{1,1}</PMANUSCRIPTHISTORY>
  <PMATERIALCONDITIONS DISPLACEMENT="">{1,1}</PMATERIALCONDITIONS>
  <PMODEOFPUBLICATION PUBLICATIONMODE="">{1,1}</PMODEOFPUBLICATION>
  <PMOTIVES ID="" MOTIVETYPE="">{1,1}</PMOTIVES>
  <PNONBOOKMEDIA MEDIATYPE="">{1,1}</PNONBOOKMEDIA>
  <PNONSURVIVAL TYPEOFNONSURVIVAL="">{1,1}</PNONSURVIVAL>
  <PPERFORMANCE>{1,1}</PPERFORMANCE>
  <PPERIODICALPUBLICATION>{1,1}</PPERIODICALPUBLICATION>
  <PPLACEOFPUBLICATION>{1,1}</PPLACEOFPUBLICATION>
  <PPRESSRUN>{1,1}</PPRESSRUN>
  <PPRICE>{1,1}</PPRICE>
  <PRARITIESFEATURESDECORATIONS>{1,1}</PRARITIESFEATURESDECORATIONS>
  <PRELATIONSWITHPUBLISHER RELATIONSHIPTYPE="">{1,1}</PRELATIONSWITHPUBLISHER>
  <PSERIALIZATION FORMOFSERIALIZATION="">{1,1}</PSERIALIZATION>
  <PSUBMISSIONSREJECTIONS>{1,1}</PSUBMISSIONSREJECTIONS>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <RBESTKNOWNWORK>{1,1}</RBESTKNOWNWORK>
  <RDESTRUCTIONOFWORK DESTROYEDBY="">{1,1}</RDESTRUCTIONOFWORK>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <RFICTIONALIZATION>{1,1}</RFICTIONALIZATION>
  <RLANDMARKTEXT>{1,1}</RLANDMARKTEXT>
  <RPENALTIES CENSORSHIP="" CONTROVERSY="">{1,1}</RPENALTIES>
  <RRECOGNITIONNAME REG="">{1,1}</RRECOGNITIONNAME>
  <RRECOGNITIONSANDAWARDS>{1,1}</RRECOGNITIONSANDAWARDS>
  <RRESPONSES FORMALITY="" GENDEREDRESPONSE="" RESPONSETYPE="">{1,1}</RRESPONSES>
  <RSELFDESCRIPTION>{1,1}</RSELFDESCRIPTION>
  <RSHEINFLUENCED>{1,1}</RSHEINFLUENCED>
  <SCHOLARNOTE>{1,1}</SCHOLARNOTE>
  <SIC CORR="">{1,1}</SIC>
  <SOCALLED>{1,1}</SOCALLED>
  <TCHARACTERIZATION>{1,1}</TCHARACTERIZATION>
  <TCHARACTERNAME REG="">{1,1}</TCHARACTERNAME>
  <TCHARACTERTYPEROLE PROTAGONIST="">{1,1}</TCHARACTERTYPEROLE>
  <TGENRE GENRENAME="">{1,1}</TGENRE>
  <TGENREISSUE>{1,1}</TGENREISSUE>
  <TINTERTEXTUALITY GENDEROFAUTHOR="" INTERTEXTTYPE="">{1,1}</TINTERTEXTUALITY>
  <TITLE LEVEL="" REF="" REG="" REND="" STANDARD="">{1,1}</TITLE>
  <TMOTIF MOTIFNAME="">{1,1}</TMOTIF>
  <TOPIC STANDARD="">{1,1}</TOPIC>
  <TPLOT>{1,1}</TPLOT>
  <TSETTINGDATE SETTINGDATETYPE="">{1,1}</TSETTINGDATE>
  <TSETTINGPLACE SETTINGCLASS="" SETTINGPLACETYPE="">{1,1}</TSETTINGPLACE>
  <TTECHNIQUES TECHNIQUETYPE="">{1,1}</TTECHNIQUES>
  <TTHEMETOPIC ID="" REG="">{1,1}</TTHEMETOPIC>
  <TTONESTYLE EXPERIMENTAL="">{1,1}</TTONESTYLE>
  <TVOICENARRATION>{1,1}</TVOICENARRATION>
  <XREF RESP="" URL="">{1,1}</XREF>
</RRESPONSES>
Attributes
QName Type Use Annotation
FORMALITY restriction of xs:token optional
Formality is an attribute attached to rResponses which allows
you to indicate whether a response to a work was formal or informal. "Formal" means that the response was written or otherwise made public;
"informal" refers to those incidents more difficult to define: a hearty slap on the back, rude looks from strangers on buses, a snubbing by her
social set.
GENDEREDRESPONSE restriction of xs:token optional
This attribute attached to rResponses indicates whether or not
a response to a work was predicated on the writer's gender.
RESPONSETYPE restriction of xs:token optional
ResponseType is an optional attribute that specifies
the historical timing of a response to a written work through its values of "recent," "re-evaluation," or
"initial."
Source
<xs:element name="RRESPONSES">
  <xs:annotation>
    <xs:documentation>This element addresses reactions to the literary work, the oeuvre in general, or the writer's role as an author/artist which are either written or event centred.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="BIBCITS"/>
      <xs:element ref="DATE"/>
      <xs:element ref="DATERANGE"/>
      <xs:element ref="EMPH"/>
      <xs:element ref="FOREIGN"/>
      <xs:element ref="KEYWORDCLASS"/>
      <xs:element ref="NAME"/>
      <xs:element ref="ORGNAME"/>
      <xs:element ref="PADVERTISING"/>
      <xs:element ref="PANTHOLOGIZATION"/>
      <xs:element ref="PARCHIVALLOCATION"/>
      <xs:element ref="PATTITUDES"/>
      <xs:element ref="PAUTHORSHIP"/>
      <xs:element ref="PCIRCULATION"/>
      <xs:element ref="PCOPYRIGHT"/>
      <xs:element ref="PDEDICATION"/>
      <xs:element ref="PEARNINGS"/>
      <xs:element ref="PEDITIONS"/>
      <xs:element ref="PFIRSTLITERARYACTIVITY"/>
      <xs:element ref="PINFLUENCESHER"/>
      <xs:element ref="PLACE"/>
      <xs:element ref="PLASTLITERARYACTIVITY"/>
      <xs:element ref="PLITERARYMOVEMENTS"/>
      <xs:element ref="PMANUSCRIPTHISTORY"/>
      <xs:element ref="PMATERIALCONDITIONS"/>
      <xs:element ref="PMODEOFPUBLICATION"/>
      <xs:element ref="PMOTIVES"/>
      <xs:element ref="PNONBOOKMEDIA"/>
      <xs:element ref="PNONSURVIVAL"/>
      <xs:element ref="PPERFORMANCE"/>
      <xs:element ref="PPERIODICALPUBLICATION"/>
      <xs:element ref="PPLACEOFPUBLICATION"/>
      <xs:element ref="PPRESSRUN"/>
      <xs:element ref="PPRICE"/>
      <xs:element ref="PRARITIESFEATURESDECORATIONS"/>
      <xs:element ref="PRELATIONSWITHPUBLISHER"/>
      <xs:element ref="PSERIALIZATION"/>
      <xs:element ref="PSUBMISSIONSREJECTIONS"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="RBESTKNOWNWORK"/>
      <xs:element ref="RDESTRUCTIONOFWORK"/>
      <xs:element ref="RESEARCHNOTE"/>
      <xs:element ref="RFICTIONALIZATION"/>
      <xs:element ref="RLANDMARKTEXT"/>
      <xs:element ref="RPENALTIES"/>
      <xs:element ref="RRECOGNITIONNAME"/>
      <xs:element ref="RRECOGNITIONSANDAWARDS"/>
      <xs:element ref="RRESPONSES"/>
      <xs:element ref="RSELFDESCRIPTION"/>
      <xs:element ref="RSHEINFLUENCED"/>
      <xs:element ref="SCHOLARNOTE"/>
      <xs:element ref="SIC"/>
      <xs:element ref="SOCALLED"/>
      <xs:element ref="TCHARACTERIZATION"/>
      <xs:element ref="TCHARACTERNAME"/>
      <xs:element ref="TCHARACTERTYPEROLE"/>
      <xs:element ref="TGENRE"/>
      <xs:element ref="TGENREISSUE"/>
      <xs:element ref="TINTERTEXTUALITY"/>
      <xs:element ref="TITLE"/>
      <xs:element ref="TMOTIF"/>
      <xs:element ref="TOPIC"/>
      <xs:element ref="TPLOT"/>
      <xs:element ref="TSETTINGDATE"/>
      <xs:element ref="TSETTINGPLACE"/>
      <xs:element ref="TTECHNIQUES"/>
      <xs:element ref="TTHEMETOPIC"/>
      <xs:element ref="TTONESTYLE"/>
      <xs:element ref="TVOICENARRATION"/>
      <xs:element ref="XREF"/>
    </xs:choice>
    <xs:attribute name="FORMALITY">
      <xs:annotation>
        <xs:documentation>Formality is an attribute attached to rResponses which allows you to indicate whether a response to a work was formal or informal. "Formal" means that the response was written or otherwise made public; "informal" refers to those incidents more difficult to define: a hearty slap on the back, rude looks from strangers on buses, a snubbing by her social set.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="FORMAL"/>
          <xs:enumeration value="INFORMAL"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="GENDEREDRESPONSE">
      <xs:annotation>
        <xs:documentation>This attribute attached to rResponses indicates whether or not a response to a work was predicated on the writer's gender.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="ADFEMINAM"/>
          <xs:enumeration value="GENDEREDYES"/>
          <xs:enumeration value="GENDEREDNO"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="RESPONSETYPE">
      <xs:annotation>
        <xs:documentation>ResponseType is an optional attribute that specifies the historical timing of a response to a written work through its values of "recent," "re-evaluation," or "initial."</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="RE-EVALUATION"/>
          <xs:enumeration value="RECENT"/>
          <xs:enumeration value="INITIAL"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element RDESTRUCTIONOFWORK
Namespace No namespace
Annotations
This element marks destruction of a work by the author herself, her
readers, or others. This category can include the conscious destruction or requests for destruction whether or not the destruction was carried
out.
Diagram
Diagram index.tmp#RDESTRUCTIONOFWORK_DESTROYEDBY index.tmp#BIBCITS index.tmp#DATE index.tmp#DATERANGE index.tmp#EMPH index.tmp#KEYWORDCLASS index.tmp#NAME index.tmp#ORGNAME index.tmp#PARCHIVALLOCATION index.tmp#PATTITUDES index.tmp#PAUTHORSHIP index.tmp#PCOPYRIGHT index.tmp#PINFLUENCESHER index.tmp#PLACE index.tmp#PMANUSCRIPTHISTORY index.tmp#PMATERIALCONDITIONS index.tmp#PMOTIVES index.tmp#PNONSURVIVAL index.tmp#PRELATIONSWITHPUBLISHER index.tmp#PSERIALIZATION index.tmp#PSUBMISSIONSREJECTIONS index.tmp#QUOTE index.tmp#RPENALTIES index.tmp#RRESPONSES index.tmp#RSELFDESCRIPTION index.tmp#SCHOLARNOTE index.tmp#SOCALLED index.tmp#TGENRE index.tmp#TITLE index.tmp#TTECHNIQUES index.tmp#TTHEMETOPIC
Properties
content complex
mixed true
Used by
Model
Children BIBCITS, DATE, DATERANGE, EMPH, KEYWORDCLASS, NAME, ORGNAME, PARCHIVALLOCATION, PATTITUDES, PAUTHORSHIP, PCOPYRIGHT, PINFLUENCESHER, PLACE, PMANUSCRIPTHISTORY, PMATERIALCONDITIONS, PMOTIVES, PNONSURVIVAL, PRELATIONSWITHPUBLISHER, PSERIALIZATION, PSUBMISSIONSREJECTIONS, QUOTE, RPENALTIES, RRESPONSES, RSELFDESCRIPTION, SCHOLARNOTE, SOCALLED, TGENRE, TITLE, TTECHNIQUES, TTHEMETOPIC
Instance
<RDESTRUCTIONOFWORK DESTROYEDBY="">
  <BIBCITS ID="">{1,1}</BIBCITS>
  <DATE CALENDAR="NEWSTYLE" CERTAINTY="CERT" ID="" VALUE="">{1,1}</DATE>
  <DATERANGE CALENDAR="NEWSTYLE" CERTAINTY="CERT" EXACT="" FROM="" ID="" TO="">{1,1}</DATERANGE>
  <EMPH>{1,1}</EMPH>
  <KEYWORDCLASS KEYWORDTYPE="">{1,1}</KEYWORDCLASS>
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <ORGNAME ORGTYPE="" REF="" REG="" STANDARD="" URI="">{1,1}</ORGNAME>
  <PARCHIVALLOCATION>{1,1}</PARCHIVALLOCATION>
  <PATTITUDES>{1,1}</PATTITUDES>
  <PAUTHORSHIP AUTHORNAMETYPE="" AUTHORSHIPCONTROVERSY="" COLLABORATION="" CONTROVERSYDATE="">{1,1}</PAUTHORSHIP>
  <PCOPYRIGHT>{1,1}</PCOPYRIGHT>
  <PINFLUENCESHER INFLUENCETYPE="">{1,1}</PINFLUENCESHER>
  <PLACE ID="" LAT="" LONG="" REF="">{1,1}</PLACE>
  <PMANUSCRIPTHISTORY>{1,1}</PMANUSCRIPTHISTORY>
  <PMATERIALCONDITIONS DISPLACEMENT="">{1,1}</PMATERIALCONDITIONS>
  <PMOTIVES ID="" MOTIVETYPE="">{1,1}</PMOTIVES>
  <PNONSURVIVAL TYPEOFNONSURVIVAL="">{1,1}</PNONSURVIVAL>
  <PRELATIONSWITHPUBLISHER RELATIONSHIPTYPE="">{1,1}</PRELATIONSWITHPUBLISHER>
  <PSERIALIZATION FORMOFSERIALIZATION="">{1,1}</PSERIALIZATION>
  <PSUBMISSIONSREJECTIONS>{1,1}</PSUBMISSIONSREJECTIONS>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <RPENALTIES CENSORSHIP="" CONTROVERSY="">{1,1}</RPENALTIES>
  <RRESPONSES FORMALITY="" GENDEREDRESPONSE="" RESPONSETYPE="">{1,1}</RRESPONSES>
  <RSELFDESCRIPTION>{1,1}</RSELFDESCRIPTION>
  <SCHOLARNOTE>{1,1}</SCHOLARNOTE>
  <SOCALLED>{1,1}</SOCALLED>
  <TGENRE GENRENAME="">{1,1}</TGENRE>
  <TITLE LEVEL="" REF="" REG="" REND="" STANDARD="">{1,1}</TITLE>
  <TTECHNIQUES TECHNIQUETYPE="">{1,1}</TTECHNIQUES>
  <TTHEMETOPIC ID="" REG="">{1,1}</TTHEMETOPIC>
</RDESTRUCTIONOFWORK>
Attributes
QName Type Use Annotation
DESTROYEDBY restriction of xs:token optional
This attribute, attached to rDestructionOfWork, allows you to
indicate who destroyed the work.
Source
<xs:element name="RDESTRUCTIONOFWORK">
  <xs:annotation>
    <xs:documentation>This element marks destruction of a work by the author herself, her readers, or others. This category can include the conscious destruction or requests for destruction whether or not the destruction was carried out.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="BIBCITS"/>
      <xs:element ref="DATE"/>
      <xs:element ref="DATERANGE"/>
      <xs:element ref="EMPH"/>
      <xs:element ref="KEYWORDCLASS"/>
      <xs:element ref="NAME"/>
      <xs:element ref="ORGNAME"/>
      <xs:element ref="PARCHIVALLOCATION"/>
      <xs:element ref="PATTITUDES"/>
      <xs:element ref="PAUTHORSHIP"/>
      <xs:element ref="PCOPYRIGHT"/>
      <xs:element ref="PINFLUENCESHER"/>
      <xs:element ref="PLACE"/>
      <xs:element ref="PMANUSCRIPTHISTORY"/>
      <xs:element ref="PMATERIALCONDITIONS"/>
      <xs:element ref="PMOTIVES"/>
      <xs:element ref="PNONSURVIVAL"/>
      <xs:element ref="PRELATIONSWITHPUBLISHER"/>
      <xs:element ref="PSERIALIZATION"/>
      <xs:element ref="PSUBMISSIONSREJECTIONS"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="RPENALTIES"/>
      <xs:element ref="RRESPONSES"/>
      <xs:element ref="RSELFDESCRIPTION"/>
      <xs:element ref="SCHOLARNOTE"/>
      <xs:element ref="SOCALLED"/>
      <xs:element ref="TGENRE"/>
      <xs:element ref="TITLE"/>
      <xs:element ref="TTECHNIQUES"/>
      <xs:element ref="TTHEMETOPIC"/>
    </xs:choice>
    <xs:attribute name="DESTROYEDBY">
      <xs:annotation>
        <xs:documentation>This attribute, attached to rDestructionOfWork, allows you to indicate who destroyed the work.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="SELF"/>
          <xs:enumeration value="OTHER"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element RPENALTIES
Namespace No namespace
Annotations
This element discusses the negative effects and consequences of
writing.
Diagram
Diagram index.tmp#RPENALTIES_CENSORSHIP index.tmp#RPENALTIES_CONTROVERSY index.tmp#BIBCITS index.tmp#DATE index.tmp#DATERANGE index.tmp#EMPH index.tmp#FOREIGN index.tmp#KEYWORDCLASS index.tmp#NAME index.tmp#ORGNAME index.tmp#PADVERTISING index.tmp#PANTHOLOGIZATION index.tmp#PARCHIVALLOCATION index.tmp#PATTITUDES index.tmp#PAUTHORSHIP index.tmp#PCIRCULATION index.tmp#PEARNINGS index.tmp#PEDITIONS index.tmp#PFIRSTLITERARYACTIVITY index.tmp#PINFLUENCESHER index.tmp#PLACE index.tmp#PMATERIALCONDITIONS index.tmp#PMODEOFPUBLICATION index.tmp#PNONBOOKMEDIA index.tmp#PPERFORMANCE index.tmp#PRELATIONSWITHPUBLISHER index.tmp#PSUBMISSIONSREJECTIONS index.tmp#QUOTE index.tmp#RDESTRUCTIONOFWORK index.tmp#RESEARCHNOTE index.tmp#RFICTIONALIZATION index.tmp#RRECOGNITIONNAME index.tmp#RRECOGNITIONSANDAWARDS index.tmp#RRESPONSES index.tmp#RSELFDESCRIPTION index.tmp#RSHEINFLUENCED index.tmp#SIC index.tmp#SOCALLED index.tmp#TCHARACTERIZATION index.tmp#TCHARACTERNAME index.tmp#TCHARACTERTYPEROLE index.tmp#TGENRE index.tmp#TGENREISSUE index.tmp#TINTERTEXTUALITY index.tmp#TITLE index.tmp#TMOTIF index.tmp#TOPIC index.tmp#TPLOT index.tmp#TTECHNIQUES index.tmp#TTHEMETOPIC index.tmp#TTONESTYLE index.tmp#XREF
Properties
content complex
mixed true
Used by
Model
Children BIBCITS, DATE, DATERANGE, EMPH, FOREIGN, KEYWORDCLASS, NAME, ORGNAME, PADVERTISING, PANTHOLOGIZATION, PARCHIVALLOCATION, PATTITUDES, PAUTHORSHIP, PCIRCULATION, PEARNINGS, PEDITIONS, PFIRSTLITERARYACTIVITY, PINFLUENCESHER, PLACE, PMATERIALCONDITIONS, PMODEOFPUBLICATION, PNONBOOKMEDIA, PPERFORMANCE, PRELATIONSWITHPUBLISHER, PSUBMISSIONSREJECTIONS, QUOTE, RDESTRUCTIONOFWORK, RESEARCHNOTE, RFICTIONALIZATION, RRECOGNITIONNAME, RRECOGNITIONSANDAWARDS, RRESPONSES, RSELFDESCRIPTION, RSHEINFLUENCED, SIC, SOCALLED, TCHARACTERIZATION, TCHARACTERNAME, TCHARACTERTYPEROLE, TGENRE, TGENREISSUE, TINTERTEXTUALITY, TITLE, TMOTIF, TOPIC, TPLOT, TTECHNIQUES, TTHEMETOPIC, TTONESTYLE, XREF
Instance
<RPENALTIES CENSORSHIP="" CONTROVERSY="">
  <BIBCITS ID="">{1,1}</BIBCITS>
  <DATE CALENDAR="NEWSTYLE" CERTAINTY="CERT" ID="" VALUE="">{1,1}</DATE>
  <DATERANGE CALENDAR="NEWSTYLE" CERTAINTY="CERT" EXACT="" FROM="" ID="" TO="">{1,1}</DATERANGE>
  <EMPH>{1,1}</EMPH>
  <FOREIGN LANG="" REG="">{1,1}</FOREIGN>
  <KEYWORDCLASS KEYWORDTYPE="">{1,1}</KEYWORDCLASS>
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <ORGNAME ORGTYPE="" REF="" REG="" STANDARD="" URI="">{1,1}</ORGNAME>
  <PADVERTISING>{1,1}</PADVERTISING>
  <PANTHOLOGIZATION>{1,1}</PANTHOLOGIZATION>
  <PARCHIVALLOCATION>{1,1}</PARCHIVALLOCATION>
  <PATTITUDES>{1,1}</PATTITUDES>
  <PAUTHORSHIP AUTHORNAMETYPE="" AUTHORSHIPCONTROVERSY="" COLLABORATION="" CONTROVERSYDATE="">{1,1}</PAUTHORSHIP>
  <PCIRCULATION>{1,1}</PCIRCULATION>
  <PEARNINGS>{1,1}</PEARNINGS>
  <PEDITIONS>{1,1}</PEDITIONS>
  <PFIRSTLITERARYACTIVITY>{1,1}</PFIRSTLITERARYACTIVITY>
  <PINFLUENCESHER INFLUENCETYPE="">{1,1}</PINFLUENCESHER>
  <PLACE ID="" LAT="" LONG="" REF="">{1,1}</PLACE>
  <PMATERIALCONDITIONS DISPLACEMENT="">{1,1}</PMATERIALCONDITIONS>
  <PMODEOFPUBLICATION PUBLICATIONMODE="">{1,1}</PMODEOFPUBLICATION>
  <PNONBOOKMEDIA MEDIATYPE="">{1,1}</PNONBOOKMEDIA>
  <PPERFORMANCE>{1,1}</PPERFORMANCE>
  <PRELATIONSWITHPUBLISHER RELATIONSHIPTYPE="">{1,1}</PRELATIONSWITHPUBLISHER>
  <PSUBMISSIONSREJECTIONS>{1,1}</PSUBMISSIONSREJECTIONS>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <RDESTRUCTIONOFWORK DESTROYEDBY="">{1,1}</RDESTRUCTIONOFWORK>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <RFICTIONALIZATION>{1,1}</RFICTIONALIZATION>
  <RRECOGNITIONNAME REG="">{1,1}</RRECOGNITIONNAME>
  <RRECOGNITIONSANDAWARDS>{1,1}</RRECOGNITIONSANDAWARDS>
  <RRESPONSES FORMALITY="" GENDEREDRESPONSE="" RESPONSETYPE="">{1,1}</RRESPONSES>
  <RSELFDESCRIPTION>{1,1}</RSELFDESCRIPTION>
  <RSHEINFLUENCED>{1,1}</RSHEINFLUENCED>
  <SIC CORR="">{1,1}</SIC>
  <SOCALLED>{1,1}</SOCALLED>
  <TCHARACTERIZATION>{1,1}</TCHARACTERIZATION>
  <TCHARACTERNAME REG="">{1,1}</TCHARACTERNAME>
  <TCHARACTERTYPEROLE PROTAGONIST="">{1,1}</TCHARACTERTYPEROLE>
  <TGENRE GENRENAME="">{1,1}</TGENRE>
  <TGENREISSUE>{1,1}</TGENREISSUE>
  <TINTERTEXTUALITY GENDEROFAUTHOR="" INTERTEXTTYPE="">{1,1}</TINTERTEXTUALITY>
  <TITLE LEVEL="" REF="" REG="" REND="" STANDARD="">{1,1}</TITLE>
  <TMOTIF MOTIFNAME="">{1,1}</TMOTIF>
  <TOPIC STANDARD="">{1,1}</TOPIC>
  <TPLOT>{1,1}</TPLOT>
  <TTECHNIQUES TECHNIQUETYPE="">{1,1}</TTECHNIQUES>
  <TTHEMETOPIC ID="" REG="">{1,1}</TTHEMETOPIC>
  <TTONESTYLE EXPERIMENTAL="">{1,1}</TTONESTYLE>
  <XREF RESP="" URL="">{1,1}</XREF>
</RPENALTIES>
Attributes
QName Type Use Annotation
CENSORSHIP restriction of xs:token optional
If a book is censored, we consider that action a type of penalty.
This attribute flags when censorship has been one of the penalizing responses to a work.
CONTROVERSY optional
Source
<xs:element name="RPENALTIES">
  <xs:annotation>
    <xs:documentation>This element discusses the negative effects and consequences of writing.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="BIBCITS"/>
      <xs:element ref="DATE"/>
      <xs:element ref="DATERANGE"/>
      <xs:element ref="EMPH"/>
      <xs:element ref="FOREIGN"/>
      <xs:element ref="KEYWORDCLASS"/>
      <xs:element ref="NAME"/>
      <xs:element ref="ORGNAME"/>
      <xs:element ref="PADVERTISING"/>
      <xs:element ref="PANTHOLOGIZATION"/>
      <xs:element ref="PARCHIVALLOCATION"/>
      <xs:element ref="PATTITUDES"/>
      <xs:element ref="PAUTHORSHIP"/>
      <xs:element ref="PCIRCULATION"/>
      <xs:element ref="PEARNINGS"/>
      <xs:element ref="PEDITIONS"/>
      <xs:element ref="PFIRSTLITERARYACTIVITY"/>
      <xs:element ref="PINFLUENCESHER"/>
      <xs:element ref="PLACE"/>
      <xs:element ref="PMATERIALCONDITIONS"/>
      <xs:element ref="PMODEOFPUBLICATION"/>
      <xs:element ref="PNONBOOKMEDIA"/>
      <xs:element ref="PPERFORMANCE"/>
      <xs:element ref="PRELATIONSWITHPUBLISHER"/>
      <xs:element ref="PSUBMISSIONSREJECTIONS"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="RDESTRUCTIONOFWORK"/>
      <xs:element ref="RESEARCHNOTE"/>
      <xs:element ref="RFICTIONALIZATION"/>
      <xs:element ref="RRECOGNITIONNAME"/>
      <xs:element ref="RRECOGNITIONSANDAWARDS"/>
      <xs:element ref="RRESPONSES"/>
      <xs:element ref="RSELFDESCRIPTION"/>
      <xs:element ref="RSHEINFLUENCED"/>
      <xs:element ref="SIC"/>
      <xs:element ref="SOCALLED"/>
      <xs:element ref="TCHARACTERIZATION"/>
      <xs:element ref="TCHARACTERNAME"/>
      <xs:element ref="TCHARACTERTYPEROLE"/>
      <xs:element ref="TGENRE"/>
      <xs:element ref="TGENREISSUE"/>
      <xs:element ref="TINTERTEXTUALITY"/>
      <xs:element ref="TITLE"/>
      <xs:element ref="TMOTIF"/>
      <xs:element ref="TOPIC"/>
      <xs:element ref="TPLOT"/>
      <xs:element ref="TTECHNIQUES"/>
      <xs:element ref="TTHEMETOPIC"/>
      <xs:element ref="TTONESTYLE"/>
      <xs:element ref="XREF"/>
    </xs:choice>
    <xs:attribute name="CENSORSHIP">
      <xs:annotation>
        <xs:documentation>If a book is censored, we consider that action a type of penalty. This attribute flags when censorship has been one of the penalizing responses to a work.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="CENSORSHIPYES"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="CONTROVERSY"/>
  </xs:complexType>
</xs:element>
[ top ]
Element RFICTIONALIZATION
Namespace No namespace
Annotations
This element refers to fictionalized (written) responses to the woman
author or her work which indicate her literary influence. It is to be used when you encounter the fictionalized life of a woman writer, such as a one
woman show about Virginia Woolf's life.
Diagram
Diagram index.tmp#BIBCITS index.tmp#DATE index.tmp#DATERANGE index.tmp#EMPH index.tmp#NAME index.tmp#ORGNAME index.tmp#PADVERTISING index.tmp#PANTHOLOGIZATION index.tmp#PCIRCULATION index.tmp#PLACE index.tmp#PNONBOOKMEDIA index.tmp#PPERFORMANCE index.tmp#PRARITIESFEATURESDECORATIONS index.tmp#QUOTE index.tmp#RESEARCHNOTE index.tmp#RPENALTIES index.tmp#RRESPONSES index.tmp#RSHEINFLUENCED index.tmp#SCHOLARNOTE index.tmp#SOCALLED index.tmp#TCHARACTERNAME index.tmp#TCHARACTERTYPEROLE index.tmp#TGENRE index.tmp#TITLE index.tmp#TOPIC
Properties
content complex
mixed true
Used by
Model
Children BIBCITS, DATE, DATERANGE, EMPH, NAME, ORGNAME, PADVERTISING, PANTHOLOGIZATION, PCIRCULATION, PLACE, PNONBOOKMEDIA, PPERFORMANCE, PRARITIESFEATURESDECORATIONS, QUOTE, RESEARCHNOTE, RPENALTIES, RRESPONSES, RSHEINFLUENCED, SCHOLARNOTE, SOCALLED, TCHARACTERNAME, TCHARACTERTYPEROLE, TGENRE, TITLE, TOPIC
Instance
<RFICTIONALIZATION>
  <BIBCITS ID="">{1,1}</BIBCITS>
  <DATE CALENDAR="NEWSTYLE" CERTAINTY="CERT" ID="" VALUE="">{1,1}</DATE>
  <DATERANGE CALENDAR="NEWSTYLE" CERTAINTY="CERT" EXACT="" FROM="" ID="" TO="">{1,1}</DATERANGE>
  <EMPH>{1,1}</EMPH>
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <ORGNAME ORGTYPE="" REF="" REG="" STANDARD="" URI="">{1,1}</ORGNAME>
  <PADVERTISING>{1,1}</PADVERTISING>
  <PANTHOLOGIZATION>{1,1}</PANTHOLOGIZATION>
  <PCIRCULATION>{1,1}</PCIRCULATION>
  <PLACE ID="" LAT="" LONG="" REF="">{1,1}</PLACE>
  <PNONBOOKMEDIA MEDIATYPE="">{1,1}</PNONBOOKMEDIA>
  <PPERFORMANCE>{1,1}</PPERFORMANCE>
  <PRARITIESFEATURESDECORATIONS>{1,1}</PRARITIESFEATURESDECORATIONS>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <RPENALTIES CENSORSHIP="" CONTROVERSY="">{1,1}</RPENALTIES>
  <RRESPONSES FORMALITY="" GENDEREDRESPONSE="" RESPONSETYPE="">{1,1}</RRESPONSES>
  <RSHEINFLUENCED>{1,1}</RSHEINFLUENCED>
  <SCHOLARNOTE>{1,1}</SCHOLARNOTE>
  <SOCALLED>{1,1}</SOCALLED>
  <TCHARACTERNAME REG="">{1,1}</TCHARACTERNAME>
  <TCHARACTERTYPEROLE PROTAGONIST="">{1,1}</TCHARACTERTYPEROLE>
  <TGENRE GENRENAME="">{1,1}</TGENRE>
  <TITLE LEVEL="" REF="" REG="" REND="" STANDARD="">{1,1}</TITLE>
  <TOPIC STANDARD="">{1,1}</TOPIC>
</RFICTIONALIZATION>
Source
<xs:element name="RFICTIONALIZATION">
  <xs:annotation>
    <xs:documentation>This element refers to fictionalized (written) responses to the woman author or her work which indicate her literary influence. It is to be used when you encounter the fictionalized life of a woman writer, such as a one woman show about Virginia Woolf's life.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="BIBCITS"/>
      <xs:element ref="DATE"/>
      <xs:element ref="DATERANGE"/>
      <xs:element ref="EMPH"/>
      <xs:element ref="NAME"/>
      <xs:element ref="ORGNAME"/>
      <xs:element ref="PADVERTISING"/>
      <xs:element ref="PANTHOLOGIZATION"/>
      <xs:element ref="PCIRCULATION"/>
      <xs:element ref="PLACE"/>
      <xs:element ref="PNONBOOKMEDIA"/>
      <xs:element ref="PPERFORMANCE"/>
      <xs:element ref="PRARITIESFEATURESDECORATIONS"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="RESEARCHNOTE"/>
      <xs:element ref="RPENALTIES"/>
      <xs:element ref="RRESPONSES"/>
      <xs:element ref="RSHEINFLUENCED"/>
      <xs:element ref="SCHOLARNOTE"/>
      <xs:element ref="SOCALLED"/>
      <xs:element ref="TCHARACTERNAME"/>
      <xs:element ref="TCHARACTERTYPEROLE"/>
      <xs:element ref="TGENRE"/>
      <xs:element ref="TITLE"/>
      <xs:element ref="TOPIC"/>
    </xs:choice>
  </xs:complexType>
</xs:element>
[ top ]
Element RSHEINFLUENCED
Namespace No namespace
Annotations
This element has to do with the author's influence on other writers,
other women writers, other women, the literary tradition, and society as a whole. When discussing her influence, please provide evidence of her
legacy, not just opinion.
Diagram
Diagram index.tmp#BIBCITS index.tmp#DATE index.tmp#DATERANGE index.tmp#FOREIGN index.tmp#KEYWORDCLASS index.tmp#NAME index.tmp#ORGNAME index.tmp#PADVERTISING index.tmp#PANTHOLOGIZATION index.tmp#PARCHIVALLOCATION index.tmp#PAUTHORSHIP index.tmp#PCIRCULATION index.tmp#PCOPYRIGHT index.tmp#PEARNINGS index.tmp#PEDITIONS index.tmp#PINFLUENCESHER index.tmp#PLACE index.tmp#PLITERARYMOVEMENTS index.tmp#PMATERIALCONDITIONS index.tmp#PNONBOOKMEDIA index.tmp#PPERFORMANCE index.tmp#PPERIODICALPUBLICATION index.tmp#PPLACEOFPUBLICATION index.tmp#PSUBMISSIONSREJECTIONS index.tmp#QUOTE index.tmp#RBESTKNOWNWORK index.tmp#RESEARCHNOTE index.tmp#RFICTIONALIZATION index.tmp#RLANDMARKTEXT index.tmp#RPENALTIES index.tmp#RRECOGNITIONNAME index.tmp#RRECOGNITIONSANDAWARDS index.tmp#RRESPONSES index.tmp#RSELFDESCRIPTION index.tmp#SCHOLARNOTE index.tmp#SOCALLED index.tmp#TCHARACTERIZATION index.tmp#TCHARACTERNAME index.tmp#TCHARACTERTYPEROLE index.tmp#TGENRE index.tmp#TGENREISSUE index.tmp#TINTERTEXTUALITY index.tmp#TITLE index.tmp#TMOTIF index.tmp#TOPIC index.tmp#TPLOT index.tmp#TTECHNIQUES index.tmp#TTHEMETOPIC index.tmp#TTONESTYLE
Properties
content complex
mixed true
Used by
Model
Children BIBCITS, DATE, DATERANGE, FOREIGN, KEYWORDCLASS, NAME, ORGNAME, PADVERTISING, PANTHOLOGIZATION, PARCHIVALLOCATION, PAUTHORSHIP, PCIRCULATION, PCOPYRIGHT, PEARNINGS, PEDITIONS, PINFLUENCESHER, PLACE, PLITERARYMOVEMENTS, PMATERIALCONDITIONS, PNONBOOKMEDIA, PPERFORMANCE, PPERIODICALPUBLICATION, PPLACEOFPUBLICATION, PSUBMISSIONSREJECTIONS, QUOTE, RBESTKNOWNWORK, RESEARCHNOTE, RFICTIONALIZATION, RLANDMARKTEXT, RPENALTIES, RRECOGNITIONNAME, RRECOGNITIONSANDAWARDS, RRESPONSES, RSELFDESCRIPTION, SCHOLARNOTE, SOCALLED, TCHARACTERIZATION, TCHARACTERNAME, TCHARACTERTYPEROLE, TGENRE, TGENREISSUE, TINTERTEXTUALITY, TITLE, TMOTIF, TOPIC, TPLOT, TTECHNIQUES, TTHEMETOPIC, TTONESTYLE
Instance
<RSHEINFLUENCED>
  <BIBCITS ID="">{1,1}</BIBCITS>
  <DATE CALENDAR="NEWSTYLE" CERTAINTY="CERT" ID="" VALUE="">{1,1}</DATE>
  <DATERANGE CALENDAR="NEWSTYLE" CERTAINTY="CERT" EXACT="" FROM="" ID="" TO="">{1,1}</DATERANGE>
  <FOREIGN LANG="" REG="">{1,1}</FOREIGN>
  <KEYWORDCLASS KEYWORDTYPE="">{1,1}</KEYWORDCLASS>
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <ORGNAME ORGTYPE="" REF="" REG="" STANDARD="" URI="">{1,1}</ORGNAME>
  <PADVERTISING>{1,1}</PADVERTISING>
  <PANTHOLOGIZATION>{1,1}</PANTHOLOGIZATION>
  <PARCHIVALLOCATION>{1,1}</PARCHIVALLOCATION>
  <PAUTHORSHIP AUTHORNAMETYPE="" AUTHORSHIPCONTROVERSY="" COLLABORATION="" CONTROVERSYDATE="">{1,1}</PAUTHORSHIP>
  <PCIRCULATION>{1,1}</PCIRCULATION>
  <PCOPYRIGHT>{1,1}</PCOPYRIGHT>
  <PEARNINGS>{1,1}</PEARNINGS>
  <PEDITIONS>{1,1}</PEDITIONS>
  <PINFLUENCESHER INFLUENCETYPE="">{1,1}</PINFLUENCESHER>
  <PLACE ID="" LAT="" LONG="" REF="">{1,1}</PLACE>
  <PLITERARYMOVEMENTS INVOLVEMENT="INVOLVEMENTYES" REG="">{1,1}</PLITERARYMOVEMENTS>
  <PMATERIALCONDITIONS DISPLACEMENT="">{1,1}</PMATERIALCONDITIONS>
  <PNONBOOKMEDIA MEDIATYPE="">{1,1}</PNONBOOKMEDIA>
  <PPERFORMANCE>{1,1}</PPERFORMANCE>
  <PPERIODICALPUBLICATION>{1,1}</PPERIODICALPUBLICATION>
  <PPLACEOFPUBLICATION>{1,1}</PPLACEOFPUBLICATION>
  <PSUBMISSIONSREJECTIONS>{1,1}</PSUBMISSIONSREJECTIONS>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <RBESTKNOWNWORK>{1,1}</RBESTKNOWNWORK>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <RFICTIONALIZATION>{1,1}</RFICTIONALIZATION>
  <RLANDMARKTEXT>{1,1}</RLANDMARKTEXT>
  <RPENALTIES CENSORSHIP="" CONTROVERSY="">{1,1}</RPENALTIES>
  <RRECOGNITIONNAME REG="">{1,1}</RRECOGNITIONNAME>
  <RRECOGNITIONSANDAWARDS>{1,1}</RRECOGNITIONSANDAWARDS>
  <RRESPONSES FORMALITY="" GENDEREDRESPONSE="" RESPONSETYPE="">{1,1}</RRESPONSES>
  <RSELFDESCRIPTION>{1,1}</RSELFDESCRIPTION>
  <SCHOLARNOTE>{1,1}</SCHOLARNOTE>
  <SOCALLED>{1,1}</SOCALLED>
  <TCHARACTERIZATION>{1,1}</TCHARACTERIZATION>
  <TCHARACTERNAME REG="">{1,1}</TCHARACTERNAME>
  <TCHARACTERTYPEROLE PROTAGONIST="">{1,1}</TCHARACTERTYPEROLE>
  <TGENRE GENRENAME="">{1,1}</TGENRE>
  <TGENREISSUE>{1,1}</TGENREISSUE>
  <TINTERTEXTUALITY GENDEROFAUTHOR="" INTERTEXTTYPE="">{1,1}</TINTERTEXTUALITY>
  <TITLE LEVEL="" REF="" REG="" REND="" STANDARD="">{1,1}</TITLE>
  <TMOTIF MOTIFNAME="">{1,1}</TMOTIF>
  <TOPIC STANDARD="">{1,1}</TOPIC>
  <TPLOT>{1,1}</TPLOT>
  <TTECHNIQUES TECHNIQUETYPE="">{1,1}</TTECHNIQUES>
  <TTHEMETOPIC ID="" REG="">{1,1}</TTHEMETOPIC>
  <TTONESTYLE EXPERIMENTAL="">{1,1}</TTONESTYLE>
</RSHEINFLUENCED>
Source
<xs:element name="RSHEINFLUENCED">
  <xs:annotation>
    <xs:documentation>This element has to do with the author's influence on other writers, other women writers, other women, the literary tradition, and society as a whole. When discussing her influence, please provide evidence of her legacy, not just opinion.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="BIBCITS"/>
      <xs:element ref="DATE"/>
      <xs:element ref="DATERANGE"/>
      <xs:element ref="FOREIGN"/>
      <xs:element ref="KEYWORDCLASS"/>
      <xs:element ref="NAME"/>
      <xs:element ref="ORGNAME"/>
      <xs:element ref="PADVERTISING"/>
      <xs:element ref="PANTHOLOGIZATION"/>
      <xs:element ref="PARCHIVALLOCATION"/>
      <xs:element ref="PAUTHORSHIP"/>
      <xs:element ref="PCIRCULATION"/>
      <xs:element ref="PCOPYRIGHT"/>
      <xs:element ref="PEARNINGS"/>
      <xs:element ref="PEDITIONS"/>
      <xs:element ref="PINFLUENCESHER"/>
      <xs:element ref="PLACE"/>
      <xs:element ref="PLITERARYMOVEMENTS"/>
      <xs:element ref="PMATERIALCONDITIONS"/>
      <xs:element ref="PNONBOOKMEDIA"/>
      <xs:element ref="PPERFORMANCE"/>
      <xs:element ref="PPERIODICALPUBLICATION"/>
      <xs:element ref="PPLACEOFPUBLICATION"/>
      <xs:element ref="PSUBMISSIONSREJECTIONS"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="RBESTKNOWNWORK"/>
      <xs:element ref="RESEARCHNOTE"/>
      <xs:element ref="RFICTIONALIZATION"/>
      <xs:element ref="RLANDMARKTEXT"/>
      <xs:element ref="RPENALTIES"/>
      <xs:element ref="RRECOGNITIONNAME"/>
      <xs:element ref="RRECOGNITIONSANDAWARDS"/>
      <xs:element ref="RRESPONSES"/>
      <xs:element ref="RSELFDESCRIPTION"/>
      <xs:element ref="SCHOLARNOTE"/>
      <xs:element ref="SOCALLED"/>
      <xs:element ref="TCHARACTERIZATION"/>
      <xs:element ref="TCHARACTERNAME"/>
      <xs:element ref="TCHARACTERTYPEROLE"/>
      <xs:element ref="TGENRE"/>
      <xs:element ref="TGENREISSUE"/>
      <xs:element ref="TINTERTEXTUALITY"/>
      <xs:element ref="TITLE"/>
      <xs:element ref="TMOTIF"/>
      <xs:element ref="TOPIC"/>
      <xs:element ref="TPLOT"/>
      <xs:element ref="TTECHNIQUES"/>
      <xs:element ref="TTHEMETOPIC"/>
      <xs:element ref="TTONESTYLE"/>
    </xs:choice>
  </xs:complexType>
</xs:element>
[ top ]
Element RRECOGNITIONNAME
Namespace No namespace
Annotations
Closely related to the Recognitions element, this element defines the
name of a particular award or prize given to an author.
Diagram
Diagram index.tmp#RRECOGNITIONNAME_REG index.tmp#BIBCITS index.tmp#DATE index.tmp#FOREIGN index.tmp#NAME index.tmp#ORGNAME index.tmp#PLACE index.tmp#QUOTE index.tmp#RESEARCHNOTE index.tmp#RRECOGNITIONSANDAWARDS index.tmp#RRECOGNITIONVALUE index.tmp#SOCALLED index.tmp#TGENRE index.tmp#TITLE
Properties
content complex
mixed true
Used by
Model
Children BIBCITS, DATE, FOREIGN, NAME, ORGNAME, PLACE, QUOTE, RESEARCHNOTE, RRECOGNITIONSANDAWARDS, RRECOGNITIONVALUE, SOCALLED, TGENRE, TITLE
Instance
<RRECOGNITIONNAME REG="">
  <BIBCITS ID="">{1,1}</BIBCITS>
  <DATE CALENDAR="NEWSTYLE" CERTAINTY="CERT" ID="" VALUE="">{1,1}</DATE>
  <FOREIGN LANG="" REG="">{1,1}</FOREIGN>
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <ORGNAME ORGTYPE="" REF="" REG="" STANDARD="" URI="">{1,1}</ORGNAME>
  <PLACE ID="" LAT="" LONG="" REF="">{1,1}</PLACE>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <RRECOGNITIONSANDAWARDS>{1,1}</RRECOGNITIONSANDAWARDS>
  <RRECOGNITIONVALUE>{1,1}</RRECOGNITIONVALUE>
  <SOCALLED>{1,1}</SOCALLED>
  <TGENRE GENRENAME="">{1,1}</TGENRE>
  <TITLE LEVEL="" REF="" REG="" REND="" STANDARD="">{1,1}</TITLE>
</RRECOGNITIONNAME>
Attributes
QName Type Use Annotation
REG optional
Reg (or
regularization) contains a reading which has been regularized or normalized in some
sense.
Source
<xs:element name="RRECOGNITIONNAME">
  <xs:annotation>
    <xs:documentation>Closely related to the Recognitions element, this element defines the name of a particular award or prize given to an author.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="BIBCITS"/>
      <xs:element ref="DATE"/>
      <xs:element ref="FOREIGN"/>
      <xs:element ref="NAME"/>
      <xs:element ref="ORGNAME"/>
      <xs:element ref="PLACE"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="RESEARCHNOTE"/>
      <xs:element ref="RRECOGNITIONSANDAWARDS"/>
      <xs:element ref="RRECOGNITIONVALUE"/>
      <xs:element ref="SOCALLED"/>
      <xs:element ref="TGENRE"/>
      <xs:element ref="TITLE"/>
    </xs:choice>
    <xs:attribute name="REG">
      <xs:annotation>
        <xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element RRECOGNITIONVALUE
Namespace No namespace
Annotations
This element defines a numeric or descriptive (intangible) value of the
recognition given to her work.
Diagram
Diagram index.tmp#BIBCITS index.tmp#NAME index.tmp#ORGNAME index.tmp#RRECOGNITIONNAME index.tmp#TITLE
Properties
content complex
mixed true
Used by
Model
Children BIBCITS, NAME, ORGNAME, RRECOGNITIONNAME, TITLE
Instance
<RRECOGNITIONVALUE>
  <BIBCITS ID="">{1,1}</BIBCITS>
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <ORGNAME ORGTYPE="" REF="" REG="" STANDARD="" URI="">{1,1}</ORGNAME>
  <RRECOGNITIONNAME REG="">{1,1}</RRECOGNITIONNAME>
  <TITLE LEVEL="" REF="" REG="" REND="" STANDARD="">{1,1}</TITLE>
</RRECOGNITIONVALUE>
Source
<xs:element name="RRECOGNITIONVALUE">
  <xs:annotation>
    <xs:documentation>This element defines a numeric or descriptive (intangible) value of the recognition given to her work.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="BIBCITS"/>
      <xs:element ref="NAME"/>
      <xs:element ref="ORGNAME"/>
      <xs:element ref="RRECOGNITIONNAME"/>
      <xs:element ref="TITLE"/>
    </xs:choice>
  </xs:complexType>
</xs:element>
[ top ]
Element RSELFDESCRIPTION
Namespace No namespace
Annotations
This element captures an author's evaluations of her own work and
the responses to it.
Diagram
Diagram index.tmp#BIBCITS index.tmp#DATE index.tmp#DATERANGE index.tmp#KEYWORDCLASS index.tmp#L index.tmp#NAME index.tmp#ORGNAME index.tmp#PADVERTISING index.tmp#PARCHIVALLOCATION index.tmp#PATTITUDES index.tmp#PAUTHORSHIP index.tmp#PCIRCULATION index.tmp#PDEDICATION index.tmp#PEARNINGS index.tmp#PEDITIONS index.tmp#PFIRSTLITERARYACTIVITY index.tmp#PINFLUENCESHER index.tmp#PLACE index.tmp#PLITERARYMOVEMENTS index.tmp#PMANUSCRIPTHISTORY index.tmp#PMATERIALCONDITIONS index.tmp#PMOTIVES index.tmp#PNONBOOKMEDIA index.tmp#PNONSURVIVAL index.tmp#PPERFORMANCE index.tmp#PPERIODICALPUBLICATION index.tmp#PPLACEOFPUBLICATION index.tmp#PPRESSRUN index.tmp#PRARITIESFEATURESDECORATIONS index.tmp#PRELATIONSWITHPUBLISHER index.tmp#QUOTE index.tmp#RESEARCHNOTE index.tmp#RPENALTIES index.tmp#RRECOGNITIONSANDAWARDS index.tmp#RRESPONSES index.tmp#RSHEINFLUENCED index.tmp#SCHOLARNOTE index.tmp#SIC index.tmp#SOCALLED index.tmp#TCHARACTERIZATION index.tmp#TCHARACTERNAME index.tmp#TCHARACTERTYPEROLE index.tmp#TGENRE index.tmp#TGENREISSUE index.tmp#TINTERTEXTUALITY index.tmp#TITLE index.tmp#TMOTIF index.tmp#TPLOT index.tmp#TSETTINGDATE index.tmp#TSETTINGPLACE index.tmp#TTECHNIQUES index.tmp#TTHEMETOPIC index.tmp#TTONESTYLE index.tmp#TVOICENARRATION
Properties
content complex
mixed true
Used by
Model
Children BIBCITS, DATE, DATERANGE, KEYWORDCLASS, L, NAME, ORGNAME, PADVERTISING, PARCHIVALLOCATION, PATTITUDES, PAUTHORSHIP, PCIRCULATION, PDEDICATION, PEARNINGS, PEDITIONS, PFIRSTLITERARYACTIVITY, PINFLUENCESHER, PLACE, PLITERARYMOVEMENTS, PMANUSCRIPTHISTORY, PMATERIALCONDITIONS, PMOTIVES, PNONBOOKMEDIA, PNONSURVIVAL, PPERFORMANCE, PPERIODICALPUBLICATION, PPLACEOFPUBLICATION, PPRESSRUN, PRARITIESFEATURESDECORATIONS, PRELATIONSWITHPUBLISHER, QUOTE, RESEARCHNOTE, RPENALTIES, RRECOGNITIONSANDAWARDS, RRESPONSES, RSHEINFLUENCED, SCHOLARNOTE, SIC, SOCALLED, TCHARACTERIZATION, TCHARACTERNAME, TCHARACTERTYPEROLE, TGENRE, TGENREISSUE, TINTERTEXTUALITY, TITLE, TMOTIF, TPLOT, TSETTINGDATE, TSETTINGPLACE, TTECHNIQUES, TTHEMETOPIC, TTONESTYLE, TVOICENARRATION
Instance
<RSELFDESCRIPTION>
  <BIBCITS ID="">{1,1}</BIBCITS>
  <DATE CALENDAR="NEWSTYLE" CERTAINTY="CERT" ID="" VALUE="">{1,1}</DATE>
  <DATERANGE CALENDAR="NEWSTYLE" CERTAINTY="CERT" EXACT="" FROM="" ID="" TO="">{1,1}</DATERANGE>
  <KEYWORDCLASS KEYWORDTYPE="">{1,1}</KEYWORDCLASS>
  <L PART="N" RHYME="">{1,1}</L>
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <ORGNAME ORGTYPE="" REF="" REG="" STANDARD="" URI="">{1,1}</ORGNAME>
  <PADVERTISING>{1,1}</PADVERTISING>
  <PARCHIVALLOCATION>{1,1}</PARCHIVALLOCATION>
  <PATTITUDES>{1,1}</PATTITUDES>
  <PAUTHORSHIP AUTHORNAMETYPE="" AUTHORSHIPCONTROVERSY="" COLLABORATION="" CONTROVERSYDATE="">{1,1}</PAUTHORSHIP>
  <PCIRCULATION>{1,1}</PCIRCULATION>
  <PDEDICATION>{1,1}</PDEDICATION>
  <PEARNINGS>{1,1}</PEARNINGS>
  <PEDITIONS>{1,1}</PEDITIONS>
  <PFIRSTLITERARYACTIVITY>{1,1}</PFIRSTLITERARYACTIVITY>
  <PINFLUENCESHER INFLUENCETYPE="">{1,1}</PINFLUENCESHER>
  <PLACE ID="" LAT="" LONG="" REF="">{1,1}</PLACE>
  <PLITERARYMOVEMENTS INVOLVEMENT="INVOLVEMENTYES" REG="">{1,1}</PLITERARYMOVEMENTS>
  <PMANUSCRIPTHISTORY>{1,1}</PMANUSCRIPTHISTORY>
  <PMATERIALCONDITIONS DISPLACEMENT="">{1,1}</PMATERIALCONDITIONS>
  <PMOTIVES ID="" MOTIVETYPE="">{1,1}</PMOTIVES>
  <PNONBOOKMEDIA MEDIATYPE="">{1,1}</PNONBOOKMEDIA>
  <PNONSURVIVAL TYPEOFNONSURVIVAL="">{1,1}</PNONSURVIVAL>
  <PPERFORMANCE>{1,1}</PPERFORMANCE>
  <PPERIODICALPUBLICATION>{1,1}</PPERIODICALPUBLICATION>
  <PPLACEOFPUBLICATION>{1,1}</PPLACEOFPUBLICATION>
  <PPRESSRUN>{1,1}</PPRESSRUN>
  <PRARITIESFEATURESDECORATIONS>{1,1}</PRARITIESFEATURESDECORATIONS>
  <PRELATIONSWITHPUBLISHER RELATIONSHIPTYPE="">{1,1}</PRELATIONSWITHPUBLISHER>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <RPENALTIES CENSORSHIP="" CONTROVERSY="">{1,1}</RPENALTIES>
  <RRECOGNITIONSANDAWARDS>{1,1}</RRECOGNITIONSANDAWARDS>
  <RRESPONSES FORMALITY="" GENDEREDRESPONSE="" RESPONSETYPE="">{1,1}</RRESPONSES>
  <RSHEINFLUENCED>{1,1}</RSHEINFLUENCED>
  <SCHOLARNOTE>{1,1}</SCHOLARNOTE>
  <SIC CORR="">{1,1}</SIC>
  <SOCALLED>{1,1}</SOCALLED>
  <TCHARACTERIZATION>{1,1}</TCHARACTERIZATION>
  <TCHARACTERNAME REG="">{1,1}</TCHARACTERNAME>
  <TCHARACTERTYPEROLE PROTAGONIST="">{1,1}</TCHARACTERTYPEROLE>
  <TGENRE GENRENAME="">{1,1}</TGENRE>
  <TGENREISSUE>{1,1}</TGENREISSUE>
  <TINTERTEXTUALITY GENDEROFAUTHOR="" INTERTEXTTYPE="">{1,1}</TINTERTEXTUALITY>
  <TITLE LEVEL="" REF="" REG="" REND="" STANDARD="">{1,1}</TITLE>
  <TMOTIF MOTIFNAME="">{1,1}</TMOTIF>
  <TPLOT>{1,1}</TPLOT>
  <TSETTINGDATE SETTINGDATETYPE="">{1,1}</TSETTINGDATE>
  <TSETTINGPLACE SETTINGCLASS="" SETTINGPLACETYPE="">{1,1}</TSETTINGPLACE>
  <TTECHNIQUES TECHNIQUETYPE="">{1,1}</TTECHNIQUES>
  <TTHEMETOPIC ID="" REG="">{1,1}</TTHEMETOPIC>
  <TTONESTYLE EXPERIMENTAL="">{1,1}</TTONESTYLE>
  <TVOICENARRATION>{1,1}</TVOICENARRATION>
</RSELFDESCRIPTION>
Source
<xs:element name="RSELFDESCRIPTION">
  <xs:annotation>
    <xs:documentation>This element captures an author's evaluations of her own work and the responses to it.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="BIBCITS"/>
      <xs:element ref="DATE"/>
      <xs:element ref="DATERANGE"/>
      <xs:element ref="KEYWORDCLASS"/>
      <xs:element ref="L"/>
      <xs:element ref="NAME"/>
      <xs:element ref="ORGNAME"/>
      <xs:element ref="PADVERTISING"/>
      <xs:element ref="PARCHIVALLOCATION"/>
      <xs:element ref="PATTITUDES"/>
      <xs:element ref="PAUTHORSHIP"/>
      <xs:element ref="PCIRCULATION"/>
      <xs:element ref="PDEDICATION"/>
      <xs:element ref="PEARNINGS"/>
      <xs:element ref="PEDITIONS"/>
      <xs:element ref="PFIRSTLITERARYACTIVITY"/>
      <xs:element ref="PINFLUENCESHER"/>
      <xs:element ref="PLACE"/>
      <xs:element ref="PLITERARYMOVEMENTS"/>
      <xs:element ref="PMANUSCRIPTHISTORY"/>
      <xs:element ref="PMATERIALCONDITIONS"/>
      <xs:element ref="PMOTIVES"/>
      <xs:element ref="PNONBOOKMEDIA"/>
      <xs:element ref="PNONSURVIVAL"/>
      <xs:element ref="PPERFORMANCE"/>
      <xs:element ref="PPERIODICALPUBLICATION"/>
      <xs:element ref="PPLACEOFPUBLICATION"/>
      <xs:element ref="PPRESSRUN"/>
      <xs:element ref="PRARITIESFEATURESDECORATIONS"/>
      <xs:element ref="PRELATIONSWITHPUBLISHER"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="RESEARCHNOTE"/>
      <xs:element ref="RPENALTIES"/>
      <xs:element ref="RRECOGNITIONSANDAWARDS"/>
      <xs:element ref="RRESPONSES"/>
      <xs:element ref="RSHEINFLUENCED"/>
      <xs:element ref="SCHOLARNOTE"/>
      <xs:element ref="SIC"/>
      <xs:element ref="SOCALLED"/>
      <xs:element ref="TCHARACTERIZATION"/>
      <xs:element ref="TCHARACTERNAME"/>
      <xs:element ref="TCHARACTERTYPEROLE"/>
      <xs:element ref="TGENRE"/>
      <xs:element ref="TGENREISSUE"/>
      <xs:element ref="TINTERTEXTUALITY"/>
      <xs:element ref="TITLE"/>
      <xs:element ref="TMOTIF"/>
      <xs:element ref="TPLOT"/>
      <xs:element ref="TSETTINGDATE"/>
      <xs:element ref="TSETTINGPLACE"/>
      <xs:element ref="TTECHNIQUES"/>
      <xs:element ref="TTHEMETOPIC"/>
      <xs:element ref="TTONESTYLE"/>
      <xs:element ref="TVOICENARRATION"/>
    </xs:choice>
  </xs:complexType>
</xs:element>
[ top ]
Element TCHARACTERIZATION
Namespace No namespace
Annotations
This element contains all of the relevant information about those
fictional characters who populate an author's work.
Diagram
Diagram index.tmp#BIBCITS index.tmp#DATE index.tmp#DATERANGE index.tmp#EMPH index.tmp#FOREIGN index.tmp#KEYWORDCLASS index.tmp#NAME index.tmp#ORGNAME index.tmp#PATTITUDES index.tmp#PDEDICATION index.tmp#PEDITIONS index.tmp#PINFLUENCESHER index.tmp#PLACE index.tmp#PLITERARYMOVEMENTS index.tmp#PMANUSCRIPTHISTORY index.tmp#PMATERIALCONDITIONS index.tmp#PMODEOFPUBLICATION index.tmp#PMOTIVES index.tmp#PPERFORMANCE index.tmp#PRARITIESFEATURESDECORATIONS index.tmp#PSERIALIZATION index.tmp#PSUBMISSIONSREJECTIONS index.tmp#QUOTE index.tmp#RESEARCHNOTE index.tmp#RLANDMARKTEXT index.tmp#RPENALTIES index.tmp#RRESPONSES index.tmp#RSELFDESCRIPTION index.tmp#RSHEINFLUENCED index.tmp#SCHOLARNOTE index.tmp#SOCALLED index.tmp#TCHARACTERNAME index.tmp#TCHARACTERTYPEROLE index.tmp#TGENRE index.tmp#TGENREISSUE index.tmp#TINTERTEXTUALITY index.tmp#TITLE index.tmp#TMOTIF index.tmp#TOPIC index.tmp#TPLOT index.tmp#TSETTINGDATE index.tmp#TSETTINGPLACE index.tmp#TTECHNIQUES index.tmp#TTHEMETOPIC index.tmp#TTONESTYLE index.tmp#TVOICENARRATION
Properties
content complex
mixed true
Used by
Model
Children BIBCITS, DATE, DATERANGE, EMPH, FOREIGN, KEYWORDCLASS, NAME, ORGNAME, PATTITUDES, PDEDICATION, PEDITIONS, PINFLUENCESHER, PLACE, PLITERARYMOVEMENTS, PMANUSCRIPTHISTORY, PMATERIALCONDITIONS, PMODEOFPUBLICATION, PMOTIVES, PPERFORMANCE, PRARITIESFEATURESDECORATIONS, PSERIALIZATION, PSUBMISSIONSREJECTIONS, QUOTE, RESEARCHNOTE, RLANDMARKTEXT, RPENALTIES, RRESPONSES, RSELFDESCRIPTION, RSHEINFLUENCED, SCHOLARNOTE, SOCALLED, TCHARACTERNAME, TCHARACTERTYPEROLE, TGENRE, TGENREISSUE, TINTERTEXTUALITY, TITLE, TMOTIF, TOPIC, TPLOT, TSETTINGDATE, TSETTINGPLACE, TTECHNIQUES, TTHEMETOPIC, TTONESTYLE, TVOICENARRATION
Instance
<TCHARACTERIZATION>
  <BIBCITS ID="">{1,1}</BIBCITS>
  <DATE CALENDAR="NEWSTYLE" CERTAINTY="CERT" ID="" VALUE="">{1,1}</DATE>
  <DATERANGE CALENDAR="NEWSTYLE" CERTAINTY="CERT" EXACT="" FROM="" ID="" TO="">{1,1}</DATERANGE>
  <EMPH>{1,1}</EMPH>
  <FOREIGN LANG="" REG="">{1,1}</FOREIGN>
  <KEYWORDCLASS KEYWORDTYPE="">{1,1}</KEYWORDCLASS>
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <ORGNAME ORGTYPE="" REF="" REG="" STANDARD="" URI="">{1,1}</ORGNAME>
  <PATTITUDES>{1,1}</PATTITUDES>
  <PDEDICATION>{1,1}</PDEDICATION>
  <PEDITIONS>{1,1}</PEDITIONS>
  <PINFLUENCESHER INFLUENCETYPE="">{1,1}</PINFLUENCESHER>
  <PLACE ID="" LAT="" LONG="" REF="">{1,1}</PLACE>
  <PLITERARYMOVEMENTS INVOLVEMENT="INVOLVEMENTYES" REG="">{1,1}</PLITERARYMOVEMENTS>
  <PMANUSCRIPTHISTORY>{1,1}</PMANUSCRIPTHISTORY>
  <PMATERIALCONDITIONS DISPLACEMENT="">{1,1}</PMATERIALCONDITIONS>
  <PMODEOFPUBLICATION PUBLICATIONMODE="">{1,1}</PMODEOFPUBLICATION>
  <PMOTIVES ID="" MOTIVETYPE="">{1,1}</PMOTIVES>
  <PPERFORMANCE>{1,1}</PPERFORMANCE>
  <PRARITIESFEATURESDECORATIONS>{1,1}</PRARITIESFEATURESDECORATIONS>
  <PSERIALIZATION FORMOFSERIALIZATION="">{1,1}</PSERIALIZATION>
  <PSUBMISSIONSREJECTIONS>{1,1}</PSUBMISSIONSREJECTIONS>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <RLANDMARKTEXT>{1,1}</RLANDMARKTEXT>
  <RPENALTIES CENSORSHIP="" CONTROVERSY="">{1,1}</RPENALTIES>
  <RRESPONSES FORMALITY="" GENDEREDRESPONSE="" RESPONSETYPE="">{1,1}</RRESPONSES>
  <RSELFDESCRIPTION>{1,1}</RSELFDESCRIPTION>
  <RSHEINFLUENCED>{1,1}</RSHEINFLUENCED>
  <SCHOLARNOTE>{1,1}</SCHOLARNOTE>
  <SOCALLED>{1,1}</SOCALLED>
  <TCHARACTERNAME REG="">{1,1}</TCHARACTERNAME>
  <TCHARACTERTYPEROLE PROTAGONIST="">{1,1}</TCHARACTERTYPEROLE>
  <TGENRE GENRENAME="">{1,1}</TGENRE>
  <TGENREISSUE>{1,1}</TGENREISSUE>
  <TINTERTEXTUALITY GENDEROFAUTHOR="" INTERTEXTTYPE="">{1,1}</TINTERTEXTUALITY>
  <TITLE LEVEL="" REF="" REG="" REND="" STANDARD="">{1,1}</TITLE>
  <TMOTIF MOTIFNAME="">{1,1}</TMOTIF>
  <TOPIC STANDARD="">{1,1}</TOPIC>
  <TPLOT>{1,1}</TPLOT>
  <TSETTINGDATE SETTINGDATETYPE="">{1,1}</TSETTINGDATE>
  <TSETTINGPLACE SETTINGCLASS="" SETTINGPLACETYPE="">{1,1}</TSETTINGPLACE>
  <TTECHNIQUES TECHNIQUETYPE="">{1,1}</TTECHNIQUES>
  <TTHEMETOPIC ID="" REG="">{1,1}</TTHEMETOPIC>
  <TTONESTYLE EXPERIMENTAL="">{1,1}</TTONESTYLE>
  <TVOICENARRATION>{1,1}</TVOICENARRATION>
</TCHARACTERIZATION>
Source
<xs:element name="TCHARACTERIZATION">
  <xs:annotation>
    <xs:documentation>This element contains all of the relevant information about those fictional characters who populate an author's work.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="BIBCITS"/>
      <xs:element ref="DATE"/>
      <xs:element ref="DATERANGE"/>
      <xs:element ref="EMPH"/>
      <xs:element ref="FOREIGN"/>
      <xs:element ref="KEYWORDCLASS"/>
      <xs:element ref="NAME"/>
      <xs:element ref="ORGNAME"/>
      <xs:element ref="PATTITUDES"/>
      <xs:element ref="PDEDICATION"/>
      <xs:element ref="PEDITIONS"/>
      <xs:element ref="PINFLUENCESHER"/>
      <xs:element ref="PLACE"/>
      <xs:element ref="PLITERARYMOVEMENTS"/>
      <xs:element ref="PMANUSCRIPTHISTORY"/>
      <xs:element ref="PMATERIALCONDITIONS"/>
      <xs:element ref="PMODEOFPUBLICATION"/>
      <xs:element ref="PMOTIVES"/>
      <xs:element ref="PPERFORMANCE"/>
      <xs:element ref="PRARITIESFEATURESDECORATIONS"/>
      <xs:element ref="PSERIALIZATION"/>
      <xs:element ref="PSUBMISSIONSREJECTIONS"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="RESEARCHNOTE"/>
      <xs:element ref="RLANDMARKTEXT"/>
      <xs:element ref="RPENALTIES"/>
      <xs:element ref="RRESPONSES"/>
      <xs:element ref="RSELFDESCRIPTION"/>
      <xs:element ref="RSHEINFLUENCED"/>
      <xs:element ref="SCHOLARNOTE"/>
      <xs:element ref="SOCALLED"/>
      <xs:element ref="TCHARACTERNAME"/>
      <xs:element ref="TCHARACTERTYPEROLE"/>
      <xs:element ref="TGENRE"/>
      <xs:element ref="TGENREISSUE"/>
      <xs:element ref="TINTERTEXTUALITY"/>
      <xs:element ref="TITLE"/>
      <xs:element ref="TMOTIF"/>
      <xs:element ref="TOPIC"/>
      <xs:element ref="TPLOT"/>
      <xs:element ref="TSETTINGDATE"/>
      <xs:element ref="TSETTINGPLACE"/>
      <xs:element ref="TTECHNIQUES"/>
      <xs:element ref="TTHEMETOPIC"/>
      <xs:element ref="TTONESTYLE"/>
      <xs:element ref="TVOICENARRATION"/>
    </xs:choice>
  </xs:complexType>
</xs:element>
[ top ]
Element TGENREISSUE
Namespace No namespace
Annotations
This element allows you to talk generally about the genre issues
raised by a specific text. It may also be used in situations where there is an unusual mixture of genre forms.
Diagram
Diagram index.tmp#BIBCITS index.tmp#DATE index.tmp#DATERANGE index.tmp#EMPH index.tmp#FOREIGN index.tmp#KEYWORDCLASS index.tmp#NAME index.tmp#ORGNAME index.tmp#PADVERTISING index.tmp#PANTHOLOGIZATION index.tmp#PATTITUDES index.tmp#PAUTHORSHIP index.tmp#PCIRCULATION index.tmp#PDEDICATION index.tmp#PEARNINGS index.tmp#PEDITIONS index.tmp#PFIRSTLITERARYACTIVITY index.tmp#PINFLUENCESHER index.tmp#PLACE index.tmp#PLASTLITERARYACTIVITY index.tmp#PLITERARYMOVEMENTS index.tmp#PMATERIALCONDITIONS index.tmp#PMODEOFPUBLICATION index.tmp#PMOTIVES index.tmp#PPERFORMANCE index.tmp#PPERIODICALPUBLICATION index.tmp#PPLACEOFPUBLICATION index.tmp#PRARITIESFEATURESDECORATIONS index.tmp#PRELATIONSWITHPUBLISHER index.tmp#PSERIALIZATION index.tmp#PSUBMISSIONSREJECTIONS index.tmp#QUOTE index.tmp#RBESTKNOWNWORK index.tmp#RESEARCHNOTE index.tmp#RLANDMARKTEXT index.tmp#RRESPONSES index.tmp#RSELFDESCRIPTION index.tmp#RSHEINFLUENCED index.tmp#SCHOLARNOTE index.tmp#SOCALLED index.tmp#TCHARACTERIZATION index.tmp#TCHARACTERNAME index.tmp#TCHARACTERTYPEROLE index.tmp#TGENRE index.tmp#TINTERTEXTUALITY index.tmp#TITLE index.tmp#TMOTIF index.tmp#TPLOT index.tmp#TSETTINGDATE index.tmp#TSETTINGPLACE index.tmp#TTECHNIQUES index.tmp#TTHEMETOPIC index.tmp#TTONESTYLE index.tmp#TVOICENARRATION
Properties
content complex
mixed true
Used by
Model
Children BIBCITS, DATE, DATERANGE, EMPH, FOREIGN, KEYWORDCLASS, NAME, ORGNAME, PADVERTISING, PANTHOLOGIZATION, PATTITUDES, PAUTHORSHIP, PCIRCULATION, PDEDICATION, PEARNINGS, PEDITIONS, PFIRSTLITERARYACTIVITY, PINFLUENCESHER, PLACE, PLASTLITERARYACTIVITY, PLITERARYMOVEMENTS, PMATERIALCONDITIONS, PMODEOFPUBLICATION, PMOTIVES, PPERFORMANCE, PPERIODICALPUBLICATION, PPLACEOFPUBLICATION, PRARITIESFEATURESDECORATIONS, PRELATIONSWITHPUBLISHER, PSERIALIZATION, PSUBMISSIONSREJECTIONS, QUOTE, RBESTKNOWNWORK, RESEARCHNOTE, RLANDMARKTEXT, RRESPONSES, RSELFDESCRIPTION, RSHEINFLUENCED, SCHOLARNOTE, SOCALLED, TCHARACTERIZATION, TCHARACTERNAME, TCHARACTERTYPEROLE, TGENRE, TINTERTEXTUALITY, TITLE, TMOTIF, TPLOT, TSETTINGDATE, TSETTINGPLACE, TTECHNIQUES, TTHEMETOPIC, TTONESTYLE, TVOICENARRATION
Instance
<TGENREISSUE>
  <BIBCITS ID="">{1,1}</BIBCITS>
  <DATE CALENDAR="NEWSTYLE" CERTAINTY="CERT" ID="" VALUE="">{1,1}</DATE>
  <DATERANGE CALENDAR="NEWSTYLE" CERTAINTY="CERT" EXACT="" FROM="" ID="" TO="">{1,1}</DATERANGE>
  <EMPH>{1,1}</EMPH>
  <FOREIGN LANG="" REG="">{1,1}</FOREIGN>
  <KEYWORDCLASS KEYWORDTYPE="">{1,1}</KEYWORDCLASS>
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <ORGNAME ORGTYPE="" REF="" REG="" STANDARD="" URI="">{1,1}</ORGNAME>
  <PADVERTISING>{1,1}</PADVERTISING>
  <PANTHOLOGIZATION>{1,1}</PANTHOLOGIZATION>
  <PATTITUDES>{1,1}</PATTITUDES>
  <PAUTHORSHIP AUTHORNAMETYPE="" AUTHORSHIPCONTROVERSY="" COLLABORATION="" CONTROVERSYDATE="">{1,1}</PAUTHORSHIP>
  <PCIRCULATION>{1,1}</PCIRCULATION>
  <PDEDICATION>{1,1}</PDEDICATION>
  <PEARNINGS>{1,1}</PEARNINGS>
  <PEDITIONS>{1,1}</PEDITIONS>
  <PFIRSTLITERARYACTIVITY>{1,1}</PFIRSTLITERARYACTIVITY>
  <PINFLUENCESHER INFLUENCETYPE="">{1,1}</PINFLUENCESHER>
  <PLACE ID="" LAT="" LONG="" REF="">{1,1}</PLACE>
  <PLASTLITERARYACTIVITY>{1,1}</PLASTLITERARYACTIVITY>
  <PLITERARYMOVEMENTS INVOLVEMENT="INVOLVEMENTYES" REG="">{1,1}</PLITERARYMOVEMENTS>
  <PMATERIALCONDITIONS DISPLACEMENT="">{1,1}</PMATERIALCONDITIONS>
  <PMODEOFPUBLICATION PUBLICATIONMODE="">{1,1}</PMODEOFPUBLICATION>
  <PMOTIVES ID="" MOTIVETYPE="">{1,1}</PMOTIVES>
  <PPERFORMANCE>{1,1}</PPERFORMANCE>
  <PPERIODICALPUBLICATION>{1,1}</PPERIODICALPUBLICATION>
  <PPLACEOFPUBLICATION>{1,1}</PPLACEOFPUBLICATION>
  <PRARITIESFEATURESDECORATIONS>{1,1}</PRARITIESFEATURESDECORATIONS>
  <PRELATIONSWITHPUBLISHER RELATIONSHIPTYPE="">{1,1}</PRELATIONSWITHPUBLISHER>
  <PSERIALIZATION FORMOFSERIALIZATION="">{1,1}</PSERIALIZATION>
  <PSUBMISSIONSREJECTIONS>{1,1}</PSUBMISSIONSREJECTIONS>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <RBESTKNOWNWORK>{1,1}</RBESTKNOWNWORK>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <RLANDMARKTEXT>{1,1}</RLANDMARKTEXT>
  <RRESPONSES FORMALITY="" GENDEREDRESPONSE="" RESPONSETYPE="">{1,1}</RRESPONSES>
  <RSELFDESCRIPTION>{1,1}</RSELFDESCRIPTION>
  <RSHEINFLUENCED>{1,1}</RSHEINFLUENCED>
  <SCHOLARNOTE>{1,1}</SCHOLARNOTE>
  <SOCALLED>{1,1}</SOCALLED>
  <TCHARACTERIZATION>{1,1}</TCHARACTERIZATION>
  <TCHARACTERNAME REG="">{1,1}</TCHARACTERNAME>
  <TCHARACTERTYPEROLE PROTAGONIST="">{1,1}</TCHARACTERTYPEROLE>
  <TGENRE GENRENAME="">{1,1}</TGENRE>
  <TINTERTEXTUALITY GENDEROFAUTHOR="" INTERTEXTTYPE="">{1,1}</TINTERTEXTUALITY>
  <TITLE LEVEL="" REF="" REG="" REND="" STANDARD="">{1,1}</TITLE>
  <TMOTIF MOTIFNAME="">{1,1}</TMOTIF>
  <TPLOT>{1,1}</TPLOT>
  <TSETTINGDATE SETTINGDATETYPE="">{1,1}</TSETTINGDATE>
  <TSETTINGPLACE SETTINGCLASS="" SETTINGPLACETYPE="">{1,1}</TSETTINGPLACE>
  <TTECHNIQUES TECHNIQUETYPE="">{1,1}</TTECHNIQUES>
  <TTHEMETOPIC ID="" REG="">{1,1}</TTHEMETOPIC>
  <TTONESTYLE EXPERIMENTAL="">{1,1}</TTONESTYLE>
  <TVOICENARRATION>{1,1}</TVOICENARRATION>
</TGENREISSUE>
Source
<xs:element name="TGENREISSUE">
  <xs:annotation>
    <xs:documentation>This element allows you to talk generally about the genre issues raised by a specific text. It may also be used in situations where there is an unusual mixture of genre forms.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="BIBCITS"/>
      <xs:element ref="DATE"/>
      <xs:element ref="DATERANGE"/>
      <xs:element ref="EMPH"/>
      <xs:element ref="FOREIGN"/>
      <xs:element ref="KEYWORDCLASS"/>
      <xs:element ref="NAME"/>
      <xs:element ref="ORGNAME"/>
      <xs:element ref="PADVERTISING"/>
      <xs:element ref="PANTHOLOGIZATION"/>
      <xs:element ref="PATTITUDES"/>
      <xs:element ref="PAUTHORSHIP"/>
      <xs:element ref="PCIRCULATION"/>
      <xs:element ref="PDEDICATION"/>
      <xs:element ref="PEARNINGS"/>
      <xs:element ref="PEDITIONS"/>
      <xs:element ref="PFIRSTLITERARYACTIVITY"/>
      <xs:element ref="PINFLUENCESHER"/>
      <xs:element ref="PLACE"/>
      <xs:element ref="PLASTLITERARYACTIVITY"/>
      <xs:element ref="PLITERARYMOVEMENTS"/>
      <xs:element ref="PMATERIALCONDITIONS"/>
      <xs:element ref="PMODEOFPUBLICATION"/>
      <xs:element ref="PMOTIVES"/>
      <xs:element ref="PPERFORMANCE"/>
      <xs:element ref="PPERIODICALPUBLICATION"/>
      <xs:element ref="PPLACEOFPUBLICATION"/>
      <xs:element ref="PRARITIESFEATURESDECORATIONS"/>
      <xs:element ref="PRELATIONSWITHPUBLISHER"/>
      <xs:element ref="PSERIALIZATION"/>
      <xs:element ref="PSUBMISSIONSREJECTIONS"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="RBESTKNOWNWORK"/>
      <xs:element ref="RESEARCHNOTE"/>
      <xs:element ref="RLANDMARKTEXT"/>
      <xs:element ref="RRESPONSES"/>
      <xs:element ref="RSELFDESCRIPTION"/>
      <xs:element ref="RSHEINFLUENCED"/>
      <xs:element ref="SCHOLARNOTE"/>
      <xs:element ref="SOCALLED"/>
      <xs:element ref="TCHARACTERIZATION"/>
      <xs:element ref="TCHARACTERNAME"/>
      <xs:element ref="TCHARACTERTYPEROLE"/>
      <xs:element ref="TGENRE"/>
      <xs:element ref="TINTERTEXTUALITY"/>
      <xs:element ref="TITLE"/>
      <xs:element ref="TMOTIF"/>
      <xs:element ref="TPLOT"/>
      <xs:element ref="TSETTINGDATE"/>
      <xs:element ref="TSETTINGPLACE"/>
      <xs:element ref="TTECHNIQUES"/>
      <xs:element ref="TTHEMETOPIC"/>
      <xs:element ref="TTONESTYLE"/>
      <xs:element ref="TVOICENARRATION"/>
    </xs:choice>
  </xs:complexType>
</xs:element>
[ top ]
Element TINTERTEXTUALITY
Namespace No namespace
Annotations
This element provides a place to talk about all those textual markers
that acknowledge the existence of other texts.
Diagram
Diagram index.tmp#TINTERTEXTUALITY_GENDEROFAUTHOR index.tmp#TINTERTEXTUALITY_INTERTEXTTYPE index.tmp#BIBCITS index.tmp#DATE index.tmp#DATERANGE index.tmp#EMPH index.tmp#FOREIGN index.tmp#KEYWORDCLASS index.tmp#NAME index.tmp#ORGNAME index.tmp#PADVERTISING index.tmp#PARCHIVALLOCATION index.tmp#PATTITUDES index.tmp#PAUTHORSHIP index.tmp#PCIRCULATION index.tmp#PCOPYRIGHT index.tmp#PDEDICATION index.tmp#PEARNINGS index.tmp#PEDITIONS index.tmp#PINFLUENCESHER index.tmp#PLACE index.tmp#PLASTLITERARYACTIVITY index.tmp#PLITERARYMOVEMENTS index.tmp#PMANUSCRIPTHISTORY index.tmp#PMATERIALCONDITIONS index.tmp#PMODEOFPUBLICATION index.tmp#PMOTIVES index.tmp#PNONBOOKMEDIA index.tmp#PNONSURVIVAL index.tmp#PPERFORMANCE index.tmp#PPERIODICALPUBLICATION index.tmp#PPLACEOFPUBLICATION index.tmp#PPRESSRUN index.tmp#PPRICE index.tmp#PRARITIESFEATURESDECORATIONS index.tmp#PRELATIONSWITHPUBLISHER index.tmp#PSERIALIZATION index.tmp#PSUBMISSIONSREJECTIONS index.tmp#QUOTE index.tmp#RBESTKNOWNWORK index.tmp#RDESTRUCTIONOFWORK index.tmp#RESEARCHNOTE index.tmp#RFICTIONALIZATION index.tmp#RLANDMARKTEXT index.tmp#RPENALTIES index.tmp#RRECOGNITIONNAME index.tmp#RRECOGNITIONSANDAWARDS index.tmp#RRESPONSES index.tmp#RS index.tmp#RSELFDESCRIPTION index.tmp#RSHEINFLUENCED index.tmp#SCHOLARNOTE index.tmp#SIC index.tmp#SOCALLED index.tmp#TCHARACTERIZATION index.tmp#TCHARACTERNAME index.tmp#TCHARACTERTYPEROLE index.tmp#TGENRE index.tmp#TGENREISSUE index.tmp#TINTERTEXTUALITY index.tmp#TITLE index.tmp#TMOTIF index.tmp#TOPIC index.tmp#TPLOT index.tmp#TSETTINGDATE index.tmp#TSETTINGPLACE index.tmp#TTECHNIQUES index.tmp#TTHEMETOPIC index.tmp#TTONESTYLE index.tmp#TVOICENARRATION
Properties
content complex
mixed true
Used by
Model
Children BIBCITS, DATE, DATERANGE, EMPH, FOREIGN, KEYWORDCLASS, NAME, ORGNAME, PADVERTISING, PARCHIVALLOCATION, PATTITUDES, PAUTHORSHIP, PCIRCULATION, PCOPYRIGHT, PDEDICATION, PEARNINGS, PEDITIONS, PINFLUENCESHER, PLACE, PLASTLITERARYACTIVITY, PLITERARYMOVEMENTS, PMANUSCRIPTHISTORY, PMATERIALCONDITIONS, PMODEOFPUBLICATION, PMOTIVES, PNONBOOKMEDIA, PNONSURVIVAL, PPERFORMANCE, PPERIODICALPUBLICATION, PPLACEOFPUBLICATION, PPRESSRUN, PPRICE, PRARITIESFEATURESDECORATIONS, PRELATIONSWITHPUBLISHER, PSERIALIZATION, PSUBMISSIONSREJECTIONS, QUOTE, RBESTKNOWNWORK, RDESTRUCTIONOFWORK, RESEARCHNOTE, RFICTIONALIZATION, RLANDMARKTEXT, RPENALTIES, RRECOGNITIONNAME, RRECOGNITIONSANDAWARDS, RRESPONSES, RS, RSELFDESCRIPTION, RSHEINFLUENCED, SCHOLARNOTE, SIC, SOCALLED, TCHARACTERIZATION, TCHARACTERNAME, TCHARACTERTYPEROLE, TGENRE, TGENREISSUE, TINTERTEXTUALITY, TITLE, TMOTIF, TOPIC, TPLOT, TSETTINGDATE, TSETTINGPLACE, TTECHNIQUES, TTHEMETOPIC, TTONESTYLE, TVOICENARRATION
Instance
<TINTERTEXTUALITY GENDEROFAUTHOR="" INTERTEXTTYPE="">
  <BIBCITS ID="">{1,1}</BIBCITS>
  <DATE CALENDAR="NEWSTYLE" CERTAINTY="CERT" ID="" VALUE="">{1,1}</DATE>
  <DATERANGE CALENDAR="NEWSTYLE" CERTAINTY="CERT" EXACT="" FROM="" ID="" TO="">{1,1}</DATERANGE>
  <EMPH>{1,1}</EMPH>
  <FOREIGN LANG="" REG="">{1,1}</FOREIGN>
  <KEYWORDCLASS KEYWORDTYPE="">{1,1}</KEYWORDCLASS>
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <ORGNAME ORGTYPE="" REF="" REG="" STANDARD="" URI="">{1,1}</ORGNAME>
  <PADVERTISING>{1,1}</PADVERTISING>
  <PARCHIVALLOCATION>{1,1}</PARCHIVALLOCATION>
  <PATTITUDES>{1,1}</PATTITUDES>
  <PAUTHORSHIP AUTHORNAMETYPE="" AUTHORSHIPCONTROVERSY="" COLLABORATION="" CONTROVERSYDATE="">{1,1}</PAUTHORSHIP>
  <PCIRCULATION>{1,1}</PCIRCULATION>
  <PCOPYRIGHT>{1,1}</PCOPYRIGHT>
  <PDEDICATION>{1,1}</PDEDICATION>
  <PEARNINGS>{1,1}</PEARNINGS>
  <PEDITIONS>{1,1}</PEDITIONS>
  <PINFLUENCESHER INFLUENCETYPE="">{1,1}</PINFLUENCESHER>
  <PLACE ID="" LAT="" LONG="" REF="">{1,1}</PLACE>
  <PLASTLITERARYACTIVITY>{1,1}</PLASTLITERARYACTIVITY>
  <PLITERARYMOVEMENTS INVOLVEMENT="INVOLVEMENTYES" REG="">{1,1}</PLITERARYMOVEMENTS>
  <PMANUSCRIPTHISTORY>{1,1}</PMANUSCRIPTHISTORY>
  <PMATERIALCONDITIONS DISPLACEMENT="">{1,1}</PMATERIALCONDITIONS>
  <PMODEOFPUBLICATION PUBLICATIONMODE="">{1,1}</PMODEOFPUBLICATION>
  <PMOTIVES ID="" MOTIVETYPE="">{1,1}</PMOTIVES>
  <PNONBOOKMEDIA MEDIATYPE="">{1,1}</PNONBOOKMEDIA>
  <PNONSURVIVAL TYPEOFNONSURVIVAL="">{1,1}</PNONSURVIVAL>
  <PPERFORMANCE>{1,1}</PPERFORMANCE>
  <PPERIODICALPUBLICATION>{1,1}</PPERIODICALPUBLICATION>
  <PPLACEOFPUBLICATION>{1,1}</PPLACEOFPUBLICATION>
  <PPRESSRUN>{1,1}</PPRESSRUN>
  <PPRICE>{1,1}</PPRICE>
  <PRARITIESFEATURESDECORATIONS>{1,1}</PRARITIESFEATURESDECORATIONS>
  <PRELATIONSWITHPUBLISHER RELATIONSHIPTYPE="">{1,1}</PRELATIONSWITHPUBLISHER>
  <PSERIALIZATION FORMOFSERIALIZATION="">{1,1}</PSERIALIZATION>
  <PSUBMISSIONSREJECTIONS>{1,1}</PSUBMISSIONSREJECTIONS>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <RBESTKNOWNWORK>{1,1}</RBESTKNOWNWORK>
  <RDESTRUCTIONOFWORK DESTROYEDBY="">{1,1}</RDESTRUCTIONOFWORK>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <RFICTIONALIZATION>{1,1}</RFICTIONALIZATION>
  <RLANDMARKTEXT>{1,1}</RLANDMARKTEXT>
  <RPENALTIES CENSORSHIP="" CONTROVERSY="">{1,1}</RPENALTIES>
  <RRECOGNITIONNAME REG="">{1,1}</RRECOGNITIONNAME>
  <RRECOGNITIONSANDAWARDS>{1,1}</RRECOGNITIONSANDAWARDS>
  <RRESPONSES FORMALITY="" GENDEREDRESPONSE="" RESPONSETYPE="">{1,1}</RRESPONSES>
  <RS REG="" TYPE="">{1,1}</RS>
  <RSELFDESCRIPTION>{1,1}</RSELFDESCRIPTION>
  <RSHEINFLUENCED>{1,1}</RSHEINFLUENCED>
  <SCHOLARNOTE>{1,1}</SCHOLARNOTE>
  <SIC CORR="">{1,1}</SIC>
  <SOCALLED>{1,1}</SOCALLED>
  <TCHARACTERIZATION>{1,1}</TCHARACTERIZATION>
  <TCHARACTERNAME REG="">{1,1}</TCHARACTERNAME>
  <TCHARACTERTYPEROLE PROTAGONIST="">{1,1}</TCHARACTERTYPEROLE>
  <TGENRE GENRENAME="">{1,1}</TGENRE>
  <TGENREISSUE>{1,1}</TGENREISSUE>
  <TINTERTEXTUALITY GENDEROFAUTHOR="" INTERTEXTTYPE="">{1,1}</TINTERTEXTUALITY>
  <TITLE LEVEL="" REF="" REG="" REND="" STANDARD="">{1,1}</TITLE>
  <TMOTIF MOTIFNAME="">{1,1}</TMOTIF>
  <TOPIC STANDARD="">{1,1}</TOPIC>
  <TPLOT>{1,1}</TPLOT>
  <TSETTINGDATE SETTINGDATETYPE="">{1,1}</TSETTINGDATE>
  <TSETTINGPLACE SETTINGCLASS="" SETTINGPLACETYPE="">{1,1}</TSETTINGPLACE>
  <TTECHNIQUES TECHNIQUETYPE="">{1,1}</TTECHNIQUES>
  <TTHEMETOPIC ID="" REG="">{1,1}</TTHEMETOPIC>
  <TTONESTYLE EXPERIMENTAL="">{1,1}</TTONESTYLE>
  <TVOICENARRATION>{1,1}</TVOICENARRATION>
</TINTERTEXTUALITY>
Attributes
QName Type Use Annotation
GENDEROFAUTHOR restriction of xs:token optional
genderOfAuthor is an optional attribute modifying the element
tIntertextuality; therefore, it allows you to identify the sex of the author who wrote the intertext. It will prove useful for researching how
women responded to other texts written by male or female authors.
INTERTEXTTYPE restriction of xs:token optional
IntertextType is an attribute used to modify the element
tIntertextuality. It allows greater specificity to indicate how an intertext has been used in connection with any one text.
Source
<xs:element name="TINTERTEXTUALITY">
  <xs:annotation>
    <xs:documentation>This element provides a place to talk about all those textual markers that acknowledge the existence of other texts.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="BIBCITS"/>
      <xs:element ref="DATE"/>
      <xs:element ref="DATERANGE"/>
      <xs:element ref="EMPH"/>
      <xs:element ref="FOREIGN"/>
      <xs:element ref="KEYWORDCLASS"/>
      <xs:element ref="NAME"/>
      <xs:element ref="ORGNAME"/>
      <xs:element ref="PADVERTISING"/>
      <xs:element ref="PARCHIVALLOCATION"/>
      <xs:element ref="PATTITUDES"/>
      <xs:element ref="PAUTHORSHIP"/>
      <xs:element ref="PCIRCULATION"/>
      <xs:element ref="PCOPYRIGHT"/>
      <xs:element ref="PDEDICATION"/>
      <xs:element ref="PEARNINGS"/>
      <xs:element ref="PEDITIONS"/>
      <xs:element ref="PINFLUENCESHER"/>
      <xs:element ref="PLACE"/>
      <xs:element ref="PLASTLITERARYACTIVITY"/>
      <xs:element ref="PLITERARYMOVEMENTS"/>
      <xs:element ref="PMANUSCRIPTHISTORY"/>
      <xs:element ref="PMATERIALCONDITIONS"/>
      <xs:element ref="PMODEOFPUBLICATION"/>
      <xs:element ref="PMOTIVES"/>
      <xs:element ref="PNONBOOKMEDIA"/>
      <xs:element ref="PNONSURVIVAL"/>
      <xs:element ref="PPERFORMANCE"/>
      <xs:element ref="PPERIODICALPUBLICATION"/>
      <xs:element ref="PPLACEOFPUBLICATION"/>
      <xs:element ref="PPRESSRUN"/>
      <xs:element ref="PPRICE"/>
      <xs:element ref="PRARITIESFEATURESDECORATIONS"/>
      <xs:element ref="PRELATIONSWITHPUBLISHER"/>
      <xs:element ref="PSERIALIZATION"/>
      <xs:element ref="PSUBMISSIONSREJECTIONS"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="RBESTKNOWNWORK"/>
      <xs:element ref="RDESTRUCTIONOFWORK"/>
      <xs:element ref="RESEARCHNOTE"/>
      <xs:element ref="RFICTIONALIZATION"/>
      <xs:element ref="RLANDMARKTEXT"/>
      <xs:element ref="RPENALTIES"/>
      <xs:element ref="RRECOGNITIONNAME"/>
      <xs:element ref="RRECOGNITIONSANDAWARDS"/>
      <xs:element ref="RRESPONSES"/>
      <xs:element ref="RS"/>
      <xs:element ref="RSELFDESCRIPTION"/>
      <xs:element ref="RSHEINFLUENCED"/>
      <xs:element ref="SCHOLARNOTE"/>
      <xs:element ref="SIC"/>
      <xs:element ref="SOCALLED"/>
      <xs:element ref="TCHARACTERIZATION"/>
      <xs:element ref="TCHARACTERNAME"/>
      <xs:element ref="TCHARACTERTYPEROLE"/>
      <xs:element ref="TGENRE"/>
      <xs:element ref="TGENREISSUE"/>
      <xs:element ref="TINTERTEXTUALITY"/>
      <xs:element ref="TITLE"/>
      <xs:element ref="TMOTIF"/>
      <xs:element ref="TOPIC"/>
      <xs:element ref="TPLOT"/>
      <xs:element ref="TSETTINGDATE"/>
      <xs:element ref="TSETTINGPLACE"/>
      <xs:element ref="TTECHNIQUES"/>
      <xs:element ref="TTHEMETOPIC"/>
      <xs:element ref="TTONESTYLE"/>
      <xs:element ref="TVOICENARRATION"/>
    </xs:choice>
    <xs:attribute name="GENDEROFAUTHOR">
      <xs:annotation>
        <xs:documentation>genderOfAuthor is an optional attribute modifying the element tIntertextuality; therefore, it allows you to identify the sex of the author who wrote the intertext. It will prove useful for researching how women responded to other texts written by male or female authors.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="FEMALE"/>
          <xs:enumeration value="MALE"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="INTERTEXTTYPE">
      <xs:annotation>
        <xs:documentation>IntertextType is an attribute used to modify the element tIntertextuality. It allows greater specificity to indicate how an intertext has been used in connection with any one text.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="ALLUSIONACKNOWLEDGED"/>
          <xs:enumeration value="ALLUSIONUNACKNOWLEDGED"/>
          <xs:enumeration value="QUOTATION"/>
          <xs:enumeration value="MISQUOTATION"/>
          <xs:enumeration value="PARODY"/>
          <xs:enumeration value="SATIRE"/>
          <xs:enumeration value="IMITATION"/>
          <xs:enumeration value="ADAPTATION-UPDATE"/>
          <xs:enumeration value="PREQUEL"/>
          <xs:enumeration value="CONTINUATION"/>
          <xs:enumeration value="ANSWER"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element TMOTIF
Namespace No namespace
Annotations
The motif element pertains to those discussions of a significant
scene, episode, or idea in the text where these are not coterminal with the entire text. Motifs are localized or contained within the plot and may recur
in multiple works or multiple times in the same work.
Diagram
Diagram index.tmp#TMOTIF_MOTIFNAME index.tmp#BIBCITS index.tmp#DATE index.tmp#EMPH index.tmp#FOREIGN index.tmp#KEYWORDCLASS index.tmp#NAME index.tmp#ORGNAME index.tmp#PDEDICATION index.tmp#PLACE index.tmp#QUOTE index.tmp#SCHOLARNOTE index.tmp#SOCALLED index.tmp#TCHARACTERIZATION index.tmp#TCHARACTERNAME index.tmp#TCHARACTERTYPEROLE index.tmp#TGENRE index.tmp#TINTERTEXTUALITY index.tmp#TITLE index.tmp#TSETTINGDATE index.tmp#TSETTINGPLACE index.tmp#TTECHNIQUES index.tmp#TTHEMETOPIC index.tmp#TVOICENARRATION
Properties
content complex
mixed true
Used by
Model
Children BIBCITS, DATE, EMPH, FOREIGN, KEYWORDCLASS, NAME, ORGNAME, PDEDICATION, PLACE, QUOTE, SCHOLARNOTE, SOCALLED, TCHARACTERIZATION, TCHARACTERNAME, TCHARACTERTYPEROLE, TGENRE, TINTERTEXTUALITY, TITLE, TSETTINGDATE, TSETTINGPLACE, TTECHNIQUES, TTHEMETOPIC, TVOICENARRATION
Instance
<TMOTIF MOTIFNAME="">
  <BIBCITS ID="">{1,1}</BIBCITS>
  <DATE CALENDAR="NEWSTYLE" CERTAINTY="CERT" ID="" VALUE="">{1,1}</DATE>
  <EMPH>{1,1}</EMPH>
  <FOREIGN LANG="" REG="">{1,1}</FOREIGN>
  <KEYWORDCLASS KEYWORDTYPE="">{1,1}</KEYWORDCLASS>
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <ORGNAME ORGTYPE="" REF="" REG="" STANDARD="" URI="">{1,1}</ORGNAME>
  <PDEDICATION>{1,1}</PDEDICATION>
  <PLACE ID="" LAT="" LONG="" REF="">{1,1}</PLACE>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <SCHOLARNOTE>{1,1}</SCHOLARNOTE>
  <SOCALLED>{1,1}</SOCALLED>
  <TCHARACTERIZATION>{1,1}</TCHARACTERIZATION>
  <TCHARACTERNAME REG="">{1,1}</TCHARACTERNAME>
  <TCHARACTERTYPEROLE PROTAGONIST="">{1,1}</TCHARACTERTYPEROLE>
  <TGENRE GENRENAME="">{1,1}</TGENRE>
  <TINTERTEXTUALITY GENDEROFAUTHOR="" INTERTEXTTYPE="">{1,1}</TINTERTEXTUALITY>
  <TITLE LEVEL="" REF="" REG="" REND="" STANDARD="">{1,1}</TITLE>
  <TSETTINGDATE SETTINGDATETYPE="">{1,1}</TSETTINGDATE>
  <TSETTINGPLACE SETTINGCLASS="" SETTINGPLACETYPE="">{1,1}</TSETTINGPLACE>
  <TTECHNIQUES TECHNIQUETYPE="">{1,1}</TTECHNIQUES>
  <TTHEMETOPIC ID="" REG="">{1,1}</TTHEMETOPIC>
  <TVOICENARRATION>{1,1}</TVOICENARRATION>
</TMOTIF>
Attributes
QName Type Use Annotation
MOTIFNAME optional
Atribute on tMotif used to regularize discussions of motifs to
one of the descriptors listed under Motif.
Source
<xs:element name="TMOTIF">
  <xs:annotation>
    <xs:documentation>The motif element pertains to those discussions of a significant scene, episode, or idea in the text where these are not coterminal with the entire text. Motifs are localized or contained within the plot and may recur in multiple works or multiple times in the same work.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="BIBCITS"/>
      <xs:element ref="DATE"/>
      <xs:element ref="EMPH"/>
      <xs:element ref="FOREIGN"/>
      <xs:element ref="KEYWORDCLASS"/>
      <xs:element ref="NAME"/>
      <xs:element ref="ORGNAME"/>
      <xs:element ref="PDEDICATION"/>
      <xs:element ref="PLACE"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="SCHOLARNOTE"/>
      <xs:element ref="SOCALLED"/>
      <xs:element ref="TCHARACTERIZATION"/>
      <xs:element ref="TCHARACTERNAME"/>
      <xs:element ref="TCHARACTERTYPEROLE"/>
      <xs:element ref="TGENRE"/>
      <xs:element ref="TINTERTEXTUALITY"/>
      <xs:element ref="TITLE"/>
      <xs:element ref="TSETTINGDATE"/>
      <xs:element ref="TSETTINGPLACE"/>
      <xs:element ref="TTECHNIQUES"/>
      <xs:element ref="TTHEMETOPIC"/>
      <xs:element ref="TVOICENARRATION"/>
    </xs:choice>
    <xs:attribute name="MOTIFNAME">
      <xs:annotation>
        <xs:documentation>Atribute on tMotif used to regularize discussions of motifs to one of the descriptors listed under Motif.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element TSETTINGDATE
Namespace No namespace
Annotations
This element pertains to the real or fictive time in which a text is set
relative to the writer's time, not the reader's. It can be specific, "1789," or general "in the future," or relative to a non-dateable event "after the
war."
Diagram
Diagram index.tmp#TSETTINGDATE_SETTINGDATETYPE index.tmp#BIBCITS index.tmp#DATE index.tmp#DATERANGE index.tmp#EMPH index.tmp#FOREIGN index.tmp#KEYWORDCLASS index.tmp#NAME index.tmp#ORGNAME index.tmp#PAUTHORSHIP index.tmp#PDEDICATION index.tmp#PINFLUENCESHER index.tmp#PLACE index.tmp#PLASTLITERARYACTIVITY index.tmp#PMANUSCRIPTHISTORY index.tmp#PMATERIALCONDITIONS index.tmp#PMOTIVES index.tmp#PPERFORMANCE index.tmp#PPLACEOFPUBLICATION index.tmp#QUOTE index.tmp#RBESTKNOWNWORK index.tmp#RESEARCHNOTE index.tmp#RRECOGNITIONSANDAWARDS index.tmp#RSELFDESCRIPTION index.tmp#SCHOLARNOTE index.tmp#SOCALLED index.tmp#TCHARACTERIZATION index.tmp#TCHARACTERNAME index.tmp#TCHARACTERTYPEROLE index.tmp#TGENRE index.tmp#TGENREISSUE index.tmp#TINTERTEXTUALITY index.tmp#TITLE index.tmp#TMOTIF index.tmp#TOPIC index.tmp#TPLOT index.tmp#TSETTINGPLACE index.tmp#TTECHNIQUES index.tmp#TTHEMETOPIC index.tmp#TTONESTYLE index.tmp#TVOICENARRATION
Properties
content complex
mixed true
Used by
Model
Children BIBCITS, DATE, DATERANGE, EMPH, FOREIGN, KEYWORDCLASS, NAME, ORGNAME, PAUTHORSHIP, PDEDICATION, PINFLUENCESHER, PLACE, PLASTLITERARYACTIVITY, PMANUSCRIPTHISTORY, PMATERIALCONDITIONS, PMOTIVES, PPERFORMANCE, PPLACEOFPUBLICATION, QUOTE, RBESTKNOWNWORK, RESEARCHNOTE, RRECOGNITIONSANDAWARDS, RSELFDESCRIPTION, SCHOLARNOTE, SOCALLED, TCHARACTERIZATION, TCHARACTERNAME, TCHARACTERTYPEROLE, TGENRE, TGENREISSUE, TINTERTEXTUALITY, TITLE, TMOTIF, TOPIC, TPLOT, TSETTINGPLACE, TTECHNIQUES, TTHEMETOPIC, TTONESTYLE, TVOICENARRATION
Instance
<TSETTINGDATE SETTINGDATETYPE="">
  <BIBCITS ID="">{1,1}</BIBCITS>
  <DATE CALENDAR="NEWSTYLE" CERTAINTY="CERT" ID="" VALUE="">{1,1}</DATE>
  <DATERANGE CALENDAR="NEWSTYLE" CERTAINTY="CERT" EXACT="" FROM="" ID="" TO="">{1,1}</DATERANGE>
  <EMPH>{1,1}</EMPH>
  <FOREIGN LANG="" REG="">{1,1}</FOREIGN>
  <KEYWORDCLASS KEYWORDTYPE="">{1,1}</KEYWORDCLASS>
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <ORGNAME ORGTYPE="" REF="" REG="" STANDARD="" URI="">{1,1}</ORGNAME>
  <PAUTHORSHIP AUTHORNAMETYPE="" AUTHORSHIPCONTROVERSY="" COLLABORATION="" CONTROVERSYDATE="">{1,1}</PAUTHORSHIP>
  <PDEDICATION>{1,1}</PDEDICATION>
  <PINFLUENCESHER INFLUENCETYPE="">{1,1}</PINFLUENCESHER>
  <PLACE ID="" LAT="" LONG="" REF="">{1,1}</PLACE>
  <PLASTLITERARYACTIVITY>{1,1}</PLASTLITERARYACTIVITY>
  <PMANUSCRIPTHISTORY>{1,1}</PMANUSCRIPTHISTORY>
  <PMATERIALCONDITIONS DISPLACEMENT="">{1,1}</PMATERIALCONDITIONS>
  <PMOTIVES ID="" MOTIVETYPE="">{1,1}</PMOTIVES>
  <PPERFORMANCE>{1,1}</PPERFORMANCE>
  <PPLACEOFPUBLICATION>{1,1}</PPLACEOFPUBLICATION>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <RBESTKNOWNWORK>{1,1}</RBESTKNOWNWORK>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <RRECOGNITIONSANDAWARDS>{1,1}</RRECOGNITIONSANDAWARDS>
  <RSELFDESCRIPTION>{1,1}</RSELFDESCRIPTION>
  <SCHOLARNOTE>{1,1}</SCHOLARNOTE>
  <SOCALLED>{1,1}</SOCALLED>
  <TCHARACTERIZATION>{1,1}</TCHARACTERIZATION>
  <TCHARACTERNAME REG="">{1,1}</TCHARACTERNAME>
  <TCHARACTERTYPEROLE PROTAGONIST="">{1,1}</TCHARACTERTYPEROLE>
  <TGENRE GENRENAME="">{1,1}</TGENRE>
  <TGENREISSUE>{1,1}</TGENREISSUE>
  <TINTERTEXTUALITY GENDEROFAUTHOR="" INTERTEXTTYPE="">{1,1}</TINTERTEXTUALITY>
  <TITLE LEVEL="" REF="" REG="" REND="" STANDARD="">{1,1}</TITLE>
  <TMOTIF MOTIFNAME="">{1,1}</TMOTIF>
  <TOPIC STANDARD="">{1,1}</TOPIC>
  <TPLOT>{1,1}</TPLOT>
  <TSETTINGPLACE SETTINGCLASS="" SETTINGPLACETYPE="">{1,1}</TSETTINGPLACE>
  <TTECHNIQUES TECHNIQUETYPE="">{1,1}</TTECHNIQUES>
  <TTHEMETOPIC ID="" REG="">{1,1}</TTHEMETOPIC>
  <TTONESTYLE EXPERIMENTAL="">{1,1}</TTONESTYLE>
  <TVOICENARRATION>{1,1}</TVOICENARRATION>
</TSETTINGDATE>
Attributes
QName Type Use Annotation
SETTINGDATETYPE restriction of xs:token optional
SettingDateType is an optional attribute that specifies the
historical era of a setting.
Source
<xs:element name="TSETTINGDATE">
  <xs:annotation>
    <xs:documentation>This element pertains to the real or fictive time in which a text is set relative to the writer's time, not the reader's. It can be specific, "1789," or general "in the future," or relative to a non-dateable event "after the war."</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="BIBCITS"/>
      <xs:element ref="DATE"/>
      <xs:element ref="DATERANGE"/>
      <xs:element ref="EMPH"/>
      <xs:element ref="FOREIGN"/>
      <xs:element ref="KEYWORDCLASS"/>
      <xs:element ref="NAME"/>
      <xs:element ref="ORGNAME"/>
      <xs:element ref="PAUTHORSHIP"/>
      <xs:element ref="PDEDICATION"/>
      <xs:element ref="PINFLUENCESHER"/>
      <xs:element ref="PLACE"/>
      <xs:element ref="PLASTLITERARYACTIVITY"/>
      <xs:element ref="PMANUSCRIPTHISTORY"/>
      <xs:element ref="PMATERIALCONDITIONS"/>
      <xs:element ref="PMOTIVES"/>
      <xs:element ref="PPERFORMANCE"/>
      <xs:element ref="PPLACEOFPUBLICATION"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="RBESTKNOWNWORK"/>
      <xs:element ref="RESEARCHNOTE"/>
      <xs:element ref="RRECOGNITIONSANDAWARDS"/>
      <xs:element ref="RSELFDESCRIPTION"/>
      <xs:element ref="SCHOLARNOTE"/>
      <xs:element ref="SOCALLED"/>
      <xs:element ref="TCHARACTERIZATION"/>
      <xs:element ref="TCHARACTERNAME"/>
      <xs:element ref="TCHARACTERTYPEROLE"/>
      <xs:element ref="TGENRE"/>
      <xs:element ref="TGENREISSUE"/>
      <xs:element ref="TINTERTEXTUALITY"/>
      <xs:element ref="TITLE"/>
      <xs:element ref="TMOTIF"/>
      <xs:element ref="TOPIC"/>
      <xs:element ref="TPLOT"/>
      <xs:element ref="TSETTINGPLACE"/>
      <xs:element ref="TTECHNIQUES"/>
      <xs:element ref="TTHEMETOPIC"/>
      <xs:element ref="TTONESTYLE"/>
      <xs:element ref="TVOICENARRATION"/>
    </xs:choice>
    <xs:attribute name="SETTINGDATETYPE">
      <xs:annotation>
        <xs:documentation>SettingDateType is an optional attribute that specifies the historical era of a setting.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="PAST"/>
          <xs:enumeration value="PRESENT"/>
          <xs:enumeration value="FUTURE"/>
          <xs:enumeration value="AMBIGUOUS"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element TPLOT
Namespace No namespace
Annotations
The plot element should address overview summaries of narrative
actions. Plot is described as "the plan, design, scheme, or pattern in a text."
Diagram
Diagram index.tmp#BIBCITS index.tmp#DATE index.tmp#DATERANGE index.tmp#EMPH index.tmp#FOREIGN index.tmp#KEYWORDCLASS index.tmp#NAME index.tmp#ORGNAME index.tmp#PANTHOLOGIZATION index.tmp#PATTITUDES index.tmp#PAUTHORSHIP index.tmp#PCOPYRIGHT index.tmp#PEDITIONS index.tmp#PINFLUENCESHER index.tmp#PLACE index.tmp#PLASTLITERARYACTIVITY index.tmp#PLITERARYMOVEMENTS index.tmp#PMODEOFPUBLICATION index.tmp#PMOTIVES index.tmp#PPERFORMANCE index.tmp#PRARITIESFEATURESDECORATIONS index.tmp#PRELATIONSWITHPUBLISHER index.tmp#QUOTE index.tmp#RESEARCHNOTE index.tmp#RLANDMARKTEXT index.tmp#RRESPONSES index.tmp#RS index.tmp#RSELFDESCRIPTION index.tmp#RSHEINFLUENCED index.tmp#SCHOLARNOTE index.tmp#SOCALLED index.tmp#TCHARACTERIZATION index.tmp#TCHARACTERNAME index.tmp#TCHARACTERTYPEROLE index.tmp#TGENRE index.tmp#TGENREISSUE index.tmp#TINTERTEXTUALITY index.tmp#TITLE index.tmp#TMOTIF index.tmp#TOPIC index.tmp#TSETTINGDATE index.tmp#TSETTINGPLACE index.tmp#TTECHNIQUES index.tmp#TTHEMETOPIC index.tmp#TTONESTYLE index.tmp#TVOICENARRATION
Properties
content complex
mixed true
Used by
Model
Children BIBCITS, DATE, DATERANGE, EMPH, FOREIGN, KEYWORDCLASS, NAME, ORGNAME, PANTHOLOGIZATION, PATTITUDES, PAUTHORSHIP, PCOPYRIGHT, PEDITIONS, PINFLUENCESHER, PLACE, PLASTLITERARYACTIVITY, PLITERARYMOVEMENTS, PMODEOFPUBLICATION, PMOTIVES, PPERFORMANCE, PRARITIESFEATURESDECORATIONS, PRELATIONSWITHPUBLISHER, QUOTE, RESEARCHNOTE, RLANDMARKTEXT, RRESPONSES, RS, RSELFDESCRIPTION, RSHEINFLUENCED, SCHOLARNOTE, SOCALLED, TCHARACTERIZATION, TCHARACTERNAME, TCHARACTERTYPEROLE, TGENRE, TGENREISSUE, TINTERTEXTUALITY, TITLE, TMOTIF, TOPIC, TSETTINGDATE, TSETTINGPLACE, TTECHNIQUES, TTHEMETOPIC, TTONESTYLE, TVOICENARRATION
Instance
<TPLOT>
  <BIBCITS ID="">{1,1}</BIBCITS>
  <DATE CALENDAR="NEWSTYLE" CERTAINTY="CERT" ID="" VALUE="">{1,1}</DATE>
  <DATERANGE CALENDAR="NEWSTYLE" CERTAINTY="CERT" EXACT="" FROM="" ID="" TO="">{1,1}</DATERANGE>
  <EMPH>{1,1}</EMPH>
  <FOREIGN LANG="" REG="">{1,1}</FOREIGN>
  <KEYWORDCLASS KEYWORDTYPE="">{1,1}</KEYWORDCLASS>
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <ORGNAME ORGTYPE="" REF="" REG="" STANDARD="" URI="">{1,1}</ORGNAME>
  <PANTHOLOGIZATION>{1,1}</PANTHOLOGIZATION>
  <PATTITUDES>{1,1}</PATTITUDES>
  <PAUTHORSHIP AUTHORNAMETYPE="" AUTHORSHIPCONTROVERSY="" COLLABORATION="" CONTROVERSYDATE="">{1,1}</PAUTHORSHIP>
  <PCOPYRIGHT>{1,1}</PCOPYRIGHT>
  <PEDITIONS>{1,1}</PEDITIONS>
  <PINFLUENCESHER INFLUENCETYPE="">{1,1}</PINFLUENCESHER>
  <PLACE ID="" LAT="" LONG="" REF="">{1,1}</PLACE>
  <PLASTLITERARYACTIVITY>{1,1}</PLASTLITERARYACTIVITY>
  <PLITERARYMOVEMENTS INVOLVEMENT="INVOLVEMENTYES" REG="">{1,1}</PLITERARYMOVEMENTS>
  <PMODEOFPUBLICATION PUBLICATIONMODE="">{1,1}</PMODEOFPUBLICATION>
  <PMOTIVES ID="" MOTIVETYPE="">{1,1}</PMOTIVES>
  <PPERFORMANCE>{1,1}</PPERFORMANCE>
  <PRARITIESFEATURESDECORATIONS>{1,1}</PRARITIESFEATURESDECORATIONS>
  <PRELATIONSWITHPUBLISHER RELATIONSHIPTYPE="">{1,1}</PRELATIONSWITHPUBLISHER>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <RLANDMARKTEXT>{1,1}</RLANDMARKTEXT>
  <RRESPONSES FORMALITY="" GENDEREDRESPONSE="" RESPONSETYPE="">{1,1}</RRESPONSES>
  <RS REG="" TYPE="">{1,1}</RS>
  <RSELFDESCRIPTION>{1,1}</RSELFDESCRIPTION>
  <RSHEINFLUENCED>{1,1}</RSHEINFLUENCED>
  <SCHOLARNOTE>{1,1}</SCHOLARNOTE>
  <SOCALLED>{1,1}</SOCALLED>
  <TCHARACTERIZATION>{1,1}</TCHARACTERIZATION>
  <TCHARACTERNAME REG="">{1,1}</TCHARACTERNAME>
  <TCHARACTERTYPEROLE PROTAGONIST="">{1,1}</TCHARACTERTYPEROLE>
  <TGENRE GENRENAME="">{1,1}</TGENRE>
  <TGENREISSUE>{1,1}</TGENREISSUE>
  <TINTERTEXTUALITY GENDEROFAUTHOR="" INTERTEXTTYPE="">{1,1}</TINTERTEXTUALITY>
  <TITLE LEVEL="" REF="" REG="" REND="" STANDARD="">{1,1}</TITLE>
  <TMOTIF MOTIFNAME="">{1,1}</TMOTIF>
  <TOPIC STANDARD="">{1,1}</TOPIC>
  <TSETTINGDATE SETTINGDATETYPE="">{1,1}</TSETTINGDATE>
  <TSETTINGPLACE SETTINGCLASS="" SETTINGPLACETYPE="">{1,1}</TSETTINGPLACE>
  <TTECHNIQUES TECHNIQUETYPE="">{1,1}</TTECHNIQUES>
  <TTHEMETOPIC ID="" REG="">{1,1}</TTHEMETOPIC>
  <TTONESTYLE EXPERIMENTAL="">{1,1}</TTONESTYLE>
  <TVOICENARRATION>{1,1}</TVOICENARRATION>
</TPLOT>
Source
<xs:element name="TPLOT">
  <xs:annotation>
    <xs:documentation>The plot element should address overview summaries of narrative actions. Plot is described as "the plan, design, scheme, or pattern in a text."</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="BIBCITS"/>
      <xs:element ref="DATE"/>
      <xs:element ref="DATERANGE"/>
      <xs:element ref="EMPH"/>
      <xs:element ref="FOREIGN"/>
      <xs:element ref="KEYWORDCLASS"/>
      <xs:element ref="NAME"/>
      <xs:element ref="ORGNAME"/>
      <xs:element ref="PANTHOLOGIZATION"/>
      <xs:element ref="PATTITUDES"/>
      <xs:element ref="PAUTHORSHIP"/>
      <xs:element ref="PCOPYRIGHT"/>
      <xs:element ref="PEDITIONS"/>
      <xs:element ref="PINFLUENCESHER"/>
      <xs:element ref="PLACE"/>
      <xs:element ref="PLASTLITERARYACTIVITY"/>
      <xs:element ref="PLITERARYMOVEMENTS"/>
      <xs:element ref="PMODEOFPUBLICATION"/>
      <xs:element ref="PMOTIVES"/>
      <xs:element ref="PPERFORMANCE"/>
      <xs:element ref="PRARITIESFEATURESDECORATIONS"/>
      <xs:element ref="PRELATIONSWITHPUBLISHER"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="RESEARCHNOTE"/>
      <xs:element ref="RLANDMARKTEXT"/>
      <xs:element ref="RRESPONSES"/>
      <xs:element ref="RS"/>
      <xs:element ref="RSELFDESCRIPTION"/>
      <xs:element ref="RSHEINFLUENCED"/>
      <xs:element ref="SCHOLARNOTE"/>
      <xs:element ref="SOCALLED"/>
      <xs:element ref="TCHARACTERIZATION"/>
      <xs:element ref="TCHARACTERNAME"/>
      <xs:element ref="TCHARACTERTYPEROLE"/>
      <xs:element ref="TGENRE"/>
      <xs:element ref="TGENREISSUE"/>
      <xs:element ref="TINTERTEXTUALITY"/>
      <xs:element ref="TITLE"/>
      <xs:element ref="TMOTIF"/>
      <xs:element ref="TOPIC"/>
      <xs:element ref="TSETTINGDATE"/>
      <xs:element ref="TSETTINGPLACE"/>
      <xs:element ref="TTECHNIQUES"/>
      <xs:element ref="TTHEMETOPIC"/>
      <xs:element ref="TTONESTYLE"/>
      <xs:element ref="TVOICENARRATION"/>
    </xs:choice>
  </xs:complexType>
</xs:element>
[ top ]
Element TSETTINGPLACE
Namespace No namespace
Annotations
This element addresses the real or fictive place in which a text is
set.
Diagram
Diagram index.tmp#TSETTINGPLACE_SETTINGCLASS index.tmp#TSETTINGPLACE_SETTINGPLACETYPE index.tmp#BIBCITS index.tmp#DATE index.tmp#DATERANGE index.tmp#EMPH index.tmp#FOREIGN index.tmp#KEYWORDCLASS index.tmp#NAME index.tmp#ORGNAME index.tmp#PATTITUDES index.tmp#PAUTHORSHIP index.tmp#PCIRCULATION index.tmp#PDEDICATION index.tmp#PEARNINGS index.tmp#PEDITIONS index.tmp#PFIRSTLITERARYACTIVITY index.tmp#PINFLUENCESHER index.tmp#PLACE index.tmp#PLASTLITERARYACTIVITY index.tmp#PLITERARYMOVEMENTS index.tmp#PMANUSCRIPTHISTORY index.tmp#PMATERIALCONDITIONS index.tmp#PMOTIVES index.tmp#PNONBOOKMEDIA index.tmp#PNONSURVIVAL index.tmp#PPERFORMANCE index.tmp#PPERIODICALPUBLICATION index.tmp#PPLACEOFPUBLICATION index.tmp#PPRICE index.tmp#PRARITIESFEATURESDECORATIONS index.tmp#PRELATIONSWITHPUBLISHER index.tmp#PSERIALIZATION index.tmp#PSUBMISSIONSREJECTIONS index.tmp#QUOTE index.tmp#RBESTKNOWNWORK index.tmp#RESEARCHNOTE index.tmp#RLANDMARKTEXT index.tmp#RRECOGNITIONNAME index.tmp#RRECOGNITIONSANDAWARDS index.tmp#RRESPONSES index.tmp#RS index.tmp#RSELFDESCRIPTION index.tmp#RSHEINFLUENCED index.tmp#SCHOLARNOTE index.tmp#SOCALLED index.tmp#TCHARACTERIZATION index.tmp#TCHARACTERNAME index.tmp#TCHARACTERTYPEROLE index.tmp#TGENRE index.tmp#TGENREISSUE index.tmp#TINTERTEXTUALITY index.tmp#TITLE index.tmp#TMOTIF index.tmp#TOPIC index.tmp#TPLOT index.tmp#TSETTINGDATE index.tmp#TTECHNIQUES index.tmp#TTHEMETOPIC index.tmp#TTONESTYLE index.tmp#TVOICENARRATION
Properties
content complex
mixed true
Used by
Model
Children BIBCITS, DATE, DATERANGE, EMPH, FOREIGN, KEYWORDCLASS, NAME, ORGNAME, PATTITUDES, PAUTHORSHIP, PCIRCULATION, PDEDICATION, PEARNINGS, PEDITIONS, PFIRSTLITERARYACTIVITY, PINFLUENCESHER, PLACE, PLASTLITERARYACTIVITY, PLITERARYMOVEMENTS, PMANUSCRIPTHISTORY, PMATERIALCONDITIONS, PMOTIVES, PNONBOOKMEDIA, PNONSURVIVAL, PPERFORMANCE, PPERIODICALPUBLICATION, PPLACEOFPUBLICATION, PPRICE, PRARITIESFEATURESDECORATIONS, PRELATIONSWITHPUBLISHER, PSERIALIZATION, PSUBMISSIONSREJECTIONS, QUOTE, RBESTKNOWNWORK, RESEARCHNOTE, RLANDMARKTEXT, RRECOGNITIONNAME, RRECOGNITIONSANDAWARDS, RRESPONSES, RS, RSELFDESCRIPTION, RSHEINFLUENCED, SCHOLARNOTE, SOCALLED, TCHARACTERIZATION, TCHARACTERNAME, TCHARACTERTYPEROLE, TGENRE, TGENREISSUE, TINTERTEXTUALITY, TITLE, TMOTIF, TOPIC, TPLOT, TSETTINGDATE, TTECHNIQUES, TTHEMETOPIC, TTONESTYLE, TVOICENARRATION
Instance
<TSETTINGPLACE SETTINGCLASS="" SETTINGPLACETYPE="">
  <BIBCITS ID="">{1,1}</BIBCITS>
  <DATE CALENDAR="NEWSTYLE" CERTAINTY="CERT" ID="" VALUE="">{1,1}</DATE>
  <DATERANGE CALENDAR="NEWSTYLE" CERTAINTY="CERT" EXACT="" FROM="" ID="" TO="">{1,1}</DATERANGE>
  <EMPH>{1,1}</EMPH>
  <FOREIGN LANG="" REG="">{1,1}</FOREIGN>
  <KEYWORDCLASS KEYWORDTYPE="">{1,1}</KEYWORDCLASS>
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <ORGNAME ORGTYPE="" REF="" REG="" STANDARD="" URI="">{1,1}</ORGNAME>
  <PATTITUDES>{1,1}</PATTITUDES>
  <PAUTHORSHIP AUTHORNAMETYPE="" AUTHORSHIPCONTROVERSY="" COLLABORATION="" CONTROVERSYDATE="">{1,1}</PAUTHORSHIP>
  <PCIRCULATION>{1,1}</PCIRCULATION>
  <PDEDICATION>{1,1}</PDEDICATION>
  <PEARNINGS>{1,1}</PEARNINGS>
  <PEDITIONS>{1,1}</PEDITIONS>
  <PFIRSTLITERARYACTIVITY>{1,1}</PFIRSTLITERARYACTIVITY>
  <PINFLUENCESHER INFLUENCETYPE="">{1,1}</PINFLUENCESHER>
  <PLACE ID="" LAT="" LONG="" REF="">{1,1}</PLACE>
  <PLASTLITERARYACTIVITY>{1,1}</PLASTLITERARYACTIVITY>
  <PLITERARYMOVEMENTS INVOLVEMENT="INVOLVEMENTYES" REG="">{1,1}</PLITERARYMOVEMENTS>
  <PMANUSCRIPTHISTORY>{1,1}</PMANUSCRIPTHISTORY>
  <PMATERIALCONDITIONS DISPLACEMENT="">{1,1}</PMATERIALCONDITIONS>
  <PMOTIVES ID="" MOTIVETYPE="">{1,1}</PMOTIVES>
  <PNONBOOKMEDIA MEDIATYPE="">{1,1}</PNONBOOKMEDIA>
  <PNONSURVIVAL TYPEOFNONSURVIVAL="">{1,1}</PNONSURVIVAL>
  <PPERFORMANCE>{1,1}</PPERFORMANCE>
  <PPERIODICALPUBLICATION>{1,1}</PPERIODICALPUBLICATION>
  <PPLACEOFPUBLICATION>{1,1}</PPLACEOFPUBLICATION>
  <PPRICE>{1,1}</PPRICE>
  <PRARITIESFEATURESDECORATIONS>{1,1}</PRARITIESFEATURESDECORATIONS>
  <PRELATIONSWITHPUBLISHER RELATIONSHIPTYPE="">{1,1}</PRELATIONSWITHPUBLISHER>
  <PSERIALIZATION FORMOFSERIALIZATION="">{1,1}</PSERIALIZATION>
  <PSUBMISSIONSREJECTIONS>{1,1}</PSUBMISSIONSREJECTIONS>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <RBESTKNOWNWORK>{1,1}</RBESTKNOWNWORK>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <RLANDMARKTEXT>{1,1}</RLANDMARKTEXT>
  <RRECOGNITIONNAME REG="">{1,1}</RRECOGNITIONNAME>
  <RRECOGNITIONSANDAWARDS>{1,1}</RRECOGNITIONSANDAWARDS>
  <RRESPONSES FORMALITY="" GENDEREDRESPONSE="" RESPONSETYPE="">{1,1}</RRESPONSES>
  <RS REG="" TYPE="">{1,1}</RS>
  <RSELFDESCRIPTION>{1,1}</RSELFDESCRIPTION>
  <RSHEINFLUENCED>{1,1}</RSHEINFLUENCED>
  <SCHOLARNOTE>{1,1}</SCHOLARNOTE>
  <SOCALLED>{1,1}</SOCALLED>
  <TCHARACTERIZATION>{1,1}</TCHARACTERIZATION>
  <TCHARACTERNAME REG="">{1,1}</TCHARACTERNAME>
  <TCHARACTERTYPEROLE PROTAGONIST="">{1,1}</TCHARACTERTYPEROLE>
  <TGENRE GENRENAME="">{1,1}</TGENRE>
  <TGENREISSUE>{1,1}</TGENREISSUE>
  <TINTERTEXTUALITY GENDEROFAUTHOR="" INTERTEXTTYPE="">{1,1}</TINTERTEXTUALITY>
  <TITLE LEVEL="" REF="" REG="" REND="" STANDARD="">{1,1}</TITLE>
  <TMOTIF MOTIFNAME="">{1,1}</TMOTIF>
  <TOPIC STANDARD="">{1,1}</TOPIC>
  <TPLOT>{1,1}</TPLOT>
  <TSETTINGDATE SETTINGDATETYPE="">{1,1}</TSETTINGDATE>
  <TTECHNIQUES TECHNIQUETYPE="">{1,1}</TTECHNIQUES>
  <TTHEMETOPIC ID="" REG="">{1,1}</TTHEMETOPIC>
  <TTONESTYLE EXPERIMENTAL="">{1,1}</TTONESTYLE>
  <TVOICENARRATION>{1,1}</TVOICENARRATION>
</TSETTINGPLACE>
Attributes
QName Type Use Annotation
SETTINGCLASS restriction of xs:token optional
SettingClass is an optional attribute that specifies the
socio-economic status of a settingPlace.
SETTINGPLACETYPE restriction of xs:token optional
SettingPlaceType is an optional attribute that specifies the real
or imaginary location of textual events.
Source
<xs:element name="TSETTINGPLACE">
  <xs:annotation>
    <xs:documentation>This element addresses the real or fictive place in which a text is set.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="BIBCITS"/>
      <xs:element ref="DATE"/>
      <xs:element ref="DATERANGE"/>
      <xs:element ref="EMPH"/>
      <xs:element ref="FOREIGN"/>
      <xs:element ref="KEYWORDCLASS"/>
      <xs:element ref="NAME"/>
      <xs:element ref="ORGNAME"/>
      <xs:element ref="PATTITUDES"/>
      <xs:element ref="PAUTHORSHIP"/>
      <xs:element ref="PCIRCULATION"/>
      <xs:element ref="PDEDICATION"/>
      <xs:element ref="PEARNINGS"/>
      <xs:element ref="PEDITIONS"/>
      <xs:element ref="PFIRSTLITERARYACTIVITY"/>
      <xs:element ref="PINFLUENCESHER"/>
      <xs:element ref="PLACE"/>
      <xs:element ref="PLASTLITERARYACTIVITY"/>
      <xs:element ref="PLITERARYMOVEMENTS"/>
      <xs:element ref="PMANUSCRIPTHISTORY"/>
      <xs:element ref="PMATERIALCONDITIONS"/>
      <xs:element ref="PMOTIVES"/>
      <xs:element ref="PNONBOOKMEDIA"/>
      <xs:element ref="PNONSURVIVAL"/>
      <xs:element ref="PPERFORMANCE"/>
      <xs:element ref="PPERIODICALPUBLICATION"/>
      <xs:element ref="PPLACEOFPUBLICATION"/>
      <xs:element ref="PPRICE"/>
      <xs:element ref="PRARITIESFEATURESDECORATIONS"/>
      <xs:element ref="PRELATIONSWITHPUBLISHER"/>
      <xs:element ref="PSERIALIZATION"/>
      <xs:element ref="PSUBMISSIONSREJECTIONS"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="RBESTKNOWNWORK"/>
      <xs:element ref="RESEARCHNOTE"/>
      <xs:element ref="RLANDMARKTEXT"/>
      <xs:element ref="RRECOGNITIONNAME"/>
      <xs:element ref="RRECOGNITIONSANDAWARDS"/>
      <xs:element ref="RRESPONSES"/>
      <xs:element ref="RS"/>
      <xs:element ref="RSELFDESCRIPTION"/>
      <xs:element ref="RSHEINFLUENCED"/>
      <xs:element ref="SCHOLARNOTE"/>
      <xs:element ref="SOCALLED"/>
      <xs:element ref="TCHARACTERIZATION"/>
      <xs:element ref="TCHARACTERNAME"/>
      <xs:element ref="TCHARACTERTYPEROLE"/>
      <xs:element ref="TGENRE"/>
      <xs:element ref="TGENREISSUE"/>
      <xs:element ref="TINTERTEXTUALITY"/>
      <xs:element ref="TITLE"/>
      <xs:element ref="TMOTIF"/>
      <xs:element ref="TOPIC"/>
      <xs:element ref="TPLOT"/>
      <xs:element ref="TSETTINGDATE"/>
      <xs:element ref="TTECHNIQUES"/>
      <xs:element ref="TTHEMETOPIC"/>
      <xs:element ref="TTONESTYLE"/>
      <xs:element ref="TVOICENARRATION"/>
    </xs:choice>
    <xs:attribute name="SETTINGCLASS">
      <xs:annotation>
        <xs:documentation>SettingClass is an optional attribute that specifies the socio-economic status of a settingPlace.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="UPPERCLASS"/>
          <xs:enumeration value="WORKINGCLASS"/>
          <xs:enumeration value="MIDDLECLASS"/>
          <xs:enumeration value="WIDERANGE"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="SETTINGPLACETYPE">
      <xs:annotation>
        <xs:documentation>SettingPlaceType is an optional attribute that specifies the real or imaginary location of textual events.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="FICTIVE"/>
          <xs:enumeration value="REAL"/>
          <xs:enumeration value="IDENTIFIABLE"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element TTECHNIQUES
Namespace No namespace
Annotations
This element applies to the structural components of language used
to create literary effects: these are devices such as assonance and metaphor.
Diagram
Diagram index.tmp#TTECHNIQUES_TECHNIQUETYPE index.tmp#BIBCITS index.tmp#DATE index.tmp#DATERANGE index.tmp#EMPH index.tmp#FOREIGN index.tmp#KEYWORDCLASS index.tmp#L index.tmp#NAME index.tmp#ORGNAME index.tmp#PATTITUDES index.tmp#PAUTHORSHIP index.tmp#PDEDICATION index.tmp#PINFLUENCESHER index.tmp#PLACE index.tmp#PLITERARYMOVEMENTS index.tmp#PMATERIALCONDITIONS index.tmp#PMOTIVES index.tmp#PPERFORMANCE index.tmp#PPERIODICALPUBLICATION index.tmp#PPLACEOFPUBLICATION index.tmp#PRARITIESFEATURESDECORATIONS index.tmp#QUOTE index.tmp#RBESTKNOWNWORK index.tmp#RESEARCHNOTE index.tmp#RFICTIONALIZATION index.tmp#RLANDMARKTEXT index.tmp#RRECOGNITIONSANDAWARDS index.tmp#RRECOGNITIONVALUE index.tmp#RRESPONSES index.tmp#RS index.tmp#RSELFDESCRIPTION index.tmp#SCHOLARNOTE index.tmp#SIC index.tmp#SOCALLED index.tmp#TCHARACTERIZATION index.tmp#TCHARACTERNAME index.tmp#TCHARACTERTYPEROLE index.tmp#TGENRE index.tmp#TGENREISSUE index.tmp#TINTERTEXTUALITY index.tmp#TITLE index.tmp#TMOTIF index.tmp#TOPIC index.tmp#TPLOT index.tmp#TSETTINGDATE index.tmp#TSETTINGPLACE index.tmp#TTHEMETOPIC index.tmp#TTONESTYLE index.tmp#TVOICENARRATION
Properties
content complex
mixed true
Used by
Model
Children BIBCITS, DATE, DATERANGE, EMPH, FOREIGN, KEYWORDCLASS, L, NAME, ORGNAME, PATTITUDES, PAUTHORSHIP, PDEDICATION, PINFLUENCESHER, PLACE, PLITERARYMOVEMENTS, PMATERIALCONDITIONS, PMOTIVES, PPERFORMANCE, PPERIODICALPUBLICATION, PPLACEOFPUBLICATION, PRARITIESFEATURESDECORATIONS, QUOTE, RBESTKNOWNWORK, RESEARCHNOTE, RFICTIONALIZATION, RLANDMARKTEXT, RRECOGNITIONSANDAWARDS, RRECOGNITIONVALUE, RRESPONSES, RS, RSELFDESCRIPTION, SCHOLARNOTE, SIC, SOCALLED, TCHARACTERIZATION, TCHARACTERNAME, TCHARACTERTYPEROLE, TGENRE, TGENREISSUE, TINTERTEXTUALITY, TITLE, TMOTIF, TOPIC, TPLOT, TSETTINGDATE, TSETTINGPLACE, TTHEMETOPIC, TTONESTYLE, TVOICENARRATION
Instance
<TTECHNIQUES TECHNIQUETYPE="">
  <BIBCITS ID="">{1,1}</BIBCITS>
  <DATE CALENDAR="NEWSTYLE" CERTAINTY="CERT" ID="" VALUE="">{1,1}</DATE>
  <DATERANGE CALENDAR="NEWSTYLE" CERTAINTY="CERT" EXACT="" FROM="" ID="" TO="">{1,1}</DATERANGE>
  <EMPH>{1,1}</EMPH>
  <FOREIGN LANG="" REG="">{1,1}</FOREIGN>
  <KEYWORDCLASS KEYWORDTYPE="">{1,1}</KEYWORDCLASS>
  <L PART="N" RHYME="">{1,1}</L>
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <ORGNAME ORGTYPE="" REF="" REG="" STANDARD="" URI="">{1,1}</ORGNAME>
  <PATTITUDES>{1,1}</PATTITUDES>
  <PAUTHORSHIP AUTHORNAMETYPE="" AUTHORSHIPCONTROVERSY="" COLLABORATION="" CONTROVERSYDATE="">{1,1}</PAUTHORSHIP>
  <PDEDICATION>{1,1}</PDEDICATION>
  <PINFLUENCESHER INFLUENCETYPE="">{1,1}</PINFLUENCESHER>
  <PLACE ID="" LAT="" LONG="" REF="">{1,1}</PLACE>
  <PLITERARYMOVEMENTS INVOLVEMENT="INVOLVEMENTYES" REG="">{1,1}</PLITERARYMOVEMENTS>
  <PMATERIALCONDITIONS DISPLACEMENT="">{1,1}</PMATERIALCONDITIONS>
  <PMOTIVES ID="" MOTIVETYPE="">{1,1}</PMOTIVES>
  <PPERFORMANCE>{1,1}</PPERFORMANCE>
  <PPERIODICALPUBLICATION>{1,1}</PPERIODICALPUBLICATION>
  <PPLACEOFPUBLICATION>{1,1}</PPLACEOFPUBLICATION>
  <PRARITIESFEATURESDECORATIONS>{1,1}</PRARITIESFEATURESDECORATIONS>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <RBESTKNOWNWORK>{1,1}</RBESTKNOWNWORK>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <RFICTIONALIZATION>{1,1}</RFICTIONALIZATION>
  <RLANDMARKTEXT>{1,1}</RLANDMARKTEXT>
  <RRECOGNITIONSANDAWARDS>{1,1}</RRECOGNITIONSANDAWARDS>
  <RRECOGNITIONVALUE>{1,1}</RRECOGNITIONVALUE>
  <RRESPONSES FORMALITY="" GENDEREDRESPONSE="" RESPONSETYPE="">{1,1}</RRESPONSES>
  <RS REG="" TYPE="">{1,1}</RS>
  <RSELFDESCRIPTION>{1,1}</RSELFDESCRIPTION>
  <SCHOLARNOTE>{1,1}</SCHOLARNOTE>
  <SIC CORR="">{1,1}</SIC>
  <SOCALLED>{1,1}</SOCALLED>
  <TCHARACTERIZATION>{1,1}</TCHARACTERIZATION>
  <TCHARACTERNAME REG="">{1,1}</TCHARACTERNAME>
  <TCHARACTERTYPEROLE PROTAGONIST="">{1,1}</TCHARACTERTYPEROLE>
  <TGENRE GENRENAME="">{1,1}</TGENRE>
  <TGENREISSUE>{1,1}</TGENREISSUE>
  <TINTERTEXTUALITY GENDEROFAUTHOR="" INTERTEXTTYPE="">{1,1}</TINTERTEXTUALITY>
  <TITLE LEVEL="" REF="" REG="" REND="" STANDARD="">{1,1}</TITLE>
  <TMOTIF MOTIFNAME="">{1,1}</TMOTIF>
  <TOPIC STANDARD="">{1,1}</TOPIC>
  <TPLOT>{1,1}</TPLOT>
  <TSETTINGDATE SETTINGDATETYPE="">{1,1}</TSETTINGDATE>
  <TSETTINGPLACE SETTINGCLASS="" SETTINGPLACETYPE="">{1,1}</TSETTINGPLACE>
  <TTHEMETOPIC ID="" REG="">{1,1}</TTHEMETOPIC>
  <TTONESTYLE EXPERIMENTAL="">{1,1}</TTONESTYLE>
  <TVOICENARRATION>{1,1}</TVOICENARRATION>
</TTECHNIQUES>
Attributes
QName Type Use Annotation
TECHNIQUETYPE restriction of xs:token optional
TechniqueType is an optional attribute that addresses the
different kinds of literary techniques that an author might use in their work.
Source
<xs:element name="TTECHNIQUES">
  <xs:annotation>
    <xs:documentation>This element applies to the structural components of language used to create literary effects: these are devices such as assonance and metaphor.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="BIBCITS"/>
      <xs:element ref="DATE"/>
      <xs:element ref="DATERANGE"/>
      <xs:element ref="EMPH"/>
      <xs:element ref="FOREIGN"/>
      <xs:element ref="KEYWORDCLASS"/>
      <xs:element ref="L"/>
      <xs:element ref="NAME"/>
      <xs:element ref="ORGNAME"/>
      <xs:element ref="PATTITUDES"/>
      <xs:element ref="PAUTHORSHIP"/>
      <xs:element ref="PDEDICATION"/>
      <xs:element ref="PINFLUENCESHER"/>
      <xs:element ref="PLACE"/>
      <xs:element ref="PLITERARYMOVEMENTS"/>
      <xs:element ref="PMATERIALCONDITIONS"/>
      <xs:element ref="PMOTIVES"/>
      <xs:element ref="PPERFORMANCE"/>
      <xs:element ref="PPERIODICALPUBLICATION"/>
      <xs:element ref="PPLACEOFPUBLICATION"/>
      <xs:element ref="PRARITIESFEATURESDECORATIONS"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="RBESTKNOWNWORK"/>
      <xs:element ref="RESEARCHNOTE"/>
      <xs:element ref="RFICTIONALIZATION"/>
      <xs:element ref="RLANDMARKTEXT"/>
      <xs:element ref="RRECOGNITIONSANDAWARDS"/>
      <xs:element ref="RRECOGNITIONVALUE"/>
      <xs:element ref="RRESPONSES"/>
      <xs:element ref="RS"/>
      <xs:element ref="RSELFDESCRIPTION"/>
      <xs:element ref="SCHOLARNOTE"/>
      <xs:element ref="SIC"/>
      <xs:element ref="SOCALLED"/>
      <xs:element ref="TCHARACTERIZATION"/>
      <xs:element ref="TCHARACTERNAME"/>
      <xs:element ref="TCHARACTERTYPEROLE"/>
      <xs:element ref="TGENRE"/>
      <xs:element ref="TGENREISSUE"/>
      <xs:element ref="TINTERTEXTUALITY"/>
      <xs:element ref="TITLE"/>
      <xs:element ref="TMOTIF"/>
      <xs:element ref="TOPIC"/>
      <xs:element ref="TPLOT"/>
      <xs:element ref="TSETTINGDATE"/>
      <xs:element ref="TSETTINGPLACE"/>
      <xs:element ref="TTHEMETOPIC"/>
      <xs:element ref="TTONESTYLE"/>
      <xs:element ref="TVOICENARRATION"/>
    </xs:choice>
    <xs:attribute name="TECHNIQUETYPE">
      <xs:annotation>
        <xs:documentation>TechniqueType is an optional attribute that addresses the different kinds of literary techniques that an author might use in their work.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="DICTION"/>
          <xs:enumeration value="VERSIFICATION"/>
          <xs:enumeration value="NONSTANDARDENGLISH"/>
          <xs:enumeration value="IMAGERY"/>
          <xs:enumeration value="AURALEFFECTS"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element TTONESTYLE
Namespace No namespace
Annotations
This element applies to the "characteristic manner of expression; how
a particular writer says things; the reflection of a writer's attitude, manner, mood, and moral outlook" and the means of expressing that manner or
mood. (Penguin Dictionary of Literary Terms.)
Diagram
Diagram index.tmp#TTONESTYLE_EXPERIMENTAL index.tmp#BIBCITS index.tmp#DATE index.tmp#DATERANGE index.tmp#EMPH index.tmp#FOREIGN index.tmp#KEYWORDCLASS index.tmp#L index.tmp#NAME index.tmp#ORGNAME index.tmp#PARCHIVALLOCATION index.tmp#PATTITUDES index.tmp#PAUTHORSHIP index.tmp#PFIRSTLITERARYACTIVITY index.tmp#PINFLUENCESHER index.tmp#PLACE index.tmp#PLITERARYMOVEMENTS index.tmp#PMANUSCRIPTHISTORY index.tmp#PMATERIALCONDITIONS index.tmp#PMOTIVES index.tmp#PNONSURVIVAL index.tmp#PPERFORMANCE index.tmp#PPERIODICALPUBLICATION index.tmp#PPLACEOFPUBLICATION index.tmp#PRELATIONSWITHPUBLISHER index.tmp#QUOTE index.tmp#RBESTKNOWNWORK index.tmp#RDESTRUCTIONOFWORK index.tmp#RESEARCHNOTE index.tmp#RLANDMARKTEXT index.tmp#RRESPONSES index.tmp#RSELFDESCRIPTION index.tmp#RSHEINFLUENCED index.tmp#SCHOLARNOTE index.tmp#SOCALLED index.tmp#TCHARACTERIZATION index.tmp#TCHARACTERNAME index.tmp#TCHARACTERTYPEROLE index.tmp#TGENRE index.tmp#TGENREISSUE index.tmp#TINTERTEXTUALITY index.tmp#TITLE index.tmp#TMOTIF index.tmp#TOPIC index.tmp#TPLOT index.tmp#TSETTINGDATE index.tmp#TSETTINGPLACE index.tmp#TTECHNIQUES index.tmp#TTHEMETOPIC index.tmp#TVOICENARRATION
Properties
content complex
mixed true
Used by
Model
Children BIBCITS, DATE, DATERANGE, EMPH, FOREIGN, KEYWORDCLASS, L, NAME, ORGNAME, PARCHIVALLOCATION, PATTITUDES, PAUTHORSHIP, PFIRSTLITERARYACTIVITY, PINFLUENCESHER, PLACE, PLITERARYMOVEMENTS, PMANUSCRIPTHISTORY, PMATERIALCONDITIONS, PMOTIVES, PNONSURVIVAL, PPERFORMANCE, PPERIODICALPUBLICATION, PPLACEOFPUBLICATION, PRELATIONSWITHPUBLISHER, QUOTE, RBESTKNOWNWORK, RDESTRUCTIONOFWORK, RESEARCHNOTE, RLANDMARKTEXT, RRESPONSES, RSELFDESCRIPTION, RSHEINFLUENCED, SCHOLARNOTE, SOCALLED, TCHARACTERIZATION, TCHARACTERNAME, TCHARACTERTYPEROLE, TGENRE, TGENREISSUE, TINTERTEXTUALITY, TITLE, TMOTIF, TOPIC, TPLOT, TSETTINGDATE, TSETTINGPLACE, TTECHNIQUES, TTHEMETOPIC, TVOICENARRATION
Instance
<TTONESTYLE EXPERIMENTAL="">
  <BIBCITS ID="">{1,1}</BIBCITS>
  <DATE CALENDAR="NEWSTYLE" CERTAINTY="CERT" ID="" VALUE="">{1,1}</DATE>
  <DATERANGE CALENDAR="NEWSTYLE" CERTAINTY="CERT" EXACT="" FROM="" ID="" TO="">{1,1}</DATERANGE>
  <EMPH>{1,1}</EMPH>
  <FOREIGN LANG="" REG="">{1,1}</FOREIGN>
  <KEYWORDCLASS KEYWORDTYPE="">{1,1}</KEYWORDCLASS>
  <L PART="N" RHYME="">{1,1}</L>
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <ORGNAME ORGTYPE="" REF="" REG="" STANDARD="" URI="">{1,1}</ORGNAME>
  <PARCHIVALLOCATION>{1,1}</PARCHIVALLOCATION>
  <PATTITUDES>{1,1}</PATTITUDES>
  <PAUTHORSHIP AUTHORNAMETYPE="" AUTHORSHIPCONTROVERSY="" COLLABORATION="" CONTROVERSYDATE="">{1,1}</PAUTHORSHIP>
  <PFIRSTLITERARYACTIVITY>{1,1}</PFIRSTLITERARYACTIVITY>
  <PINFLUENCESHER INFLUENCETYPE="">{1,1}</PINFLUENCESHER>
  <PLACE ID="" LAT="" LONG="" REF="">{1,1}</PLACE>
  <PLITERARYMOVEMENTS INVOLVEMENT="INVOLVEMENTYES" REG="">{1,1}</PLITERARYMOVEMENTS>
  <PMANUSCRIPTHISTORY>{1,1}</PMANUSCRIPTHISTORY>
  <PMATERIALCONDITIONS DISPLACEMENT="">{1,1}</PMATERIALCONDITIONS>
  <PMOTIVES ID="" MOTIVETYPE="">{1,1}</PMOTIVES>
  <PNONSURVIVAL TYPEOFNONSURVIVAL="">{1,1}</PNONSURVIVAL>
  <PPERFORMANCE>{1,1}</PPERFORMANCE>
  <PPERIODICALPUBLICATION>{1,1}</PPERIODICALPUBLICATION>
  <PPLACEOFPUBLICATION>{1,1}</PPLACEOFPUBLICATION>
  <PRELATIONSWITHPUBLISHER RELATIONSHIPTYPE="">{1,1}</PRELATIONSWITHPUBLISHER>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <RBESTKNOWNWORK>{1,1}</RBESTKNOWNWORK>
  <RDESTRUCTIONOFWORK DESTROYEDBY="">{1,1}</RDESTRUCTIONOFWORK>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <RLANDMARKTEXT>{1,1}</RLANDMARKTEXT>
  <RRESPONSES FORMALITY="" GENDEREDRESPONSE="" RESPONSETYPE="">{1,1}</RRESPONSES>
  <RSELFDESCRIPTION>{1,1}</RSELFDESCRIPTION>
  <RSHEINFLUENCED>{1,1}</RSHEINFLUENCED>
  <SCHOLARNOTE>{1,1}</SCHOLARNOTE>
  <SOCALLED>{1,1}</SOCALLED>
  <TCHARACTERIZATION>{1,1}</TCHARACTERIZATION>
  <TCHARACTERNAME REG="">{1,1}</TCHARACTERNAME>
  <TCHARACTERTYPEROLE PROTAGONIST="">{1,1}</TCHARACTERTYPEROLE>
  <TGENRE GENRENAME="">{1,1}</TGENRE>
  <TGENREISSUE>{1,1}</TGENREISSUE>
  <TINTERTEXTUALITY GENDEROFAUTHOR="" INTERTEXTTYPE="">{1,1}</TINTERTEXTUALITY>
  <TITLE LEVEL="" REF="" REG="" REND="" STANDARD="">{1,1}</TITLE>
  <TMOTIF MOTIFNAME="">{1,1}</TMOTIF>
  <TOPIC STANDARD="">{1,1}</TOPIC>
  <TPLOT>{1,1}</TPLOT>
  <TSETTINGDATE SETTINGDATETYPE="">{1,1}</TSETTINGDATE>
  <TSETTINGPLACE SETTINGCLASS="" SETTINGPLACETYPE="">{1,1}</TSETTINGPLACE>
  <TTECHNIQUES TECHNIQUETYPE="">{1,1}</TTECHNIQUES>
  <TTHEMETOPIC ID="" REG="">{1,1}</TTHEMETOPIC>
  <TVOICENARRATION>{1,1}</TVOICENARRATION>
</TTONESTYLE>
Attributes
QName Type Use
EXPERIMENTAL optional
Source
<xs:element name="TTONESTYLE">
  <xs:annotation>
    <xs:documentation>This element applies to the "characteristic manner of expression; how a particular writer says things; the reflection of a writer's attitude, manner, mood, and moral outlook" and the means of expressing that manner or mood. (Penguin Dictionary of Literary Terms.)</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="BIBCITS"/>
      <xs:element ref="DATE"/>
      <xs:element ref="DATERANGE"/>
      <xs:element ref="EMPH"/>
      <xs:element ref="FOREIGN"/>
      <xs:element ref="KEYWORDCLASS"/>
      <xs:element ref="L"/>
      <xs:element ref="NAME"/>
      <xs:element ref="ORGNAME"/>
      <xs:element ref="PARCHIVALLOCATION"/>
      <xs:element ref="PATTITUDES"/>
      <xs:element ref="PAUTHORSHIP"/>
      <xs:element ref="PFIRSTLITERARYACTIVITY"/>
      <xs:element ref="PINFLUENCESHER"/>
      <xs:element ref="PLACE"/>
      <xs:element ref="PLITERARYMOVEMENTS"/>
      <xs:element ref="PMANUSCRIPTHISTORY"/>
      <xs:element ref="PMATERIALCONDITIONS"/>
      <xs:element ref="PMOTIVES"/>
      <xs:element ref="PNONSURVIVAL"/>
      <xs:element ref="PPERFORMANCE"/>
      <xs:element ref="PPERIODICALPUBLICATION"/>
      <xs:element ref="PPLACEOFPUBLICATION"/>
      <xs:element ref="PRELATIONSWITHPUBLISHER"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="RBESTKNOWNWORK"/>
      <xs:element ref="RDESTRUCTIONOFWORK"/>
      <xs:element ref="RESEARCHNOTE"/>
      <xs:element ref="RLANDMARKTEXT"/>
      <xs:element ref="RRESPONSES"/>
      <xs:element ref="RSELFDESCRIPTION"/>
      <xs:element ref="RSHEINFLUENCED"/>
      <xs:element ref="SCHOLARNOTE"/>
      <xs:element ref="SOCALLED"/>
      <xs:element ref="TCHARACTERIZATION"/>
      <xs:element ref="TCHARACTERNAME"/>
      <xs:element ref="TCHARACTERTYPEROLE"/>
      <xs:element ref="TGENRE"/>
      <xs:element ref="TGENREISSUE"/>
      <xs:element ref="TINTERTEXTUALITY"/>
      <xs:element ref="TITLE"/>
      <xs:element ref="TMOTIF"/>
      <xs:element ref="TOPIC"/>
      <xs:element ref="TPLOT"/>
      <xs:element ref="TSETTINGDATE"/>
      <xs:element ref="TSETTINGPLACE"/>
      <xs:element ref="TTECHNIQUES"/>
      <xs:element ref="TTHEMETOPIC"/>
      <xs:element ref="TVOICENARRATION"/>
    </xs:choice>
    <xs:attribute name="EXPERIMENTAL"/>
  </xs:complexType>
</xs:element>
[ top ]
Element TVOICENARRATION
Namespace No namespace
Annotations
This element discusses how a story gets told and not what order the
story is told in. Addresses characteristics of the voice of the narrator in the work.
Diagram
Diagram index.tmp#BIBCITS index.tmp#DATE index.tmp#DATERANGE index.tmp#FOREIGN index.tmp#NAME index.tmp#ORGNAME index.tmp#PADVERTISING index.tmp#PANTHOLOGIZATION index.tmp#PATTITUDES index.tmp#PAUTHORSHIP index.tmp#PCIRCULATION index.tmp#PINFLUENCESHER index.tmp#PLACE index.tmp#PLITERARYMOVEMENTS index.tmp#PMANUSCRIPTHISTORY index.tmp#PMATERIALCONDITIONS index.tmp#PMOTIVES index.tmp#PPERIODICALPUBLICATION index.tmp#PRARITIESFEATURESDECORATIONS index.tmp#QUOTE index.tmp#RBESTKNOWNWORK index.tmp#RRESPONSES index.tmp#RSELFDESCRIPTION index.tmp#SCHOLARNOTE index.tmp#SOCALLED index.tmp#TCHARACTERIZATION index.tmp#TCHARACTERNAME index.tmp#TCHARACTERTYPEROLE index.tmp#TGENRE index.tmp#TGENREISSUE index.tmp#TINTERTEXTUALITY index.tmp#TITLE index.tmp#TMOTIF index.tmp#TOPIC index.tmp#TPLOT index.tmp#TSETTINGDATE index.tmp#TSETTINGPLACE index.tmp#TTECHNIQUES index.tmp#TTHEMETOPIC index.tmp#TTONESTYLE
Properties
content complex
mixed true
Used by
Model
Children BIBCITS, DATE, DATERANGE, FOREIGN, NAME, ORGNAME, PADVERTISING, PANTHOLOGIZATION, PATTITUDES, PAUTHORSHIP, PCIRCULATION, PINFLUENCESHER, PLACE, PLITERARYMOVEMENTS, PMANUSCRIPTHISTORY, PMATERIALCONDITIONS, PMOTIVES, PPERIODICALPUBLICATION, PRARITIESFEATURESDECORATIONS, QUOTE, RBESTKNOWNWORK, RRESPONSES, RSELFDESCRIPTION, SCHOLARNOTE, SOCALLED, TCHARACTERIZATION, TCHARACTERNAME, TCHARACTERTYPEROLE, TGENRE, TGENREISSUE, TINTERTEXTUALITY, TITLE, TMOTIF, TOPIC, TPLOT, TSETTINGDATE, TSETTINGPLACE, TTECHNIQUES, TTHEMETOPIC, TTONESTYLE
Instance
<TVOICENARRATION>
  <BIBCITS ID="">{1,1}</BIBCITS>
  <DATE CALENDAR="NEWSTYLE" CERTAINTY="CERT" ID="" VALUE="">{1,1}</DATE>
  <DATERANGE CALENDAR="NEWSTYLE" CERTAINTY="CERT" EXACT="" FROM="" ID="" TO="">{1,1}</DATERANGE>
  <FOREIGN LANG="" REG="">{1,1}</FOREIGN>
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <ORGNAME ORGTYPE="" REF="" REG="" STANDARD="" URI="">{1,1}</ORGNAME>
  <PADVERTISING>{1,1}</PADVERTISING>
  <PANTHOLOGIZATION>{1,1}</PANTHOLOGIZATION>
  <PATTITUDES>{1,1}</PATTITUDES>
  <PAUTHORSHIP AUTHORNAMETYPE="" AUTHORSHIPCONTROVERSY="" COLLABORATION="" CONTROVERSYDATE="">{1,1}</PAUTHORSHIP>
  <PCIRCULATION>{1,1}</PCIRCULATION>
  <PINFLUENCESHER INFLUENCETYPE="">{1,1}</PINFLUENCESHER>
  <PLACE ID="" LAT="" LONG="" REF="">{1,1}</PLACE>
  <PLITERARYMOVEMENTS INVOLVEMENT="INVOLVEMENTYES" REG="">{1,1}</PLITERARYMOVEMENTS>
  <PMANUSCRIPTHISTORY>{1,1}</PMANUSCRIPTHISTORY>
  <PMATERIALCONDITIONS DISPLACEMENT="">{1,1}</PMATERIALCONDITIONS>
  <PMOTIVES ID="" MOTIVETYPE="">{1,1}</PMOTIVES>
  <PPERIODICALPUBLICATION>{1,1}</PPERIODICALPUBLICATION>
  <PRARITIESFEATURESDECORATIONS>{1,1}</PRARITIESFEATURESDECORATIONS>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <RBESTKNOWNWORK>{1,1}</RBESTKNOWNWORK>
  <RRESPONSES FORMALITY="" GENDEREDRESPONSE="" RESPONSETYPE="">{1,1}</RRESPONSES>
  <RSELFDESCRIPTION>{1,1}</RSELFDESCRIPTION>
  <SCHOLARNOTE>{1,1}</SCHOLARNOTE>
  <SOCALLED>{1,1}</SOCALLED>
  <TCHARACTERIZATION>{1,1}</TCHARACTERIZATION>
  <TCHARACTERNAME REG="">{1,1}</TCHARACTERNAME>
  <TCHARACTERTYPEROLE PROTAGONIST="">{1,1}</TCHARACTERTYPEROLE>
  <TGENRE GENRENAME="">{1,1}</TGENRE>
  <TGENREISSUE>{1,1}</TGENREISSUE>
  <TINTERTEXTUALITY GENDEROFAUTHOR="" INTERTEXTTYPE="">{1,1}</TINTERTEXTUALITY>
  <TITLE LEVEL="" REF="" REG="" REND="" STANDARD="">{1,1}</TITLE>
  <TMOTIF MOTIFNAME="">{1,1}</TMOTIF>
  <TOPIC STANDARD="">{1,1}</TOPIC>
  <TPLOT>{1,1}</TPLOT>
  <TSETTINGDATE SETTINGDATETYPE="">{1,1}</TSETTINGDATE>
  <TSETTINGPLACE SETTINGCLASS="" SETTINGPLACETYPE="">{1,1}</TSETTINGPLACE>
  <TTECHNIQUES TECHNIQUETYPE="">{1,1}</TTECHNIQUES>
  <TTHEMETOPIC ID="" REG="">{1,1}</TTHEMETOPIC>
  <TTONESTYLE EXPERIMENTAL="">{1,1}</TTONESTYLE>
</TVOICENARRATION>
Source
<xs:element name="TVOICENARRATION">
  <xs:annotation>
    <xs:documentation>This element discusses how a story gets told and not what order the story is told in. Addresses characteristics of the voice of the narrator in the work.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="BIBCITS"/>
      <xs:element ref="DATE"/>
      <xs:element ref="DATERANGE"/>
      <xs:element ref="FOREIGN"/>
      <xs:element ref="NAME"/>
      <xs:element ref="ORGNAME"/>
      <xs:element ref="PADVERTISING"/>
      <xs:element ref="PANTHOLOGIZATION"/>
      <xs:element ref="PATTITUDES"/>
      <xs:element ref="PAUTHORSHIP"/>
      <xs:element ref="PCIRCULATION"/>
      <xs:element ref="PINFLUENCESHER"/>
      <xs:element ref="PLACE"/>
      <xs:element ref="PLITERARYMOVEMENTS"/>
      <xs:element ref="PMANUSCRIPTHISTORY"/>
      <xs:element ref="PMATERIALCONDITIONS"/>
      <xs:element ref="PMOTIVES"/>
      <xs:element ref="PPERIODICALPUBLICATION"/>
      <xs:element ref="PRARITIESFEATURESDECORATIONS"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="RBESTKNOWNWORK"/>
      <xs:element ref="RRESPONSES"/>
      <xs:element ref="RSELFDESCRIPTION"/>
      <xs:element ref="SCHOLARNOTE"/>
      <xs:element ref="SOCALLED"/>
      <xs:element ref="TCHARACTERIZATION"/>
      <xs:element ref="TCHARACTERNAME"/>
      <xs:element ref="TCHARACTERTYPEROLE"/>
      <xs:element ref="TGENRE"/>
      <xs:element ref="TGENREISSUE"/>
      <xs:element ref="TINTERTEXTUALITY"/>
      <xs:element ref="TITLE"/>
      <xs:element ref="TMOTIF"/>
      <xs:element ref="TOPIC"/>
      <xs:element ref="TPLOT"/>
      <xs:element ref="TSETTINGDATE"/>
      <xs:element ref="TSETTINGPLACE"/>
      <xs:element ref="TTECHNIQUES"/>
      <xs:element ref="TTHEMETOPIC"/>
      <xs:element ref="TTONESTYLE"/>
    </xs:choice>
  </xs:complexType>
</xs:element>
[ top ]
Element XREF
Namespace No namespace
Annotations
The xref element surrounds a url which you wish to make into a
hyperlink.
Diagram
Diagram index.tmp#RESP-attribute index.tmp#XREF_URL index.tmp#ORGNAME index.tmp#TITLE
Properties
content complex
mixed true
Used by
Model
Children ORGNAME, TITLE
Instance
<XREF RESP="" URL="">
  <ORGNAME ORGTYPE="" REF="" REG="" STANDARD="" URI="">{1,1}</ORGNAME>
  <TITLE LEVEL="" REF="" REG="" REND="" STANDARD="">{1,1}</TITLE>
</XREF>
Attributes
QName Type Use Annotation
RESP restriction of xs:token required
Resp (or responsibility) contains a three-letter initialism
of an individual who contributed to the production or distribution of a document.
URL xs:anyURI required
URL (uniform resource locator) specifies the URL from
which the media concerned may be obtained.
Source
<xs:element name="XREF">
  <xs:annotation>
    <xs:documentation>The xref element surrounds a url which you wish to make into a hyperlink.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="ORGNAME"/>
      <xs:element ref="TITLE"/>
    </xs:choice>
    <xs:attributeGroup ref="RESP-attribute"/>
    <xs:attribute name="URL" use="required" type="xs:anyURI">
      <xs:annotation>
        <xs:documentation>URL (uniform resource locator) specifies the URL from which the media concerned may be obtained.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element PROGRAM
Namespace No namespace
Annotations
The program element captures other types of education
that don't culminate in a degree (e.g., workshops, summer schools, etc.).
Diagram
Diagram index.tmp#PROGRAM_REG index.tmp#DATE index.tmp#FOREIGN index.tmp#ORGNAME index.tmp#SCHOOL index.tmp#SUBJECT
Properties
content complex
mixed true
Used by
Elements CHRONPROSE, DATAITEM, P, QUOTE
Model
Children DATE, FOREIGN, ORGNAME, SCHOOL, SUBJECT
Instance
<PROGRAM REG="">
  <DATE CALENDAR="NEWSTYLE" CERTAINTY="CERT" ID="" VALUE="">{1,1}</DATE>
  <FOREIGN LANG="" REG="">{1,1}</FOREIGN>
  <ORGNAME ORGTYPE="" REF="" REG="" STANDARD="" URI="">{1,1}</ORGNAME>
  <SCHOOL INSTITUTION="" INSTITUTIONLEVEL="" REG="" RELIGIOUS="RELIGIOUSYES" STUDENTBODY="">{1,1}</SCHOOL>
  <SUBJECT REG="">{1,1}</SUBJECT>
</PROGRAM>
Attributes
QName Type Use Annotation
REG optional
Reg (or
regularization) contains a reading which has been regularized or normalized in some
sense.
Source
<xs:element name="PROGRAM">
  <xs:annotation>
    <xs:documentation>The program element captures other types of education that don't culminate in a degree (e.g., workshops, summer schools, etc.).</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="DATE"/>
      <xs:element ref="FOREIGN"/>
      <xs:element ref="ORGNAME"/>
      <xs:element ref="SCHOOL"/>
      <xs:element ref="SUBJECT"/>
    </xs:choice>
    <xs:attribute name="REG">
      <xs:annotation>
        <xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element RELIGIOUSNAME
Namespace No namespace
Annotations
ReligiousName is a
sub-element available within personName which captures all names a person acquired through religion.
For example, her name change on entering a convent or a name she used for religious
reasons.
Diagram
Diagram index.tmp#RELIGIOUSNAME_REG index.tmp#RELIGIOUSNAME_WROTEORPUBLISHEDAS index.tmp#FOREIGN
Properties
content complex
mixed true
Used by
Elements CHRONPROSE, DATAITEM, P
Model
Children FOREIGN
Instance
<RELIGIOUSNAME REG="" WROTEORPUBLISHEDAS="WROTEPUBLISHEDASYES">
  <FOREIGN LANG="" REG="">{0,unbounded}</FOREIGN>
</RELIGIOUSNAME>
Attributes
QName Type Default Use Annotation
REG optional
Reg (or
regularization) contains a reading which has been regularized or normalized in some
sense.
WROTEORPUBLISHEDAS restriction of xs:token WROTEPUBLISHEDASYES optional
WroteOrPublishedAs
is an attribute attached to all the types of a person's name captured within their
biography section. This attribute will allow us to track all the different names women
writers published under. While we assume that most writers published under their standard
name and pseudonyms, they may also have used a nickname or their married name, for instance,
to publish material. This attribute works in conjunction with the authorname in the
bibliography to link the name a text was published under with the name of the
person.
Source
<xs:element name="RELIGIOUSNAME">
  <xs:annotation>
    <xs:documentation>ReligiousName is a sub-element available within personName which captures all names a person acquired through religion. For example, her name change on entering a convent or a name she used for religious reasons.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:sequence>
      <xs:element minOccurs="0" maxOccurs="unbounded" ref="FOREIGN"/>
    </xs:sequence>
    <xs:attribute name="REG">
      <xs:annotation>
        <xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="WROTEORPUBLISHEDAS" default="WROTEPUBLISHEDASYES">
      <xs:annotation>
        <xs:documentation>WroteOrPublishedAs is an attribute attached to all the types of a person's name captured within their biography section. This attribute will allow us to track all the different names women writers published under. While we assume that most writers published under their standard name and pseudonyms, they may also have used a nickname or their married name, for instance, to publish material. This attribute works in conjunction with the authorname in the bibliography to link the name a text was published under with the name of the person.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="WROTEPUBLISHEDASYES"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element ROLE
Namespace No namespace
Annotations
The role element is designed to record role-related
information.  See the role attribute which is attached to the role element for more detailed information.
Diagram
Diagram index.tmp#ROLE_ROLE index.tmp#BIBCITS index.tmp#NAME index.tmp#QUOTE index.tmp#SOCALLED
Properties
content complex
mixed true
Used by
Elements CHRONPROSE, DATAITEM, P
Model
Children BIBCITS, NAME, QUOTE, SOCALLED
Instance
<ROLE ROLE="">
  <BIBCITS ID="">{1,1}</BIBCITS>
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <SOCALLED>{1,1}</SOCALLED>
</ROLE>
Attributes
QName Type Use Annotation
ROLE restriction of xs:token required
The role attribute designates the role of of an individual.  If the
role is tied to an event, than the role is specific to that individual's role in that particular event.  The list of role values is the MARC Code List for
Relators, a list of terms with their associated codes that designates the relationship between a name and a resource (i.e., roles) in bibliographic
descriptions; the MARC Code List for Relators has been supplemented with values that were developed by the CWRC Research
Board.
Source
<xs:element name="ROLE">
  <xs:annotation>
    <xs:documentation>The role element is designed to record role-related information. See the role attribute which is attached to the role element for more detailed information.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="BIBCITS"/>
      <xs:element ref="NAME"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="SOCALLED"/>
    </xs:choice>
    <xs:attribute name="ROLE" use="required">
      <xs:annotation>
        <xs:documentation>The role attribute designates the role of of an individual. If the role is tied to an event, than the role is specific to that individual's role in that particular event. The list of role values is the MARC Code List for Relators, a list of terms with their associated codes that designates the relationship between a name and a resource (i.e., roles) in bibliographic descriptions; the MARC Code List for Relators has been supplemented with values that were developed by the CWRC Research Board.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="Acting coach"/>
          <xs:enumeration value="Actor [act]">
            <xs:annotation>
              <xs:documentation>Use for a person or organization who principally exhibits acting skills in a musical or dramatic presentation or entertainment.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Adapter [adp]">
            <xs:annotation>
              <xs:documentation>Use for a person or organization who 1) reworks a musical composition, usually for a different medium, or 2) rewrites novels or stories for motion pictures or other audiovisual medium.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Agent"/>
          <xs:enumeration value="Analyst [anl]">
            <xs:annotation>
              <xs:documentation>Use for a person or organization that reviews, examines and interprets data or information in a specific area.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Animator [anm]">
            <xs:annotation>
              <xs:documentation>Use for a person or organization who draws the two-dimensional figures, manipulates the three dimensional objects and/or also programs the computer to move objects and images for the purpose of animated film processing. Animation cameras, stands, celluloid screens, transparencies and inks are some of the tools of the animator.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Annotator [ann]">
            <xs:annotation>
              <xs:documentation>Use for a person who writes manuscript annotations on a printed item.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Applicant [app]">
            <xs:annotation>
              <xs:documentation>Use for a person or organization responsible for the submission of an application or who is named as eligible for the results of the processing of the application (e.g., bestowing of rights, reward, title, position).</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Appraiser">
            <xs:annotation>
              <xs:documentation>kah: in archives context appraisers assess monetary values of donations</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Architect [arc]">
            <xs:annotation>
              <xs:documentation>Use for a person or organization who designs structures or oversees their construction.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Arranger [arr]">
            <xs:annotation>
              <xs:documentation>Use for a person or organization who transcribes a musical composition, usually for a different medium from that of the original; in an arrangement the musical substance remains essentially unchanged.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Art copyist [acp]">
            <xs:annotation>
              <xs:documentation>Use for a person (e.g., a painter or sculptor) who makes copies of works of visual art.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Artist [art]">
            <xs:annotation>
              <xs:documentation>Use for a person (e.g., a painter) or organization who conceives, and perhaps also implements, an original graphic design or work of art, if specific codes (e.g., [egr], [etr]) are not desired. For book illustrators, prefer Illustrator [ill].</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Artistic director [ard]">
            <xs:annotation>
              <xs:documentation>Use for a person responsible for controlling the development of the artistic style of an entire production, including the choice of works to be presented and selection of senior production staff.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Assignee [asg]">
            <xs:annotation>
              <xs:documentation>Use for a person or organization to whom a license for printing or publishing has been transferred.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Assistant director"/>
          <xs:enumeration value="Associated name [asn]">
            <xs:annotation>
              <xs:documentation>Use for a person or organization associated with or found in an item or collection, which cannot be determined to be that of a Former owner [fmo] or other designated relator indicative of provenance.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Attributed name [att]">
            <xs:annotation>
              <xs:documentation>Use for an author, artist, etc., relating him/her to a work for which there is or once was substantial authority for designating that person as author, creator, etc. of the work.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Auctioneer [auc]">
            <xs:annotation>
              <xs:documentation>Use for a person or organization in charge of the estimation and public auctioning of goods, particularly books, artistic works, etc.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Author [aut]">
            <xs:annotation>
              <xs:documentation>Use for a person or organization chiefly responsible for the intellectual or artistic content of a work, usually printed text. This term may also be used when more than one person or body bears such responsibility.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Author in quotations or text extracts [aqt]">
            <xs:annotation>
              <xs:documentation>Use for a person or organization whose work is largely quoted or extracted in works to which he or she did not contribute directly. Such quotations are found particularly in exhibition catalogs, collections of photographs, etc.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Author of afterword, colophon, etc. [aft]">
            <xs:annotation>
              <xs:documentation>Use for a person or organization responsible for an afterword, postface, colophon, etc. but who is not the chief author of a work.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Author of dialog [aud]">
            <xs:annotation>
              <xs:documentation>Use for a person or organization responsible for the dialog or spoken commentary for a screenplay or sound recording.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Author of introduction, etc. [aui]">
            <xs:annotation>
              <xs:documentation>Use for a person or organization responsible for an introduction, preface, foreword, or other critical introductory matter, but who is not the chief author.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Author of screenplay, etc. [aus]">
            <xs:annotation>
              <xs:documentation>Use for a person or organization responsible for a motion picture screenplay, dialog, spoken commentary, etc.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Bibliographic antecedent [ant]">
            <xs:annotation>
              <xs:documentation>Use for a person or organization responsible for a work upon which the work represented by the catalog record is based. This may be appropriate for adaptations, sequels, continuations, indexes, etc.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Binder [bnd]">
            <xs:annotation>
              <xs:documentation>Use for a person or organization responsible for the binding of printed or manuscript materials.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Binding designer [bdd]">
            <xs:annotation>
              <xs:documentation>Use for a person or organization responsible for the binding design of a book, including the type of binding, the type of materials used, and any decorative aspects of the binding.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Blurb writer [blw]">
            <xs:annotation>
              <xs:documentation>Use for the named entity responsible for writing a commendation or testimonial for a work, which appears on or within the publication itself, frequently on the back or dust jacket of print publications or on advertising material for all media.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Book designer [bkd]">
            <xs:annotation>
              <xs:documentation>Use for a person or organization responsible for the entire graphic design of a book, including arrangement of type and illustration, choice of materials, and process used.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Book producer [bkp]">
            <xs:annotation>
              <xs:documentation>Use for a person or organization responsible for the production of books and other print media, if specific codes (e.g., [bkd], [egr], [tyd], [prt]) are not desired.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Bookjacket designer [bjd]">
            <xs:annotation>
              <xs:documentation>Use for a person or organization responsible for the design of flexible covers designed for or published with a book, including the type of materials used, and any decorative aspects of the bookjacket.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Bookplate designer [bpd]">
            <xs:annotation>
              <xs:documentation>Use for a person or organization responsible for the design of a book owner's identification label that is most commonly pasted to the inside front cover of a book.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Bookseller [bsl]">
            <xs:annotation>
              <xs:documentation>Use for a person or organization who makes books and other bibliographic materials available for purchase. Interest in the materials is primarily lucrative.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Calligrapher [cll]">
            <xs:annotation>
              <xs:documentation>Use for a person or organization who writes in an artistic hand, usually as a copyist and or engrosser.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Cartographer [ctg]">
            <xs:annotation>
              <xs:documentation>Use for a person or organization responsible for the creation of maps and other cartographic materials.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Censor [cns]">
            <xs:annotation>
              <xs:documentation>Use for a censor, bowdlerizer, expurgator, etc., official or private.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Choreographer [chr]">
            <xs:annotation>
              <xs:documentation>Use for a person or organization who composes or arranges dances or other movements (e.g., master of swords) for a musical or dramatic presentation or entertainment.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Cinematographer [cng]">
            <xs:annotation>
              <xs:documentation>Use for a person or organization who is in charge of the images captured for a motion picture film. The cinematographer works under the supervision of a director, and may also be referred to as director of photography. Do not confuse with videographer.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Client [cli]">
            <xs:annotation>
              <xs:documentation>Use for a person or organization for whom another person or organization is acting.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Clown"/>
          <xs:enumeration value="Collaborator [clb]">
            <xs:annotation>
              <xs:documentation>Use for a person or organization that takes a limited part in the elaboration of a work of another person or organization that brings complements (e.g., appendices, notes) to the work.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Collector [col]">
            <xs:annotation>
              <xs:documentation>Use for a person or organization who has brought together material from various sources that has been arranged, described, and cataloged as a collection. A collector is neither the creator of the material nor a person to whom manuscripts in the collection may have been addressed.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Collotyper [clt]">
            <xs:annotation>
              <xs:documentation>Use for a person or organization responsible for the production of photographic prints from film or other colloid that has ink-receptive and ink-repellent surfaces.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Colorist [clr]">
            <xs:annotation>
              <xs:documentation>Use for the named entity responsible for applying color to drawings, prints, photographs, maps, moving images, etc.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Commentator [cmm]">
            <xs:annotation>
              <xs:documentation>Use for a person or organization who provides interpretation, analysis, or a discussion of the subject matter on a recording, motion picture, or other audiovisual medium.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Commentator for written text [cwt]">
            <xs:annotation>
              <xs:documentation>Use for a person or organization responsible for the commentary or explanatory notes about a text. For the writer of manuscript annotations in a printed book, use Annotator [ann].</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Compiler [com]">
            <xs:annotation>
              <xs:documentation>Use for a person or organization who produces a work or publication by selecting and putting together material from the works of various persons or bodies.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Complainant [cpl]">
            <xs:annotation>
              <xs:documentation>Use for the party who applies to the courts for redress, usually in an equity proceeding.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Complainant-appellant [cpt]">
            <xs:annotation>
              <xs:documentation>Use for a complainant who takes an appeal from one court or jurisdiction to another to reverse the judgment, usually in an equity proceeding.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Complainant-appellee [cpe]">
            <xs:annotation>
              <xs:documentation>Use for a complainant against whom an appeal is taken from one court or jurisdiction to another to reverse the judgment, usually in an equity proceeding.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Composer [cmp]">
            <xs:annotation>
              <xs:documentation>Use for a person or organization who creates a musical work, usually a piece of music in manuscript or printed form.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Compositor [cmt]">
            <xs:annotation>
              <xs:documentation>Use for a person or organization responsible for the creation of metal slug, or molds made of other materials, used to produce the text and images in printed matter.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Conceptor [ccp]">
            <xs:annotation>
              <xs:documentation>Use for a person or organization responsible for the original idea on which a work is based, this includes the scientific author of an audio-visual item and the conceptor of an advertisement.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Conductor [cnd]">
            <xs:annotation>
              <xs:documentation>Use for a person who directs a performing group (orchestra, chorus, opera, etc.) in a musical or dramatic presentation or entertainment.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Conservator [con]">
            <xs:annotation>
              <xs:documentation>Use for the named entity responsible for documenting, preserving, or treating printed or manuscript material, works of art, artifacts, or other media.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Consultant [csl]">
            <xs:annotation>
              <xs:documentation>Use for a person or organization relevant to a resource, who is called upon for professional advice or services in a specialized field of knowledge or training.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Consultant to a project [csp]">
            <xs:annotation>
              <xs:documentation>Use for a person or organization relevant to a resource, who is engaged specifically to provide an intellectual overview of a strategic or operational task and by analysis, specification, or instruction, to create or propose a cost-effective course of action or solution.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Contestant [cos]">
            <xs:annotation>
              <xs:documentation>Use for the party who opposes, resists, or disputes, in a court of law, a claim, decision, result, etc.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Contestant-appellant [cot]">
            <xs:annotation>
              <xs:documentation>Use for a contestant who takes an appeal from one court of law or jurisdiction to another to reverse the judgment.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Contestant-appellee [coe]">
            <xs:annotation>
              <xs:documentation>Use for a contestant against whom an appeal is taken from one court of law or jurisdiction to another to reverse the judgment.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Contestee [cts]">
            <xs:annotation>
              <xs:documentation>Use for the party defending a claim, decision, result, etc. being opposed, resisted, or disputed in a court of law.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Contestee-appellant [ctt]">
            <xs:annotation>
              <xs:documentation>Use for a contestee who takes an appeal from one court or jurisdiction to another to reverse the judgment.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Contestee-appellee [cte]">
            <xs:annotation>
              <xs:documentation>Use for a contestee against whom an appeal is taken from one court or jurisdiction to another to reverse the judgment.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Contractor [ctr]">
            <xs:annotation>
              <xs:documentation>Use for a person or organization relevant to a resource, who enters into a contract with another person or organization to perform a specific task.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Contributor [ctb]">
            <xs:annotation>
              <xs:documentation>Use for a person or organization one whose work has been contributed to a larger work, such as an anthology, serial publication, or other compilation of individual works. Do not use if the sole function in relation to a work is as author, editor, compiler or translator.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Copyright claimant [cpc]">
            <xs:annotation>
              <xs:documentation>Use for a person or organization listed as a copyright owner at the time of registration. Copyright can be granted or later transferred to another person or organization, at which time the claimant becomes the copyright holder.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Copyright holder [cph]">
            <xs:annotation>
              <xs:documentation>Use for a person or organization to whom copy and legal rights have been granted or transferred for the intellectual content of a work. The copyright holder, although not necessarily the creator of the work, usually has the exclusive right to benefit financially from the sale and use of the work to which the associated copyright protection applies.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Corrector [crr]">
            <xs:annotation>
              <xs:documentation>Use for a person or organization who is a corrector of manuscripts, such as the scriptorium official who corrected the work of a scribe. For printed matter, use Proofreader.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Correspondent [crp]">
            <xs:annotation>
              <xs:documentation>Use for a person or organization who was either the writer or recipient of a letter or other communication.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Costume designer [cst]">
            <xs:annotation>
              <xs:documentation>Use for a person or organization who designs or makes costumes, fixes hair, etc., for a musical or dramatic presentation or entertainment.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Cover designer [cov]">
            <xs:annotation>
              <xs:documentation>Use for a person or organization responsible for the graphic design of a book cover, album cover, slipcase, box, container, etc. For a person or organization responsible for the graphic design of an entire book, use Book designer; for book jackets, use Bookjacket designer.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Creator [cre]">
            <xs:annotation>
              <xs:documentation>Use for a person or organization responsible for the intellectual or artistic content of a work.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Crew"/>
          <xs:enumeration value="Curator of an exhibition [cur]">
            <xs:annotation>
              <xs:documentation>Use for a person or organization responsible for conceiving and organizing an exhibition.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Dancer [dnc]">
            <xs:annotation>
              <xs:documentation>Use for a person or organization who principally exhibits dancing skills in a musical or dramatic presentation or entertainment.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Data contributor [dtc]">
            <xs:annotation>
              <xs:documentation>Use for a person or organization that submits data for inclusion in a database or other collection of data.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Data manager [dtm]">
            <xs:annotation>
              <xs:documentation>Use for a person or organization responsible for managing databases or other data sources.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Dedicatee [dte]">
            <xs:annotation>
              <xs:documentation>Use for a person or organization to whom a book, manuscript, etc., is dedicated (not the recipient of a gift).</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Dedicator [dto]">
            <xs:annotation>
              <xs:documentation>Use for the author of a dedication, which may be a formal statement or in epistolary or verse form.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Defendant [dfd]">
            <xs:annotation>
              <xs:documentation>Use for the party defending or denying allegations made in a suit and against whom relief or recovery is sought in the courts, usually in a legal action.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Defendant-appellant [dft]">
            <xs:annotation>
              <xs:documentation>Use for a defendant who takes an appeal from one court or jurisdiction to another to reverse the judgment, usually in a legal action.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Defendant-appellee [dfe]">
            <xs:annotation>
              <xs:documentation>Use for a defendant against whom an appeal is taken from one court or jurisdiction to another to reverse the judgment, usually in a legal action.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Degree grantor [dgg]">
            <xs:annotation>
              <xs:documentation>Use for the organization granting a degree for which the thesis or issertation described was presented.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Delineator [dln]">
            <xs:annotation>
              <xs:documentation>Use for a person or organization executing technical drawings from others' designs.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Depicted [dpc]">
            <xs:annotation>
              <xs:documentation>Use for an entity depicted or portrayed in a work, particularly in a work of art.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Depositor [dpt]">
            <xs:annotation>
              <xs:documentation>Use for a person or organization placing material in the physical custody of a library or repository without transferring the legal title.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Designer [dsr]">
            <xs:annotation>
              <xs:documentation>Use for a person or organization responsible for the design if more specific codes (e.g., [bkd], [tyd]) are not desired.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Director [drt]">
            <xs:annotation>
              <xs:documentation>Use for a person or organization who is responsible for the general management of a work or who supervises the production of a performance for stage, screen, or sound recording.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Dissertant [dis]">
            <xs:annotation>
              <xs:documentation>Use for a person who presents a thesis for a university or higher-level educational degree.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Distribution place [dbp]">
            <xs:annotation>
              <xs:documentation>Use for the name of a place from which a resource, e.g., a serial, is distributed.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Distributor [dst]">
            <xs:annotation>
              <xs:documentation>Use for a person or organization that has exclusive or shared marketing rights for an item.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Donor [dnr]">
            <xs:annotation>
              <xs:documentation>Use for a person or organization who is the donor of a book, manuscript, etc., to its present owner. Donors to previous owners are designated as Former owner [fmo] or Inscriber [ins].</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Draftsman [drm]">
            <xs:annotation>
              <xs:documentation>Use for a person or organization who prepares artistic or technical drawings.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Dramaturge"/>
          <xs:enumeration value="Dubious author [dub]">
            <xs:annotation>
              <xs:documentation>Use for a person or organization to which authorship has been dubiously or incorrectly ascribed.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Editor [edt]">
            <xs:annotation>
              <xs:documentation>Use for a person or organization who prepares for publication a work not primarily his/her own, such as by elucidating text, adding introductory or other critical matter, or technically directing an editorial staff.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Electrician [elg]">
            <xs:annotation>
              <xs:documentation>Use for a person responsible for setting up a lighting rig and focusing the lights for a production, and running the lighting at a performance.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Electrotyper [elt]">
            <xs:annotation>
              <xs:documentation>Use for a person or organization who creates a duplicate printing surface by pressure molding and electrodepositing of metal that is then backed up with lead for printing.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Engineer [eng]">
            <xs:annotation>
              <xs:documentation>Use for a person or organization that is responsible for technical planning and design, particularly with construction.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Engraver [egr]">
            <xs:annotation>
              <xs:documentation>Use for a person or organization who cuts letters, figures, etc. on a surface, such as a wooden or metal plate, for printing.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Etcher [etr]">
            <xs:annotation>
              <xs:documentation>Use for a person or organization who produces text or images for printing by subjecting metal, glass, or some other surface to acid or the corrosive action of some other substance.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Event place [evp]">
            <xs:annotation>
              <xs:documentation>Use for the name of the place where an event such as a conference or a concert took place.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Expert [exp]">
            <xs:annotation>
              <xs:documentation>Use for a person or organization in charge of the description and appraisal of the value of goods, particularly rare items, works of art, etc.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Facsimilist [fac]">
            <xs:annotation>
              <xs:documentation>Use for a person or organization that executed the facsimile.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Field director [fld]">
            <xs:annotation>
              <xs:documentation>Use for a person or organization that manages or supervises the work done to collect raw data or do research in an actual setting or environment (typically applies to the natural and social sciences).</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Film editor [flm]">
            <xs:annotation>
              <xs:documentation>Use for a person or organization who is an editor of a motion picture film. This term is used regardless of the medium upon which the motion picture is produced or manufactured (e.g., acetate film, video tape).</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Filmmaker"/>
          <xs:enumeration value="First party [fpy]">
            <xs:annotation>
              <xs:documentation>Use for a person or organization who is identified as the only party or the party of the first part. In the case of transfer of right, this is the assignor, transferor, licensor, grantor, etc. Multiple parties can be named jointly as the first party</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Forger [frg]">
            <xs:annotation>
              <xs:documentation>Use for a person or organization who makes or imitates something of value or importance, especially with the intent to defraud.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Former owner [fmo]">
            <xs:annotation>
              <xs:documentation>Use for a person or organization who owned an item at any time in the past. Includes those to whom the material was once presented. A person or organization giving the item to the present owner is designated as Donor [dnr]</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Funder [fnd]">
            <xs:annotation>
              <xs:documentation>Use for a person or organization that furnished financial support for the production of the work.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Geographic information specialist [gis]">
            <xs:annotation>
              <xs:documentation>Use for a person responsible for geographic information system (GIS) development and integration with global positioning system data.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Ghostwriter">
            <xs:annotation>
              <xs:documentation/>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Honoree [hnr]">
            <xs:annotation>
              <xs:documentation>Use for a person or organization in memory or honor of whom a book, manuscript, etc. is donated.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Host [hst]">
            <xs:annotation>
              <xs:documentation>Use for a person who is invited or regularly leads a program (often broadcast) that includes other guests, performers, etc. (e.g., talk show host).</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Illuminator [ilu]">
            <xs:annotation>
              <xs:documentation>Use for a person or organization responsible for the decoration of a work (especially manuscript material) with precious metals or color, usually with elaborate designs and motifs.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Illustrator [ill]">
            <xs:annotation>
              <xs:documentation>Use for a person or organization who conceives, and perhaps also implements, a design or illustration, usually to accompany a written text.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Inscriber [ins]">
            <xs:annotation>
              <xs:documentation>Use for a person who signs a presentation statement.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Instrumentalist [itr]">
            <xs:annotation>
              <xs:documentation>Use for a person or organization who principally plays an instrument in a musical or dramatic presentation or entertainment.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Interviewee [ive]">
            <xs:annotation>
              <xs:documentation>Use for a person or organization who is interviewed at a consultation or meeting, usually by a reporter, pollster, or some other information gathering agent.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Interviewer [ivr]">
            <xs:annotation>
              <xs:documentation>Use for a person or organization who acts as a reporter, pollster, or other information gathering agent in a consultation or meeting involving one or more individuals.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Inventor [inv]">
            <xs:annotation>
              <xs:documentation>Use for a person or organization who first produces a particular useful item, or develops a new process for obtaining a known item or result.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Laboratory [lbr]">
            <xs:annotation>
              <xs:documentation>Use for an institution that provides scientific analyses of material samples.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Laboratory director [ldr]">
            <xs:annotation>
              <xs:documentation>Use for a person or organization that manages or supervises work done in a controlled setting or environment.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Landscape architect [lsa]">
            <xs:annotation>
              <xs:documentation>Use for a person or organization whose work involves coordinating the arrangement of existing and proposed land features and structures.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Lead [led]">
            <xs:annotation>
              <xs:documentation>Use to indicate that a person or organization takes primary responsibility for a particular activity or endeavor. Use with another relator term or code to show the greater importance this person or organization has regarding that particular role. If more than one relator is assigned to a heading, use the Lead relator only if it applies to all the relators.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Lender [len]">
            <xs:annotation>
              <xs:documentation>Use for a person or organization permitting the temporary use of a book, manuscript, etc., such as for photocopying or microfilming.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Libelant [lil]">
            <xs:annotation>
              <xs:documentation>Use for the party who files a libel in an ecclesiastical or admiralty case.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Libelant-appellant [lit]">
            <xs:annotation>
              <xs:documentation>Use for a libelant who takes an appeal from one ecclesiastical court or admiralty to another to reverse the judgment.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Libelant-appellee [lie]">
            <xs:annotation>
              <xs:documentation>Use for a libelant against whom an appeal is taken from one ecclesiastical court or admiralty to another to reverse the judgment.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Libelee [lel]">
            <xs:annotation>
              <xs:documentation>Use for a party against whom a libel has been filed in an ecclesiastical court or admiralty.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Libelee-appellant [let]">
            <xs:annotation>
              <xs:documentation>Use for a libelee who takes an appeal from one ecclesiastical court or admiralty to another to reverse the judgment.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Libelee-appellee [lee]">
            <xs:annotation>
              <xs:documentation>Use for a libelee against whom an appeal is taken from one ecclesiastical court or admiralty to another to reverse the judgment.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Librettist [lbt]">
            <xs:annotation>
              <xs:documentation>Use for a person or organization who is a writer of the text of an opera, oratorio, etc.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Licensee [lse]">
            <xs:annotation>
              <xs:documentation>Use for a person or organization who is an original recipient of the right to print or publish.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Licensor [lso]">
            <xs:annotation>
              <xs:documentation>Use for person or organization who is a signer of the license, imprimatur, etc.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Lighting designer [lgd]">
            <xs:annotation>
              <xs:documentation>Use for a person or organization who designs the lighting scheme for a theatrical presentation, entertainment, motion picture, etc.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Lithographer [ltg]">
            <xs:annotation>
              <xs:documentation>Use for a person or organization who prepares the stone or plate for lithographic printing, including a graphic artist creating a design directly on the surface from which printing will be done.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Lyricist [lyr]">
            <xs:annotation>
              <xs:documentation>Use for a person or organization who is a writer of the text of a song.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Manufacture place [mfp]">
            <xs:annotation>
              <xs:documentation>Use for the name of the place of manufacture (e.g., printing, duplicating, casting, etc.) of a resource in a published form.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Manufacturer [mfr]">
            <xs:annotation>
              <xs:documentation>Use for a person or organization that makes an artifactual work (an object made or modified by one or more persons). Examples of artifactual works include vases, cannons or pieces of furniture.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Marbler [mrb]">
            <xs:annotation>
              <xs:documentation>Use for the named entity responsible for marbling paper, cloth, leather, etc. used in construction of a resource.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Markup editor [mrk]">
            <xs:annotation>
              <xs:documentation>Use for a person or organization performing the coding of SGML, HTML, or XML markup of metadata, text, etc.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Mask designer"/>
          <xs:enumeration value="Metadata contact [mdc]">
            <xs:annotation>
              <xs:documentation>Use for a person or organization primarily responsible for compiling and maintaining the original description of a metadata set (e.g., geospatial metadata set).</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Metal-engraver [mte]">
            <xs:annotation>
              <xs:documentation>Use for a person or organization responsible for decorations, illustrations, letters, etc. cut on a metal surface for printing or decoration.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Moderator [mod]">
            <xs:annotation>
              <xs:documentation>Use for a person who leads a program (often broadcast) where topics are discussed, usually with participation of experts in fields related to the discussion.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Monitor [mon]">
            <xs:annotation>
              <xs:documentation>Use for a person or organization that supervises compliance with the contract and is responsible for the report and controls its distribution. Sometimes referred to as the grantee, or controlling agency.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Music copyist [mcp]">
            <xs:annotation>
              <xs:documentation>Use for a person who transcribes or copies musical notation</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Musical director [msd]">
            <xs:annotation>
              <xs:documentation>Use for a person responsible for basic music decisions about a production, including coordinating the work of the composer, the sound editor, and sound mixers, selecting musicians, and organizing and/or conducting sound for rehearsals and performances.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Musician [mus]">
            <xs:annotation>
              <xs:documentation>Use for a person or organization who performs music or contributes to the musical content of a work when it is not possible or desirable to identify the function more precisely.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Narrator [nrt]">
            <xs:annotation>
              <xs:documentation>Use for a person who is a speaker relating the particulars of an act, occurrence, or course of events.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Opponent [opn]">
            <xs:annotation>
              <xs:documentation>Use for a person or organization responsible for opposing a thesis or dissertation.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Organizer of meeting [orm]">
            <xs:annotation>
              <xs:documentation>Use for a person or organization responsible for organizing a meeting for which an item is the report or proceedings.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Originator [org]">
            <xs:annotation>
              <xs:documentation>Use for a person or organization performing the work, i.e., the name of a person or organization associated with the intellectual content of the work. This category does not include the publisher or personal affiliation, or sponsor except where it is also the corporate author.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Other [oth]">
            <xs:annotation>
              <xs:documentation>Use for relator codes from other lists which have no equivalent in the MARC list or for terms which have not been assigned a code.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Owner [own]">
            <xs:annotation>
              <xs:documentation>Use for a person or organization that currently owns an item or collection.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Papermaker [ppm]">
            <xs:annotation>
              <xs:documentation>Use for a person or organization responsible for the production of paper, usually from wood, cloth, or other fibrous material.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Patent applicant [pta]">
            <xs:annotation>
              <xs:documentation>Use for a person or organization that applied for a patent.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Patent holder [pth]">
            <xs:annotation>
              <xs:documentation>Use for a person or organization that was granted the patent referred to by the item.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Patron [pat]">
            <xs:annotation>
              <xs:documentation>Use for a person or organization responsible for commissioning a work. Usually a patron uses his or her means or influence to support the work of artists, writers, etc. This includes those who commission and pay for individual works.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Performance artist"/>
          <xs:enumeration value="Performer [prf]">
            <xs:annotation>
              <xs:documentation>Use for a person or organization who exhibits musical or acting skills in a musical or dramatic presentation or entertainment, if specific codes for those functions ([act], [dnc], [itr], [voc], etc.) are not used. If specific codes are used, [prf] is used for a person whose principal skill is not known or specified.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Permitting agency [pma]">
            <xs:annotation>
              <xs:documentation>Use for an authority (usually a government agency) that issues permits under which work is accomplished.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Photographer [pht]">
            <xs:annotation>
              <xs:documentation>Use for a person or organization responsible for taking photographs, whether they are used in their original form or as reproductions.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Plaintiff [ptf]">
            <xs:annotation>
              <xs:documentation>Use for the party who complains or sues in court in a personal action, usually in a legal proceeding.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Plaintiff-appellant [ptt]">
            <xs:annotation>
              <xs:documentation>Use for a plaintiff who takes an appeal from one court or jurisdiction to another to reverse the judgment, usually in a legal proceeding.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Plaintiff-appellee [pte]">
            <xs:annotation>
              <xs:documentation>Use for a plaintiff against whom an appeal is taken from one court or jurisdiction to another to reverse the judgment, usually in a legal proceeding.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Platemaker [plt]">
            <xs:annotation>
              <xs:documentation>Use for a person or organization responsible for the production of plates, usually for the production of printed images and/or text.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Playwright"/>
          <xs:enumeration value="Printer [prt]">
            <xs:annotation>
              <xs:documentation>Use for a person or organization who prints texts, whether from type or plates.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Printer of plates [pop]">
            <xs:annotation>
              <xs:documentation>Use for a person or organization who prints illustrations from plates.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Printmaker [prm]">
            <xs:annotation>
              <xs:documentation>Use for a person or organization who makes a relief, intaglio, or planographic printing surface.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Process contact [prc]">
            <xs:annotation>
              <xs:documentation>Use for a person or organization primarily responsible for performing or initiating a process, such as is done with the collection of metadata sets.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Producer [pro]">
            <xs:annotation>
              <xs:documentation>Use for a person or organization responsible for the making of a motion picture, including business aspects, management of the productions, and the commercial success of the work.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Production manager [pmn]">
            <xs:annotation>
              <xs:documentation>Use for a person responsible for all technical and business matters in a production.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Production personnel [prd]">
            <xs:annotation>
              <xs:documentation>Use for a person or organization associated with the production (props, lighting, special effects, etc.) of a musical or dramatic presentation or entertainment.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Production place [prp]">
            <xs:annotation>
              <xs:documentation>Use for the name of the place of production (e.g., inscription, fabrication, construction, etc.) of a resource in an unpublished form.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Programmer [prg]">
            <xs:annotation>
              <xs:documentation>Use for a person or organization responsible for the creation and/or maintenance of computer program design documents, source code, and machine-executable digital files and supporting documentation.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Project director [pdr]">
            <xs:annotation>
              <xs:documentation>Use for a person or organization with primary responsibility for all essential aspects of a project, or that manages a very large project that demands senior level responsibility, or that has overall responsibility for managing projects, or provides overall direction to a project manager.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Projection designer"/>
          <xs:enumeration value="Proofreader [pfr]">
            <xs:annotation>
              <xs:documentation>Use for a person who corrects printed matter. For manuscripts, use Corrector [crr].</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Publication place [pup]">
            <xs:annotation>
              <xs:documentation>Use for the name of the place where a resource is published.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Publisher [pbl]">
            <xs:annotation>
              <xs:documentation>Use for a person or organization that makes printed matter, often text, but also printed music, artwork, etc. available to the public.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Publishing director [pbd]">
            <xs:annotation>
              <xs:documentation>Use for a person or organization who presides over the elaboration of a collective work to ensure its coherence or continuity. This includes editors-in-chief, literary editors, editors of series, etc.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Puppeteer [ppt]">
            <xs:annotation>
              <xs:documentation>Use for a person or organization who manipulates, controls, or directs puppets or marionettes in a musical or dramatic presentation or entertainment.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Recipient [rcp]">
            <xs:annotation>
              <xs:documentation>Use for a person or organization to whom correspondence is addressed.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Recording engineer [rce]">
            <xs:annotation>
              <xs:documentation>Use for a person or organization who supervises the technical aspects of a sound or video recording session.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Redactor [red]">
            <xs:annotation>
              <xs:documentation>Use for a person or organization who writes or develops the framework for an item without being intellectually responsible for its content.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Renderer [ren]">
            <xs:annotation>
              <xs:documentation>Use for a person or organization who prepares drawings of architectural designs (i.e., renderings) in accurate, representational perspective to show what the project will look like when completed.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Reporter [rpt]">
            <xs:annotation>
              <xs:documentation>Use for a person or organization who writes or presents reports of news or current events on air or in print.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Repository [rps]">
            <xs:annotation>
              <xs:documentation>Use for an agency that hosts data or material culture objects and provides services to promote long term, consistent and shared use of those data or objects.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Research team head [rth]">
            <xs:annotation>
              <xs:documentation>Use for a person who directed or managed a research project.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Research team member [rtm]">
            <xs:annotation>
              <xs:documentation>Use for a person who participated in a research project but whose role did not involve direction or management of it.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Researcher [res]">
            <xs:annotation>
              <xs:documentation>Use for a person or organization responsible for performing research.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Respondent [rsp]">
            <xs:annotation>
              <xs:documentation>Use for the party who makes an answer to the courts pursuant to an application for redress, usually in an equity proceeding.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Respondent-appellant [rst]">
            <xs:annotation>
              <xs:documentation>Use for a respondent who takes an appeal from one court or jurisdiction to another to reverse the judgment, usually in an equity proceeding.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Respondent-appellee [rse]">
            <xs:annotation>
              <xs:documentation>Use for a respondent against whom an appeal is taken from one court or jurisdiction to another to reverse the judgment, usually in an equity proceeding.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Responsible party [rpy]">
            <xs:annotation>
              <xs:documentation>Use for a person or organization legally responsible for the content of the published material.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Restager [rsg]">
            <xs:annotation>
              <xs:documentation>Use for a person or organization, other than the original choreographer or director, responsible for restaging a choreographic or dramatic work and who contributes minimal new content.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Reviewer [rev]">
            <xs:annotation>
              <xs:documentation>Use for a person or organization responsible for the review of a book, motion picture, performance, etc.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Rubricator [rbr]">
            <xs:annotation>
              <xs:documentation>Use for a person or organization responsible for parts of a work, often headings or opening parts of a manuscript, that appear in a distinctive color, usually red.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Scenarist [sce]">
            <xs:annotation>
              <xs:documentation>Use for a person or organization who is the author of a motion picture screenplay.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Scientific advisor [sad]">
            <xs:annotation>
              <xs:documentation>Use for a person or organization who brings scientific, pedagogical, or historical competence to the conception and realization on a work, particularly in the case of audio-visual items.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Scribe [scr]">
            <xs:annotation>
              <xs:documentation>Use for a person who is an amanuensis and for a writer of manuscripts proper. For a person who makes pen-facsimiles, use Facsimilist [fac].</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Sculptor [scl]">
            <xs:annotation>
              <xs:documentation>Use for a person or organization who models or carves figures that are three-dimensional representations.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Second party [spy]">
            <xs:annotation>
              <xs:documentation>Use for a person or organization who is identified as the party of the second part. In the case of transfer of right, this is the assignee, transferee, licensee, grantee, etc. Multiple parties can be named jointly as the second party.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Secretary [sec]">
            <xs:annotation>
              <xs:documentation>Use for a person or organization who is a recorder, redactor, or other person responsible for expressing the views of a organization.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Set designer [std]">
            <xs:annotation>
              <xs:documentation>Use for a person or organization who translates the rough sketches of the art director into actual architectural structures for a theatrical presentation, entertainment, motion picture, etc. Set designers draw the detailed guides and specifications for building the set.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Signer [sgn]">
            <xs:annotation>
              <xs:documentation>Use for a person whose signature appears without a presentation or other statement indicative of provenance. When there is a presentation statement, use Inscriber [ins].</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Singer [sng]">
            <xs:annotation>
              <xs:documentation>Use for a person or organization who uses his/her/their voice with or without instrumental accompaniment to produce music. A performance may or may not include actual words.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Sound designer [sds]">
            <xs:annotation>
              <xs:documentation>Use for a person who produces and reproduces the sound score (both live and recorded), the installation of microphones, the setting of sound levels, and the coordination of sources of sound for a production.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Speaker [spk]">
            <xs:annotation>
              <xs:documentation>Use for a person who participates in a program (often broadcast) and makes a formalized contribution or presentation generally prepared in advance.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Special effects designer"/>
          <xs:enumeration value="Sponsor [spn]">
            <xs:annotation>
              <xs:documentation>Use for a person or organization that issued a contract or under the auspices of which a work has been written, printed, published, etc.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Stage crew"/>
          <xs:enumeration value="Stage manager [stm]">
            <xs:annotation>
              <xs:documentation>Use for a person who is in charge of everything that occurs on a performance stage, and who acts as chief of all crews and assistant to a director during rehearsals.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Standards body [stn]">
            <xs:annotation>
              <xs:documentation>Use for an organization responsible for the development or enforcement of a standard.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Stereotyper [str]">
            <xs:annotation>
              <xs:documentation>Use for a person or organization who creates a new plate for printing by molding or copying another printing surface.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Storyteller [stl]">
            <xs:annotation>
              <xs:documentation>Use for a person relaying a story with creative and/or theatrical interpretation.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Supporting host [sht]">
            <xs:annotation>
              <xs:documentation>Use for a person or organization that supports (by allocating facilities, staff, or other resources) a project, program, meeting, event, data objects, material culture objects, or other entities capable of support.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Surveyor [srv]">
            <xs:annotation>
              <xs:documentation>Use for a person or organization who does measurements of tracts of land, etc. to determine location, forms, and boundaries.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Teacher [tch]">
            <xs:annotation>
              <xs:documentation>Use for a person who, in the context of a resource, gives instruction in an intellectual subject or demonstrates while teaching physical skills.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Technical director [tcd]">
            <xs:annotation>
              <xs:documentation>Use for a person who is ultimately in charge of scenery, props, lights and sound for a production.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Thesis advisor [ths]">
            <xs:annotation>
              <xs:documentation>Use for a person under whose supervision a degree candidate develops and presents a thesis, mémoire, or text of a dissertation.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Transcriber [trc]">
            <xs:annotation>
              <xs:documentation>Use for a person who prepares a handwritten or typewritten copy from original material, including from dictated or orally recorded material. For makers of pen-facsimiles, use Facsimilist [fac].</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Translator [trl]">
            <xs:annotation>
              <xs:documentation>Use for a person or organization who renders a text from one language into another, or from an older form of a language into the modern form.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Type designer [tyd]">
            <xs:annotation>
              <xs:documentation>Use for a person or organization who designed the type face used in a particular item.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Typographer [tyg]">
            <xs:annotation>
              <xs:documentation>Use for a person or organization primarily responsible for choice and arrangement of type used in an item. If the typographer is also responsible for other aspects of the graphic design of a book (e.g., Book designer [bkd]), codes for both functions may be needed.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="UFPerformer of research">
            <xs:annotation>
              <xs:documentation/>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="UFPlates, Printer of">
            <xs:annotation>
              <xs:documentation/>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Understudy"/>
          <xs:enumeration value="University place [uvp]">
            <xs:annotation>
              <xs:documentation>Use for the name of a place where a university that is associated with a resource is located, for example, a university where an academic dissertation or thesis was presented.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="USE Expert">
            <xs:annotation>
              <xs:documentation/>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Videographer [vdg]">
            <xs:annotation>
              <xs:documentation>Use for a person or organization in charge of a video production, e.g. the video recording of a stage production as opposed to a commercial motion picture. The videographer may be the camera operator or may supervise one or more camera operators. Do not confuse with cinematographer.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Vocalist [voc]">
            <xs:annotation>
              <xs:documentation>Use for a person or organization who principally exhibits singing skills in a musical or dramatic presentation or entertainment.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Witness [wit]">
            <xs:annotation>
              <xs:documentation>Use for a person who verifies the truthfulness of an event or action.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Wood-engraver [wde]">
            <xs:annotation>
              <xs:documentation>Use for a person or organization who makes prints by cutting the image in relief on the end-grain of a wood block.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Woodcutter [wdc]">
            <xs:annotation>
              <xs:documentation>Use for a person or organization who makes prints by cutting the image in relief on the plank side of a wood block.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="Writer of accompanying material [wam]">
            <xs:annotation>
              <xs:documentation>Use for a person or organization who writes significant material which accompanies a sound recording or other audiovisual material.</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element ROYAL
Namespace No namespace
Annotations
Royal is a type of name available with personName. It refers
to names, such as "Queen" or "Princess", which a person has because of their royal status. This element does not
capture information about noble titles in general (cf. titled) but includes specifically royal names.
Diagram
Diagram index.tmp#ROYAL_REG index.tmp#ROYAL_WROTEORPUBLISHEDAS
Properties
content complex
mixed true
Used by
Elements CHRONPROSE, DATAITEM, P
Model
Attributes
QName Type Default Use Annotation
REG xs:NCName optional
Reg (or
regularization) contains a reading which has been regularized or normalized in some
sense.
WROTEORPUBLISHEDAS restriction of xs:token WROTEPUBLISHEDASYES optional
WroteOrPublishedAs is an attribute
attached to all the types of a person's name captured within their biography section. This attribute will allow
us to track all the different names women writers published under. While we assume that most writers published under
their standard name and pseudonyms, they may also have used a nickname or their married name, for instance, to
publish material. This attribute works in conjunction with the authorname in the bibliography to link the name a text
was published under with the name of the person.
Source
<xs:element name="ROYAL">
  <xs:annotation>
    <xs:documentation>Royal is a type of name available with personName. It refers to names, such as "Queen" or "Princess", which a person has because of their royal status. This element does not capture information about noble titles in general (cf. titled) but includes specifically royal names.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:attribute name="REG" type="xs:NCName">
      <xs:annotation>
        <xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="WROTEORPUBLISHEDAS" default="WROTEPUBLISHEDASYES">
      <xs:annotation>
        <xs:documentation>WroteOrPublishedAs is an attribute attached to all the types of a person's name captured within their biography section. This attribute will allow us to track all the different names women writers published under. While we assume that most writers published under their standard name and pseudonyms, they may also have used a nickname or their married name, for instance, to publish material. This attribute works in conjunction with the authorname in the bibliography to link the name a text was published under with the name of the person.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="WROTEPUBLISHEDASYES"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element RWRITINGMILESTONE
Namespace No namespace
Diagram
Diagram index.tmp#BIBCITS index.tmp#PPERFORMANCE index.tmp#RESEARCHNOTE index.tmp#SOCALLED index.tmp#TTONESTYLE
Properties
content complex
mixed true
Used by
Model
Children BIBCITS, PPERFORMANCE, RESEARCHNOTE, SOCALLED, TTONESTYLE
Instance
<RWRITINGMILESTONE>
  <BIBCITS ID="">{1,1}</BIBCITS>
  <PPERFORMANCE>{1,1}</PPERFORMANCE>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <SOCALLED>{1,1}</SOCALLED>
  <TTONESTYLE EXPERIMENTAL="">{1,1}</TTONESTYLE>
</RWRITINGMILESTONE>
Source
<xs:element name="RWRITINGMILESTONE">
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="BIBCITS"/>
      <xs:element ref="PPERFORMANCE"/>
      <xs:element ref="RESEARCHNOTE"/>
      <xs:element ref="SOCALLED"/>
      <xs:element ref="TTONESTYLE"/>
    </xs:choice>
  </xs:complexType>
</xs:element>
[ top ]
Element TIME
Namespace No namespace
Annotations
time contains a phrase defining a time of day in any
format.
Diagram
Diagram index.tmp#TIME_CERTAINTY index.tmp#TIME_TYPE index.tmp#TIME_VALUE
Properties
content complex
mixed true
Used by
Elements CHRONPROSE, DATAITEM, DATE
Model
Attributes
QName Type Default Use Annotation
CERTAINTY restriction of xs:token CERT optional
Certainty is an attribute of date and dateRange,
and is used to indicate the nature of certainty that you have about a given date.
TYPE xs:NCName optional
Type characterizes the element in some sense, using
any convenient classification scheme or typology.
VALUE xs:NMTOKEN optional
Value is used to record a formatted date- or
time-related value.
Source
<xs:element name="TIME">
  <xs:annotation>
    <xs:documentation>time contains a phrase defining a time of day in any format.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:attribute name="CERTAINTY" default="CERT">
      <xs:annotation>
        <xs:documentation>Certainty is an attribute of date and dateRange, and is used to indicate the nature of certainty that you have about a given date.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="CERT">
            <xs:annotation>
              <xs:documentation>Certain</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="C">
            <xs:annotation>
              <xs:documentation>Circa</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="BY">
            <xs:annotation>
              <xs:documentation>By this date</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="AFTER">
            <xs:annotation>
              <xs:documentation>After this date</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="UNKNOWN">
            <xs:annotation>
              <xs:documentation>Unknown date</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="ROUGHLYDATED">
            <xs:annotation>
              <xs:documentation>Rough certainty</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="TYPE" type="xs:NCName">
      <xs:annotation>
        <xs:documentation>Type characterizes the element in some sense, using any convenient classification scheme or typology.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="VALUE" type="xs:NMTOKEN">
      <xs:annotation>
        <xs:documentation>Value is used to record a formatted date- or time-related value.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element CHRONEVENT
Namespace No namespace
Annotations
chronEvent is an element that holds together all relevant information
pertaining to an individual chronology entry as well as its explanatory material.
Diagram
Diagram index.tmp#CHRONSTRUCT index.tmp#P index.tmp#RESEARCHNOTE index.tmp#BIBCITS index.tmp#KEYWORDCLASS
Properties
content complex
Used by
Model
Children BIBCITS, CHRONSTRUCT, KEYWORDCLASS, P, RESEARCHNOTE
Instance
<CHRONEVENT>
  <CHRONSTRUCT CHRONCOLUMN="" RELEVANCE="" RELEVANCE1="" RELEVANCE2="" RELEVANCE3="" RESP="">{1,1}</CHRONSTRUCT>
  <P ID="">{1,1}</P>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <BIBCITS ID="">{1,1}</BIBCITS>
  <KEYWORDCLASS KEYWORDTYPE="">{1,1}</KEYWORDCLASS>
</CHRONEVENT>
Source
<xs:element name="CHRONEVENT">
  <xs:annotation>
    <xs:documentation>chronEvent is an element that holds together all relevant information pertaining to an individual chronology entry as well as its explanatory material.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="CHRONSTRUCT"/>
      <xs:choice minOccurs="0" maxOccurs="unbounded">
        <xs:element ref="P"/>
        <xs:element ref="RESEARCHNOTE"/>
        <xs:element ref="BIBCITS"/>
        <xs:element ref="KEYWORDCLASS"/>
      </xs:choice>
    </xs:sequence>
  </xs:complexType>
</xs:element>
[ top ]
Element CHRONSTRUCT
Namespace No namespace
Annotations
A chronStruct is an element that holds together and therefore
associates a date with the prose that describes an event.
Diagram
Diagram index.tmp#CHRONSTRUCT_CHRONCOLUMN index.tmp#CHRONSTRUCT_RELEVANCE index.tmp#CHRONSTRUCT_RELEVANCE1 index.tmp#CHRONSTRUCT_RELEVANCE2 index.tmp#CHRONSTRUCT_RELEVANCE3 index.tmp#CHRONSTRUCT_RESP index.tmp#DATE index.tmp#DATERANGE index.tmp#BIBCITS index.tmp#KEYWORDCLASS index.tmp#RESEARCHNOTE index.tmp#SCHOLARNOTE index.tmp#CHRONPROSE
Properties
content complex
Used by
Model
Children BIBCITS, CHRONPROSE, DATE, DATERANGE, KEYWORDCLASS, RESEARCHNOTE, SCHOLARNOTE
Instance
<CHRONSTRUCT CHRONCOLUMN="" RELEVANCE="" RELEVANCE1="" RELEVANCE2="" RELEVANCE3="" RESP="">
  <DATE CALENDAR="NEWSTYLE" CERTAINTY="CERT" ID="" VALUE="">{1,1}</DATE>
  <DATERANGE CALENDAR="NEWSTYLE" CERTAINTY="CERT" EXACT="" FROM="" ID="" TO="">{1,1}</DATERANGE>
  <BIBCITS ID="">{1,1}</BIBCITS>
  <KEYWORDCLASS KEYWORDTYPE="">{1,1}</KEYWORDCLASS>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <SCHOLARNOTE>{1,1}</SCHOLARNOTE>
  <CHRONPROSE>{1,1}</CHRONPROSE>
</CHRONSTRUCT>
Attributes
QName Type Use Annotation
CHRONCOLUMN restriction of list of restriction of xs:token optional
ChronColumn is an attribute which designates a given
chronology item as belonging to a particular type of event: bibliographical, biographical, cultural, literary, political, and
social.  Note: more than one value can be selected for this attribute -- each attribute value should be separated by a blank
space.
RELEVANCE restriction of xs:token optional
Relevance is a sister attribute to chronColumn, attached to
each and every chronStruct. This element assignes importance to the chronstruct you have just created with categories for comprehensive,
period, decade, and selective (in order of increasing importance).
RELEVANCE1 restriction of xs:token optional
RELEVANCE2 restriction of xs:token optional
RELEVANCE3 restriction of xs:token optional
RESP restriction of xs:token optional
Resp (or responsibility) contains a three-letter initialism
of an individual who contributed to the production or distribution of a document.
Source
<xs:element name="CHRONSTRUCT">
  <xs:annotation>
    <xs:documentation>A chronStruct is an element that holds together and therefore associates a date with the prose that describes an event.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:choice>
        <xs:element ref="DATE"/>
        <xs:element ref="DATERANGE"/>
      </xs:choice>
      <xs:choice>
        <xs:element ref="BIBCITS"/>
        <xs:element ref="KEYWORDCLASS"/>
        <xs:element ref="RESEARCHNOTE"/>
        <xs:element ref="SCHOLARNOTE"/>
      </xs:choice>
      <xs:element ref="CHRONPROSE"/>
    </xs:choice>
    <xs:attribute name="CHRONCOLUMN">
      <xs:annotation>
        <xs:documentation>ChronColumn is an attribute which designates a given chronology item as belonging to a particular type of event: bibliographical, biographical, cultural, literary, political, and social. Note: more than one value can be selected for this attribute -- each attribute value should be separated by a blank space.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction>
          <xs:simpleType>
            <xs:list>
              <xs:simpleType>
                <xs:restriction base="xs:token">
                  <xs:enumeration value="BIBLIOGRAPHICAL"/>
                  <xs:enumeration value="BIOGRAPHICAL"/>
                  <xs:enumeration value="CULTURAL"/>
                  <xs:enumeration value="LITERARY"/>
                  <xs:enumeration value="POLITICAL"/>
                  <xs:enumeration value="SOCIAL"/>
                </xs:restriction>
              </xs:simpleType>
            </xs:list>
          </xs:simpleType>
          <xs:minLength value="1"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="RELEVANCE">
      <xs:annotation>
        <xs:documentation>Relevance is a sister attribute to chronColumn, attached to each and every chronStruct. This element assignes importance to the chronstruct you have just created with categories for comprehensive, period, decade, and selective (in order of increasing importance).</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="SELECTIVE"/>
          <xs:enumeration value="PERIOD"/>
          <xs:enumeration value="DECADE"/>
          <xs:enumeration value="COMPREHENSIVE"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="RELEVANCE1">
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="SELECTIVE1"/>
          <xs:enumeration value="PERIOD1"/>
          <xs:enumeration value="DECADE1"/>
          <xs:enumeration value="COMPREHENSIVE1"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="RELEVANCE2">
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="SELECTIVE2"/>
          <xs:enumeration value="PERIOD2"/>
          <xs:enumeration value="DECADE2"/>
          <xs:enumeration value="COMPREHENSIVE2"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="RELEVANCE3">
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="SELECTIVE3"/>
          <xs:enumeration value="PERIOD3"/>
          <xs:enumeration value="DECADE3"/>
          <xs:enumeration value="COMPREHENSIVE3"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="RESP">
      <xs:annotation>
        <xs:documentation>Resp (or responsibility) contains a three-letter initialism of an individual who contributed to the production or distribution of a document.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="IMG"/>
          <xs:enumeration value="SRF"/>
          <xs:enumeration value="PDC"/>
          <xs:enumeration value="KDC"/>
          <xs:enumeration value="ANM"/>
          <xs:enumeration value="CNM"/>
          <xs:enumeration value="KJB"/>
          <xs:enumeration value="TJB"/>
          <xs:enumeration value="JAH"/>
          <xs:enumeration value="MMM"/>
          <xs:enumeration value="SSB"/>
          <xs:enumeration value="SIB"/>
          <xs:enumeration value="MEL"/>
          <xs:enumeration value="JKW"/>
          <xs:enumeration value="KKC"/>
          <xs:enumeration value="PMB"/>
          <xs:enumeration value="TTC"/>
          <xs:enumeration value="KAH"/>
          <xs:enumeration value="JAW"/>
          <xs:enumeration value="SMH"/>
          <xs:enumeration value="SYS"/>
          <xs:enumeration value="HJM"/>
          <xs:enumeration value="CEL"/>
          <xs:enumeration value="JSC"/>
          <xs:enumeration value="PHD"/>
          <xs:enumeration value="AHM"/>
          <xs:enumeration value="SJW"/>
          <xs:enumeration value="JEB"/>
          <xs:enumeration value="SLT"/>
          <xs:enumeration value="BAA"/>
          <xs:enumeration value="CJH"/>
          <xs:enumeration value="JDS"/>
          <xs:enumeration value="MEB"/>
          <xs:enumeration value="NLG"/>
          <xs:enumeration value="CLC"/>
          <xs:enumeration value="GCG"/>
          <xs:enumeration value="KNT"/>
          <xs:enumeration value="JEC"/>
          <xs:enumeration value="RSC"/>
          <xs:enumeration value="SIR"/>
          <xs:enumeration value="ECG"/>
          <xs:enumeration value="SLB"/>
          <xs:enumeration value="CAG"/>
          <xs:enumeration value="MKB"/>
          <xs:enumeration value="OSM"/>
          <xs:enumeration value="DBH"/>
          <xs:enumeration value="KGH"/>
          <xs:enumeration value="JJD"/>
          <xs:enumeration value="DRG"/>
          <xs:enumeration value="NCK"/>
          <xs:enumeration value="DLK"/>
          <xs:enumeration value="AFP"/>
          <xs:enumeration value="KLH"/>
          <xs:enumeration value="CEE"/>
          <xs:enumeration value="TRN"/>
          <xs:enumeration value="RJR"/>
          <xs:enumeration value="LMS"/>
          <xs:enumeration value="JCA"/>
          <xs:enumeration value="JES"/>
          <xs:enumeration value="JLT"/>
          <xs:enumeration value="KGS"/>
          <xs:enumeration value="RJB"/>
          <xs:enumeration value="DMH"/>
          <xs:enumeration value="MAM"/>
          <xs:enumeration value="LKD"/>
          <xs:enumeration value="ARP"/>
          <xs:enumeration value="KDM"/>
          <xs:enumeration value="BJA"/>
          <xs:enumeration value="SEV"/>
          <xs:enumeration value="AJF"/>
          <xs:enumeration value="AGH"/>
          <xs:enumeration value="RTM"/>
          <xs:enumeration value="LM2"/>
          <xs:enumeration value="MRS"/>
          <xs:enumeration value="KEH"/>
          <xs:enumeration value="CLJ"/>
          <xs:enumeration value="JCR"/>
          <xs:enumeration value="TCD"/>
          <xs:enumeration value="EAQ"/>
          <xs:enumeration value="DEK"/>
          <xs:enumeration value="BHL"/>
          <xs:enumeration value="ALR"/>
          <xs:enumeration value="SWK"/>
          <xs:enumeration value="JLP"/>
          <xs:enumeration value="ACF"/>
          <xs:enumeration value="JSE">
            <xs:annotation>
              <xs:documentation>Jana Smith Elford</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="MPO">
            <xs:annotation>
              <xs:documentation>Mariana Paredes-Olea</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="KCS"/>
          <xs:enumeration value="ARC"/>
          <xs:enumeration value="CMW"/>
          <xs:enumeration value="AEG">
            <xs:annotation>
              <xs:documentation>Alexandra Guselle</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="AVU">
            <xs:annotation>
              <xs:documentation>Alison Uttley</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="LJH">
            <xs:annotation>
              <xs:documentation>Lisa Hennigar</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="KSN">
            <xs:annotation>
              <xs:documentation>Kayla Snyder</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="EWD">
            <xs:annotation>
              <xs:documentation>Eric Drebit</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="CSK">
            <xs:annotation>
              <xs:documentation>Caley Skinner</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="JBB">
            <xs:annotation>
              <xs:documentation>Justine Baskey</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="PAD">
            <xs:annotation>
              <xs:documentation>Patricia Demers</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="CMD">
            <xs:annotation>
              <xs:documentation>Cecily Devereux</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="CJG">
            <xs:annotation>
              <xs:documentation>Carole Gerson</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="JRW">
            <xs:annotation>
              <xs:documentation>Janice Williamson</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="MCA">
            <xs:annotation>
              <xs:documentation>Marie Carriere</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="AWI">
            <xs:annotation>
              <xs:documentation>Ann Wilson</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="SKR">
            <xs:annotation>
              <xs:documentation>Sidney Kruth</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="DHA">
            <xs:annotation>
              <xs:documentation>Dorothy Hadfield</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="SDU">
            <xs:annotation>
              <xs:documentation>Scott Duchessne</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="PIH">
            <xs:annotation>
              <xs:documentation>Paul Hjartarson</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="GRA">
            <xs:annotation>
              <xs:documentation>GRA training</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="AAC">
            <xs:annotation>
              <xs:documentation>Aldora Cole</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="EMH">
            <xs:annotation>
              <xs:documentation>Emily Hass</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="KGL">
            <xs:annotation>
              <xs:documentation>Kate Lane-Smith</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="AJD"/>
          <xs:enumeration value="KFA"/>
          <xs:enumeration value="JMA"/>
          <xs:enumeration value="CNO"/>
          <xs:enumeration value="KSM"/>
          <xs:enumeration value="NFS">
            <xs:annotation>
              <xs:documentation>Nora Foster Stovel</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="KME">
            <xs:annotation>
              <xs:documentation>Karyn Huenemann</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="KLM">
            <xs:annotation>
              <xs:documentation>Katie Louise McCullough</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="GLN">
            <xs:annotation>
              <xs:documentation>Graeme Northcote</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="SAH">
            <xs:annotation>
              <xs:documentation>Susan Hesemeier</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="MKD">
            <xs:annotation>
              <xs:documentation>Michelle Di Cintio</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="KMO">
            <xs:annotation>
              <xs:documentation>Kristine Moruzi</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="LSW">
            <xs:annotation>
              <xs:documentation>Larissa Swayze</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="NPA">
            <xs:annotation>
              <xs:documentation>Nadine Adelaar</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="RMB">
            <xs:annotation>
              <xs:documentation>Rebecca Blain</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="JAR">
            <xs:annotation>
              <xs:documentation>Jessica Rattcliffe</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="BJM">
            <xs:annotation>
              <xs:documentation>Breanna Mroczeck</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="DEL">
            <xs:annotation>
              <xs:documentation>Elena Dergacheva</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="MDG">
            <xs:annotation>
              <xs:documentation>Michelle Gregory</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="CTL">
            <xs:annotation>
              <xs:documentation>Celiese Lypka</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="NJK">
            <xs:annotation>
              <xs:documentation>Nikhil Jayadevan</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="EMR">
            <xs:annotation>
              <xs:documentation>Esther Rosario</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="CME">
            <xs:annotation>
              <xs:documentation>Caitlin Elm</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="JSI">
            <xs:annotation>
              <xs:documentation>John Simpson</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="RKK">
            <xs:annotation>
              <xs:documentation>Ruth Knechtel</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="AAR"/>
          <xs:enumeration value="AGL"/>
          <xs:enumeration value="AHR"/>
          <xs:enumeration value="CGB"/>
          <xs:enumeration value="CMJ"/>
          <xs:enumeration value="DRC"/>
          <xs:enumeration value="GKC"/>
          <xs:enumeration value="GSF"/>
          <xs:enumeration value="JJL"/>
          <xs:enumeration value="JLL"/>
          <xs:enumeration value="LGG"/>
          <xs:enumeration value="MRB"/>
          <xs:enumeration value="REE"/>
          <xs:enumeration value="RZK"/>
          <xs:enumeration value="SDD"/>
          <xs:enumeration value="JAM">
            <xs:annotation>
              <xs:documentation>Jueun Moon</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="ATC">
            <xs:annotation>
              <xs:documentation>Amy Cote</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="AKB">
            <xs:annotation>
              <xs:documentation>Adela Burke</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="AJS">
            <xs:annotation>
              <xs:documentation>Aaron Swanbergson</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="DEA">
            <xs:annotation>
              <xs:documentation>Devin Ayotte</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="CCK">
            <xs:annotation>
              <xs:documentation>Cameron Kroetsch</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="OAI">
            <xs:annotation>
              <xs:documentation>Olga Ivanova</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="SJA">
            <xs:annotation>
              <xs:documentation>Stacey Aspinall</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="GRH">
            <xs:annotation>
              <xs:documentation>Gordon Harper</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="MVI">
            <xs:annotation>
              <xs:documentation>Mihaela Ilovan</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="APH">
            <xs:annotation>
              <xs:documentation>Amanda Hooper</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="LMD">
            <xs:annotation>
              <xs:documentation>Lisa Dublin</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="CSM">
            <xs:annotation>
              <xs:documentation>Chelsea Miya</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="MKL">
            <xs:annotation>
              <xs:documentation>Mahdi Kashani Lotfbadi</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="ABC">
            <xs:annotation>
              <xs:documentation>Anita Cutic</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="SLF">
            <xs:annotation>
              <xs:documentation>Samantha Fitzner</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="K_M">
            <xs:annotation>
              <xs:documentation>Kaarina Mikalson</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="DVI">
            <xs:annotation>
              <xs:documentation>Diana Ivanycheva</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="L_A">
            <xs:annotation>
              <xs:documentation>Leslie Allin</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="VMD">
            <xs:annotation>
              <xs:documentation>Victoria Duncan</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="R_J">
            <xs:annotation>
              <xs:documentation>Robert Jackson</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="NCB">
            <xs:annotation>
              <xs:documentation>Neale Barnholden</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="DJW">
            <xs:annotation>
              <xs:documentation>Daryn Wright</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="ADZ">
            <xs:annotation>
              <xs:documentation>Andrew Zuliani</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="LEB">
            <xs:annotation>
              <xs:documentation>Lindsey Bannister</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="SEB">
            <xs:annotation>
              <xs:documentation>Sarah Bull</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="DGL">
            <xs:annotation>
              <xs:documentation>Duncan Gibson-Lockhart</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="TLL">
            <xs:annotation>
              <xs:documentation>Tasha Longtin</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="M2M">
            <xs:annotation>
              <xs:documentation>Melissa Montanari</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="KVA">
            <xs:annotation>
              <xs:documentation>Kristi Abramoff</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="MRM">
            <xs:annotation>
              <xs:documentation>Miriam Mabrouk</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="CMH">
            <xs:annotation>
              <xs:documentation>Corrinne Harol</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="DSN">
            <xs:annotation>
              <xs:documentation>Dempsey Nobert</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element CHRONPROSE
Namespace No namespace
Annotations
ChronProse is an element that briefly describes
the essential facts of a chronology event.
Diagram
Diagram
Properties
content complex
mixed true
Used by
Element CHRONSTRUCT
Model
AWARDSNONLITERARY | BIBCITS | BIRTHNAME | CAUSE | CHILDLESSNESS | CHILDREN | CLASS | COMPANION | CONTESTEDBEHAVIOUR | DATE | DATERANGE | DEGREE | DENOMINATION | DIVORCE | EMPH | EMPLOYER | FIGURE | FOREIGN | GRAPHIC | INDEXED | INSTRUCTOR | JOBTITLE | KEYWORDCLASS | LIVESWITH | MARRIED | NAME | NATIONALITY | NICKNAME | ORGNAME | PADVERTISING | PANTHOLOGIZATION | PARCHIVALLOCATION | PATTITUDES | PAUTHORSHIP | PCIRCULATION | PCONTRACT | PCOPYRIGHT | PDEDICATION | PEARNINGS | PEDITIONS | PFIRSTLITERARYACTIVITY | PINFLUENCESHER | PLACE | PLASTLITERARYACTIVITY | PLITERARYMOVEMENTS | PMANUSCRIPTHISTORY | PMATERIALCONDITIONS | PMODEOFPUBLICATION | PMOTIVES | PNONBOOKMEDIA | PNONSURVIVAL | POLITICALAFFILIATION | PPERFORMANCE | PPERIODICALPUBLICATION | PPLACEOFPUBLICATION | PPRESSRUN | PPRICE | PRARITIESFEATURESDECORATIONS | PRELATIONSWITHPUBLISHER | PROGRAM | PSERIALIZATION | PSEUDONYM | PSUBMISSIONSREJECTIONS | PTYPEOFPRESS | QUOTE | RBESTKNOWNWORK | RDESTRUCTIONOFWORK | RELIGIOUSNAME | REMUNERATION | RESEARCHNOTE | RFICTIONALIZATION | RLANDMARKTEXT | ROLE | ROYAL | RPENALTIES | RRECOGNITIONNAME | RRECOGNITIONSANDAWARDS | RRECOGNITIONVALUE | RRESPONSES | RS | RSELFDESCRIPTION | RSHEINFLUENCED | RWRITINGMILESTONE | SCHOLARNOTE | SCHOOL | SELFCONSTRUCTED | SEPARATION | SEXUALIDENTITY | SIC | SIGNIFICANTACTIVITY | SOCALLED | STYLED | SUBJECT | TCHARACTERIZATION | TCHARACTERNAME | TCHARACTERTYPEROLE | TEXT | TGENRE | TGENREISSUE | TIME | TINTERTEXTUALITY | TITLE | TITLED | TMOTIF | TOPIC | TPLOT | TSETTINGDATE | TSETTINGPLACE | TTECHNIQUES | TTHEMETOPIC | TTONESTYLE | TVOICENARRATION
Children AWARDSNONLITERARY, BIBCITS, BIRTHNAME, CAUSE, CHILDLESSNESS, CHILDREN, CLASS, COMPANION, CONTESTEDBEHAVIOUR, DATE, DATERANGE, DEGREE, DENOMINATION, DIVORCE, EMPH, EMPLOYER, FIGURE, FOREIGN, GRAPHIC, INDEXED, INSTRUCTOR, JOBTITLE, KEYWORDCLASS, LIVESWITH, MARRIED, NAME, NATIONALITY, NICKNAME, ORGNAME, PADVERTISING, PANTHOLOGIZATION, PARCHIVALLOCATION, PATTITUDES, PAUTHORSHIP, PCIRCULATION, PCONTRACT, PCOPYRIGHT, PDEDICATION, PEARNINGS, PEDITIONS, PFIRSTLITERARYACTIVITY, PINFLUENCESHER, PLACE, PLASTLITERARYACTIVITY, PLITERARYMOVEMENTS, PMANUSCRIPTHISTORY, PMATERIALCONDITIONS, PMODEOFPUBLICATION, PMOTIVES, PNONBOOKMEDIA, PNONSURVIVAL, POLITICALAFFILIATION, PPERFORMANCE, PPERIODICALPUBLICATION, PPLACEOFPUBLICATION, PPRESSRUN, PPRICE, PRARITIESFEATURESDECORATIONS, PRELATIONSWITHPUBLISHER, PROGRAM, PSERIALIZATION, PSEUDONYM, PSUBMISSIONSREJECTIONS, PTYPEOFPRESS, QUOTE, RBESTKNOWNWORK, RDESTRUCTIONOFWORK, RELIGIOUSNAME, REMUNERATION, RESEARCHNOTE, RFICTIONALIZATION, RLANDMARKTEXT, ROLE, ROYAL, RPENALTIES, RRECOGNITIONNAME, RRECOGNITIONSANDAWARDS, RRECOGNITIONVALUE, RRESPONSES, RS, RSELFDESCRIPTION, RSHEINFLUENCED, RWRITINGMILESTONE, SCHOLARNOTE, SCHOOL, SELFCONSTRUCTED, SEPARATION, SEXUALIDENTITY, SIC, SIGNIFICANTACTIVITY, SOCALLED, STYLED, SUBJECT, TCHARACTERIZATION, TCHARACTERNAME, TCHARACTERTYPEROLE, TEXT, TGENRE, TGENREISSUE, TIME, TINTERTEXTUALITY, TITLE, TITLED, TMOTIF, TOPIC, TPLOT, TSETTINGDATE, TSETTINGPLACE, TTECHNIQUES, TTHEMETOPIC, TTONESTYLE, TVOICENARRATION
Instance
<CHRONPROSE>
  <AWARDSNONLITERARY AWARDTYPE="" REG="">{1,1}</AWARDSNONLITERARY>
  <BIBCITS ID="">{1,1}</BIBCITS>
  <BIRTHNAME REG="" WROTEORPUBLISHEDAS="WROTEPUBLISHEDASYES">{1,1}</BIRTHNAME>
  <CAUSE REG="">{1,1}</CAUSE>
  <CHILDLESSNESS>{1,1}</CHILDLESSNESS>
  <CHILDREN NUMBER="">{1,1}</CHILDREN>
  <CLASS REG="" SELF-DEFINED="SELFUNKNOWN" SOCIALRANK="OTHER">{1,1}</CLASS>
  <COMPANION>{1,1}</COMPANION>
  <CONTESTEDBEHAVIOUR>{1,1}</CONTESTEDBEHAVIOUR>
  <DATE CALENDAR="NEWSTYLE" CERTAINTY="CERT" ID="" VALUE="">{1,1}</DATE>
  <DATERANGE CALENDAR="NEWSTYLE" CERTAINTY="CERT" EXACT="" FROM="" ID="" TO="">{1,1}</DATERANGE>
  <DEGREE REG="" STATUS="">{1,1}</DEGREE>
  <DENOMINATION CURRENTALTERNATIVETERM="" REG="" SELF-DEFINED="SELFUNKNOWN">{1,1}</DENOMINATION>
  <DIVORCE>{1,1}</DIVORCE>
  <EMPH>{1,1}</EMPH>
  <EMPLOYER>{1,1}</EMPLOYER>
  <FIGURE>{1,1}</FIGURE>
  <FOREIGN LANG="" REG="">{1,1}</FOREIGN>
  <GRAPHIC URL="">{1,1}</GRAPHIC>
  <INDEXED INDEXSOURCE="LC" REG="" WROTEORPUBLISHEDAS="WROTEPUBLISHEDASYES">{1,1}</INDEXED>
  <INSTRUCTOR>{1,1}</INSTRUCTOR>
  <JOBTITLE CURRENTALTERNATIVETERM="" FAMILYBUSINESS="FAMILYBUSINESSYES" HISTORICALTERM="" HISTORICALTERMCONTEXTDATE="" ID="" REG="">{1,1}</JOBTITLE>
  <KEYWORDCLASS KEYWORDTYPE="">{1,1}</KEYWORDCLASS>
  <LIVESWITH>{1,1}</LIVESWITH>
  <MARRIED REG="" WROTEORPUBLISHEDAS="WROTEPUBLISHEDASYES">{1,1}</MARRIED>
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <NATIONALITY CURRENTALTERNATIVETERM="" REG="" SELF-DEFINED="SELFUNKNOWN">{1,1}</NATIONALITY>
  <NICKNAME ID="" NAMECONNOTATION="ABUSIVE" NAMESIGNIFIER="CRYPTIC" NAMETYPE="LITERARY" REG="" WROTEORPUBLISHEDAS="WROTEPUBLISHEDASYES">{1,1}</NICKNAME>
  <ORGNAME ORGTYPE="" REF="" REG="" STANDARD="" URI="">{1,1}</ORGNAME>
  <PADVERTISING>{1,1}</PADVERTISING>
  <PANTHOLOGIZATION>{1,1}</PANTHOLOGIZATION>
  <PARCHIVALLOCATION>{1,1}</PARCHIVALLOCATION>
  <PATTITUDES>{1,1}</PATTITUDES>
  <PAUTHORSHIP AUTHORNAMETYPE="" AUTHORSHIPCONTROVERSY="" COLLABORATION="" CONTROVERSYDATE="">{1,1}</PAUTHORSHIP>
  <PCIRCULATION>{1,1}</PCIRCULATION>
  <PCONTRACT ID="">{1,1}</PCONTRACT>
  <PCOPYRIGHT>{1,1}</PCOPYRIGHT>
  <PDEDICATION>{1,1}</PDEDICATION>
  <PEARNINGS>{1,1}</PEARNINGS>
  <PEDITIONS>{1,1}</PEDITIONS>
  <PFIRSTLITERARYACTIVITY>{1,1}</PFIRSTLITERARYACTIVITY>
  <PINFLUENCESHER INFLUENCETYPE="">{1,1}</PINFLUENCESHER>
  <PLACE ID="" LAT="" LONG="" REF="">{1,1}</PLACE>
  <PLASTLITERARYACTIVITY>{1,1}</PLASTLITERARYACTIVITY>
  <PLITERARYMOVEMENTS INVOLVEMENT="INVOLVEMENTYES" REG="">{1,1}</PLITERARYMOVEMENTS>
  <PMANUSCRIPTHISTORY>{1,1}</PMANUSCRIPTHISTORY>
  <PMATERIALCONDITIONS DISPLACEMENT="">{1,1}</PMATERIALCONDITIONS>
  <PMODEOFPUBLICATION PUBLICATIONMODE="">{1,1}</PMODEOFPUBLICATION>
  <PMOTIVES ID="" MOTIVETYPE="">{1,1}</PMOTIVES>
  <PNONBOOKMEDIA MEDIATYPE="">{1,1}</PNONBOOKMEDIA>
  <PNONSURVIVAL TYPEOFNONSURVIVAL="">{1,1}</PNONSURVIVAL>
  <POLITICALAFFILIATION ACTIVISM="ACTIVISTYES" CURRENTALTERNATIVETERM="" ID="" INVOLVEMENT="INVOLVEMENTYES" MEMBERSHIP="MEMBERSHIPYES" REG="" WOMAN-GENDERISSUE="GENDERYES">{1,1}</POLITICALAFFILIATION>
  <PPERFORMANCE>{1,1}</PPERFORMANCE>
  <PPERIODICALPUBLICATION>{1,1}</PPERIODICALPUBLICATION>
  <PPLACEOFPUBLICATION>{1,1}</PPLACEOFPUBLICATION>
  <PPRESSRUN>{1,1}</PPRESSRUN>
  <PPRICE>{1,1}</PPRICE>
  <PRARITIESFEATURESDECORATIONS>{1,1}</PRARITIESFEATURESDECORATIONS>
  <PRELATIONSWITHPUBLISHER RELATIONSHIPTYPE="">{1,1}</PRELATIONSWITHPUBLISHER>
  <PROGRAM REG="">{1,1}</PROGRAM>
  <PSERIALIZATION FORMOFSERIALIZATION="">{1,1}</PSERIALIZATION>
  <PSEUDONYM NAMESIGNIFIER="CRYPTIC" REG="" WROTEORPUBLISHEDAS="WROTEPUBLISHEDASYES">{1,1}</PSEUDONYM>
  <PSUBMISSIONSREJECTIONS>{1,1}</PSUBMISSIONSREJECTIONS>
  <PTYPEOFPRESS>{1,1}</PTYPEOFPRESS>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <RBESTKNOWNWORK>{1,1}</RBESTKNOWNWORK>
  <RDESTRUCTIONOFWORK DESTROYEDBY="">{1,1}</RDESTRUCTIONOFWORK>
  <RELIGIOUSNAME REG="" WROTEORPUBLISHEDAS="WROTEPUBLISHEDASYES">{1,1}</RELIGIOUSNAME>
  <REMUNERATION>{1,1}</REMUNERATION>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <RFICTIONALIZATION>{1,1}</RFICTIONALIZATION>
  <RLANDMARKTEXT>{1,1}</RLANDMARKTEXT>
  <ROLE ROLE="">{1,1}</ROLE>
  <ROYAL REG="" WROTEORPUBLISHEDAS="WROTEPUBLISHEDASYES">{1,1}</ROYAL>
  <RPENALTIES CENSORSHIP="" CONTROVERSY="">{1,1}</RPENALTIES>
  <RRECOGNITIONNAME REG="">{1,1}</RRECOGNITIONNAME>
  <RRECOGNITIONSANDAWARDS>{1,1}</RRECOGNITIONSANDAWARDS>
  <RRECOGNITIONVALUE>{1,1}</RRECOGNITIONVALUE>
  <RRESPONSES FORMALITY="" GENDEREDRESPONSE="" RESPONSETYPE="">{1,1}</RRESPONSES>
  <RS REG="" TYPE="">{1,1}</RS>
  <RSELFDESCRIPTION>{1,1}</RSELFDESCRIPTION>
  <RSHEINFLUENCED>{1,1}</RSHEINFLUENCED>
  <RWRITINGMILESTONE>{1,1}</RWRITINGMILESTONE>
  <SCHOLARNOTE>{1,1}</SCHOLARNOTE>
  <SCHOOL INSTITUTION="" INSTITUTIONLEVEL="" REG="" RELIGIOUS="RELIGIOUSYES" STUDENTBODY="">{1,1}</SCHOOL>
  <SELFCONSTRUCTED NAMESIGNIFIER="CRYPTIC" REG="" WROTEORPUBLISHEDAS="WROTEPUBLISHEDASYES">{1,1}</SELFCONSTRUCTED>
  <SEPARATION>{1,1}</SEPARATION>
  <SEXUALIDENTITY CURRENTALTERNATIVETERM="" REG="" SELF-DEFINED="SELFUNKNOWN">{1,1}</SEXUALIDENTITY>
  <SIC CORR="">{1,1}</SIC>
  <SIGNIFICANTACTIVITY PHILANTHROPYVOLUNTEER="PHILANTHROPYVOLUNTEERYES" REG="">{1,1}</SIGNIFICANTACTIVITY>
  <SOCALLED>{1,1}</SOCALLED>
  <STYLED REG="" WROTEORPUBLISHEDAS="WROTEPUBLISHEDASYES">{1,1}</STYLED>
  <SUBJECT REG="">{1,1}</SUBJECT>
  <TCHARACTERIZATION>{1,1}</TCHARACTERIZATION>
  <TCHARACTERNAME REG="">{1,1}</TCHARACTERNAME>
  <TCHARACTERTYPEROLE PROTAGONIST="">{1,1}</TCHARACTERTYPEROLE>
  <TEXT REG="">{1,1}</TEXT>
  <TGENRE GENRENAME="">{1,1}</TGENRE>
  <TGENREISSUE>{1,1}</TGENREISSUE>
  <TIME CERTAINTY="CERT" TYPE="" VALUE="">{1,1}</TIME>
  <TINTERTEXTUALITY GENDEROFAUTHOR="" INTERTEXTTYPE="">{1,1}</TINTERTEXTUALITY>
  <TITLE LEVEL="" REF="" REG="" REND="" STANDARD="">{1,1}</TITLE>
  <TITLED REG="" WROTEORPUBLISHEDAS="WROTEPUBLISHEDASYES">{1,1}</TITLED>
  <TMOTIF MOTIFNAME="">{1,1}</TMOTIF>
  <TOPIC STANDARD="">{1,1}</TOPIC>
  <TPLOT>{1,1}</TPLOT>
  <TSETTINGDATE SETTINGDATETYPE="">{1,1}</TSETTINGDATE>
  <TSETTINGPLACE SETTINGCLASS="" SETTINGPLACETYPE="">{1,1}</TSETTINGPLACE>
  <TTECHNIQUES TECHNIQUETYPE="">{1,1}</TTECHNIQUES>
  <TTHEMETOPIC ID="" REG="">{1,1}</TTHEMETOPIC>
  <TTONESTYLE EXPERIMENTAL="">{1,1}</TTONESTYLE>
  <TVOICENARRATION>{1,1}</TVOICENARRATION>
</CHRONPROSE>
Source
<xs:element name="CHRONPROSE">
  <xs:annotation>
    <xs:documentation>ChronProse is an element that briefly describes the essential facts of a chronology event.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="AWARDSNONLITERARY"/>
      <xs:element ref="BIBCITS"/>
      <xs:element ref="BIRTHNAME"/>
      <xs:element ref="CAUSE"/>
      <xs:element ref="CHILDLESSNESS"/>
      <xs:element ref="CHILDREN"/>
      <xs:element ref="CLASS"/>
      <xs:element ref="COMPANION"/>
      <xs:element ref="CONTESTEDBEHAVIOUR"/>
      <xs:element ref="DATE"/>
      <xs:element ref="DATERANGE"/>
      <xs:element ref="DEGREE"/>
      <xs:element ref="DENOMINATION"/>
      <xs:element ref="DIVORCE"/>
      <xs:element ref="EMPH"/>
      <xs:element ref="EMPLOYER"/>
      <xs:element ref="FIGURE"/>
      <xs:element ref="FOREIGN"/>
      <xs:element ref="GRAPHIC"/>
      <xs:element ref="INDEXED"/>
      <xs:element ref="INSTRUCTOR"/>
      <xs:element ref="JOBTITLE"/>
      <xs:element ref="KEYWORDCLASS"/>
      <xs:element ref="LIVESWITH"/>
      <xs:element ref="MARRIED"/>
      <xs:element ref="NAME"/>
      <xs:element ref="NATIONALITY"/>
      <xs:element ref="NICKNAME"/>
      <xs:element ref="ORGNAME"/>
      <xs:element ref="PADVERTISING"/>
      <xs:element ref="PANTHOLOGIZATION"/>
      <xs:element ref="PARCHIVALLOCATION"/>
      <xs:element ref="PATTITUDES"/>
      <xs:element ref="PAUTHORSHIP"/>
      <xs:element ref="PCIRCULATION"/>
      <xs:element ref="PCONTRACT"/>
      <xs:element ref="PCOPYRIGHT"/>
      <xs:element ref="PDEDICATION"/>
      <xs:element ref="PEARNINGS"/>
      <xs:element ref="PEDITIONS"/>
      <xs:element ref="PFIRSTLITERARYACTIVITY"/>
      <xs:element ref="PINFLUENCESHER"/>
      <xs:element ref="PLACE"/>
      <xs:element ref="PLASTLITERARYACTIVITY"/>
      <xs:element ref="PLITERARYMOVEMENTS"/>
      <xs:element ref="PMANUSCRIPTHISTORY"/>
      <xs:element ref="PMATERIALCONDITIONS"/>
      <xs:element ref="PMODEOFPUBLICATION"/>
      <xs:element ref="PMOTIVES"/>
      <xs:element ref="PNONBOOKMEDIA"/>
      <xs:element ref="PNONSURVIVAL"/>
      <xs:element ref="POLITICALAFFILIATION"/>
      <xs:element ref="PPERFORMANCE"/>
      <xs:element ref="PPERIODICALPUBLICATION"/>
      <xs:element ref="PPLACEOFPUBLICATION"/>
      <xs:element ref="PPRESSRUN"/>
      <xs:element ref="PPRICE"/>
      <xs:element ref="PRARITIESFEATURESDECORATIONS"/>
      <xs:element ref="PRELATIONSWITHPUBLISHER"/>
      <xs:element ref="PROGRAM"/>
      <xs:element ref="PSERIALIZATION"/>
      <xs:element ref="PSEUDONYM"/>
      <xs:element ref="PSUBMISSIONSREJECTIONS"/>
      <xs:element ref="PTYPEOFPRESS"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="RBESTKNOWNWORK"/>
      <xs:element ref="RDESTRUCTIONOFWORK"/>
      <xs:element ref="RELIGIOUSNAME"/>
      <xs:element ref="REMUNERATION"/>
      <xs:element ref="RESEARCHNOTE"/>
      <xs:element ref="RFICTIONALIZATION"/>
      <xs:element ref="RLANDMARKTEXT"/>
      <xs:element ref="ROLE"/>
      <xs:element ref="ROYAL"/>
      <xs:element ref="RPENALTIES"/>
      <xs:element ref="RRECOGNITIONNAME"/>
      <xs:element ref="RRECOGNITIONSANDAWARDS"/>
      <xs:element ref="RRECOGNITIONVALUE"/>
      <xs:element ref="RRESPONSES"/>
      <xs:element ref="RS"/>
      <xs:element ref="RSELFDESCRIPTION"/>
      <xs:element ref="RSHEINFLUENCED"/>
      <xs:element ref="RWRITINGMILESTONE"/>
      <xs:element ref="SCHOLARNOTE"/>
      <xs:element ref="SCHOOL"/>
      <xs:element ref="SELFCONSTRUCTED"/>
      <xs:element ref="SEPARATION"/>
      <xs:element ref="SEXUALIDENTITY"/>
      <xs:element ref="SIC"/>
      <xs:element ref="SIGNIFICANTACTIVITY"/>
      <xs:element ref="SOCALLED"/>
      <xs:element ref="STYLED"/>
      <xs:element ref="SUBJECT"/>
      <xs:element ref="TCHARACTERIZATION"/>
      <xs:element ref="TCHARACTERNAME"/>
      <xs:element ref="TCHARACTERTYPEROLE"/>
      <xs:element ref="TEXT"/>
      <xs:element ref="TGENRE"/>
      <xs:element ref="TGENREISSUE"/>
      <xs:element ref="TIME"/>
      <xs:element ref="TINTERTEXTUALITY"/>
      <xs:element ref="TITLE"/>
      <xs:element ref="TITLED"/>
      <xs:element ref="TMOTIF"/>
      <xs:element ref="TOPIC"/>
      <xs:element ref="TPLOT"/>
      <xs:element ref="TSETTINGDATE"/>
      <xs:element ref="TSETTINGPLACE"/>
      <xs:element ref="TTECHNIQUES"/>
      <xs:element ref="TTHEMETOPIC"/>
      <xs:element ref="TTONESTYLE"/>
      <xs:element ref="TVOICENARRATION"/>
    </xs:choice>
  </xs:complexType>
</xs:element>
[ top ]
Element LISTBIBCIT
Namespace No namespace
Annotations
ListBibcit (citation list) contains a list of bibliographic citations of any
kind.
Diagram
Diagram index.tmp#BIBCIT index.tmp#RESEARCHNOTE
Properties
content complex
Used by
Model
Children BIBCIT, RESEARCHNOTE
Instance
<LISTBIBCIT>
  <BIBCIT ID="" PLACEHOLDER="" QTDIN="" REF="">{1,1}</BIBCIT>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
</LISTBIBCIT>
Source
<xs:element name="LISTBIBCIT">
  <xs:annotation>
    <xs:documentation>ListBibcit (citation list) contains a list of bibliographic citations of any kind.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:choice maxOccurs="unbounded">
      <xs:element ref="BIBCIT"/>
      <xs:element ref="RESEARCHNOTE"/>
    </xs:choice>
  </xs:complexType>
</xs:element>
[ top ]
Element BIRTHPOSITION
Namespace No namespace
Annotations
This sub-element within birth captures information about a
woman writer's position within her family. In systematically capturing information about birth position, we are suggesting positions
within families, specifically in relation to gender position, influence the material conditions of a woman's life.
Diagram
Diagram index.tmp#BIRTHPOSITION_POSITION index.tmp#BIBCITS index.tmp#DATE index.tmp#FOREIGN index.tmp#KEYWORDCLASS index.tmp#NAME index.tmp#ORGNAME index.tmp#PLACE index.tmp#QUOTE index.tmp#RESEARCHNOTE index.tmp#SCHOLARNOTE index.tmp#SOCALLED index.tmp#TITLE
Properties
content complex
mixed true
Used by
Elements BIRTH, P
Model
Children BIBCITS, DATE, FOREIGN, KEYWORDCLASS, NAME, ORGNAME, PLACE, QUOTE, RESEARCHNOTE, SCHOLARNOTE, SOCALLED, TITLE
Instance
<BIRTHPOSITION POSITION="ELDEST">
  <BIBCITS ID="">{1,1}</BIBCITS>
  <DATE CALENDAR="NEWSTYLE" CERTAINTY="CERT" ID="" VALUE="">{1,1}</DATE>
  <FOREIGN LANG="" REG="">{1,1}</FOREIGN>
  <KEYWORDCLASS KEYWORDTYPE="">{1,1}</KEYWORDCLASS>
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <ORGNAME ORGTYPE="" REF="" REG="" STANDARD="" URI="">{1,1}</ORGNAME>
  <PLACE ID="" LAT="" LONG="" REF="">{1,1}</PLACE>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <SCHOLARNOTE>{1,1}</SCHOLARNOTE>
  <SOCALLED>{1,1}</SOCALLED>
  <TITLE LEVEL="" REF="" REG="" REND="" STANDARD="">{1,1}</TITLE>
</BIRTHPOSITION>
Attributes
QName Type Default Use Annotation
POSITION restriction of xs:token ELDEST optional
This optional attribute attached to birthPosition
allows us to systematize information concerning women writers who were the eldest, youngest and only children in their
families.
Source
<xs:element name="BIRTHPOSITION">
  <xs:annotation>
    <xs:documentation>This sub-element within birth captures information about a woman writer's position within her family. In systematically capturing information about birth position, we are suggesting positions within families, specifically in relation to gender position, influence the material conditions of a woman's life.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="BIBCITS"/>
      <xs:element ref="DATE"/>
      <xs:element ref="FOREIGN"/>
      <xs:element ref="KEYWORDCLASS"/>
      <xs:element ref="NAME"/>
      <xs:element ref="ORGNAME"/>
      <xs:element ref="PLACE"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="RESEARCHNOTE"/>
      <xs:element ref="SCHOLARNOTE"/>
      <xs:element ref="SOCALLED"/>
      <xs:element ref="TITLE"/>
    </xs:choice>
    <xs:attribute name="POSITION" default="ELDEST">
      <xs:annotation>
        <xs:documentation>This optional attribute attached to birthPosition allows us to systematize information concerning women writers who were the eldest, youngest and only children in their families.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="ELDEST"/>
          <xs:enumeration value="YOUNGEST"/>
          <xs:enumeration value="ONLY"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element CULTURALFORMATION
Namespace No namespace
Annotations
CulturalFormation is one of the 16
major biography elements defined as integral to mapping a woman's life. It refers to the constitution of a
British Woman Writer's subjectivity and includes a number of different ways for you to talk about the
pertinent issues. This element addresses the imbrication of the triad race/class/gender; it allows you to say
"She came from a Scottish dissenting family" without having to separate the different elements that
would be systematized as religion or raceEthnicity. We imagine that our use of the element will be consonant with
the direction that scholarship is taking in its treatment of race, nationality, etc.: not treating them as
transhistorical or isolated categories but looking at the way two or more categories intersect for a particular
group at a particular historical period. We hope to provide our readers with two ways of accessing information
around issues of a writer's subject positioning. Placing the identifying category elements around her
religious denomination ("Quaker"), sexual identity ("lesbian") or nationality
("Scottish"), for example, will point our end users toward writers whom they may be interested in
researching if they were doing a project on any of these issues (for example, "Contemporary Scottish
women's writing"). Placing a larger discussion within the general sub-elements (i.e., ClassIssue,
Religion, etc.) will allow us to extract and merge all significant discussions of certain issues, providing our
end users with a complex weave of information through which to analyse the construction of
subjectivity.
Diagram
Diagram index.tmp#HEADING index.tmp#P index.tmp#DATASTRUCT index.tmp#CHRONEVENT index.tmp#CHRONSTRUCT index.tmp#KEYWORDCLASS index.tmp#RESEARCHNOTE index.tmp#LISTBIBCIT index.tmp#CLASS index.tmp#RACECOLOUR index.tmp#CLASSISSUE index.tmp#DISABILITY index.tmp#NATIONALITYISSUE index.tmp#RACEANDETHNICITY index.tmp#RELIGION index.tmp#SEXUALITY
Properties
content complex
Used by
Elements ENTRY, P
Model
Children CHRONEVENT, CHRONSTRUCT, CLASS, CLASSISSUE, DATASTRUCT, DISABILITY, HEADING, KEYWORDCLASS, LISTBIBCIT, NATIONALITYISSUE, P, RACEANDETHNICITY, RACECOLOUR, RELIGION, RESEARCHNOTE, SEXUALITY
Instance
<CULTURALFORMATION>
  <HEADING SUBTYPE="">{1,1}</HEADING>
  <P ID="">{1,1}</P>
  <DATASTRUCT>{1,1}</DATASTRUCT>
  <CHRONEVENT>{1,1}</CHRONEVENT>
  <CHRONSTRUCT CHRONCOLUMN="" RELEVANCE="" RELEVANCE1="" RELEVANCE2="" RELEVANCE3="" RESP="">{1,1}</CHRONSTRUCT>
  <KEYWORDCLASS KEYWORDTYPE="">{1,1}</KEYWORDCLASS>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <LISTBIBCIT>{1,1}</LISTBIBCIT>
  <CLASS REG="" SELF-DEFINED="SELFUNKNOWN" SOCIALRANK="OTHER">{1,1}</CLASS>
  <RACECOLOUR FOREBEAR="FAMILY" REG="" SELF-DEFINED="SELFUNKNOWN">{1,1}</RACECOLOUR>
  <CLASSISSUE>{1,1}</CLASSISSUE>
  <DISABILITY>{1,1}</DISABILITY>
  <NATIONALITYISSUE>{1,1}</NATIONALITYISSUE>
  <RACEANDETHNICITY>{1,1}</RACEANDETHNICITY>
  <RELIGION>{1,1}</RELIGION>
  <SEXUALITY>{1,1}</SEXUALITY>
</CULTURALFORMATION>
Source
<xs:element name="CULTURALFORMATION">
  <xs:annotation>
    <xs:documentation>CulturalFormation is one of the 16 major biography elements defined as integral to mapping a woman's life. It refers to the constitution of a British Woman Writer's subjectivity and includes a number of different ways for you to talk about the pertinent issues. This element addresses the imbrication of the triad race/class/gender; it allows you to say "She came from a Scottish dissenting family" without having to separate the different elements that would be systematized as religion or raceEthnicity. We imagine that our use of the element will be consonant with the direction that scholarship is taking in its treatment of race, nationality, etc.: not treating them as transhistorical or isolated categories but looking at the way two or more categories intersect for a particular group at a particular historical period. We hope to provide our readers with two ways of accessing information around issues of a writer's subject positioning. Placing the identifying category elements around her religious denomination ("Quaker"), sexual identity ("lesbian") or nationality ("Scottish"), for example, will point our end users toward writers whom they may be interested in researching if they were doing a project on any of these issues (for example, "Contemporary Scottish women's writing"). Placing a larger discussion within the general sub-elements (i.e., ClassIssue, Religion, etc.) will allow us to extract and merge all significant discussions of certain issues, providing our end users with a complex weave of information through which to analyse the construction of subjectivity.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="HEADING"/>
      <xs:choice>
        <xs:element ref="P"/>
        <xs:element ref="DATASTRUCT"/>
        <xs:element ref="CHRONEVENT"/>
        <xs:element ref="CHRONSTRUCT"/>
        <xs:element ref="KEYWORDCLASS"/>
        <xs:element ref="RESEARCHNOTE"/>
        <xs:element ref="LISTBIBCIT"/>
        <xs:element ref="CLASS"/>
        <xs:element ref="RACECOLOUR"/>
        <xs:element ref="CLASSISSUE"/>
        <xs:element ref="DISABILITY"/>
        <xs:element ref="NATIONALITYISSUE"/>
        <xs:element ref="RACEANDETHNICITY"/>
        <xs:element ref="RELIGION"/>
        <xs:element ref="SEXUALITY"/>
      </xs:choice>
    </xs:choice>
  </xs:complexType>
</xs:element>
[ top ]
Element CLASSISSUE
Namespace No namespace
Annotations
ClassIssue, a significant
sub-element within culturalFormation, is used to discuss the importance of class within a
person's life. In conjunction with the class element, classIssue allows us to capture
information about how the socio-economic conditions of her family and herself affected her life and
writing. We understand that class is a shifting category and that a person's class position
changes over the course of her life, for example, on marriage. We also understand that class
categories are historically and culturally specific. The classIssue element is meant to capture
discussions of these complexities and allow for the historical and biographical specificities of
one's relation to class.
Diagram
Diagram index.tmp#CHRONEVENT index.tmp#CHRONSTRUCT index.tmp#P
Properties
content complex
Used by
Model
Children CHRONEVENT, CHRONSTRUCT, P
Instance
<CLASSISSUE>
  <CHRONEVENT>{1,1}</CHRONEVENT>
  <CHRONSTRUCT CHRONCOLUMN="" RELEVANCE="" RELEVANCE1="" RELEVANCE2="" RELEVANCE3="" RESP="">{1,1}</CHRONSTRUCT>
  <P ID="">{1,1}</P>
</CLASSISSUE>
Source
<xs:element name="CLASSISSUE">
  <xs:annotation>
    <xs:documentation>ClassIssue, a significant sub-element within culturalFormation, is used to discuss the importance of class within a person's life. In conjunction with the class element, classIssue allows us to capture information about how the socio-economic conditions of her family and herself affected her life and writing. We understand that class is a shifting category and that a person's class position changes over the course of her life, for example, on marriage. We also understand that class categories are historically and culturally specific. The classIssue element is meant to capture discussions of these complexities and allow for the historical and biographical specificities of one's relation to class.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:choice>
      <xs:element ref="CHRONEVENT"/>
      <xs:element ref="CHRONSTRUCT"/>
      <xs:element ref="P"/>
    </xs:choice>
  </xs:complexType>
</xs:element>
[ top ]
Element DISABILITY
Namespace No namespace
Diagram
Diagram index.tmp#P
Properties
content complex
Used by
Model
Children P
Instance
<DISABILITY>
  <P ID="">{0,unbounded}</P>
</DISABILITY>
Source
<xs:element name="DISABILITY">
  <xs:complexType>
    <xs:sequence>
      <xs:element minOccurs="0" maxOccurs="unbounded" ref="P"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
[ top ]
Element NATIONALITYISSUE
Namespace No namespace
Annotations
NationalityIssue is a
significant sub-element within culturalFormation which captures a discussion about her nationality.
It works in conjunction with the nationality element to structure the national subject positions of
women writers. Use to discuss issues of importance around a woman's nationality as it impinges
upon identity. For the most part, writers will have geog, national or ethnic heritage of note, and in
the element "nationalityIssue," we can discuss or name a writer's nationality as
English, Irish, Scottish, Welsh. Avoid using British in the nationality tag, and use more specific
designations when you can because these probably mattered more.
Diagram
Diagram index.tmp#P
Properties
content complex
Used by
Model
Children P
Instance
<NATIONALITYISSUE>
  <P ID="">{0,1}</P>
</NATIONALITYISSUE>
Source
<xs:element name="NATIONALITYISSUE">
  <xs:annotation>
    <xs:documentation>NationalityIssue is a significant sub-element within culturalFormation which captures a discussion about her nationality. It works in conjunction with the nationality element to structure the national subject positions of women writers. Use to discuss issues of importance around a woman's nationality as it impinges upon identity. For the most part, writers will have geog, national or ethnic heritage of note, and in the element "nationalityIssue," we can discuss or name a writer's nationality as English, Irish, Scottish, Welsh. Avoid using British in the nationality tag, and use more specific designations when you can because these probably mattered more.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element minOccurs="0" ref="P"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
[ top ]
Element RACEANDETHNICITY
Namespace No namespace
Annotations
RaceAndEthnicity is a
significant sub-element within culturalFormation. It captures information and discussions of a
person's subject position with regards to race and ethnicity by working in conjunction with
subject specific sub-elements (raceColour, nationalHeritage, geogHeritage, ethnicity). The following
discussion applies to both the general discursive discussion of raceAndEthnicity as well as the
specific sub-element categories. Despite the anxieties of the ways in which categories of race or
ethnicity circulate and serve various kinds of undesirable interests, to ignore or go the totally
free-text route is not a responsible solution for this project, though it would certainly be easier
and simpler. The trick here is to make the complexities of the question of race and ethnicity emerge,
and to make it clear that these are shifting, historically constituted, and interestedly deployed
categories whose use must be understood contextually. The discursiveness with which we will present
these categories will, hopefully, help to do this and also allay the anxiety we feel about
"labelling" in a vacuum. In other words, the project has no notion that we could or should
come up with what is in any way an exact, fully defined, or mutually exclusive set of categories: the
point is the overlap within them. Within this system, counting per se becomes highly problematic and
the user has to do some work (and some thinking/active defining) before arriving at any kind of list
or count, and will hopefully arrive at it with a sense of how problematic such an activity is. We
want, as we go, to build carefully sets of associations for either the thesaurus or a specialized
search function, gradually building a set of lists, eventually with fleshed-out definitions, to
become glossary items attached to the terms that are hard to understand. People tagging will use what
terms seem to them to be right for the context, tagging with the category or categories within which
they seem to fit, but they should be encouraged not to let race/ethnicity become invisible or only an
issue in relation to the marginalized. If we think it will look silly if there is a statement in
entry after entry on British women writers saying that she was (presumably) white, I think
that's an indication of the force of biographical conventions and we should not let them dictate
our practices. And we should, as stressed by those concerned about "white" and
"black" as homogenizing categories, encourage people to reach for specificity through
multiplicity: i.e. generally attempt to include at least two of: "race/colour";
"ethnicity"; "nationality" or "national-heritage." Beginning with the
list started by the race-ethnicity subgroup, we have devised a structured vocabulary for these tags,
though the lists need not be mutually exclusive or even internally consistent. Thus
"Jewish" will appear in both "race/colour" and "ethnicity" tag lists,
"Ukrainian" may appear in both "national-heritage" and "ethnicity" tag
lists.
Diagram
Diagram index.tmp#P
Properties
content complex
Used by
Model
Children P
Instance
<RACEANDETHNICITY>
  <P ID="">{1,1}</P>
</RACEANDETHNICITY>
Source
<xs:element name="RACEANDETHNICITY">
  <xs:annotation>
    <xs:documentation>RaceAndEthnicity is a significant sub-element within culturalFormation. It captures information and discussions of a person's subject position with regards to race and ethnicity by working in conjunction with subject specific sub-elements (raceColour, nationalHeritage, geogHeritage, ethnicity). The following discussion applies to both the general discursive discussion of raceAndEthnicity as well as the specific sub-element categories. Despite the anxieties of the ways in which categories of race or ethnicity circulate and serve various kinds of undesirable interests, to ignore or go the totally free-text route is not a responsible solution for this project, though it would certainly be easier and simpler. The trick here is to make the complexities of the question of race and ethnicity emerge, and to make it clear that these are shifting, historically constituted, and interestedly deployed categories whose use must be understood contextually. The discursiveness with which we will present these categories will, hopefully, help to do this and also allay the anxiety we feel about "labelling" in a vacuum. In other words, the project has no notion that we could or should come up with what is in any way an exact, fully defined, or mutually exclusive set of categories: the point is the overlap within them. Within this system, counting per se becomes highly problematic and the user has to do some work (and some thinking/active defining) before arriving at any kind of list or count, and will hopefully arrive at it with a sense of how problematic such an activity is. We want, as we go, to build carefully sets of associations for either the thesaurus or a specialized search function, gradually building a set of lists, eventually with fleshed-out definitions, to become glossary items attached to the terms that are hard to understand. People tagging will use what terms seem to them to be right for the context, tagging with the category or categories within which they seem to fit, but they should be encouraged not to let race/ethnicity become invisible or only an issue in relation to the marginalized. If we think it will look silly if there is a statement in entry after entry on British women writers saying that she was (presumably) white, I think that's an indication of the force of biographical conventions and we should not let them dictate our practices. And we should, as stressed by those concerned about "white" and "black" as homogenizing categories, encourage people to reach for specificity through multiplicity: i.e. generally attempt to include at least two of: "race/colour"; "ethnicity"; "nationality" or "national-heritage." Beginning with the list started by the race-ethnicity subgroup, we have devised a structured vocabulary for these tags, though the lists need not be mutually exclusive or even internally consistent. Thus "Jewish" will appear in both "race/colour" and "ethnicity" tag lists, "Ukrainian" may appear in both "national-heritage" and "ethnicity" tag lists.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="P"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
[ top ]
Element RELIGION
Namespace No namespace
Annotations
Religion is one of the
issues (along with sexuality, race and ethnicity, language, class, and nationality) we have defined
as significant in discussing the cultural formation of a person. This element captures discussions of
her religion as an identity, as an issue in her life and her religious beliefs and affiliations. We
are interested in the effect of a religious upbringing on a woman writer and emphasize the inclusion
of her family's religion inside either a religion or culturalFormation element whether or not
she practised that religion for her life. We are interested in women's relationships with
institutions and therefore wish to capture in this element information regarding religious
institutions. We are also interested in the crucial role religious movements have had in women's
writing, particularly in the early modern periods, and envision our end users being able to trace the
influence of Quakerism, for example, on women's writing and lives.
Diagram
Diagram index.tmp#CHRONEVENT index.tmp#CHRONSTRUCT index.tmp#P index.tmp#DENOMINATION index.tmp#KEYWORDCLASS index.tmp#RESEARCHNOTE
Properties
content complex
Used by
Model
Children CHRONEVENT, CHRONSTRUCT, DENOMINATION, KEYWORDCLASS, P, RESEARCHNOTE
Instance
<RELIGION>
  <CHRONEVENT>{1,1}</CHRONEVENT>
  <CHRONSTRUCT CHRONCOLUMN="" RELEVANCE="" RELEVANCE1="" RELEVANCE2="" RELEVANCE3="" RESP="">{1,1}</CHRONSTRUCT>
  <P ID="">{1,1}</P>
  <DENOMINATION CURRENTALTERNATIVETERM="" REG="" SELF-DEFINED="SELFUNKNOWN">{1,1}</DENOMINATION>
  <KEYWORDCLASS KEYWORDTYPE="">{1,1}</KEYWORDCLASS>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
</RELIGION>
Source
<xs:element name="RELIGION">
  <xs:annotation>
    <xs:documentation>Religion is one of the issues (along with sexuality, race and ethnicity, language, class, and nationality) we have defined as significant in discussing the cultural formation of a person. This element captures discussions of her religion as an identity, as an issue in her life and her religious beliefs and affiliations. We are interested in the effect of a religious upbringing on a woman writer and emphasize the inclusion of her family's religion inside either a religion or culturalFormation element whether or not she practised that religion for her life. We are interested in women's relationships with institutions and therefore wish to capture in this element information regarding religious institutions. We are also interested in the crucial role religious movements have had in women's writing, particularly in the early modern periods, and envision our end users being able to trace the influence of Quakerism, for example, on women's writing and lives.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:choice>
        <xs:element ref="CHRONEVENT"/>
        <xs:element ref="CHRONSTRUCT"/>
      </xs:choice>
      <xs:element ref="P"/>
      <xs:element ref="DENOMINATION"/>
      <xs:element ref="KEYWORDCLASS"/>
      <xs:element ref="RESEARCHNOTE"/>
    </xs:choice>
  </xs:complexType>
</xs:element>
[ top ]
Element SEXUALITY
Namespace No namespace
Annotations
Sexuality is one of the
issues (along with religion, race and ethnicity, language, class, and nationality) we have defined as
significant in discussing the cultural formation of a woman. This element captures discussions of her
sexuality as an identity or as an issue in her life. It is not meant to capture individual sexual
experiences and relationships (see intimateRelationships). Relationships with others should be
discussed here within the context of the effect on her life and the effect on her understanding of
her own sexuality. But descriptions of those relationships should be captured in
intimateRelationships. We are attempting, within this element, to gesture towards some of the
complicated issues around sexuality, for example, the politics of outing, the historical specificity
of some categories such as "congenital invert," or the multiple forms of relating to
one's own sexuality. Capturing discussions of her sexuality within this element, will help
researchers interested in the historical, ideological and gendered constructions of
sexuality.
Diagram
Diagram index.tmp#P
Properties
content complex
Used by
Model
Children P
Instance
<SEXUALITY>
  <P ID="">{0,unbounded}</P>
</SEXUALITY>
Source
<xs:element name="SEXUALITY">
  <xs:annotation>
    <xs:documentation>Sexuality is one of the issues (along with religion, race and ethnicity, language, class, and nationality) we have defined as significant in discussing the cultural formation of a woman. This element captures discussions of her sexuality as an identity or as an issue in her life. It is not meant to capture individual sexual experiences and relationships (see intimateRelationships). Relationships with others should be discussed here within the context of the effect on her life and the effect on her understanding of her own sexuality. But descriptions of those relationships should be captured in intimateRelationships. We are attempting, within this element, to gesture towards some of the complicated issues around sexuality, for example, the politics of outing, the historical specificity of some categories such as "congenital invert," or the multiple forms of relating to one's own sexuality. Capturing discussions of her sexuality within this element, will help researchers interested in the historical, ideological and gendered constructions of sexuality.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element minOccurs="0" maxOccurs="unbounded" ref="P"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
[ top ]
Element DEATH
Namespace No namespace
Annotations
Death is one of the 16 major biography
elements defined as integral to mapping a woman's life. It captures information concerning the date, place,
and cause of a person's death. Death dates should be entered in chronology form and will be extracted from
individual biography documents to be placed within other general chronologies.
Diagram
Diagram index.tmp#HEADING index.tmp#P index.tmp#DATASTRUCT index.tmp#CHRONEVENT index.tmp#CHRONSTRUCT index.tmp#KEYWORDCLASS index.tmp#RESEARCHNOTE index.tmp#LISTBIBCIT
Properties
content complex
Used by
Elements ENTRY, P
Model
Children CHRONEVENT, CHRONSTRUCT, DATASTRUCT, HEADING, KEYWORDCLASS, LISTBIBCIT, P, RESEARCHNOTE
Instance
<DEATH>
  <HEADING SUBTYPE="">{1,1}</HEADING>
  <P ID="">{1,1}</P>
  <DATASTRUCT>{1,1}</DATASTRUCT>
  <CHRONEVENT>{1,1}</CHRONEVENT>
  <CHRONSTRUCT CHRONCOLUMN="" RELEVANCE="" RELEVANCE1="" RELEVANCE2="" RELEVANCE3="" RESP="">{1,1}</CHRONSTRUCT>
  <KEYWORDCLASS KEYWORDTYPE="">{1,1}</KEYWORDCLASS>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <LISTBIBCIT>{1,1}</LISTBIBCIT>
</DEATH>
Source
<xs:element name="DEATH">
  <xs:annotation>
    <xs:documentation>Death is one of the 16 major biography elements defined as integral to mapping a woman's life. It captures information concerning the date, place, and cause of a person's death. Death dates should be entered in chronology form and will be extracted from individual biography documents to be placed within other general chronologies.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:choice maxOccurs="unbounded">
      <xs:element ref="HEADING"/>
      <xs:element ref="P"/>
      <xs:element ref="DATASTRUCT"/>
      <xs:element ref="CHRONEVENT"/>
      <xs:element ref="CHRONSTRUCT"/>
      <xs:element ref="KEYWORDCLASS"/>
      <xs:element ref="RESEARCHNOTE"/>
      <xs:element ref="LISTBIBCIT"/>
    </xs:choice>
  </xs:complexType>
</xs:element>
[ top ]
Element ECONOMICS
Namespace No namespace
Annotations
Economics is one of the 16 major biography
elements defined as integral to mapping a woman's life. This element captures information about a person's
economic standing that cannot be adequately conveyed using the class and occupation elements. We are particularly
interested in whether her financial status provided the material conditions necessary for writing and therefore
emphasize inclusion of her financial status. Information concerning inheritance, pensions and personal financial
disasters should be captured here.
Diagram
Diagram index.tmp#HEADING index.tmp#P index.tmp#DATASTRUCT index.tmp#CHRONEVENT index.tmp#CHRONSTRUCT index.tmp#KEYWORDCLASS index.tmp#RESEARCHNOTE index.tmp#LISTBIBCIT
Properties
content complex
Used by
Elements ENTRY, P
Model
Children CHRONEVENT, CHRONSTRUCT, DATASTRUCT, HEADING, KEYWORDCLASS, LISTBIBCIT, P, RESEARCHNOTE
Instance
<ECONOMICS>
  <HEADING SUBTYPE="">{1,1}</HEADING>
  <P ID="">{1,1}</P>
  <DATASTRUCT>{1,1}</DATASTRUCT>
  <CHRONEVENT>{1,1}</CHRONEVENT>
  <CHRONSTRUCT CHRONCOLUMN="" RELEVANCE="" RELEVANCE1="" RELEVANCE2="" RELEVANCE3="" RESP="">{1,1}</CHRONSTRUCT>
  <KEYWORDCLASS KEYWORDTYPE="">{1,1}</KEYWORDCLASS>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <LISTBIBCIT>{1,1}</LISTBIBCIT>
</ECONOMICS>
Source
<xs:element name="ECONOMICS">
  <xs:annotation>
    <xs:documentation>Economics is one of the 16 major biography elements defined as integral to mapping a woman's life. This element captures information about a person's economic standing that cannot be adequately conveyed using the class and occupation elements. We are particularly interested in whether her financial status provided the material conditions necessary for writing and therefore emphasize inclusion of her financial status. Information concerning inheritance, pensions and personal financial disasters should be captured here.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:choice maxOccurs="unbounded">
      <xs:element ref="HEADING"/>
      <xs:element ref="P"/>
      <xs:element ref="DATASTRUCT"/>
      <xs:element ref="CHRONEVENT"/>
      <xs:element ref="CHRONSTRUCT"/>
      <xs:element ref="KEYWORDCLASS"/>
      <xs:element ref="RESEARCHNOTE"/>
      <xs:element ref="LISTBIBCIT"/>
    </xs:choice>
  </xs:complexType>
</xs:element>
[ top ]
Element EDUCATION
Namespace No namespace
Annotations
Education is one of the 16 major
biography elements defined as integral to mapping a woman's life. Education contains all information about a
person's educational background. Particular emphasis is placed on where and when she went to school (content
tagging here will provide important links between different women writers who had the same teacher or went to the
same school), gender issues (the conditions affecting women's access to education), and subjects studied
(making connections between a subject studied by the writer and topics of her writing).
Diagram
Diagram index.tmp#EDUCATION_MODE index.tmp#HEADING index.tmp#P index.tmp#DATASTRUCT index.tmp#CHRONEVENT index.tmp#CHRONSTRUCT index.tmp#KEYWORDCLASS index.tmp#RESEARCHNOTE index.tmp#LISTBIBCIT
Properties
content complex
Used by
Elements ENTRY, P
Model
Children CHRONEVENT, CHRONSTRUCT, DATASTRUCT, HEADING, KEYWORDCLASS, LISTBIBCIT, P, RESEARCHNOTE
Instance
<EDUCATION MODE="">
  <HEADING SUBTYPE="">{1,1}</HEADING>
  <P ID="">{1,1}</P>
  <DATASTRUCT>{1,1}</DATASTRUCT>
  <CHRONEVENT>{1,1}</CHRONEVENT>
  <CHRONSTRUCT CHRONCOLUMN="" RELEVANCE="" RELEVANCE1="" RELEVANCE2="" RELEVANCE3="" RESP="">{1,1}</CHRONSTRUCT>
  <KEYWORDCLASS KEYWORDTYPE="">{1,1}</KEYWORDCLASS>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <LISTBIBCIT>{1,1}</LISTBIBCIT>
</EDUCATION>
Attributes
QName Type Use Annotation
MODE restriction of xs:token optional
This optional attribute
attached to Education records the mode of education and allows us to distinguish the important material
effects between a domestic and an institutional education. This attribute allows us to trace the
historical developments in women's access to education, for example, the informal domestic education
of women writers in the early periods versus women's entrance to post-secondary education in the
twentieth century.
Source
<xs:element name="EDUCATION">
  <xs:annotation>
    <xs:documentation>Education is one of the 16 major biography elements defined as integral to mapping a woman's life. Education contains all information about a person's educational background. Particular emphasis is placed on where and when she went to school (content tagging here will provide important links between different women writers who had the same teacher or went to the same school), gender issues (the conditions affecting women's access to education), and subjects studied (making connections between a subject studied by the writer and topics of her writing).</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:choice maxOccurs="unbounded">
      <xs:element ref="HEADING"/>
      <xs:element ref="P"/>
      <xs:element ref="DATASTRUCT"/>
      <xs:element ref="CHRONEVENT"/>
      <xs:element ref="CHRONSTRUCT"/>
      <xs:element ref="KEYWORDCLASS"/>
      <xs:element ref="RESEARCHNOTE"/>
      <xs:element ref="LISTBIBCIT"/>
    </xs:choice>
    <xs:attribute name="MODE">
      <xs:annotation>
        <xs:documentation>This optional attribute attached to Education records the mode of education and allows us to distinguish the important material effects between a domestic and an institutional education. This attribute allows us to trace the historical developments in women's access to education, for example, the informal domestic education of women writers in the early periods versus women's entrance to post-secondary education in the twentieth century.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="DOMESTIC"/>
          <xs:enumeration value="INSTITUTIONAL"/>
          <xs:enumeration value="SELF-TAUGHT"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element EXTENTOFOEUVRE
Namespace No namespace
Diagram
Diagram index.tmp#BIBCITS index.tmp#DATE index.tmp#DATERANGE index.tmp#FOREIGN index.tmp#GENERICRANGE index.tmp#NAME index.tmp#ORGNAME index.tmp#PLACE index.tmp#QUOTE index.tmp#SCHOLARNOTE index.tmp#SOCALLED index.tmp#TGENRE index.tmp#TITLE index.tmp#TOPIC
Properties
content complex
mixed true
Used by
Elements GENERICRANGE, P, QUOTE
Model
Children BIBCITS, DATE, DATERANGE, FOREIGN, GENERICRANGE, NAME, ORGNAME, PLACE, QUOTE, SCHOLARNOTE, SOCALLED, TGENRE, TITLE, TOPIC
Instance
<EXTENTOFOEUVRE>
  <BIBCITS ID="">{1,1}</BIBCITS>
  <DATE CALENDAR="NEWSTYLE" CERTAINTY="CERT" ID="" VALUE="">{1,1}</DATE>
  <DATERANGE CALENDAR="NEWSTYLE" CERTAINTY="CERT" EXACT="" FROM="" ID="" TO="">{1,1}</DATERANGE>
  <FOREIGN LANG="" REG="">{1,1}</FOREIGN>
  <GENERICRANGE>{1,1}</GENERICRANGE>
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <ORGNAME ORGTYPE="" REF="" REG="" STANDARD="" URI="">{1,1}</ORGNAME>
  <PLACE ID="" LAT="" LONG="" REF="">{1,1}</PLACE>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <SCHOLARNOTE>{1,1}</SCHOLARNOTE>
  <SOCALLED>{1,1}</SOCALLED>
  <TGENRE GENRENAME="">{1,1}</TGENRE>
  <TITLE LEVEL="" REF="" REG="" REND="" STANDARD="">{1,1}</TITLE>
  <TOPIC STANDARD="">{1,1}</TOPIC>
</EXTENTOFOEUVRE>
Source
<xs:element name="EXTENTOFOEUVRE">
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="BIBCITS"/>
      <xs:element ref="DATE"/>
      <xs:element ref="DATERANGE"/>
      <xs:element ref="FOREIGN"/>
      <xs:element ref="GENERICRANGE"/>
      <xs:element ref="NAME"/>
      <xs:element ref="ORGNAME"/>
      <xs:element ref="PLACE"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="SCHOLARNOTE"/>
      <xs:element ref="SOCALLED"/>
      <xs:element ref="TGENRE"/>
      <xs:element ref="TITLE"/>
      <xs:element ref="TOPIC"/>
    </xs:choice>
  </xs:complexType>
</xs:element>
[ top ]
Element GENERICRANGE
Namespace No namespace
Annotations
The element genericRange is specially designed to work only in
conjunction with authorSummary statements. It applies to discussions of a woman writer's whole oeuvre and the kind of generic choices she made
over a lifetime of writing.
Diagram
Diagram index.tmp#BIBCITS index.tmp#DATE index.tmp#DATERANGE index.tmp#EXTENTOFOEUVRE index.tmp#FOREIGN index.tmp#NAME index.tmp#ORGNAME index.tmp#PLACE index.tmp#QUOTE index.tmp#RESEARCHNOTE index.tmp#SOCALLED index.tmp#TGENRE index.tmp#TITLE index.tmp#TOPIC
Properties
content complex
mixed true
Used by
Elements EXTENTOFOEUVRE, P
Model
Children BIBCITS, DATE, DATERANGE, EXTENTOFOEUVRE, FOREIGN, NAME, ORGNAME, PLACE, QUOTE, RESEARCHNOTE, SOCALLED, TGENRE, TITLE, TOPIC
Instance
<GENERICRANGE>
  <BIBCITS ID="">{1,1}</BIBCITS>
  <DATE CALENDAR="NEWSTYLE" CERTAINTY="CERT" ID="" VALUE="">{1,1}</DATE>
  <DATERANGE CALENDAR="NEWSTYLE" CERTAINTY="CERT" EXACT="" FROM="" ID="" TO="">{1,1}</DATERANGE>
  <EXTENTOFOEUVRE>{1,1}</EXTENTOFOEUVRE>
  <FOREIGN LANG="" REG="">{1,1}</FOREIGN>
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <ORGNAME ORGTYPE="" REF="" REG="" STANDARD="" URI="">{1,1}</ORGNAME>
  <PLACE ID="" LAT="" LONG="" REF="">{1,1}</PLACE>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <SOCALLED>{1,1}</SOCALLED>
  <TGENRE GENRENAME="">{1,1}</TGENRE>
  <TITLE LEVEL="" REF="" REG="" REND="" STANDARD="">{1,1}</TITLE>
  <TOPIC STANDARD="">{1,1}</TOPIC>
</GENERICRANGE>
Source
<xs:element name="GENERICRANGE">
  <xs:annotation>
    <xs:documentation>The element genericRange is specially designed to work only in conjunction with authorSummary statements. It applies to discussions of a woman writer's whole oeuvre and the kind of generic choices she made over a lifetime of writing.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="BIBCITS"/>
      <xs:element ref="DATE"/>
      <xs:element ref="DATERANGE"/>
      <xs:element ref="EXTENTOFOEUVRE"/>
      <xs:element ref="FOREIGN"/>
      <xs:element ref="NAME"/>
      <xs:element ref="ORGNAME"/>
      <xs:element ref="PLACE"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="RESEARCHNOTE"/>
      <xs:element ref="SOCALLED"/>
      <xs:element ref="TGENRE"/>
      <xs:element ref="TITLE"/>
      <xs:element ref="TOPIC"/>
    </xs:choice>
  </xs:complexType>
</xs:element>
[ top ]
Element FAMILY
Namespace No namespace
Annotations
Family is one of the 16 major
biography elements defined as integral to mapping a woman's life. Family contains all information about a
person's family life (both her birth family and her married family) and, when no member sub-element is used,
captures general family information and allows for a discussion of multiple family members at the same time. If
you wish to discuss a specific family member (for example, husband or mother) open a member sub-element in order
to structure information like the names and jobs of British women writers' mothers. For the purposes of
Orlando, we are defining "family" in the strict sense of the state-sanctioned institution. We
acknowledge the politically offensive nature of constructing the "family" as including only biological,
by-marriage and by-adoption members. But, in order to ensure that we do not erase the material and ideological
effects of this construction, we do not want to merge alternative families with state sanctioned families,
thereby hiding their very real differences. By including alternative families under "Intimate
Relationships," we hope to facilitate research on the politics of the family. If the woman had a lifelong
relationship with a lover whom she did not marry, but the relationship played itself out in a family-like manner,
then tag family MEMBER="partner." If they defined their relationship in opposition to the heterosexual
family, then it probably should be tagged in the IntimateRelationship element.
Diagram
Diagram index.tmp#FAMILY_ID index.tmp#HEADING index.tmp#P index.tmp#DATASTRUCT index.tmp#CHRONEVENT index.tmp#CHRONSTRUCT index.tmp#KEYWORDCLASS index.tmp#RESEARCHNOTE index.tmp#LISTBIBCIT index.tmp#FAMILYMEMBER index.tmp#MARRIAGE
Properties
content complex
Used by
Elements ENTRY, P
Model
Children CHRONEVENT, CHRONSTRUCT, DATASTRUCT, FAMILYMEMBER, HEADING, KEYWORDCLASS, LISTBIBCIT, MARRIAGE, P, RESEARCHNOTE
Instance
<FAMILY ID="">
  <HEADING SUBTYPE="">{1,1}</HEADING>
  <P ID="">{1,1}</P>
  <DATASTRUCT>{1,1}</DATASTRUCT>
  <CHRONEVENT>{1,1}</CHRONEVENT>
  <CHRONSTRUCT CHRONCOLUMN="" RELEVANCE="" RELEVANCE1="" RELEVANCE2="" RELEVANCE3="" RESP="">{1,1}</CHRONSTRUCT>
  <KEYWORDCLASS KEYWORDTYPE="">{1,1}</KEYWORDCLASS>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <LISTBIBCIT>{1,1}</LISTBIBCIT>
  <FAMILYMEMBER RELATION="">{1,1}</FAMILYMEMBER>
  <MARRIAGE>{1,1}</MARRIAGE>
</FAMILY>
Attributes
QName Type Use
ID xs:NCName optional
Source
<xs:element name="FAMILY">
  <xs:annotation>
    <xs:documentation>Family is one of the 16 major biography elements defined as integral to mapping a woman's life. Family contains all information about a person's family life (both her birth family and her married family) and, when no member sub-element is used, captures general family information and allows for a discussion of multiple family members at the same time. If you wish to discuss a specific family member (for example, husband or mother) open a member sub-element in order to structure information like the names and jobs of British women writers' mothers. For the purposes of Orlando, we are defining "family" in the strict sense of the state-sanctioned institution. We acknowledge the politically offensive nature of constructing the "family" as including only biological, by-marriage and by-adoption members. But, in order to ensure that we do not erase the material and ideological effects of this construction, we do not want to merge alternative families with state sanctioned families, thereby hiding their very real differences. By including alternative families under "Intimate Relationships," we hope to facilitate research on the politics of the family. If the woman had a lifelong relationship with a lover whom she did not marry, but the relationship played itself out in a family-like manner, then tag family MEMBER="partner." If they defined their relationship in opposition to the heterosexual family, then it probably should be tagged in the IntimateRelationship element.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="HEADING"/>
      <xs:choice>
        <xs:element ref="P"/>
        <xs:element ref="DATASTRUCT"/>
        <xs:element ref="CHRONEVENT"/>
        <xs:element ref="CHRONSTRUCT"/>
        <xs:element ref="KEYWORDCLASS"/>
        <xs:element ref="RESEARCHNOTE"/>
        <xs:element ref="LISTBIBCIT"/>
        <xs:element ref="FAMILYMEMBER"/>
        <xs:element ref="MARRIAGE"/>
      </xs:choice>
    </xs:choice>
    <xs:attribute name="ID" type="xs:NCName"/>
  </xs:complexType>
</xs:element>
[ top ]
Element FAMILYMEMBER
Namespace No namespace
Annotations
FamilyMember, a
significant sub-element within Family, captures a discussion of a specific family member. For
general discussions of family life, do not open a FamilyMember sub-element but remain within
Family. FamilyMember allows us to structure information concerning particular family relations;
for example, by including a FamilyMember element for the mother of a British woman writer, we
will be able to generate a list for our end users of all the jobs of these mothers. We hope to
make interesting connections between women writer's relationships to particular family
members (for example, group information concerning the relationship of eighteenth-century women
writers to their aunts) but in order to do so we must systematize the discussions of these
specific family members.
Diagram
Diagram index.tmp#FAMILYMEMBER_RELATION index.tmp#CHILDREN index.tmp#CHRONEVENT index.tmp#CHRONSTRUCT index.tmp#DATASTRUCT index.tmp#HEADING index.tmp#NAME index.tmp#P index.tmp#PLACE index.tmp#RESEARCHNOTE
Properties
content complex
Used by
Element FAMILY
Model
Children CHILDREN, CHRONEVENT, CHRONSTRUCT, DATASTRUCT, HEADING, NAME, P, PLACE, RESEARCHNOTE
Instance
<FAMILYMEMBER RELATION="">
  <CHILDREN NUMBER="">{1,1}</CHILDREN>
  <CHRONEVENT>{1,1}</CHRONEVENT>
  <CHRONSTRUCT CHRONCOLUMN="" RELEVANCE="" RELEVANCE1="" RELEVANCE2="" RELEVANCE3="" RESP="">{1,1}</CHRONSTRUCT>
  <DATASTRUCT>{1,1}</DATASTRUCT>
  <HEADING SUBTYPE="">{1,1}</HEADING>
  <NAME REF="" STANDARD="">{1,1}</NAME>
  <P ID="">{1,1}</P>
  <PLACE ID="" LAT="" LONG="" REF="">{1,1}</PLACE>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
</FAMILYMEMBER>
Attributes
QName Type Use Annotation
RELATION restriction of xs:token required
Relation is a
required attribute attached to FamilyMember. It specifies how the family member discussed within
the FamilyMember element is related to the person.
Source
<xs:element name="FAMILYMEMBER">
  <xs:annotation>
    <xs:documentation>FamilyMember, a significant sub-element within Family, captures a discussion of a specific family member. For general discussions of family life, do not open a FamilyMember sub-element but remain within Family. FamilyMember allows us to structure information concerning particular family relations; for example, by including a FamilyMember element for the mother of a British woman writer, we will be able to generate a list for our end users of all the jobs of these mothers. We hope to make interesting connections between women writer's relationships to particular family members (for example, group information concerning the relationship of eighteenth-century women writers to their aunts) but in order to do so we must systematize the discussions of these specific family members.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:choice maxOccurs="unbounded">
      <xs:element ref="CHILDREN"/>
      <xs:element ref="CHRONEVENT"/>
      <xs:element ref="CHRONSTRUCT"/>
      <xs:element ref="DATASTRUCT"/>
      <xs:element ref="HEADING"/>
      <xs:element ref="NAME"/>
      <xs:element ref="P"/>
      <xs:element ref="PLACE"/>
      <xs:element ref="RESEARCHNOTE"/>
    </xs:choice>
    <xs:attribute name="RELATION" use="required">
      <xs:annotation>
        <xs:documentation>Relation is a required attribute attached to FamilyMember. It specifies how the family member discussed within the FamilyMember element is related to the person.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="MOTHER"/>
          <xs:enumeration value="FATHER"/>
          <xs:enumeration value="SISTER"/>
          <xs:enumeration value="BROTHER"/>
          <xs:enumeration value="AUNT"/>
          <xs:enumeration value="UNCLE"/>
          <xs:enumeration value="GRANDFATHER"/>
          <xs:enumeration value="GRANDMOTHER"/>
          <xs:enumeration value="GRANDDAUGHTER"/>
          <xs:enumeration value="GRANDSON"/>
          <xs:enumeration value="NEPHEW"/>
          <xs:enumeration value="STEPSISTER"/>
          <xs:enumeration value="STEPBROTHER"/>
          <xs:enumeration value="STEPFATHER"/>
          <xs:enumeration value="STEPMOTHER"/>
          <xs:enumeration value="COUSIN"/>
          <xs:enumeration value="FOREBEAR"/>
          <xs:enumeration value="OTHER"/>
          <xs:enumeration value="SON"/>
          <xs:enumeration value="DAUGHTER"/>
          <xs:enumeration value="STEPSON"/>
          <xs:enumeration value="STEPDAUGHTER"/>
          <xs:enumeration value="GUARDIAN"/>
          <xs:enumeration value="NIECE"/>
          <xs:enumeration value="HUSBAND"/>
          <xs:enumeration value="WIFE"/>
          <xs:enumeration value="CHILD"/>
          <xs:enumeration value="SIBLING"/>
          <xs:enumeration value="PARTNER"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element MARRIAGE
Namespace No namespace
Annotations
The
marriage element is used to capture the event of a person's wedding ceremony or
the fact of her marriage. Marriage is often a central and defining moment in a woman
writer's life and we want to systematize this event. Because of the institutional
definition of marriage, we want to separate out the legal act of marriage from the
details of married life. For this reason, do not use this element for a detailed
discussion of her married life but place such discussions within the general family/
member=husband element.
Diagram
Diagram index.tmp#CHRONEVENT index.tmp#CHRONSTRUCT index.tmp#P index.tmp#RESEARCHNOTE
Properties
content complex
Used by
Element FAMILY
Model
Children CHRONEVENT, CHRONSTRUCT, P, RESEARCHNOTE
Instance
<MARRIAGE>
  <CHRONEVENT>{1,1}</CHRONEVENT>
  <CHRONSTRUCT CHRONCOLUMN="" RELEVANCE="" RELEVANCE1="" RELEVANCE2="" RELEVANCE3="" RESP="">{1,1}</CHRONSTRUCT>
  <P ID="">{1,1}</P>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
</MARRIAGE>
Source
<xs:element name="MARRIAGE">
  <xs:annotation>
    <xs:documentation>The marriage element is used to capture the event of a person's wedding ceremony or the fact of her marriage. Marriage is often a central and defining moment in a woman writer's life and we want to systematize this event. Because of the institutional definition of marriage, we want to separate out the legal act of marriage from the details of married life. For this reason, do not use this element for a detailed discussion of her married life but place such discussions within the general family/ member=husband element.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:choice>
        <xs:element ref="CHRONEVENT"/>
        <xs:element ref="CHRONSTRUCT"/>
        <xs:element ref="P"/>
      </xs:choice>
      <xs:element ref="RESEARCHNOTE"/>
    </xs:choice>
  </xs:complexType>
</xs:element>
[ top ]
Element FRIENDSASSOCIATES
Namespace No namespace
Annotations
FriendsAssociates is one of the 16
major biography elements defined as integral to mapping a woman's life. Because of the ability of our
electronic literary history to make links between people, mapping the friendships and personal connections of
women's writers is a very high priority. Systematizing the people that a woman writer knew will allow us to
make connections between writers hitherto unknown. This original research will provide end users with a wealth of
information about personal, political, intellectual, and other relationships. To the best of your ability, try to
include summary statements about her friendships and associations, paying particular attention to her connections
with notable literary and/or historical figures. The title of Friendship and Associates is meant to reflect the
fact that not all of a woman's associates may be friends. Therefore, you may, within this element, discuss
enmities or associations that are not strictly friendships. It also provides a way to indicate that a woman
writer had coffee with Samuel Johnson on one notable day, but that they weren't necessarily friends.
Discussions of friendships or relationships that impinged upon the woman's sense of her own sexuality, would
be best captured within either sexuality or intimateRelationships.
Diagram
Diagram index.tmp#HEADING index.tmp#P index.tmp#DATASTRUCT index.tmp#CHRONEVENT index.tmp#CHRONSTRUCT index.tmp#KEYWORDCLASS index.tmp#RESEARCHNOTE index.tmp#LISTBIBCIT
Properties
content complex
Used by
Elements ENTRY, P
Model
Children CHRONEVENT, CHRONSTRUCT, DATASTRUCT, HEADING, KEYWORDCLASS, LISTBIBCIT, P, RESEARCHNOTE
Instance
<FRIENDSASSOCIATES>
  <HEADING SUBTYPE="">{1,1}</HEADING>
  <P ID="">{1,1}</P>
  <DATASTRUCT>{1,1}</DATASTRUCT>
  <CHRONEVENT>{1,1}</CHRONEVENT>
  <CHRONSTRUCT CHRONCOLUMN="" RELEVANCE="" RELEVANCE1="" RELEVANCE2="" RELEVANCE3="" RESP="">{1,1}</CHRONSTRUCT>
  <KEYWORDCLASS KEYWORDTYPE="">{1,1}</KEYWORDCLASS>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <LISTBIBCIT>{1,1}</LISTBIBCIT>
</FRIENDSASSOCIATES>
Source
<xs:element name="FRIENDSASSOCIATES">
  <xs:annotation>
    <xs:documentation>FriendsAssociates is one of the 16 major biography elements defined as integral to mapping a woman's life. Because of the ability of our electronic literary history to make links between people, mapping the friendships and personal connections of women's writers is a very high priority. Systematizing the people that a woman writer knew will allow us to make connections between writers hitherto unknown. This original research will provide end users with a wealth of information about personal, political, intellectual, and other relationships. To the best of your ability, try to include summary statements about her friendships and associations, paying particular attention to her connections with notable literary and/or historical figures. The title of Friendship and Associates is meant to reflect the fact that not all of a woman's associates may be friends. Therefore, you may, within this element, discuss enmities or associations that are not strictly friendships. It also provides a way to indicate that a woman writer had coffee with Samuel Johnson on one notable day, but that they weren't necessarily friends. Discussions of friendships or relationships that impinged upon the woman's sense of her own sexuality, would be best captured within either sexuality or intimateRelationships.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:choice maxOccurs="unbounded">
      <xs:element ref="HEADING"/>
      <xs:element ref="P"/>
      <xs:element ref="DATASTRUCT"/>
      <xs:element ref="CHRONEVENT"/>
      <xs:element ref="CHRONSTRUCT"/>
      <xs:element ref="KEYWORDCLASS"/>
      <xs:element ref="RESEARCHNOTE"/>
      <xs:element ref="LISTBIBCIT"/>
    </xs:choice>
  </xs:complexType>
</xs:element>
[ top ]
Element HEALTH
Namespace No namespace
Annotations
Health is one of the 16 major
biography elements defined as integral to mapping a woman's life. Within this element, discuss all events
and issues associated with her health, both mental and physical. We are particularly interested in women's
health issues and this element has an associated attribute value to indicate such. We hope to make connections
between social, political and historical health issues (for example, the gendered nature of mental health) and
the personal lives of women writers (the experience of a woman writer being incarcerated in a mental
institution). While we are not interested in listing all health problems a woman writer encountered, we are
interested in analyzing the effect of her health on her life and writing.
Diagram
Diagram index.tmp#HEALTH_ISSUE index.tmp#HEADING index.tmp#P index.tmp#DATASTRUCT index.tmp#CHRONEVENT index.tmp#CHRONSTRUCT index.tmp#KEYWORDCLASS index.tmp#RESEARCHNOTE index.tmp#LISTBIBCIT
Properties
content complex
Used by
Elements ENTRY, P
Model
Children CHRONEVENT, CHRONSTRUCT, DATASTRUCT, HEADING, KEYWORDCLASS, LISTBIBCIT, P, RESEARCHNOTE
Instance
<HEALTH ISSUE="">
  <HEADING SUBTYPE="">{1,1}</HEADING>
  <P ID="">{1,1}</P>
  <DATASTRUCT>{1,1}</DATASTRUCT>
  <CHRONEVENT>{1,1}</CHRONEVENT>
  <CHRONSTRUCT CHRONCOLUMN="" RELEVANCE="" RELEVANCE1="" RELEVANCE2="" RELEVANCE3="" RESP="">{1,1}</CHRONSTRUCT>
  <KEYWORDCLASS KEYWORDTYPE="">{1,1}</KEYWORDCLASS>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <LISTBIBCIT>{1,1}</LISTBIBCIT>
</HEALTH>
Attributes
QName Type Use Annotation
ISSUE restriction of xs:token optional
Issue denotes the specific
type of health issue described within a biography section. Its attribute values will allow us to
separate health issues pertaining to physical and mental health and to specifically female health
concerns. We are interested in facilitating research on the gendered nature of women's relation to
the medical institution, female illnesses such as breast cancer, and women's oppression by mental
health institutions, to name only a few.
Source
<xs:element name="HEALTH">
  <xs:annotation>
    <xs:documentation>Health is one of the 16 major biography elements defined as integral to mapping a woman's life. Within this element, discuss all events and issues associated with her health, both mental and physical. We are particularly interested in women's health issues and this element has an associated attribute value to indicate such. We hope to make connections between social, political and historical health issues (for example, the gendered nature of mental health) and the personal lives of women writers (the experience of a woman writer being incarcerated in a mental institution). While we are not interested in listing all health problems a woman writer encountered, we are interested in analyzing the effect of her health on her life and writing.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:choice maxOccurs="unbounded">
      <xs:element ref="HEADING"/>
      <xs:element ref="P"/>
      <xs:element ref="DATASTRUCT"/>
      <xs:element ref="CHRONEVENT"/>
      <xs:element ref="CHRONSTRUCT"/>
      <xs:element ref="KEYWORDCLASS"/>
      <xs:element ref="RESEARCHNOTE"/>
      <xs:element ref="LISTBIBCIT"/>
    </xs:choice>
    <xs:attribute name="ISSUE">
      <xs:annotation>
        <xs:documentation>Issue denotes the specific type of health issue described within a biography section. Its attribute values will allow us to separate health issues pertaining to physical and mental health and to specifically female health concerns. We are interested in facilitating research on the gendered nature of women's relation to the medical institution, female illnesses such as breast cancer, and women's oppression by mental health institutions, to name only a few.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="DISABILITY"/>
          <xs:enumeration value="FEMALEBODY"/>
          <xs:enumeration value="MENTAL"/>
          <xs:enumeration value="PHYSICAL"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element INTIMATERELATIONSHIPS
Namespace No namespace
Annotations
IntimateRelationships is one of the 16
major biography elements defined as integral to mapping a woman's life. An intimate relationship is defined,
for the purposes of this Project, as a relationship that involves any type of intimacy ranging from emotional to
psychological to material and to sexual. This element seeks to counter the traditional assumption that
women's only intimate relations happen within the context of marriage or heterosexual relations between
sexual partners. It understands lifelong female friendships, defining psychological connections or
erotically-charged same sex or opposite sex relationships as important to a woman's life. This element
captures information concerning both brief sexual affairs and lifelong non-sexual relationships (see attribute
erotic for distinguishing between the two). This element also seeks to redress the historical and ideological
silence placed upon women's same-sex relationships; it recognizes that biographical information concerning
these relationships often is impossible to uncover; therefore this element allows us to recognize these relations
as significant while not assuming, in the absence of biographical proof, that they were sexual.
Diagram
Diagram index.tmp#INTIMATERELATIONSHIPS_EROTIC index.tmp#HEADING index.tmp#P index.tmp#DATASTRUCT index.tmp#CHRONEVENT index.tmp#CHRONSTRUCT index.tmp#KEYWORDCLASS index.tmp#RESEARCHNOTE index.tmp#LISTBIBCIT
Properties
content complex
Used by
Elements ENTRY, P
Model
Children CHRONEVENT, CHRONSTRUCT, DATASTRUCT, HEADING, KEYWORDCLASS, LISTBIBCIT, P, RESEARCHNOTE
Instance
<INTIMATERELATIONSHIPS EROTIC="">
  <HEADING SUBTYPE="">{1,1}</HEADING>
  <P ID="">{1,1}</P>
  <DATASTRUCT>{1,1}</DATASTRUCT>
  <CHRONEVENT>{1,1}</CHRONEVENT>
  <CHRONSTRUCT CHRONCOLUMN="" RELEVANCE="" RELEVANCE1="" RELEVANCE2="" RELEVANCE3="" RESP="">{1,1}</CHRONSTRUCT>
  <KEYWORDCLASS KEYWORDTYPE="">{1,1}</KEYWORDCLASS>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <LISTBIBCIT>{1,1}</LISTBIBCIT>
</INTIMATERELATIONSHIPS>
Attributes
QName Type Use Annotation
EROTIC restriction of xs:token optional
This attribute attached to
intimateRelationships allows us to distinguish intimate relationships that were erotic and/or explicitly
sexual from intimate relationships that were not. Erotic in this context suggests that sexuality was an
issue in the relationship, whether or not it was acted upon in both same sex and opposite sex relations.
In not wishing to assume that heterosexual relations between sexual partners are the only standard for
intimate relationships, we include both erotic and non-erotic relations as central to a woman's life
and use this attribute to distinguish between the two. This attribute also seeks to redress the
historical and ideological silence placed upon women's same sex relationships; it recognizes that
biographical information concerning these relationships often is impossible to uncover, and therefore
allows for an attribute value of "eroticPossibly" that registers the possibility of a sexual
relationship, when, in the absence of biographical proof, it is impossible to claim such as
fact.
Source
<xs:element name="INTIMATERELATIONSHIPS">
  <xs:annotation>
    <xs:documentation>IntimateRelationships is one of the 16 major biography elements defined as integral to mapping a woman's life. An intimate relationship is defined, for the purposes of this Project, as a relationship that involves any type of intimacy ranging from emotional to psychological to material and to sexual. This element seeks to counter the traditional assumption that women's only intimate relations happen within the context of marriage or heterosexual relations between sexual partners. It understands lifelong female friendships, defining psychological connections or erotically-charged same sex or opposite sex relationships as important to a woman's life. This element captures information concerning both brief sexual affairs and lifelong non-sexual relationships (see attribute erotic for distinguishing between the two). This element also seeks to redress the historical and ideological silence placed upon women's same-sex relationships; it recognizes that biographical information concerning these relationships often is impossible to uncover; therefore this element allows us to recognize these relations as significant while not assuming, in the absence of biographical proof, that they were sexual.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:choice maxOccurs="unbounded">
      <xs:element ref="HEADING"/>
      <xs:element ref="P"/>
      <xs:element ref="DATASTRUCT"/>
      <xs:element ref="CHRONEVENT"/>
      <xs:element ref="CHRONSTRUCT"/>
      <xs:element ref="KEYWORDCLASS"/>
      <xs:element ref="RESEARCHNOTE"/>
      <xs:element ref="LISTBIBCIT"/>
    </xs:choice>
    <xs:attribute name="EROTIC">
      <xs:annotation>
        <xs:documentation>This attribute attached to intimateRelationships allows us to distinguish intimate relationships that were erotic and/or explicitly sexual from intimate relationships that were not. Erotic in this context suggests that sexuality was an issue in the relationship, whether or not it was acted upon in both same sex and opposite sex relations. In not wishing to assume that heterosexual relations between sexual partners are the only standard for intimate relationships, we include both erotic and non-erotic relations as central to a woman's life and use this attribute to distinguish between the two. This attribute also seeks to redress the historical and ideological silence placed upon women's same sex relationships; it recognizes that biographical information concerning these relationships often is impossible to uncover, and therefore allows for an attribute value of "eroticPossibly" that registers the possibility of a sexual relationship, when, in the absence of biographical proof, it is impossible to claim such as fact.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="EROTICYES"/>
          <xs:enumeration value="EROTICNO"/>
          <xs:enumeration value="EROTICPOSSIBLY"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element LANGUAGE
Namespace No namespace
Annotations
Language is an element within culturalFormation which captures
the names of languages the person knew. This tag is for specific names such as "German", "Gaelic." We are interested
in the various languages women writers used, knew, and how different mother tongues effect writing. We are interested in capturing
information about British women writer's whose first language was not English and, in particular, how Gaelic and Irish relate to
English women's writing.
Diagram
Diagram index.tmp#LANGUAGE_COMPETENCE index.tmp#LANGUAGE_REG index.tmp#BIBCITS index.tmp#ETHNICITY index.tmp#QUOTE
Properties
content complex
mixed true
Used by
Elements P, QUOTE
Model
Children BIBCITS, ETHNICITY, QUOTE
Instance
<LANGUAGE COMPETENCE="OTHER" REG="">
  <BIBCITS ID="">{1,1}</BIBCITS>
  <ETHNICITY FOREBEAR="FAMILY" REG="" SELF-DEFINED="SELFUNKNOWN">{1,1}</ETHNICITY>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
</LANGUAGE>
Attributes
QName Type Default Use Annotation
COMPETENCE restriction of xs:token OTHER optional
This attribute attached to language name allows the
tagger to express whether or not the specified language was the person's mothertongue. We hope to facilitate researchers
interested in studying women writers who wrote in English but whose first language was not English.
REG optional
Reg (or
regularization) contains a reading which has been regularized or normalized in some
sense.
Source
<xs:element name="LANGUAGE">
  <xs:annotation>
    <xs:documentation>Language is an element within culturalFormation which captures the names of languages the person knew. This tag is for specific names such as "German", "Gaelic." We are interested in the various languages women writers used, knew, and how different mother tongues effect writing. We are interested in capturing information about British women writer's whose first language was not English and, in particular, how Gaelic and Irish relate to English women's writing.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="BIBCITS"/>
      <xs:element ref="ETHNICITY"/>
      <xs:element ref="QUOTE"/>
    </xs:choice>
    <xs:attribute name="COMPETENCE" default="OTHER">
      <xs:annotation>
        <xs:documentation>This attribute attached to language name allows the tagger to express whether or not the specified language was the person's mothertongue. We hope to facilitate researchers interested in studying women writers who wrote in English but whose first language was not English.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="OTHER"/>
          <xs:enumeration value="MOTHER"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="REG">
      <xs:annotation>
        <xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element LEISUREANDSOCIETY
Namespace No namespace
Annotations
Leisure and Society is one of the 16 major
biography elements defined as integral to mapping a woman's life. It captures information concerning the
cultural and social activities of a person, including hobbies, sporting life and non-literary cultural life.
Individual friendships should be captured under friendsAssociates and volunteer philanthropic activities should be
captured under occupation but her hosting a literary salon or her mountain climbing should be entered here. For the
purposes of this Project, we are not defining "leisure" as what she does with her "free time"
because this assumes a gendered and classed notion of labour. "Society" in this context refers to the
larger community and her social life within it, not an elite, fashionable social circle.
Diagram
Diagram index.tmp#HEADING index.tmp#P index.tmp#DATASTRUCT index.tmp#CHRONEVENT index.tmp#CHRONSTRUCT index.tmp#KEYWORDCLASS index.tmp#RESEARCHNOTE index.tmp#LISTBIBCIT
Properties
content complex
Used by
Elements ENTRY, P
Model
Children CHRONEVENT, CHRONSTRUCT, DATASTRUCT, HEADING, KEYWORDCLASS, LISTBIBCIT, P, RESEARCHNOTE
Instance
<LEISUREANDSOCIETY>
  <HEADING SUBTYPE="">{1,1}</HEADING>
  <P ID="">{1,1}</P>
  <DATASTRUCT>{1,1}</DATASTRUCT>
  <CHRONEVENT>{1,1}</CHRONEVENT>
  <CHRONSTRUCT CHRONCOLUMN="" RELEVANCE="" RELEVANCE1="" RELEVANCE2="" RELEVANCE3="" RESP="">{1,1}</CHRONSTRUCT>
  <KEYWORDCLASS KEYWORDTYPE="">{1,1}</KEYWORDCLASS>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <LISTBIBCIT>{1,1}</LISTBIBCIT>
</LEISUREANDSOCIETY>
Source
<xs:element name="LEISUREANDSOCIETY">
  <xs:annotation>
    <xs:documentation>Leisure and Society is one of the 16 major biography elements defined as integral to mapping a woman's life. It captures information concerning the cultural and social activities of a person, including hobbies, sporting life and non-literary cultural life. Individual friendships should be captured under friendsAssociates and volunteer philanthropic activities should be captured under occupation but her hosting a literary salon or her mountain climbing should be entered here. For the purposes of this Project, we are not defining "leisure" as what she does with her "free time" because this assumes a gendered and classed notion of labour. "Society" in this context refers to the larger community and her social life within it, not an elite, fashionable social circle.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:choice maxOccurs="unbounded">
      <xs:element ref="HEADING"/>
      <xs:element ref="P"/>
      <xs:element ref="DATASTRUCT"/>
      <xs:element ref="CHRONEVENT"/>
      <xs:element ref="CHRONSTRUCT"/>
      <xs:element ref="KEYWORDCLASS"/>
      <xs:element ref="RESEARCHNOTE"/>
      <xs:element ref="LISTBIBCIT"/>
    </xs:choice>
  </xs:complexType>
</xs:element>
[ top ]
Element RESIDENCEANDMOBILITY
Namespace No namespace
Annotations
ResidenceAndMobility is one of the 16 major
biography elements defined as integral to mapping a woman's life. One of the strengths of our electronic
literary history will be its ability to make connections between people and places hitherto unknown. Researchers
will be able to use our resource to discover who was living in a particular place at the same time or to make
connections between historical events and women writers who were living in that place at the time of the event.
For these reasons, this Project emphasizes location and place as one of the major focusses of our research. In
addition, we emphasize structuring information concerning location because we hope to generate maps for each
writer, tracking her geographical movements over the course of her life.
Diagram
Diagram index.tmp#RESIDENCEANDMOBILITY_RELATIONTO index.tmp#HEADING index.tmp#P index.tmp#DATASTRUCT index.tmp#CHRONEVENT index.tmp#CHRONSTRUCT index.tmp#KEYWORDCLASS index.tmp#RESEARCHNOTE index.tmp#LISTBIBCIT
Properties
content complex
Used by
Elements ENTRY, P
Model
Children CHRONEVENT, CHRONSTRUCT, DATASTRUCT, HEADING, KEYWORDCLASS, LISTBIBCIT, P, RESEARCHNOTE
Instance
<RESIDENCEANDMOBILITY RELATIONTO="">
  <HEADING SUBTYPE="">{1,1}</HEADING>
  <P ID="">{1,1}</P>
  <DATASTRUCT>{1,1}</DATASTRUCT>
  <CHRONEVENT>{1,1}</CHRONEVENT>
  <CHRONSTRUCT CHRONCOLUMN="" RELEVANCE="" RELEVANCE1="" RELEVANCE2="" RELEVANCE3="" RESP="">{1,1}</CHRONSTRUCT>
  <KEYWORDCLASS KEYWORDTYPE="">{1,1}</KEYWORDCLASS>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <LISTBIBCIT>{1,1}</LISTBIBCIT>
</RESIDENCEANDMOBILITY>
Attributes
QName Type Use
RELATIONTO restriction of xs:token required
Source
<xs:element name="RESIDENCEANDMOBILITY">
  <xs:annotation>
    <xs:documentation>ResidenceAndMobility is one of the 16 major biography elements defined as integral to mapping a woman's life. One of the strengths of our electronic literary history will be its ability to make connections between people and places hitherto unknown. Researchers will be able to use our resource to discover who was living in a particular place at the same time or to make connections between historical events and women writers who were living in that place at the time of the event. For these reasons, this Project emphasizes location and place as one of the major focusses of our research. In addition, we emphasize structuring information concerning location because we hope to generate maps for each writer, tracking her geographical movements over the course of her life.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:choice maxOccurs="unbounded">
      <xs:element ref="HEADING"/>
      <xs:element ref="P"/>
      <xs:element ref="DATASTRUCT"/>
      <xs:element ref="CHRONEVENT"/>
      <xs:element ref="CHRONSTRUCT"/>
      <xs:element ref="KEYWORDCLASS"/>
      <xs:element ref="RESEARCHNOTE"/>
      <xs:element ref="LISTBIBCIT"/>
    </xs:choice>
    <xs:attribute name="RELATIONTO" use="required">
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="LIVED"/>
          <xs:enumeration value="VISITED"/>
          <xs:enumeration value="MOVED"/>
          <xs:enumeration value="UNKNOWN"/>
          <xs:enumeration value="TRAVELLED"/>
          <xs:enumeration value="MIGRATED"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element OCCUPATION
Namespace No namespace
Annotations
Occupation is one of the 16 major
biography elements defined as integral to mapping a woman's life. This element captures all information
about her paid and unpaid working life. We are particularly interested in the gendered nature of employment and
emphasize the need to include unpaid, underpaid, and domestic jobs under occupation. We are also interested in
the sexual division of labour and hope to track the types of jobs women held and how these jobs change and
develop across historical periods.
Diagram
Diagram index.tmp#HEADING index.tmp#P index.tmp#DATASTRUCT index.tmp#CHRONEVENT index.tmp#CHRONSTRUCT index.tmp#KEYWORDCLASS index.tmp#RESEARCHNOTE index.tmp#LISTBIBCIT
Properties
content complex
Used by
Elements ENTRY, P
Model
Children CHRONEVENT, CHRONSTRUCT, DATASTRUCT, HEADING, KEYWORDCLASS, LISTBIBCIT, P, RESEARCHNOTE
Instance
<OCCUPATION>
  <HEADING SUBTYPE="">{1,1}</HEADING>
  <P ID="">{1,1}</P>
  <DATASTRUCT>{1,1}</DATASTRUCT>
  <CHRONEVENT>{1,1}</CHRONEVENT>
  <CHRONSTRUCT CHRONCOLUMN="" RELEVANCE="" RELEVANCE1="" RELEVANCE2="" RELEVANCE3="" RESP="">{1,1}</CHRONSTRUCT>
  <KEYWORDCLASS KEYWORDTYPE="">{1,1}</KEYWORDCLASS>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <LISTBIBCIT>{1,1}</LISTBIBCIT>
</OCCUPATION>
Source
<xs:element name="OCCUPATION">
  <xs:annotation>
    <xs:documentation>Occupation is one of the 16 major biography elements defined as integral to mapping a woman's life. This element captures all information about her paid and unpaid working life. We are particularly interested in the gendered nature of employment and emphasize the need to include unpaid, underpaid, and domestic jobs under occupation. We are also interested in the sexual division of labour and hope to track the types of jobs women held and how these jobs change and develop across historical periods.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:choice maxOccurs="unbounded">
      <xs:element ref="HEADING"/>
      <xs:element ref="P"/>
      <xs:element ref="DATASTRUCT"/>
      <xs:element ref="CHRONEVENT"/>
      <xs:element ref="CHRONSTRUCT"/>
      <xs:element ref="KEYWORDCLASS"/>
      <xs:element ref="RESEARCHNOTE"/>
      <xs:element ref="LISTBIBCIT"/>
    </xs:choice>
  </xs:complexType>
</xs:element>
[ top ]
Element OTHERLIFEEVENT
Namespace No namespace
Annotations
OtherLifeEvent is one of the 16 major
biography elements defined as integral to mapping a woman's life.  Within this element, discuss biographical
events not covered by any of the other major biography elements.  This is the place to dicuss what does not fit
anywhere else.
Diagram
Diagram index.tmp#HEADING index.tmp#P index.tmp#DATASTRUCT index.tmp#CHRONEVENT index.tmp#CHRONSTRUCT index.tmp#KEYWORDCLASS index.tmp#RESEARCHNOTE index.tmp#LISTBIBCIT
Properties
content complex
Used by
Elements ENTRY, P
Model
Children CHRONEVENT, CHRONSTRUCT, DATASTRUCT, HEADING, KEYWORDCLASS, LISTBIBCIT, P, RESEARCHNOTE
Instance
<OTHERLIFEEVENT>
  <HEADING SUBTYPE="">{1,1}</HEADING>
  <P ID="">{1,1}</P>
  <DATASTRUCT>{1,1}</DATASTRUCT>
  <CHRONEVENT>{1,1}</CHRONEVENT>
  <CHRONSTRUCT CHRONCOLUMN="" RELEVANCE="" RELEVANCE1="" RELEVANCE2="" RELEVANCE3="" RESP="">{1,1}</CHRONSTRUCT>
  <KEYWORDCLASS KEYWORDTYPE="">{1,1}</KEYWORDCLASS>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <LISTBIBCIT>{1,1}</LISTBIBCIT>
</OTHERLIFEEVENT>
Source
<xs:element name="OTHERLIFEEVENT">
  <xs:annotation>
    <xs:documentation>OtherLifeEvent is one of the 16 major biography elements defined as integral to mapping a woman's life. Within this element, discuss biographical events not covered by any of the other major biography elements. This is the place to dicuss what does not fit anywhere else.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:choice maxOccurs="unbounded">
      <xs:element ref="HEADING"/>
      <xs:element ref="P"/>
      <xs:element ref="DATASTRUCT"/>
      <xs:element ref="CHRONEVENT"/>
      <xs:element ref="CHRONSTRUCT"/>
      <xs:element ref="KEYWORDCLASS"/>
      <xs:element ref="RESEARCHNOTE"/>
      <xs:element ref="LISTBIBCIT"/>
    </xs:choice>
  </xs:complexType>
</xs:element>
[ top ]
Element PERSONNAME
Namespace No namespace
Annotations
PersonName is one of the 16 major
biography elements defined as integral to mapping a woman's life. It captures the detailed information about
a person's (specifically, writer's) name. While the name element indexes all standard names, personName
allows the researcher to provide the details and all the variants of one person's name.
Diagram
Diagram index.tmp#HEADING index.tmp#P index.tmp#DATASTRUCT index.tmp#CHRONEVENT index.tmp#CHRONSTRUCT index.tmp#KEYWORDCLASS index.tmp#RESEARCHNOTE index.tmp#LISTBIBCIT
Properties
content complex
Used by
Elements ENTRY, P
Model
Children CHRONEVENT, CHRONSTRUCT, DATASTRUCT, HEADING, KEYWORDCLASS, LISTBIBCIT, P, RESEARCHNOTE
Instance
<PERSONNAME>
  <HEADING SUBTYPE="">{1,1}</HEADING>
  <P ID="">{1,1}</P>
  <DATASTRUCT>{1,1}</DATASTRUCT>
  <CHRONEVENT>{1,1}</CHRONEVENT>
  <CHRONSTRUCT CHRONCOLUMN="" RELEVANCE="" RELEVANCE1="" RELEVANCE2="" RELEVANCE3="" RESP="">{1,1}</CHRONSTRUCT>
  <KEYWORDCLASS KEYWORDTYPE="">{1,1}</KEYWORDCLASS>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <LISTBIBCIT>{1,1}</LISTBIBCIT>
</PERSONNAME>
Source
<xs:element name="PERSONNAME">
  <xs:annotation>
    <xs:documentation>PersonName is one of the 16 major biography elements defined as integral to mapping a woman's life. It captures the detailed information about a person's (specifically, writer's) name. While the name element indexes all standard names, personName allows the researcher to provide the details and all the variants of one person's name.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:choice maxOccurs="unbounded">
      <xs:element ref="HEADING"/>
      <xs:element ref="P"/>
      <xs:element ref="DATASTRUCT"/>
      <xs:element ref="CHRONEVENT"/>
      <xs:element ref="CHRONSTRUCT"/>
      <xs:element ref="KEYWORDCLASS"/>
      <xs:element ref="RESEARCHNOTE"/>
      <xs:element ref="LISTBIBCIT"/>
    </xs:choice>
  </xs:complexType>
</xs:element>
[ top ]
Element POLITICS
Namespace No namespace
Annotations
Politics is one of the 16 major
biography elements defined as integral to mapping a woman's life. This content element captures all
information concerning a person's political life. Women's involvement in political activities and
organizations is a central critical concern in our literary history; we are interested in both how political
awareness influenced women's writing and how writing influenced feminist political activity. Given the high
priority we attach to political involvement, wherever possible include information concerning her political life,
however minimal.
Diagram
Diagram index.tmp#HEADING index.tmp#P index.tmp#DATASTRUCT index.tmp#CHRONEVENT index.tmp#CHRONSTRUCT index.tmp#KEYWORDCLASS index.tmp#RESEARCHNOTE index.tmp#LISTBIBCIT
Properties
content complex
Used by
Elements ENTRY, P
Model
Children CHRONEVENT, CHRONSTRUCT, DATASTRUCT, HEADING, KEYWORDCLASS, LISTBIBCIT, P, RESEARCHNOTE
Instance
<POLITICS>
  <HEADING SUBTYPE="">{1,1}</HEADING>
  <P ID="">{1,1}</P>
  <DATASTRUCT>{1,1}</DATASTRUCT>
  <CHRONEVENT>{1,1}</CHRONEVENT>
  <CHRONSTRUCT CHRONCOLUMN="" RELEVANCE="" RELEVANCE1="" RELEVANCE2="" RELEVANCE3="" RESP="">{1,1}</CHRONSTRUCT>
  <KEYWORDCLASS KEYWORDTYPE="">{1,1}</KEYWORDCLASS>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <LISTBIBCIT>{1,1}</LISTBIBCIT>
</POLITICS>
Source
<xs:element name="POLITICS">
  <xs:annotation>
    <xs:documentation>Politics is one of the 16 major biography elements defined as integral to mapping a woman's life. This content element captures all information concerning a person's political life. Women's involvement in political activities and organizations is a central critical concern in our literary history; we are interested in both how political awareness influenced women's writing and how writing influenced feminist political activity. Given the high priority we attach to political involvement, wherever possible include information concerning her political life, however minimal.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:choice maxOccurs="unbounded">
      <xs:element ref="HEADING"/>
      <xs:element ref="P"/>
      <xs:element ref="DATASTRUCT"/>
      <xs:element ref="CHRONEVENT"/>
      <xs:element ref="CHRONSTRUCT"/>
      <xs:element ref="KEYWORDCLASS"/>
      <xs:element ref="RESEARCHNOTE"/>
      <xs:element ref="LISTBIBCIT"/>
    </xs:choice>
  </xs:complexType>
</xs:element>
[ top ]
Element PRODUCTION
Namespace No namespace
Annotations
Production is one of the three major components
of the writing section (in combination with TextualFeatures and Reception). It should enclose discussions about the
conditions of a text's production whether they be material or cultural. All other influences on the writer's life will be
covered by the biography section. Production addresses the facts and factors of text creation and distribution, and the
description of the text as object (bibliographic description). This category can address a singular text or a group of texts
in cases where you want to make generalizations about oeuvre.
Diagram
Diagram index.tmp#HEADING index.tmp#P index.tmp#DATASTRUCT index.tmp#CHRONEVENT index.tmp#CHRONSTRUCT index.tmp#BIBCITS index.tmp#KEYWORDCLASS index.tmp#SCHOLARNOTE index.tmp#RESEARCHNOTE index.tmp#LISTBIBCIT index.tmp#PADVERTISING index.tmp#PANTHOLOGIZATION index.tmp#PARCHIVALLOCATION index.tmp#PATTITUDES index.tmp#PAUTHORSHIP index.tmp#PCIRCULATION index.tmp#PCONTRACT index.tmp#PCOPYRIGHT index.tmp#PDEDICATION index.tmp#PEARNINGS index.tmp#PEDITIONS index.tmp#PFIRSTLITERARYACTIVITY index.tmp#PINFLUENCESHER index.tmp#PLASTLITERARYACTIVITY index.tmp#PLITERARYMOVEMENTS index.tmp#PMANUSCRIPTHISTORY index.tmp#PMATERIALCONDITIONS index.tmp#PMODEOFPUBLICATION index.tmp#PMOTIVES index.tmp#PNONBOOKMEDIA index.tmp#PNONSURVIVAL index.tmp#PPERFORMANCE index.tmp#PPERIODICALPUBLICATION index.tmp#PPLACEOFPUBLICATION index.tmp#PPRESSRUN index.tmp#PPRICE index.tmp#PRARITIESFEATURESDECORATIONS index.tmp#PRELATIONSWITHPUBLISHER index.tmp#PSERIALIZATION index.tmp#PSUBMISSIONSREJECTIONS index.tmp#PTYPEOFPRESS index.tmp#RBESTKNOWNWORK index.tmp#RDESTRUCTIONOFWORK index.tmp#RFICTIONALIZATION index.tmp#RLANDMARKTEXT index.tmp#RPENALTIES index.tmp#RRECOGNITIONNAME index.tmp#RRECOGNITIONSANDAWARDS index.tmp#RRECOGNITIONVALUE index.tmp#RRESPONSES index.tmp#RSELFDESCRIPTION index.tmp#RSHEINFLUENCED index.tmp#RWRITINGMILESTONE index.tmp#TCHARACTERIZATION index.tmp#TCHARACTERNAME index.tmp#TCHARACTERTYPEROLE index.tmp#TGENRE index.tmp#TGENREISSUE index.tmp#TINTERTEXTUALITY index.tmp#TMOTIF index.tmp#TPLOT index.tmp#TSETTINGDATE index.tmp#TSETTINGPLACE index.tmp#TTECHNIQUES index.tmp#TTHEMETOPIC index.tmp#TTONESTYLE index.tmp#TVOICENARRATION
Properties
content complex
mixed true
Used by
Elements ENTRY, P, TEXTSCOPE
Model
Children BIBCITS, CHRONEVENT, CHRONSTRUCT, DATASTRUCT, HEADING, KEYWORDCLASS, LISTBIBCIT, P, PADVERTISING, PANTHOLOGIZATION, PARCHIVALLOCATION, PATTITUDES, PAUTHORSHIP, PCIRCULATION, PCONTRACT, PCOPYRIGHT, PDEDICATION, PEARNINGS, PEDITIONS, PFIRSTLITERARYACTIVITY, PINFLUENCESHER, PLASTLITERARYACTIVITY, PLITERARYMOVEMENTS, PMANUSCRIPTHISTORY, PMATERIALCONDITIONS, PMODEOFPUBLICATION, PMOTIVES, PNONBOOKMEDIA, PNONSURVIVAL, PPERFORMANCE, PPERIODICALPUBLICATION, PPLACEOFPUBLICATION, PPRESSRUN, PPRICE, PRARITIESFEATURESDECORATIONS, PRELATIONSWITHPUBLISHER, PSERIALIZATION, PSUBMISSIONSREJECTIONS, PTYPEOFPRESS, RBESTKNOWNWORK, RDESTRUCTIONOFWORK, RESEARCHNOTE, RFICTIONALIZATION, RLANDMARKTEXT, RPENALTIES, RRECOGNITIONNAME, RRECOGNITIONSANDAWARDS, RRECOGNITIONVALUE, RRESPONSES, RSELFDESCRIPTION, RSHEINFLUENCED, RWRITINGMILESTONE, SCHOLARNOTE, TCHARACTERIZATION, TCHARACTERNAME, TCHARACTERTYPEROLE, TGENRE, TGENREISSUE, TINTERTEXTUALITY, TMOTIF, TPLOT, TSETTINGDATE, TSETTINGPLACE, TTECHNIQUES, TTHEMETOPIC, TTONESTYLE, TVOICENARRATION
Instance
<PRODUCTION>
  <HEADING SUBTYPE="">{1,1}</HEADING>
  <P ID="">{1,1}</P>
  <DATASTRUCT>{1,1}</DATASTRUCT>
  <CHRONEVENT>{1,1}</CHRONEVENT>
  <CHRONSTRUCT CHRONCOLUMN="" RELEVANCE="" RELEVANCE1="" RELEVANCE2="" RELEVANCE3="" RESP="">{1,1}</CHRONSTRUCT>
  <BIBCITS ID="">{1,1}</BIBCITS>
  <KEYWORDCLASS KEYWORDTYPE="">{1,1}</KEYWORDCLASS>
  <SCHOLARNOTE>{1,1}</SCHOLARNOTE>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <LISTBIBCIT>{1,1}</LISTBIBCIT>
  <PADVERTISING>{1,1}</PADVERTISING>
  <PANTHOLOGIZATION>{1,1}</PANTHOLOGIZATION>
  <PARCHIVALLOCATION>{1,1}</PARCHIVALLOCATION>
  <PATTITUDES>{1,1}</PATTITUDES>
  <PAUTHORSHIP AUTHORNAMETYPE="" AUTHORSHIPCONTROVERSY="" COLLABORATION="" CONTROVERSYDATE="">{1,1}</PAUTHORSHIP>
  <PCIRCULATION>{1,1}</PCIRCULATION>
  <PCONTRACT ID="">{1,1}</PCONTRACT>
  <PCOPYRIGHT>{1,1}</PCOPYRIGHT>
  <PDEDICATION>{1,1}</PDEDICATION>
  <PEARNINGS>{1,1}</PEARNINGS>
  <PEDITIONS>{1,1}</PEDITIONS>
  <PFIRSTLITERARYACTIVITY>{1,1}</PFIRSTLITERARYACTIVITY>
  <PINFLUENCESHER INFLUENCETYPE="">{1,1}</PINFLUENCESHER>
  <PLASTLITERARYACTIVITY>{1,1}</PLASTLITERARYACTIVITY>
  <PLITERARYMOVEMENTS INVOLVEMENT="INVOLVEMENTYES" REG="">{1,1}</PLITERARYMOVEMENTS>
  <PMANUSCRIPTHISTORY>{1,1}</PMANUSCRIPTHISTORY>
  <PMATERIALCONDITIONS DISPLACEMENT="">{1,1}</PMATERIALCONDITIONS>
  <PMODEOFPUBLICATION PUBLICATIONMODE="">{1,1}</PMODEOFPUBLICATION>
  <PMOTIVES ID="" MOTIVETYPE="">{1,1}</PMOTIVES>
  <PNONBOOKMEDIA MEDIATYPE="">{1,1}</PNONBOOKMEDIA>
  <PNONSURVIVAL TYPEOFNONSURVIVAL="">{1,1}</PNONSURVIVAL>
  <PPERFORMANCE>{1,1}</PPERFORMANCE>
  <PPERIODICALPUBLICATION>{1,1}</PPERIODICALPUBLICATION>
  <PPLACEOFPUBLICATION>{1,1}</PPLACEOFPUBLICATION>
  <PPRESSRUN>{1,1}</PPRESSRUN>
  <PPRICE>{1,1}</PPRICE>
  <PRARITIESFEATURESDECORATIONS>{1,1}</PRARITIESFEATURESDECORATIONS>
  <PRELATIONSWITHPUBLISHER RELATIONSHIPTYPE="">{1,1}</PRELATIONSWITHPUBLISHER>
  <PSERIALIZATION FORMOFSERIALIZATION="">{1,1}</PSERIALIZATION>
  <PSUBMISSIONSREJECTIONS>{1,1}</PSUBMISSIONSREJECTIONS>
  <PTYPEOFPRESS>{1,1}</PTYPEOFPRESS>
  <RBESTKNOWNWORK>{1,1}</RBESTKNOWNWORK>
  <RDESTRUCTIONOFWORK DESTROYEDBY="">{1,1}</RDESTRUCTIONOFWORK>
  <RFICTIONALIZATION>{1,1}</RFICTIONALIZATION>
  <RLANDMARKTEXT>{1,1}</RLANDMARKTEXT>
  <RPENALTIES CENSORSHIP="" CONTROVERSY="">{1,1}</RPENALTIES>
  <RRECOGNITIONNAME REG="">{1,1}</RRECOGNITIONNAME>
  <RRECOGNITIONSANDAWARDS>{1,1}</RRECOGNITIONSANDAWARDS>
  <RRECOGNITIONVALUE>{1,1}</RRECOGNITIONVALUE>
  <RRESPONSES FORMALITY="" GENDEREDRESPONSE="" RESPONSETYPE="">{1,1}</RRESPONSES>
  <RSELFDESCRIPTION>{1,1}</RSELFDESCRIPTION>
  <RSHEINFLUENCED>{1,1}</RSHEINFLUENCED>
  <RWRITINGMILESTONE>{1,1}</RWRITINGMILESTONE>
  <TCHARACTERIZATION>{1,1}</TCHARACTERIZATION>
  <TCHARACTERNAME REG="">{1,1}</TCHARACTERNAME>
  <TCHARACTERTYPEROLE PROTAGONIST="">{1,1}</TCHARACTERTYPEROLE>
  <TGENRE GENRENAME="">{1,1}</TGENRE>
  <TGENREISSUE>{1,1}</TGENREISSUE>
  <TINTERTEXTUALITY GENDEROFAUTHOR="" INTERTEXTTYPE="">{1,1}</TINTERTEXTUALITY>
  <TMOTIF MOTIFNAME="">{1,1}</TMOTIF>
  <TPLOT>{1,1}</TPLOT>
  <TSETTINGDATE SETTINGDATETYPE="">{1,1}</TSETTINGDATE>
  <TSETTINGPLACE SETTINGCLASS="" SETTINGPLACETYPE="">{1,1}</TSETTINGPLACE>
  <TTECHNIQUES TECHNIQUETYPE="">{1,1}</TTECHNIQUES>
  <TTHEMETOPIC ID="" REG="">{1,1}</TTHEMETOPIC>
  <TTONESTYLE EXPERIMENTAL="">{1,1}</TTONESTYLE>
  <TVOICENARRATION>{1,1}</TVOICENARRATION>
</PRODUCTION>
Source
<xs:element name="PRODUCTION">
  <xs:annotation>
    <xs:documentation>Production is one of the three major components of the writing section (in combination with TextualFeatures and Reception). It should enclose discussions about the conditions of a text's production whether they be material or cultural. All other influences on the writer's life will be covered by the biography section. Production addresses the facts and factors of text creation and distribution, and the description of the text as object (bibliographic description). This category can address a singular text or a group of texts in cases where you want to make generalizations about oeuvre.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="HEADING"/>
      <xs:element ref="P"/>
      <xs:element ref="DATASTRUCT"/>
      <xs:element ref="CHRONEVENT"/>
      <xs:element ref="CHRONSTRUCT"/>
      <xs:element ref="BIBCITS"/>
      <xs:element ref="KEYWORDCLASS"/>
      <xs:element ref="SCHOLARNOTE"/>
      <xs:element ref="RESEARCHNOTE"/>
      <xs:element ref="LISTBIBCIT"/>
      <xs:element ref="PADVERTISING"/>
      <xs:element ref="PANTHOLOGIZATION"/>
      <xs:element ref="PARCHIVALLOCATION"/>
      <xs:element ref="PATTITUDES"/>
      <xs:element ref="PAUTHORSHIP"/>
      <xs:element ref="PCIRCULATION"/>
      <xs:element ref="PCONTRACT"/>
      <xs:element ref="PCOPYRIGHT"/>
      <xs:element ref="PDEDICATION"/>
      <xs:element ref="PEARNINGS"/>
      <xs:element ref="PEDITIONS"/>
      <xs:element ref="PFIRSTLITERARYACTIVITY"/>
      <xs:element ref="PINFLUENCESHER"/>
      <xs:element ref="PLASTLITERARYACTIVITY"/>
      <xs:element ref="PLITERARYMOVEMENTS"/>
      <xs:element ref="PMANUSCRIPTHISTORY"/>
      <xs:element ref="PMATERIALCONDITIONS"/>
      <xs:element ref="PMODEOFPUBLICATION"/>
      <xs:element ref="PMOTIVES"/>
      <xs:element ref="PNONBOOKMEDIA"/>
      <xs:element ref="PNONSURVIVAL"/>
      <xs:element ref="PPERFORMANCE"/>
      <xs:element ref="PPERIODICALPUBLICATION"/>
      <xs:element ref="PPLACEOFPUBLICATION"/>
      <xs:element ref="PPRESSRUN"/>
      <xs:element ref="PPRICE"/>
      <xs:element ref="PRARITIESFEATURESDECORATIONS"/>
      <xs:element ref="PRELATIONSWITHPUBLISHER"/>
      <xs:element ref="PSERIALIZATION"/>
      <xs:element ref="PSUBMISSIONSREJECTIONS"/>
      <xs:element ref="PTYPEOFPRESS"/>
      <xs:element ref="RBESTKNOWNWORK"/>
      <xs:element ref="RDESTRUCTIONOFWORK"/>
      <xs:element ref="RFICTIONALIZATION"/>
      <xs:element ref="RLANDMARKTEXT"/>
      <xs:element ref="RPENALTIES"/>
      <xs:element ref="RRECOGNITIONNAME"/>
      <xs:element ref="RRECOGNITIONSANDAWARDS"/>
      <xs:element ref="RRECOGNITIONVALUE"/>
      <xs:element ref="RRESPONSES"/>
      <xs:element ref="RSELFDESCRIPTION"/>
      <xs:element ref="RSHEINFLUENCED"/>
      <xs:element ref="RWRITINGMILESTONE"/>
      <xs:element ref="TCHARACTERIZATION"/>
      <xs:element ref="TCHARACTERNAME"/>
      <xs:element ref="TCHARACTERTYPEROLE"/>
      <xs:element ref="TGENRE"/>
      <xs:element ref="TGENREISSUE"/>
      <xs:element ref="TINTERTEXTUALITY"/>
      <xs:element ref="TMOTIF"/>
      <xs:element ref="TPLOT"/>
      <xs:element ref="TSETTINGDATE"/>
      <xs:element ref="TSETTINGPLACE"/>
      <xs:element ref="TTECHNIQUES"/>
      <xs:element ref="TTHEMETOPIC"/>
      <xs:element ref="TTONESTYLE"/>
      <xs:element ref="TVOICENARRATION"/>
    </xs:choice>
  </xs:complexType>
</xs:element>
[ top ]
Element RECEPTION
Namespace No namespace
Annotations
Reception is one of the three largest buckets in
the writing section (in addition to TextualFeatures and Production). Reception charts the effects and results of an
individual's writing, and the responses of self and others to an individual's writing.
Diagram
Diagram index.tmp#HEADING index.tmp#P index.tmp#DATASTRUCT index.tmp#CHRONEVENT index.tmp#CHRONSTRUCT index.tmp#BIBCITS index.tmp#KEYWORDCLASS index.tmp#SCHOLARNOTE index.tmp#RESEARCHNOTE index.tmp#LISTBIBCIT index.tmp#PADVERTISING index.tmp#PANTHOLOGIZATION index.tmp#PARCHIVALLOCATION index.tmp#PATTITUDES index.tmp#PAUTHORSHIP index.tmp#PCIRCULATION index.tmp#PCONTRACT index.tmp#PCOPYRIGHT index.tmp#PDEDICATION index.tmp#PEARNINGS index.tmp#PEDITIONS index.tmp#PFIRSTLITERARYACTIVITY index.tmp#PINFLUENCESHER index.tmp#PLASTLITERARYACTIVITY index.tmp#PLITERARYMOVEMENTS index.tmp#PMANUSCRIPTHISTORY index.tmp#PMATERIALCONDITIONS index.tmp#PMODEOFPUBLICATION index.tmp#PMOTIVES index.tmp#PNONBOOKMEDIA index.tmp#PNONSURVIVAL index.tmp#PPERFORMANCE index.tmp#PPERIODICALPUBLICATION index.tmp#PPLACEOFPUBLICATION index.tmp#PPRESSRUN index.tmp#PPRICE index.tmp#PRARITIESFEATURESDECORATIONS index.tmp#PRELATIONSWITHPUBLISHER index.tmp#PSERIALIZATION index.tmp#PSUBMISSIONSREJECTIONS index.tmp#PTYPEOFPRESS index.tmp#RBESTKNOWNWORK index.tmp#RDESTRUCTIONOFWORK index.tmp#RFICTIONALIZATION index.tmp#RLANDMARKTEXT index.tmp#RPENALTIES index.tmp#RRECOGNITIONNAME index.tmp#RRECOGNITIONSANDAWARDS index.tmp#RRECOGNITIONVALUE index.tmp#RRESPONSES index.tmp#RSELFDESCRIPTION index.tmp#RSHEINFLUENCED index.tmp#RWRITINGMILESTONE index.tmp#TCHARACTERIZATION index.tmp#TCHARACTERNAME index.tmp#TCHARACTERTYPEROLE index.tmp#TGENRE index.tmp#TGENREISSUE index.tmp#TINTERTEXTUALITY index.tmp#TMOTIF index.tmp#TPLOT index.tmp#TSETTINGDATE index.tmp#TSETTINGPLACE index.tmp#TTECHNIQUES index.tmp#TTHEMETOPIC index.tmp#TTONESTYLE index.tmp#TVOICENARRATION
Properties
content complex
mixed true
Used by
Elements ENTRY, P, TEXTSCOPE
Model
Children BIBCITS, CHRONEVENT, CHRONSTRUCT, DATASTRUCT, HEADING, KEYWORDCLASS, LISTBIBCIT, P, PADVERTISING, PANTHOLOGIZATION, PARCHIVALLOCATION, PATTITUDES, PAUTHORSHIP, PCIRCULATION, PCONTRACT, PCOPYRIGHT, PDEDICATION, PEARNINGS, PEDITIONS, PFIRSTLITERARYACTIVITY, PINFLUENCESHER, PLASTLITERARYACTIVITY, PLITERARYMOVEMENTS, PMANUSCRIPTHISTORY, PMATERIALCONDITIONS, PMODEOFPUBLICATION, PMOTIVES, PNONBOOKMEDIA, PNONSURVIVAL, PPERFORMANCE, PPERIODICALPUBLICATION, PPLACEOFPUBLICATION, PPRESSRUN, PPRICE, PRARITIESFEATURESDECORATIONS, PRELATIONSWITHPUBLISHER, PSERIALIZATION, PSUBMISSIONSREJECTIONS, PTYPEOFPRESS, RBESTKNOWNWORK, RDESTRUCTIONOFWORK, RESEARCHNOTE, RFICTIONALIZATION, RLANDMARKTEXT, RPENALTIES, RRECOGNITIONNAME, RRECOGNITIONSANDAWARDS, RRECOGNITIONVALUE, RRESPONSES, RSELFDESCRIPTION, RSHEINFLUENCED, RWRITINGMILESTONE, SCHOLARNOTE, TCHARACTERIZATION, TCHARACTERNAME, TCHARACTERTYPEROLE, TGENRE, TGENREISSUE, TINTERTEXTUALITY, TMOTIF, TPLOT, TSETTINGDATE, TSETTINGPLACE, TTECHNIQUES, TTHEMETOPIC, TTONESTYLE, TVOICENARRATION
Instance
<RECEPTION>
  <HEADING SUBTYPE="">{1,1}</HEADING>
  <P ID="">{1,1}</P>
  <DATASTRUCT>{1,1}</DATASTRUCT>
  <CHRONEVENT>{1,1}</CHRONEVENT>
  <CHRONSTRUCT CHRONCOLUMN="" RELEVANCE="" RELEVANCE1="" RELEVANCE2="" RELEVANCE3="" RESP="">{1,1}</CHRONSTRUCT>
  <BIBCITS ID="">{1,1}</BIBCITS>
  <KEYWORDCLASS KEYWORDTYPE="">{1,1}</KEYWORDCLASS>
  <SCHOLARNOTE>{1,1}</SCHOLARNOTE>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <LISTBIBCIT>{1,1}</LISTBIBCIT>
  <PADVERTISING>{1,1}</PADVERTISING>
  <PANTHOLOGIZATION>{1,1}</PANTHOLOGIZATION>
  <PARCHIVALLOCATION>{1,1}</PARCHIVALLOCATION>
  <PATTITUDES>{1,1}</PATTITUDES>
  <PAUTHORSHIP AUTHORNAMETYPE="" AUTHORSHIPCONTROVERSY="" COLLABORATION="" CONTROVERSYDATE="">{1,1}</PAUTHORSHIP>
  <PCIRCULATION>{1,1}</PCIRCULATION>
  <PCONTRACT ID="">{1,1}</PCONTRACT>
  <PCOPYRIGHT>{1,1}</PCOPYRIGHT>
  <PDEDICATION>{1,1}</PDEDICATION>
  <PEARNINGS>{1,1}</PEARNINGS>
  <PEDITIONS>{1,1}</PEDITIONS>
  <PFIRSTLITERARYACTIVITY>{1,1}</PFIRSTLITERARYACTIVITY>
  <PINFLUENCESHER INFLUENCETYPE="">{1,1}</PINFLUENCESHER>
  <PLASTLITERARYACTIVITY>{1,1}</PLASTLITERARYACTIVITY>
  <PLITERARYMOVEMENTS INVOLVEMENT="INVOLVEMENTYES" REG="">{1,1}</PLITERARYMOVEMENTS>
  <PMANUSCRIPTHISTORY>{1,1}</PMANUSCRIPTHISTORY>
  <PMATERIALCONDITIONS DISPLACEMENT="">{1,1}</PMATERIALCONDITIONS>
  <PMODEOFPUBLICATION PUBLICATIONMODE="">{1,1}</PMODEOFPUBLICATION>
  <PMOTIVES ID="" MOTIVETYPE="">{1,1}</PMOTIVES>
  <PNONBOOKMEDIA MEDIATYPE="">{1,1}</PNONBOOKMEDIA>
  <PNONSURVIVAL TYPEOFNONSURVIVAL="">{1,1}</PNONSURVIVAL>
  <PPERFORMANCE>{1,1}</PPERFORMANCE>
  <PPERIODICALPUBLICATION>{1,1}</PPERIODICALPUBLICATION>
  <PPLACEOFPUBLICATION>{1,1}</PPLACEOFPUBLICATION>
  <PPRESSRUN>{1,1}</PPRESSRUN>
  <PPRICE>{1,1}</PPRICE>
  <PRARITIESFEATURESDECORATIONS>{1,1}</PRARITIESFEATURESDECORATIONS>
  <PRELATIONSWITHPUBLISHER RELATIONSHIPTYPE="">{1,1}</PRELATIONSWITHPUBLISHER>
  <PSERIALIZATION FORMOFSERIALIZATION="">{1,1}</PSERIALIZATION>
  <PSUBMISSIONSREJECTIONS>{1,1}</PSUBMISSIONSREJECTIONS>
  <PTYPEOFPRESS>{1,1}</PTYPEOFPRESS>
  <RBESTKNOWNWORK>{1,1}</RBESTKNOWNWORK>
  <RDESTRUCTIONOFWORK DESTROYEDBY="">{1,1}</RDESTRUCTIONOFWORK>
  <RFICTIONALIZATION>{1,1}</RFICTIONALIZATION>
  <RLANDMARKTEXT>{1,1}</RLANDMARKTEXT>
  <RPENALTIES CENSORSHIP="" CONTROVERSY="">{1,1}</RPENALTIES>
  <RRECOGNITIONNAME REG="">{1,1}</RRECOGNITIONNAME>
  <RRECOGNITIONSANDAWARDS>{1,1}</RRECOGNITIONSANDAWARDS>
  <RRECOGNITIONVALUE>{1,1}</RRECOGNITIONVALUE>
  <RRESPONSES FORMALITY="" GENDEREDRESPONSE="" RESPONSETYPE="">{1,1}</RRESPONSES>
  <RSELFDESCRIPTION>{1,1}</RSELFDESCRIPTION>
  <RSHEINFLUENCED>{1,1}</RSHEINFLUENCED>
  <RWRITINGMILESTONE>{1,1}</RWRITINGMILESTONE>
  <TCHARACTERIZATION>{1,1}</TCHARACTERIZATION>
  <TCHARACTERNAME REG="">{1,1}</TCHARACTERNAME>
  <TCHARACTERTYPEROLE PROTAGONIST="">{1,1}</TCHARACTERTYPEROLE>
  <TGENRE GENRENAME="">{1,1}</TGENRE>
  <TGENREISSUE>{1,1}</TGENREISSUE>
  <TINTERTEXTUALITY GENDEROFAUTHOR="" INTERTEXTTYPE="">{1,1}</TINTERTEXTUALITY>
  <TMOTIF MOTIFNAME="">{1,1}</TMOTIF>
  <TPLOT>{1,1}</TPLOT>
  <TSETTINGDATE SETTINGDATETYPE="">{1,1}</TSETTINGDATE>
  <TSETTINGPLACE SETTINGCLASS="" SETTINGPLACETYPE="">{1,1}</TSETTINGPLACE>
  <TTECHNIQUES TECHNIQUETYPE="">{1,1}</TTECHNIQUES>
  <TTHEMETOPIC ID="" REG="">{1,1}</TTHEMETOPIC>
  <TTONESTYLE EXPERIMENTAL="">{1,1}</TTONESTYLE>
  <TVOICENARRATION>{1,1}</TVOICENARRATION>
</RECEPTION>
Source
<xs:element name="RECEPTION">
  <xs:annotation>
    <xs:documentation>Reception is one of the three largest buckets in the writing section (in addition to TextualFeatures and Production). Reception charts the effects and results of an individual's writing, and the responses of self and others to an individual's writing.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="HEADING"/>
      <xs:element ref="P"/>
      <xs:element ref="DATASTRUCT"/>
      <xs:element ref="CHRONEVENT"/>
      <xs:element ref="CHRONSTRUCT"/>
      <xs:element ref="BIBCITS"/>
      <xs:element ref="KEYWORDCLASS"/>
      <xs:element ref="SCHOLARNOTE"/>
      <xs:element ref="RESEARCHNOTE"/>
      <xs:element ref="LISTBIBCIT"/>
      <xs:element ref="PADVERTISING"/>
      <xs:element ref="PANTHOLOGIZATION"/>
      <xs:element ref="PARCHIVALLOCATION"/>
      <xs:element ref="PATTITUDES"/>
      <xs:element ref="PAUTHORSHIP"/>
      <xs:element ref="PCIRCULATION"/>
      <xs:element ref="PCONTRACT"/>
      <xs:element ref="PCOPYRIGHT"/>
      <xs:element ref="PDEDICATION"/>
      <xs:element ref="PEARNINGS"/>
      <xs:element ref="PEDITIONS"/>
      <xs:element ref="PFIRSTLITERARYACTIVITY"/>
      <xs:element ref="PINFLUENCESHER"/>
      <xs:element ref="PLASTLITERARYACTIVITY"/>
      <xs:element ref="PLITERARYMOVEMENTS"/>
      <xs:element ref="PMANUSCRIPTHISTORY"/>
      <xs:element ref="PMATERIALCONDITIONS"/>
      <xs:element ref="PMODEOFPUBLICATION"/>
      <xs:element ref="PMOTIVES"/>
      <xs:element ref="PNONBOOKMEDIA"/>
      <xs:element ref="PNONSURVIVAL"/>
      <xs:element ref="PPERFORMANCE"/>
      <xs:element ref="PPERIODICALPUBLICATION"/>
      <xs:element ref="PPLACEOFPUBLICATION"/>
      <xs:element ref="PPRESSRUN"/>
      <xs:element ref="PPRICE"/>
      <xs:element ref="PRARITIESFEATURESDECORATIONS"/>
      <xs:element ref="PRELATIONSWITHPUBLISHER"/>
      <xs:element ref="PSERIALIZATION"/>
      <xs:element ref="PSUBMISSIONSREJECTIONS"/>
      <xs:element ref="PTYPEOFPRESS"/>
      <xs:element ref="RBESTKNOWNWORK"/>
      <xs:element ref="RDESTRUCTIONOFWORK"/>
      <xs:element ref="RFICTIONALIZATION"/>
      <xs:element ref="RLANDMARKTEXT"/>
      <xs:element ref="RPENALTIES"/>
      <xs:element ref="RRECOGNITIONNAME"/>
      <xs:element ref="RRECOGNITIONSANDAWARDS"/>
      <xs:element ref="RRECOGNITIONVALUE"/>
      <xs:element ref="RRESPONSES"/>
      <xs:element ref="RSELFDESCRIPTION"/>
      <xs:element ref="RSHEINFLUENCED"/>
      <xs:element ref="RWRITINGMILESTONE"/>
      <xs:element ref="TCHARACTERIZATION"/>
      <xs:element ref="TCHARACTERNAME"/>
      <xs:element ref="TCHARACTERTYPEROLE"/>
      <xs:element ref="TGENRE"/>
      <xs:element ref="TGENREISSUE"/>
      <xs:element ref="TINTERTEXTUALITY"/>
      <xs:element ref="TMOTIF"/>
      <xs:element ref="TPLOT"/>
      <xs:element ref="TSETTINGDATE"/>
      <xs:element ref="TSETTINGPLACE"/>
      <xs:element ref="TTECHNIQUES"/>
      <xs:element ref="TTHEMETOPIC"/>
      <xs:element ref="TTONESTYLE"/>
      <xs:element ref="TVOICENARRATION"/>
    </xs:choice>
  </xs:complexType>
</xs:element>
[ top ]
Element TEXTSCOPE
Namespace No namespace
Annotations
Textscope is the container element for the three major
writing-related elements: production, reception, and textual features.
Diagram
Diagram index.tmp#TEXTSCOPE_PLACEHOLDER index.tmp#TEXTSCOPE_REF index.tmp#HEADING index.tmp#P index.tmp#DATASTRUCT index.tmp#CHRONEVENT index.tmp#CHRONSTRUCT index.tmp#KEYWORDCLASS index.tmp#RESEARCHNOTE index.tmp#PRODUCTION index.tmp#RECEPTION index.tmp#TEXTUALFEATURES
Properties
content complex
Used by
Elements ENTRY, P
Model
Children CHRONEVENT, CHRONSTRUCT, DATASTRUCT, HEADING, KEYWORDCLASS, P, PRODUCTION, RECEPTION, RESEARCHNOTE, TEXTUALFEATURES
Instance
<TEXTSCOPE PLACEHOLDER="" REF="">
  <HEADING SUBTYPE="">{1,1}</HEADING>
  <P ID="">{1,1}</P>
  <DATASTRUCT>{1,1}</DATASTRUCT>
  <CHRONEVENT>{1,1}</CHRONEVENT>
  <CHRONSTRUCT CHRONCOLUMN="" RELEVANCE="" RELEVANCE1="" RELEVANCE2="" RELEVANCE3="" RESP="">{1,1}</CHRONSTRUCT>
  <KEYWORDCLASS KEYWORDTYPE="">{1,1}</KEYWORDCLASS>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <PRODUCTION>{1,1}</PRODUCTION>
  <RECEPTION>{1,1}</RECEPTION>
  <TEXTUALFEATURES>{1,1}</TEXTUALFEATURES>
</TEXTSCOPE>
Attributes
QName Type Use
PLACEHOLDER optional
REF xs:anyURI optional
Source
<xs:element name="TEXTSCOPE">
  <xs:annotation>
    <xs:documentation>Textscope is the container element for the three major writing-related elements: production, reception, and textual features.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:choice maxOccurs="unbounded">
      <xs:element ref="HEADING"/>
      <xs:element ref="P"/>
      <xs:element ref="DATASTRUCT"/>
      <xs:element ref="CHRONEVENT"/>
      <xs:element ref="CHRONSTRUCT"/>
      <xs:element ref="KEYWORDCLASS"/>
      <xs:element ref="RESEARCHNOTE"/>
      <xs:element ref="PRODUCTION"/>
      <xs:element ref="RECEPTION"/>
      <xs:element ref="TEXTUALFEATURES"/>
    </xs:choice>
    <xs:attribute name="PLACEHOLDER"/>
    <xs:attribute name="REF" type="xs:anyURI"/>
  </xs:complexType>
</xs:element>
[ top ]
Element TEXTUALFEATURES
Namespace No namespace
Annotations
Previously called literary characteristics and content, this
element addresses features of critical interest in texts and provides space for textual analysis/close readings as perceived by project
members.
Diagram
Diagram index.tmp#HEADING index.tmp#P index.tmp#DATASTRUCT index.tmp#CHRONEVENT index.tmp#CHRONSTRUCT index.tmp#BIBCITS index.tmp#KEYWORDCLASS index.tmp#SCHOLARNOTE index.tmp#RESEARCHNOTE index.tmp#LISTBIBCIT index.tmp#ENVIRONMENT index.tmp#PADVERTISING index.tmp#PANTHOLOGIZATION index.tmp#PARCHIVALLOCATION index.tmp#PATTITUDES index.tmp#PAUTHORSHIP index.tmp#PCIRCULATION index.tmp#PCONTRACT index.tmp#PCOPYRIGHT index.tmp#PDEDICATION index.tmp#PEARNINGS index.tmp#PEDITIONS index.tmp#PFIRSTLITERARYACTIVITY index.tmp#PINFLUENCESHER index.tmp#PLASTLITERARYACTIVITY index.tmp#PLITERARYMOVEMENTS index.tmp#PMANUSCRIPTHISTORY index.tmp#PMATERIALCONDITIONS index.tmp#PMODEOFPUBLICATION index.tmp#PMOTIVES index.tmp#PNONBOOKMEDIA index.tmp#PNONSURVIVAL index.tmp#PPERFORMANCE index.tmp#PPERIODICALPUBLICATION index.tmp#PPLACEOFPUBLICATION index.tmp#PPRESSRUN index.tmp#PPRICE index.tmp#PRARITIESFEATURESDECORATIONS index.tmp#PRELATIONSWITHPUBLISHER index.tmp#PSERIALIZATION index.tmp#PSUBMISSIONSREJECTIONS index.tmp#PTYPEOFPRESS index.tmp#RBESTKNOWNWORK index.tmp#RDESTRUCTIONOFWORK index.tmp#RFICTIONALIZATION index.tmp#RLANDMARKTEXT index.tmp#RPENALTIES index.tmp#RRECOGNITIONNAME index.tmp#RRECOGNITIONSANDAWARDS index.tmp#RRECOGNITIONVALUE index.tmp#RRESPONSES index.tmp#RSELFDESCRIPTION index.tmp#RSHEINFLUENCED index.tmp#RWRITINGMILESTONE index.tmp#TCHARACTERIZATION index.tmp#TCHARACTERNAME index.tmp#TCHARACTERTYPEROLE index.tmp#TGENRE index.tmp#TGENREISSUE index.tmp#TINTERTEXTUALITY index.tmp#TMOTIF index.tmp#TPLOT index.tmp#TSETTINGDATE index.tmp#TSETTINGPLACE index.tmp#TTECHNIQUES index.tmp#TTHEMETOPIC index.tmp#TTONESTYLE index.tmp#TVOICENARRATION
Properties
content complex
mixed true
Used by
Elements ENTRY, P, TEXTSCOPE
Model
Children BIBCITS, CHRONEVENT, CHRONSTRUCT, DATASTRUCT, ENVIRONMENT, HEADING, KEYWORDCLASS, LISTBIBCIT, P, PADVERTISING, PANTHOLOGIZATION, PARCHIVALLOCATION, PATTITUDES, PAUTHORSHIP, PCIRCULATION, PCONTRACT, PCOPYRIGHT, PDEDICATION, PEARNINGS, PEDITIONS, PFIRSTLITERARYACTIVITY, PINFLUENCESHER, PLASTLITERARYACTIVITY, PLITERARYMOVEMENTS, PMANUSCRIPTHISTORY, PMATERIALCONDITIONS, PMODEOFPUBLICATION, PMOTIVES, PNONBOOKMEDIA, PNONSURVIVAL, PPERFORMANCE, PPERIODICALPUBLICATION, PPLACEOFPUBLICATION, PPRESSRUN, PPRICE, PRARITIESFEATURESDECORATIONS, PRELATIONSWITHPUBLISHER, PSERIALIZATION, PSUBMISSIONSREJECTIONS, PTYPEOFPRESS, RBESTKNOWNWORK, RDESTRUCTIONOFWORK, RESEARCHNOTE, RFICTIONALIZATION, RLANDMARKTEXT, RPENALTIES, RRECOGNITIONNAME, RRECOGNITIONSANDAWARDS, RRECOGNITIONVALUE, RRESPONSES, RSELFDESCRIPTION, RSHEINFLUENCED, RWRITINGMILESTONE, SCHOLARNOTE, TCHARACTERIZATION, TCHARACTERNAME, TCHARACTERTYPEROLE, TGENRE, TGENREISSUE, TINTERTEXTUALITY, TMOTIF, TPLOT, TSETTINGDATE, TSETTINGPLACE, TTECHNIQUES, TTHEMETOPIC, TTONESTYLE, TVOICENARRATION
Instance
<TEXTUALFEATURES>
  <HEADING SUBTYPE="">{1,1}</HEADING>
  <P ID="">{1,1}</P>
  <DATASTRUCT>{1,1}</DATASTRUCT>
  <CHRONEVENT>{1,1}</CHRONEVENT>
  <CHRONSTRUCT CHRONCOLUMN="" RELEVANCE="" RELEVANCE1="" RELEVANCE2="" RELEVANCE3="" RESP="">{1,1}</CHRONSTRUCT>
  <BIBCITS ID="">{1,1}</BIBCITS>
  <KEYWORDCLASS KEYWORDTYPE="">{1,1}</KEYWORDCLASS>
  <SCHOLARNOTE>{1,1}</SCHOLARNOTE>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <LISTBIBCIT>{1,1}</LISTBIBCIT>
  <ENVIRONMENT>{1,1}</ENVIRONMENT>
  <PADVERTISING>{1,1}</PADVERTISING>
  <PANTHOLOGIZATION>{1,1}</PANTHOLOGIZATION>
  <PARCHIVALLOCATION>{1,1}</PARCHIVALLOCATION>
  <PATTITUDES>{1,1}</PATTITUDES>
  <PAUTHORSHIP AUTHORNAMETYPE="" AUTHORSHIPCONTROVERSY="" COLLABORATION="" CONTROVERSYDATE="">{1,1}</PAUTHORSHIP>
  <PCIRCULATION>{1,1}</PCIRCULATION>
  <PCONTRACT ID="">{1,1}</PCONTRACT>
  <PCOPYRIGHT>{1,1}</PCOPYRIGHT>
  <PDEDICATION>{1,1}</PDEDICATION>
  <PEARNINGS>{1,1}</PEARNINGS>
  <PEDITIONS>{1,1}</PEDITIONS>
  <PFIRSTLITERARYACTIVITY>{1,1}</PFIRSTLITERARYACTIVITY>
  <PINFLUENCESHER INFLUENCETYPE="">{1,1}</PINFLUENCESHER>
  <PLASTLITERARYACTIVITY>{1,1}</PLASTLITERARYACTIVITY>
  <PLITERARYMOVEMENTS INVOLVEMENT="INVOLVEMENTYES" REG="">{1,1}</PLITERARYMOVEMENTS>
  <PMANUSCRIPTHISTORY>{1,1}</PMANUSCRIPTHISTORY>
  <PMATERIALCONDITIONS DISPLACEMENT="">{1,1}</PMATERIALCONDITIONS>
  <PMODEOFPUBLICATION PUBLICATIONMODE="">{1,1}</PMODEOFPUBLICATION>
  <PMOTIVES ID="" MOTIVETYPE="">{1,1}</PMOTIVES>
  <PNONBOOKMEDIA MEDIATYPE="">{1,1}</PNONBOOKMEDIA>
  <PNONSURVIVAL TYPEOFNONSURVIVAL="">{1,1}</PNONSURVIVAL>
  <PPERFORMANCE>{1,1}</PPERFORMANCE>
  <PPERIODICALPUBLICATION>{1,1}</PPERIODICALPUBLICATION>
  <PPLACEOFPUBLICATION>{1,1}</PPLACEOFPUBLICATION>
  <PPRESSRUN>{1,1}</PPRESSRUN>
  <PPRICE>{1,1}</PPRICE>
  <PRARITIESFEATURESDECORATIONS>{1,1}</PRARITIESFEATURESDECORATIONS>
  <PRELATIONSWITHPUBLISHER RELATIONSHIPTYPE="">{1,1}</PRELATIONSWITHPUBLISHER>
  <PSERIALIZATION FORMOFSERIALIZATION="">{1,1}</PSERIALIZATION>
  <PSUBMISSIONSREJECTIONS>{1,1}</PSUBMISSIONSREJECTIONS>
  <PTYPEOFPRESS>{1,1}</PTYPEOFPRESS>
  <RBESTKNOWNWORK>{1,1}</RBESTKNOWNWORK>
  <RDESTRUCTIONOFWORK DESTROYEDBY="">{1,1}</RDESTRUCTIONOFWORK>
  <RFICTIONALIZATION>{1,1}</RFICTIONALIZATION>
  <RLANDMARKTEXT>{1,1}</RLANDMARKTEXT>
  <RPENALTIES CENSORSHIP="" CONTROVERSY="">{1,1}</RPENALTIES>
  <RRECOGNITIONNAME REG="">{1,1}</RRECOGNITIONNAME>
  <RRECOGNITIONSANDAWARDS>{1,1}</RRECOGNITIONSANDAWARDS>
  <RRECOGNITIONVALUE>{1,1}</RRECOGNITIONVALUE>
  <RRESPONSES FORMALITY="" GENDEREDRESPONSE="" RESPONSETYPE="">{1,1}</RRESPONSES>
  <RSELFDESCRIPTION>{1,1}</RSELFDESCRIPTION>
  <RSHEINFLUENCED>{1,1}</RSHEINFLUENCED>
  <RWRITINGMILESTONE>{1,1}</RWRITINGMILESTONE>
  <TCHARACTERIZATION>{1,1}</TCHARACTERIZATION>
  <TCHARACTERNAME REG="">{1,1}</TCHARACTERNAME>
  <TCHARACTERTYPEROLE PROTAGONIST="">{1,1}</TCHARACTERTYPEROLE>
  <TGENRE GENRENAME="">{1,1}</TGENRE>
  <TGENREISSUE>{1,1}</TGENREISSUE>
  <TINTERTEXTUALITY GENDEROFAUTHOR="" INTERTEXTTYPE="">{1,1}</TINTERTEXTUALITY>
  <TMOTIF MOTIFNAME="">{1,1}</TMOTIF>
  <TPLOT>{1,1}</TPLOT>
  <TSETTINGDATE SETTINGDATETYPE="">{1,1}</TSETTINGDATE>
  <TSETTINGPLACE SETTINGCLASS="" SETTINGPLACETYPE="">{1,1}</TSETTINGPLACE>
  <TTECHNIQUES TECHNIQUETYPE="">{1,1}</TTECHNIQUES>
  <TTHEMETOPIC ID="" REG="">{1,1}</TTHEMETOPIC>
  <TTONESTYLE EXPERIMENTAL="">{1,1}</TTONESTYLE>
  <TVOICENARRATION>{1,1}</TVOICENARRATION>
</TEXTUALFEATURES>
Source
<xs:element name="TEXTUALFEATURES">
  <xs:annotation>
    <xs:documentation>Previously called literary characteristics and content, this element addresses features of critical interest in texts and provides space for textual analysis/close readings as perceived by project members.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="HEADING"/>
      <xs:element ref="P"/>
      <xs:element ref="DATASTRUCT"/>
      <xs:element ref="CHRONEVENT"/>
      <xs:element ref="CHRONSTRUCT"/>
      <xs:element ref="BIBCITS"/>
      <xs:element ref="KEYWORDCLASS"/>
      <xs:element ref="SCHOLARNOTE"/>
      <xs:element ref="RESEARCHNOTE"/>
      <xs:element ref="LISTBIBCIT"/>
      <xs:element ref="ENVIRONMENT"/>
      <xs:element ref="PADVERTISING"/>
      <xs:element ref="PANTHOLOGIZATION"/>
      <xs:element ref="PARCHIVALLOCATION"/>
      <xs:element ref="PATTITUDES"/>
      <xs:element ref="PAUTHORSHIP"/>
      <xs:element ref="PCIRCULATION"/>
      <xs:element ref="PCONTRACT"/>
      <xs:element ref="PCOPYRIGHT"/>
      <xs:element ref="PDEDICATION"/>
      <xs:element ref="PEARNINGS"/>
      <xs:element ref="PEDITIONS"/>
      <xs:element ref="PFIRSTLITERARYACTIVITY"/>
      <xs:element ref="PINFLUENCESHER"/>
      <xs:element ref="PLASTLITERARYACTIVITY"/>
      <xs:element ref="PLITERARYMOVEMENTS"/>
      <xs:element ref="PMANUSCRIPTHISTORY"/>
      <xs:element ref="PMATERIALCONDITIONS"/>
      <xs:element ref="PMODEOFPUBLICATION"/>
      <xs:element ref="PMOTIVES"/>
      <xs:element ref="PNONBOOKMEDIA"/>
      <xs:element ref="PNONSURVIVAL"/>
      <xs:element ref="PPERFORMANCE"/>
      <xs:element ref="PPERIODICALPUBLICATION"/>
      <xs:element ref="PPLACEOFPUBLICATION"/>
      <xs:element ref="PPRESSRUN"/>
      <xs:element ref="PPRICE"/>
      <xs:element ref="PRARITIESFEATURESDECORATIONS"/>
      <xs:element ref="PRELATIONSWITHPUBLISHER"/>
      <xs:element ref="PSERIALIZATION"/>
      <xs:element ref="PSUBMISSIONSREJECTIONS"/>
      <xs:element ref="PTYPEOFPRESS"/>
      <xs:element ref="RBESTKNOWNWORK"/>
      <xs:element ref="RDESTRUCTIONOFWORK"/>
      <xs:element ref="RFICTIONALIZATION"/>
      <xs:element ref="RLANDMARKTEXT"/>
      <xs:element ref="RPENALTIES"/>
      <xs:element ref="RRECOGNITIONNAME"/>
      <xs:element ref="RRECOGNITIONSANDAWARDS"/>
      <xs:element ref="RRECOGNITIONVALUE"/>
      <xs:element ref="RRESPONSES"/>
      <xs:element ref="RSELFDESCRIPTION"/>
      <xs:element ref="RSHEINFLUENCED"/>
      <xs:element ref="RWRITINGMILESTONE"/>
      <xs:element ref="TCHARACTERIZATION"/>
      <xs:element ref="TCHARACTERNAME"/>
      <xs:element ref="TCHARACTERTYPEROLE"/>
      <xs:element ref="TGENRE"/>
      <xs:element ref="TGENREISSUE"/>
      <xs:element ref="TINTERTEXTUALITY"/>
      <xs:element ref="TMOTIF"/>
      <xs:element ref="TPLOT"/>
      <xs:element ref="TSETTINGDATE"/>
      <xs:element ref="TSETTINGPLACE"/>
      <xs:element ref="TTECHNIQUES"/>
      <xs:element ref="TTHEMETOPIC"/>
      <xs:element ref="TTONESTYLE"/>
      <xs:element ref="TVOICENARRATION"/>
    </xs:choice>
  </xs:complexType>
</xs:element>
[ top ]
Element ENVIRONMENT
Namespace No namespace
Annotations
Environment is a sub-element of TextualFeatures that contains
discussions of a writer's relationships to the natural world, the urban environment, a particular milieau, etc.
Diagram
Diagram
Type xs:string
Properties
content simple
Used by
Element TEXTUALFEATURES
Source
<xs:element name="ENVIRONMENT" type="xs:string">
  <xs:annotation>
    <xs:documentation>Environment is a sub-element of TextualFeatures that contains discussions of a writer's relationships to the natural world, the urban environment, a particular milieau, etc.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element VIOLENCE
Namespace No namespace
Annotations
Violence is one of the 16 major biography
elements defined as integral to mapping a woman's life. Record all instances of physical, sexual, and undue
emotional abuse within this element, whether the person was the victim or the perpetrator. We are particularly
interested in the effects of violence against women on the history of women's writing and the historical, social
and political issues surrounding violence against women. This element is not reserved for acts of violence that the
person either committed or was the victim of, but it can include a discussion of the effect of an exposure to
violence on her life.
Diagram
Diagram index.tmp#HEADING index.tmp#P index.tmp#DATASTRUCT index.tmp#CHRONEVENT index.tmp#CHRONSTRUCT index.tmp#KEYWORDCLASS index.tmp#RESEARCHNOTE index.tmp#LISTBIBCIT
Properties
content complex
Used by
Elements ENTRY, P
Model
Children CHRONEVENT, CHRONSTRUCT, DATASTRUCT, HEADING, KEYWORDCLASS, LISTBIBCIT, P, RESEARCHNOTE
Instance
<VIOLENCE>
  <HEADING SUBTYPE="">{1,1}</HEADING>
  <P ID="">{1,1}</P>
  <DATASTRUCT>{1,1}</DATASTRUCT>
  <CHRONEVENT>{1,1}</CHRONEVENT>
  <CHRONSTRUCT CHRONCOLUMN="" RELEVANCE="" RELEVANCE1="" RELEVANCE2="" RELEVANCE3="" RESP="">{1,1}</CHRONSTRUCT>
  <KEYWORDCLASS KEYWORDTYPE="">{1,1}</KEYWORDCLASS>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <LISTBIBCIT>{1,1}</LISTBIBCIT>
</VIOLENCE>
Source
<xs:element name="VIOLENCE">
  <xs:annotation>
    <xs:documentation>Violence is one of the 16 major biography elements defined as integral to mapping a woman's life. Record all instances of physical, sexual, and undue emotional abuse within this element, whether the person was the victim or the perpetrator. We are particularly interested in the effects of violence against women on the history of women's writing and the historical, social and political issues surrounding violence against women. This element is not reserved for acts of violence that the person either committed or was the victim of, but it can include a discussion of the effect of an exposure to violence on her life.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:choice maxOccurs="unbounded">
      <xs:element ref="HEADING"/>
      <xs:element ref="P"/>
      <xs:element ref="DATASTRUCT"/>
      <xs:element ref="CHRONEVENT"/>
      <xs:element ref="CHRONSTRUCT"/>
      <xs:element ref="KEYWORDCLASS"/>
      <xs:element ref="RESEARCHNOTE"/>
      <xs:element ref="LISTBIBCIT"/>
    </xs:choice>
  </xs:complexType>
</xs:element>
[ top ]
Element LB
Namespace No namespace
Annotations
lb marks the start of a new (typographic) line in some
edition or version of a text.
Diagram
Diagram index.tmp#L index.tmp#QUOTE index.tmp#RESEARCHNOTE
Properties
content complex
mixed true
Used by
Element QUOTE
Model
Children L, QUOTE, RESEARCHNOTE
Instance
<LB>
  <L PART="N" RHYME="">{1,1}</L>
  <QUOTE DIRECT="Y" ID="">{1,1}</QUOTE>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
</LB>
Source
<xs:element name="LB">
  <xs:annotation>
    <xs:documentation>lb marks the start of a new (typographic) line in some edition or version of a text.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="L"/>
      <xs:element ref="QUOTE"/>
      <xs:element ref="RESEARCHNOTE"/>
    </xs:choice>
  </xs:complexType>
</xs:element>
[ top ]
Element LG
Namespace No namespace
Annotations
lg contains a group of verse lines functioning as a formal
unit, e.g. a stanza, refrain, verse paragraph, etc.
Diagram
Diagram index.tmp#LG_TYPE index.tmp#HEAD index.tmp#L
Properties
content complex
Used by
Element QUOTE
Model
Children HEAD, L
Instance
<LG TYPE="">
  <HEAD>{0,1}</HEAD>
  <L PART="N" RHYME="">{1,unbounded}</L>
</LG>
Attributes
QName Type Use Annotation
TYPE xs:NCName optional
Type characterizes the element in some sense, using any
convenient classification scheme or typology.
Source
<xs:element name="LG">
  <xs:annotation>
    <xs:documentation>lg contains a group of verse lines functioning as a formal unit, e.g. a stanza, refrain, verse paragraph, etc.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element minOccurs="0" ref="HEAD"/>
      <xs:element maxOccurs="unbounded" ref="L"/>
    </xs:sequence>
    <xs:attribute name="TYPE" type="xs:NCName">
      <xs:annotation>
        <xs:documentation>Type characterizes the element in some sense, using any convenient classification scheme or typology.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element IDNO
Namespace No namespace
Annotations
Idno (identifier) supplies any form of identifier used to identify a bibliographic item in a
standardized way.
Diagram
Diagram index.tmp#IDNO_TYPE
Properties
content complex
mixed true
Used by
Element BIBCIT
Model
Attributes
QName Type Use Annotation
TYPE restriction of xs:token required
Type characterizes the element in some sense, using
any convenient classification scheme or typology.
Source
<xs:element name="IDNO">
  <xs:annotation>
    <xs:documentation>Idno (identifier) supplies any form of identifier used to identify a bibliographic item in a standardized way.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:attribute name="TYPE" use="required">
      <xs:annotation>
        <xs:documentation>Type characterizes the element in some sense, using any convenient classification scheme or typology.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="DOI">
            <xs:annotation>
              <xs:documentation>Digital Object Identifier</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="HDL">
            <xs:annotation>
              <xs:documentation>Handle System</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="ISBN">
            <xs:annotation>
              <xs:documentation>International Standard Book Number</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="ISSN">
            <xs:annotation>
              <xs:documentation>International Standard Serial Number</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="LCCN">
            <xs:annotation>
              <xs:documentation>Library of Congress Control Number</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="URI">
            <xs:annotation>
              <xs:documentation>Uniform Resource Identifier</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element SOURCEDESC
Namespace No namespace
Annotations
sourceDesc describes the source from which an
electronic text was derived or generated, typically a bibliographic description in the case of a digitized text, or a phrase
such as "born digital" for a text which has no previous existence.
Diagram
Diagram
Type xs:string
Properties
content simple
Used by
Element FILEDESC
Source
<xs:element name="SOURCEDESC" type="xs:string">
  <xs:annotation>
    <xs:documentation>sourceDesc describes the source from which an electronic text was derived or generated, typically a bibliographic description in the case of a digitized text, or a phrase such as "born digital" for a text which has no previous existence.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element PROFILEDESC
Namespace No namespace
Annotations
profileDesc (text-profile description) provides a detailed description of non-bibliographic
aspects of a text, specifically the languages and sublanguages used, the situation in which it was produced, the participants and their setting.
Diagram
Diagram index.tmp#LANGUSAGE index.tmp#TEXTCLASS
Properties
content complex
Used by
Element CWRCHEADER
Model
Children LANGUSAGE, TEXTCLASS
Instance
<PROFILEDESC>
  <LANGUSAGE>{0,1}</LANGUSAGE>
  <TEXTCLASS>{0,1}</TEXTCLASS>
</PROFILEDESC>
Source
<xs:element name="PROFILEDESC">
  <xs:annotation>
    <xs:documentation>profileDesc (text-profile description) provides a detailed description of non-bibliographic aspects of a text, specifically the languages and sublanguages used, the situation in which it was produced, the participants and their setting.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element minOccurs="0" ref="LANGUSAGE"/>
      <xs:element minOccurs="0" ref="TEXTCLASS"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
[ top ]
Element LANGUSAGE
Namespace No namespace
Annotations
langUsage (language usage) describes the languages, sublanguages, registers,
dialects, etc. represented within a text.
Diagram
Diagram index.tmp#LANG
Properties
content complex
Used by
Element PROFILEDESC
Model
Children LANG
Instance
<LANGUSAGE>
  <LANG IDENT="">{1,unbounded}</LANG>
</LANGUSAGE>
Source
<xs:element name="LANGUSAGE">
  <xs:annotation>
    <xs:documentation>langUsage (language usage) describes the languages, sublanguages, registers, dialects, etc. represented within a text.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" ref="LANG"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
[ top ]
Element LANG
Namespace No namespace
Annotations
lang characterizes a single language or sublanguage used within a
text.
Diagram
Diagram index.tmp#LANG_IDENT
Properties
content complex
mixed true
Used by
Element LANGUSAGE
Model
Attributes
QName Type Use Annotation
IDENT optional
(identifier) Supplies a language code which is used to identify the
language documented by this element.
Source
<xs:element name="LANG">
  <xs:annotation>
    <xs:documentation>lang characterizes a single language or sublanguage used within a text.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:attribute name="IDENT">
      <xs:annotation>
        <xs:documentation>(identifier) Supplies a language code which is used to identify the language documented by this element.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element TEXTCLASS
Namespace No namespace
Annotations
textClass (text classification) groups information which describes the nature or
topic of a text in terms of a standard classification scheme, thesaurus, etc.
Diagram
Diagram index.tmp#KEYWORDS
Properties
content complex
Used by
Element PROFILEDESC
Model
Children KEYWORDS
Instance
<TEXTCLASS>
  <KEYWORDS SCHEME="">{1,unbounded}</KEYWORDS>
</TEXTCLASS>
Source
<xs:element name="TEXTCLASS">
  <xs:annotation>
    <xs:documentation>textClass (text classification) groups information which describes the nature or topic of a text in terms of a standard classification scheme, thesaurus, etc.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" ref="KEYWORDS"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
[ top ]
Element KEYWORDS
Namespace No namespace
Annotations
keywords contains a list of keywords or phrases identifying the topic or
nature of a text.
Diagram
Diagram index.tmp#KEYWORDS_SCHEME index.tmp#TERM
Properties
content complex
Used by
Element TEXTCLASS
Model
Children TERM
Instance
<KEYWORDS SCHEME="">
  <TERM>{1,unbounded}</TERM>
</KEYWORDS>
Attributes
QName Type Use Annotation
SCHEME optional
scheme identifies the controlled vocabulary within which the set of
keywords concerned is defined.
Source
<xs:element name="KEYWORDS">
  <xs:annotation>
    <xs:documentation>keywords contains a list of keywords or phrases identifying the topic or nature of a text.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" ref="TERM"/>
    </xs:sequence>
    <xs:attribute name="SCHEME">
      <xs:annotation>
        <xs:documentation>scheme identifies the controlled vocabulary within which the set of keywords concerned is defined.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element TERM
Namespace No namespace
Annotations
term contains a single-word, multi-word, or symbolic designation
which is regarded as a technical term.
Diagram
Diagram
Type xs:string
Properties
content simple
Used by
Element KEYWORDS
Source
<xs:element name="TERM" type="xs:string">
  <xs:annotation>
    <xs:documentation>term contains a single-word, multi-word, or symbolic designation which is regarded as a technical term.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element REVISIONDESC
Namespace No namespace
Annotations
revisionDesc (or revision description) summarizes the
revision history for a file.
Diagram
Diagram index.tmp#WORKFLOW
Properties
content complex
Used by
Element CWRCHEADER
Model
Children WORKFLOW
Instance
<REVISIONDESC>
  <WORKFLOW RESP="" WORKCATEGORY="" WORKSTAMP="" WORKSTATUS="">{1,unbounded}</WORKFLOW>
</REVISIONDESC>
Source
<xs:element name="REVISIONDESC">
  <xs:annotation>
    <xs:documentation>revisionDesc (or revision description) summarizes the revision history for a file.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" ref="WORKFLOW"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
[ top ]
Element WORKFLOW
Namespace No namespace
Annotations
The workflow element records a particular
workflow activity in the workflow chain.
Diagram
Diagram index.tmp#RESP-attribute index.tmp#WORKFLOW_WORKCATEGORY index.tmp#WORKFLOW_WORKSTAMP index.tmp#WORKFLOW_WORKSTATUS index.tmp#DATE index.tmp#ITEM
Properties
content complex
Used by
Element REVISIONDESC
Model
Children DATE, ITEM
Instance
<WORKFLOW RESP="" WORKCATEGORY="" WORKSTAMP="" WORKSTATUS="">
  <DATE CALENDAR="NEWSTYLE" CERTAINTY="CERT" ID="" VALUE="">{1,1}</DATE>
  <ITEM>{0,unbounded}</ITEM>
</WORKFLOW>
Attributes
QName Type Use Annotation
RESP restriction of xs:token required
Resp (or responsibility) contains a three-letter initialism
of an individual who contributed to the production or distribution of a document.
WORKCATEGORY restriction of xs:token required
The workcategory attribute is designed to provide a set of constant values to be used across projects to allow
workflow general procedures to be applied to objects CWRC-wide without restricting workflow stamps (see stamp
attribute).
WORKSTAMP restriction of xs:token optional
The workstamp attribute records finer-grained
workflow category information that can be created on a project-specific basis; in addition, particular projects may wish to rename
these existing stamp values (i.e. Orlando may want to use "CAS" instead of "CKD", another project may want to apply a stamp
according to a French name, etc.), but the basic workflow categories will remain static.
WORKSTATUS restriction of xs:token required
Workstatus records the completion information of a
particular work status phase of a document.
Source
<xs:element name="WORKFLOW">
  <xs:annotation>
    <xs:documentation>The workflow element records a particular workflow activity in the workflow chain.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="DATE"/>
      <xs:element minOccurs="0" maxOccurs="unbounded" ref="ITEM"/>
    </xs:sequence>
    <xs:attributeGroup ref="RESP-attribute"/>
    <xs:attribute name="WORKCATEGORY" use="required">
      <xs:annotation>
        <xs:documentation>The workcategory attribute is designed to provide a set of constant values to be used across projects to allow workflow general procedures to be applied to objects CWRC-wide without restricting workflow stamps (see stamp attribute).</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="created">
            <xs:annotation>
              <xs:documentation>created - repository item created (original version of repository object) - equivalent to cwrc:cre</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="deposited">
            <xs:annotation>
              <xs:documentation>deposited - repository item deposited (an existing file) - equivalent to stamp cwrc:dep</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="metadata_contribution">
            <xs:annotation>
              <xs:documentation>metadata_contribution - repository object metadata (external or embedded) created or edited - equivalent to stamp cwrc:evr (enhanced version of record)</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="content_contribution">
            <xs:annotation>
              <xs:documentation>content_contribution - repository object content added or edited - equivalent to stamp cwrc:evr (enhanced version of record) or cvr (corrected version of record)</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="checked">
            <xs:annotation>
              <xs:documentation>checked - Checked/corrected - equivalent to stamp cwrc:ckd</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="machine_processed">
            <xs:annotation>
              <xs:documentation>machine_processed - Automatic processing of data - equivalent to stamps cwrc:evr (enhanced version of record) or cwrc:cvr (corrected version of record)</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="user-tagged">
            <xs:annotation>
              <xs:documentation>user-tagged - tagged by member of general public (i.e. subject keywords/ folksonomic descriptors added) - equivalent to stamp cwrc:tag</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="rights_assigned">
            <xs:annotation>
              <xs:documentation>rights_assigned - Copyright/license terms attached to object - equivalent to stamp cwrc:rights_asg</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="published">
            <xs:annotation>
              <xs:documentation>published - repository item under ongoing publishing procedures - equivalent to stamp cwrc:pub</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="peer-reviewed/evaluated">
            <xs:annotation>
              <xs:documentation>peer_reviewed - peer-review as opposed to internal editing/revision - equivalent to stamp cwrc:rev</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="withdrawn">
            <xs:annotation>
              <xs:documentation>withdrawn - Removed from published state - equivalent to stamp cwrc:wdr</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="deleted">
            <xs:annotation>
              <xs:documentation>deleted - Deleted from the repository - equivalent to stamp cwrc:del</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="WORKSTAMP">
      <xs:annotation>
        <xs:documentation>The workstamp attribute records finer-grained workflow category information that can be created on a project-specific basis; in addition, particular projects may wish to rename these existing stamp values (i.e. Orlando may want to use "CAS" instead of "CKD", another project may want to apply a stamp according to a French name, etc.), but the basic workflow categories will remain static.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="niso:AO">
            <xs:annotation>
              <xs:documentation>Author's Original (AO)</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="niso:SMUR">
            <xs:annotation>
              <xs:documentation>Submitted Manuscript Under Review (SMUR)</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="niso:AM">
            <xs:annotation>
              <xs:documentation>Accepted Manuscript (AM)</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="niso:P">
            <xs:annotation>
              <xs:documentation>Proof (P)</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="niso:VoR">
            <xs:annotation>
              <xs:documentation>Version of Record (VoR)</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="niso:CVoR">
            <xs:annotation>
              <xs:documentation>Corrected Version of Record (CVoR)</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="niso:EVoR">
            <xs:annotation>
              <xs:documentation>Enhanced Version of Record (EVoR)</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="orl:SUB">
            <xs:annotation>
              <xs:documentation>Submitted (SUB)</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="orl:RWT">
            <xs:annotation>
              <xs:documentation>Researched / Written / Tagged (RWT)</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="orl:REV">
            <xs:annotation>
              <xs:documentation>Revised (REV)</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="orl:RBV">
            <xs:annotation>
              <xs:documentation>Reviewed by Volume Author (RVB)</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="orl:CAS">
            <xs:annotation>
              <xs:documentation>Checked Against Sources (CAS)</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="orl:CFT">
            <xs:annotation>
              <xs:documentation>Checked for Tagging (CFT)</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="orl:CFB">
            <xs:annotation>
              <xs:documentation>Checked for Bibliographic Practices (CFB)</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="orl:PUB">
            <xs:annotation>
              <xs:documentation>Published (PUB)</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="orl:ENH">
            <xs:annotation>
              <xs:documentation>Enhanced (ENH)</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="orl:TC">
            <xs:annotation>
              <xs:documentation>Tag Cleanup (TC)</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="orl:PUBR">
            <xs:annotation>
              <xs:documentation>Publication Readthrough (PUBR)</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="cwrc:cre">
            <xs:annotation>
              <xs:documentation>repository item created (original version of repository object) - equivalent to category created</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="cwrc:dep">
            <xs:annotation>
              <xs:documentation>repository item deposited (an existing file) - equivalent to category deposited</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="cwrc:cvr">
            <xs:annotation>
              <xs:documentation>object content edited - cvr (corrected version of record)</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="cwrc:evr">
            <xs:annotation>
              <xs:documentation>object content added evr (enhanced version of record)</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="cwrc:ckd">
            <xs:annotation>
              <xs:documentation>Checked/corrected - equivalent to category checked</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="cwrc:tag">
            <xs:annotation>
              <xs:documentation>tagged by member of general public (i.e. subject keywords/ folksonomic descriptors added) - equivalent to category tagged</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="cwrc:rights_asg">
            <xs:annotation>
              <xs:documentation>Copyright/license terms attached to object - equivalent to category rights_assigned</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="cwrc:pub">
            <xs:annotation>
              <xs:documentation>repository item under ongoing publishing procedures - equivalent to category published</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="cwrc:rev">
            <xs:annotation>
              <xs:documentation>peer-review as opposed to internal editing/revision - equivalent to category peer-reviewed/evaluated</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="cwrc:wdr">
            <xs:annotation>
              <xs:documentation>Removed from published state - equivalent to category withdrawn</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="cwrc:del">
            <xs:annotation>
              <xs:documentation>Deleted from the repository - equivalent to category deleted</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="WORKSTATUS" use="required">
      <xs:annotation>
        <xs:documentation>Workstatus records the completion information of a particular work status phase of a document.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="C">
            <xs:annotation>
              <xs:documentation>Complete</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="IPR">
            <xs:annotation>
              <xs:documentation>In progress</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="I">
            <xs:annotation>
              <xs:documentation>Incomplete</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="P">
            <xs:annotation>
              <xs:documentation>Pending</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element ITEM
Namespace No namespace
Annotations
item contains one component of a
list.
Diagram
Diagram
Type xs:string
Properties
content simple
Used by
Element WORKFLOW
Source
<xs:element name="ITEM" type="xs:string">
  <xs:annotation>
    <xs:documentation>item contains one component of a list.</xs:documentation>
  </xs:annotation>
</xs:element>
[ top ]
Element ENTRY
Namespace No namespace
Annotations
ENTRY (level-0 text division) is the largest structural
element permitted in any document. XML works on the principle that all information in a document exists hierarchically, or, stated
otherwise, that all types of information can be contained in other types of information. For CWRC projects, ENTRY is the element that
contains everything in a document except the cataloguing information that is contained in the CWRCHEADER element.
Diagram
Diagram index.tmp#AUTHORSUMMARY index.tmp#FRONT index.tmp#HEADING index.tmp#KEYWORDCLASS index.tmp#RESEARCHNOTE index.tmp#BIRTH index.tmp#CULTURALFORMATION index.tmp#DEATH index.tmp#ECONOMICS index.tmp#EDUCATION index.tmp#FAMILY index.tmp#FRIENDSASSOCIATES index.tmp#HEALTH index.tmp#INTIMATERELATIONSHIPS index.tmp#LEISUREANDSOCIETY index.tmp#LISTBIBCIT index.tmp#RESIDENCEANDMOBILITY index.tmp#OCCUPATION index.tmp#OTHERLIFEEVENT index.tmp#PERSONNAME index.tmp#POLITICS index.tmp#VIOLENCE index.tmp#PRODUCTION index.tmp#RECEPTION index.tmp#TEXTUALFEATURES index.tmp#TEXTSCOPE index.tmp#STANDARD index.tmp#WORKSCITED
Properties
content complex
Used by
Element CWRC
Model
AUTHORSUMMARY | FRONT | HEADING | KEYWORDCLASS | RESEARCHNOTE | BIRTH | CULTURALFORMATION | DEATH | ECONOMICS | EDUCATION | FAMILY | FRIENDSASSOCIATES | HEALTH | INTIMATERELATIONSHIPS | LEISUREANDSOCIETY | LISTBIBCIT | RESIDENCEANDMOBILITY | OCCUPATION | OTHERLIFEEVENT | PERSONNAME | POLITICS | VIOLENCE | PRODUCTION | RECEPTION | TEXTUALFEATURES | TEXTSCOPE | STANDARD | WORKSCITED
Children AUTHORSUMMARY, BIRTH, CULTURALFORMATION, DEATH, ECONOMICS, EDUCATION, FAMILY, FRIENDSASSOCIATES, FRONT, HEADING, HEALTH, INTIMATERELATIONSHIPS, KEYWORDCLASS, LEISUREANDSOCIETY, LISTBIBCIT, OCCUPATION, OTHERLIFEEVENT, PERSONNAME, POLITICS, PRODUCTION, RECEPTION, RESEARCHNOTE, RESIDENCEANDMOBILITY, STANDARD, TEXTSCOPE, TEXTUALFEATURES, VIOLENCE, WORKSCITED
Instance
<ENTRY>
  <AUTHORSUMMARY>{1,1}</AUTHORSUMMARY>
  <FRONT>{1,1}</FRONT>
  <HEADING SUBTYPE="">{1,1}</HEADING>
  <KEYWORDCLASS KEYWORDTYPE="">{1,1}</KEYWORDCLASS>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <BIRTH>{1,1}</BIRTH>
  <CULTURALFORMATION>{1,1}</CULTURALFORMATION>
  <DEATH>{1,1}</DEATH>
  <ECONOMICS>{1,1}</ECONOMICS>
  <EDUCATION MODE="">{1,1}</EDUCATION>
  <FAMILY ID="">{1,1}</FAMILY>
  <FRIENDSASSOCIATES>{1,1}</FRIENDSASSOCIATES>
  <HEALTH ISSUE="">{1,1}</HEALTH>
  <INTIMATERELATIONSHIPS EROTIC="">{1,1}</INTIMATERELATIONSHIPS>
  <LEISUREANDSOCIETY>{1,1}</LEISUREANDSOCIETY>
  <LISTBIBCIT>{1,1}</LISTBIBCIT>
  <RESIDENCEANDMOBILITY RELATIONTO="">{1,1}</RESIDENCEANDMOBILITY>
  <OCCUPATION>{1,1}</OCCUPATION>
  <OTHERLIFEEVENT>{1,1}</OTHERLIFEEVENT>
  <PERSONNAME>{1,1}</PERSONNAME>
  <POLITICS>{1,1}</POLITICS>
  <VIOLENCE>{1,1}</VIOLENCE>
  <PRODUCTION>{1,1}</PRODUCTION>
  <RECEPTION>{1,1}</RECEPTION>
  <TEXTUALFEATURES>{1,1}</TEXTUALFEATURES>
  <TEXTSCOPE PLACEHOLDER="" REF="">{1,1}</TEXTSCOPE>
  <STANDARD WROTEORPUBLISHEDAS="WROTEPUBLISHEDASYES">{1,1}</STANDARD>
  <WORKSCITED>{1,1}</WORKSCITED>
</ENTRY>
Source
<xs:element name="ENTRY">
  <xs:annotation>
    <xs:documentation>ENTRY (level-0 text division) is the largest structural element permitted in any document. XML works on the principle that all information in a document exists hierarchically, or, stated otherwise, that all types of information can be contained in other types of information. For CWRC projects, ENTRY is the element that contains everything in a document except the cataloguing information that is contained in the CWRCHEADER element.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="AUTHORSUMMARY"/>
      <xs:choice>
        <xs:element ref="FRONT"/>
        <xs:element ref="HEADING"/>
        <xs:element ref="KEYWORDCLASS"/>
        <xs:element ref="RESEARCHNOTE"/>
        <xs:element ref="BIRTH"/>
        <xs:element ref="CULTURALFORMATION"/>
        <xs:element ref="DEATH"/>
        <xs:element ref="ECONOMICS"/>
        <xs:element ref="EDUCATION"/>
        <xs:element ref="FAMILY"/>
        <xs:element ref="FRIENDSASSOCIATES"/>
        <xs:element ref="HEALTH"/>
        <xs:element ref="INTIMATERELATIONSHIPS"/>
        <xs:element ref="LEISUREANDSOCIETY"/>
        <xs:element ref="LISTBIBCIT"/>
        <xs:element ref="RESIDENCEANDMOBILITY"/>
        <xs:element ref="OCCUPATION"/>
        <xs:element ref="OTHERLIFEEVENT"/>
        <xs:element ref="PERSONNAME"/>
        <xs:element ref="POLITICS"/>
        <xs:element ref="VIOLENCE"/>
        <xs:element ref="PRODUCTION"/>
        <xs:element ref="RECEPTION"/>
        <xs:element ref="TEXTUALFEATURES"/>
        <xs:element ref="TEXTSCOPE"/>
      </xs:choice>
      <xs:element ref="STANDARD"/>
      <xs:element ref="WORKSCITED"/>
    </xs:choice>
  </xs:complexType>
</xs:element>
[ top ]
Element AUTHORSUMMARY
Namespace No namespace
Annotations
The element authorSummary is specially devised for
researchers to make summary statements about an author before opening individual production, reception, or textual features elements.
You are encouraged to use this element to preface the writing document of each woman writer. It is useful both for minor writers about
whom little is known, and for major writers whose work needs to be sumarized before launching into the details.
Diagram
Diagram index.tmp#HEADING index.tmp#P index.tmp#RESEARCHNOTE
Properties
content complex
Used by
Element ENTRY
Model
Children HEADING, P, RESEARCHNOTE
Instance
<AUTHORSUMMARY>
  <HEADING SUBTYPE="">{0,1}</HEADING>
  <P ID="">{1,1}</P>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
</AUTHORSUMMARY>
Source
<xs:element name="AUTHORSUMMARY">
  <xs:annotation>
    <xs:documentation>The element authorSummary is specially devised for researchers to make summary statements about an author before opening individual production, reception, or textual features elements. You are encouraged to use this element to preface the writing document of each woman writer. It is useful both for minor writers about whom little is known, and for major writers whose work needs to be sumarized before launching into the details.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element minOccurs="0" ref="HEADING"/>
      <xs:choice maxOccurs="unbounded">
        <xs:element ref="P"/>
        <xs:element ref="RESEARCHNOTE"/>
      </xs:choice>
    </xs:sequence>
  </xs:complexType>
</xs:element>
[ top ]
Element FRONT
Namespace No namespace
Annotations
Front (front matter) contains any prefatory matter (headers, title page,
prefaces, dedications, etc.) found at the start of a document, before the main body.
Diagram
Diagram index.tmp#HEADING index.tmp#P index.tmp#DATASTRUCT index.tmp#CHRONEVENT index.tmp#CHRONSTRUCT index.tmp#KEYWORDCLASS index.tmp#RESEARCHNOTE
Properties
content complex
Used by
Element ENTRY
Model
Children CHRONEVENT, CHRONSTRUCT, DATASTRUCT, HEADING, KEYWORDCLASS, P, RESEARCHNOTE
Instance
<FRONT>
  <HEADING SUBTYPE="">{1,1}</HEADING>
  <P ID="">{1,1}</P>
  <DATASTRUCT>{1,1}</DATASTRUCT>
  <CHRONEVENT>{1,1}</CHRONEVENT>
  <CHRONSTRUCT CHRONCOLUMN="" RELEVANCE="" RELEVANCE1="" RELEVANCE2="" RELEVANCE3="" RESP="">{1,1}</CHRONSTRUCT>
  <KEYWORDCLASS KEYWORDTYPE="">{1,1}</KEYWORDCLASS>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
</FRONT>
Source
<xs:element name="FRONT">
  <xs:annotation>
    <xs:documentation>Front (front matter) contains any prefatory matter (headers, title page, prefaces, dedications, etc.) found at the start of a document, before the main body.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:choice maxOccurs="unbounded">
      <xs:element ref="HEADING"/>
      <xs:element ref="P"/>
      <xs:element ref="DATASTRUCT"/>
      <xs:element ref="CHRONEVENT"/>
      <xs:element ref="CHRONSTRUCT"/>
      <xs:element ref="KEYWORDCLASS"/>
      <xs:element ref="RESEARCHNOTE"/>
    </xs:choice>
  </xs:complexType>
</xs:element>
[ top ]
Element STANDARD
Namespace No namespace
Diagram
Diagram index.tmp#STANDARD_WROTEORPUBLISHEDAS
Properties
content complex
mixed true
Used by
Element ENTRY
Model
Attributes
QName Type Default Use Annotation
WROTEORPUBLISHEDAS restriction of xs:token WROTEPUBLISHEDASYES optional
WroteOrPublishedAs is an attribute
attached to all the types of a person's name captured within their biography section. This attribute will allow
us to track all the different names women writers published under. While we assume that most writers published under
their standard name and pseudonyms, they may also have used a nickname or their married name, for instance, to
publish material. This attribute works in conjunction with the authorname in the bibliography to link the name a text
was published under with the name of the person.
Source
<xs:element name="STANDARD">
  <xs:complexType mixed="true">
    <xs:attribute name="WROTEORPUBLISHEDAS" default="WROTEPUBLISHEDASYES">
      <xs:annotation>
        <xs:documentation>WroteOrPublishedAs is an attribute attached to all the types of a person's name captured within their biography section. This attribute will allow us to track all the different names women writers published under. While we assume that most writers published under their standard name and pseudonyms, they may also have used a nickname or their married name, for instance, to publish material. This attribute works in conjunction with the authorname in the bibliography to link the name a text was published under with the name of the person.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="WROTEPUBLISHEDASYES"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
[ top ]
Element WORKSCITED
Namespace No namespace
Annotations
The WorksCited is an informal but complete list
of all sources used in the writing of documents. You should ensure that all of these sources are also entered in the
bibliography database.
Diagram
Diagram index.tmp#RESEARCHNOTE index.tmp#SOURCE
Properties
content complex
Used by
Element ENTRY
Model
Children RESEARCHNOTE, SOURCE
Instance
<WORKSCITED>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <SOURCE>{1,1}</SOURCE>
</WORKSCITED>
Source
<xs:element name="WORKSCITED">
  <xs:annotation>
    <xs:documentation>The WorksCited is an informal but complete list of all sources used in the writing of documents. You should ensure that all of these sources are also entered in the bibliography database.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:choice maxOccurs="unbounded">
      <xs:element ref="RESEARCHNOTE"/>
      <xs:element ref="SOURCE"/>
    </xs:choice>
  </xs:complexType>
</xs:element>
[ top ]
Element SOURCE
Namespace No namespace
Annotations
source describes the original source
for the information contained with a manuscript description.
Diagram
Diagram index.tmp#RESEARCHNOTE index.tmp#SCHOLARNOTE index.tmp#TITLE
Properties
content complex
mixed true
Used by
Element WORKSCITED
Model
Children RESEARCHNOTE, SCHOLARNOTE, TITLE
Instance
<SOURCE>
  <RESEARCHNOTE>{1,1}</RESEARCHNOTE>
  <SCHOLARNOTE>{1,1}</SCHOLARNOTE>
  <TITLE LEVEL="" REF="" REG="" REND="" STANDARD="">{1,1}</TITLE>
</SOURCE>
Source
<xs:element name="SOURCE">
  <xs:annotation>
    <xs:documentation>source describes the original source for the information contained with a manuscript description.</xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="RESEARCHNOTE"/>
      <xs:element ref="SCHOLARNOTE"/>
      <xs:element ref="TITLE"/>
    </xs:choice>
  </xs:complexType>
</xs:element>
[ top ]
Complex Type any_node
Namespace No namespace
Diagram
Diagram
Properties
mixed true
Used by
Element rdf:RDF
Model
ANY element from ANY namespace
Attributes
Wildcard: ANY attribute from ANY namespace
Source
<xs:complexType name="any_node" mixed="true">
  <xs:sequence>
    <xs:any minOccurs="0" maxOccurs="unbounded" processContents="skip"/>
  </xs:sequence>
  <xs:anyAttribute processContents="skip"/>
</xs:complexType>
[ top ]
Attribute DATERANGE / @CALENDAR
Namespace No namespace
Annotations
An attribute of date and dateRange,
calendar is used to indicate when a given date took place.
Type restriction of xs:token
Properties
default NEWSTYLE
Facets
enumeration NEWSTYLE
enumeration BC
Used by
Element DATERANGE
Source
<xs:attribute name="CALENDAR" default="NEWSTYLE">
  <xs:annotation>
    <xs:documentation>An attribute of date and dateRange, calendar is used to indicate when a given date took place.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="NEWSTYLE"/>
      <xs:enumeration value="BC"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute DATERANGE / @CERTAINTY
Namespace No namespace
Annotations
Certainty is an attribute of date and dateRange,
and is used to indicate the nature of certainty that you have about a given date.
Type restriction of xs:token
Properties
default CERT
Facets
enumeration CERT
Certain
enumeration C
Circa
enumeration BY
By this date
enumeration AFTER
After this date
enumeration UNKNOWN
Unknown date
enumeration ROUGHLYDATED
Rough certainty
Used by
Element DATERANGE
Source
<xs:attribute name="CERTAINTY" default="CERT">
  <xs:annotation>
    <xs:documentation>Certainty is an attribute of date and dateRange, and is used to indicate the nature of certainty that you have about a given date.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="CERT">
        <xs:annotation>
          <xs:documentation>Certain</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="C">
        <xs:annotation>
          <xs:documentation>Circa</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="BY">
        <xs:annotation>
          <xs:documentation>By this date</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="AFTER">
        <xs:annotation>
          <xs:documentation>After this date</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="UNKNOWN">
        <xs:annotation>
          <xs:documentation>Unknown date</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ROUGHLYDATED">
        <xs:annotation>
          <xs:documentation>Rough certainty</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute DATERANGE / @EXACT
Namespace No namespace
Annotations
An attribute of dateRange, exact is used in
conjunction with the to and from attributes to express the certainty of each end of a dateRange.
Type restriction of xs:token
Properties
content simple
Facets
enumeration TO
enumeration FROM
enumeration BOTH
enumeration NEITHER
Used by
Element DATERANGE
Source
<xs:attribute name="EXACT">
  <xs:annotation>
    <xs:documentation>An attribute of dateRange, exact is used in conjunction with the to and from attributes to express the certainty of each end of a dateRange.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="TO"/>
      <xs:enumeration value="FROM"/>
      <xs:enumeration value="BOTH"/>
      <xs:enumeration value="NEITHER"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute DATERANGE / @FROM
Namespace No namespace
Annotations
From is used to record a formatted date-related
value.
Type union of(xs:date, xs:gYearMonth, xs:gYear)
Properties
content simple
Used by
Element DATERANGE
Source
<xs:attribute name="FROM">
  <xs:annotation>
    <xs:documentation>From is used to record a formatted date-related value.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:union memberTypes="xs:date xs:gYearMonth xs:gYear"/>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute DATERANGE / @ID
Namespace No namespace
Type xs:NCName
Properties
content simple
Used by
Element DATERANGE
Source
<xs:attribute name="ID" type="xs:NCName"/>
[ top ]
Attribute DATERANGE / @TO
Namespace No namespace
Annotations
To is used to record a formatted date-related
value.
Type union of(xs:date, xs:gYearMonth, xs:gYear)
Properties
content simple
Used by
Element DATERANGE
Source
<xs:attribute name="TO">
  <xs:annotation>
    <xs:documentation>To is used to record a formatted date-related value.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:union memberTypes="xs:date xs:gYearMonth xs:gYear"/>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute KEYWORDCLASS / @KEYWORDTYPE
Namespace No namespace
Used by
Element KEYWORDCLASS
Source
<xs:attribute name="KEYWORDTYPE"/>
[ top ]
Attribute SIGNIFICANTACTIVITY / @PHILANTHROPYVOLUNTEER
Namespace No namespace
Type restriction of xs:token
Properties
default PHILANTHROPYVOLUNTEERYES
Facets
enumeration PHILANTHROPYVOLUNTEERYES
Used by
Source
<xs:attribute name="PHILANTHROPYVOLUNTEER" default="PHILANTHROPYVOLUNTEERYES">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="PHILANTHROPYVOLUNTEERYES"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute SIGNIFICANTACTIVITY / @REG
Namespace No namespace
Annotations
Reg (or
regularization) contains a reading which has been regularized or normalized in some
sense.
Used by
Source
<xs:attribute name="REG">
  <xs:annotation>
    <xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute RS / @REG
Namespace No namespace
Annotations
Reg (or
regularization) contains a reading which has been regularized or normalized in some
sense.
Type xs:NCName
Properties
content simple
Used by
Element RS
Source
<xs:attribute name="REG" type="xs:NCName">
  <xs:annotation>
    <xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute RS / @TYPE
Namespace No namespace
Annotations
Type characterizes the element in some sense, using
any convenient classification scheme or typology.
Used by
Element RS
Source
<xs:attribute name="TYPE">
  <xs:annotation>
    <xs:documentation>Type characterizes the element in some sense, using any convenient classification scheme or typology.</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute HEADING / @SUBTYPE
Namespace No namespace
Annotations
The Subtype attribute allows you to indicate the heading
level, with values from 1-5.
Type restriction of xs:token
Properties
use required
Facets
enumeration 1
enumeration 2
enumeration 3
enumeration 4
enumeration 5
Used by
Element HEADING
Source
<xs:attribute name="SUBTYPE" use="required">
  <xs:annotation>
    <xs:documentation>The Subtype attribute allows you to indicate the heading level, with values from 1-5.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="1"/>
      <xs:enumeration value="2"/>
      <xs:enumeration value="3"/>
      <xs:enumeration value="4"/>
      <xs:enumeration value="5"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute TITLED / @REG
Namespace No namespace
Annotations
Reg (or
regularization) contains a reading which has been regularized or normalized in some
sense.
Used by
Element TITLED
Source
<xs:attribute name="REG">
  <xs:annotation>
    <xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute TITLED / @WROTEORPUBLISHEDAS
Namespace No namespace
Annotations
WroteOrPublishedAs is an attribute
attached to all the types of a person's name captured within their biography section. This attribute will allow
us to track all the different names women writers published under. While we assume that most writers published under
their standard name and pseudonyms, they may also have used a nickname or their married name, for instance, to
publish material. This attribute works in conjunction with the authorname in the bibliography to link the name a text
was published under with the name of the person.
Type restriction of xs:token
Properties
default WROTEPUBLISHEDASYES
Facets
enumeration WROTEPUBLISHEDASYES
Used by
Element TITLED
Source
<xs:attribute name="WROTEORPUBLISHEDAS" default="WROTEPUBLISHEDASYES">
  <xs:annotation>
    <xs:documentation>WroteOrPublishedAs is an attribute attached to all the types of a person's name captured within their biography section. This attribute will allow us to track all the different names women writers published under. While we assume that most writers published under their standard name and pseudonyms, they may also have used a nickname or their married name, for instance, to publish material. This attribute works in conjunction with the authorname in the bibliography to link the name a text was published under with the name of the person.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="WROTEPUBLISHEDASYES"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute MARRIED / @REG
Namespace No namespace
Annotations
Reg (or
regularization) contains a reading which has been regularized or normalized in some
sense.
Used by
Element MARRIED
Source
<xs:attribute name="REG">
  <xs:annotation>
    <xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute MARRIED / @WROTEORPUBLISHEDAS
Namespace No namespace
Annotations
WroteOrPublishedAs is an attribute
attached to all the types of a person's name captured within their biography section. This attribute will allow
us to track all the different names women writers published under. While we assume that most writers published under
their standard name and pseudonyms, they may also have used a nickname or their married name, for instance, to
publish material. This attribute works in conjunction with the authorname in the bibliography to link the name a text
was published under with the name of the person.
Type restriction of xs:token
Properties
default WROTEPUBLISHEDASYES
Facets
enumeration WROTEPUBLISHEDASYES
Used by
Element MARRIED
Source
<xs:attribute name="WROTEORPUBLISHEDAS" default="WROTEPUBLISHEDASYES">
  <xs:annotation>
    <xs:documentation>WroteOrPublishedAs is an attribute attached to all the types of a person's name captured within their biography section. This attribute will allow us to track all the different names women writers published under. While we assume that most writers published under their standard name and pseudonyms, they may also have used a nickname or their married name, for instance, to publish material. This attribute works in conjunction with the authorname in the bibliography to link the name a text was published under with the name of the person.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="WROTEPUBLISHEDASYES"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute PSEUDONYM / @NAMESIGNIFIER
Namespace No namespace
Annotations
NameSignifier, an attribute attached to the elements
nickname, pseudonym and self-constructed, is used to distinguish the way such names derive their significance. For example,
whether the name signifies a variant of their own name, their geographical location or a name specific to the romance
tradition.
Type restriction of xs:token
Properties
default CRYPTIC
Facets
enumeration CRYPTIC
enumeration LOCAL
enumeration ROMANCE
Used by
Element PSEUDONYM
Source
<xs:attribute name="NAMESIGNIFIER" default="CRYPTIC">
  <xs:annotation>
    <xs:documentation>NameSignifier, an attribute attached to the elements nickname, pseudonym and self-constructed, is used to distinguish the way such names derive their significance. For example, whether the name signifies a variant of their own name, their geographical location or a name specific to the romance tradition.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="CRYPTIC"/>
      <xs:enumeration value="LOCAL"/>
      <xs:enumeration value="ROMANCE"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute PSEUDONYM / @REG
Namespace No namespace
Annotations
Reg (or
regularization) contains a reading which has been regularized or normalized in some
sense.
Used by
Element PSEUDONYM
Source
<xs:attribute name="REG">
  <xs:annotation>
    <xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute PSEUDONYM / @WROTEORPUBLISHEDAS
Namespace No namespace
Annotations
WroteOrPublishedAs is an attribute
attached to all the types of a person's name captured within their biography section. This attribute will allow
us to track all the different names women writers published under. While we assume that most writers published under
their standard name and pseudonyms, they may also have used a nickname or their married name, for instance, to
publish material. This attribute works in conjunction with the authorname in the bibliography to link the name a text
was published under with the name of the person.
Type restriction of xs:token
Properties
default WROTEPUBLISHEDASYES
Facets
enumeration WROTEPUBLISHEDASYES
Used by
Element PSEUDONYM
Source
<xs:attribute name="WROTEORPUBLISHEDAS" default="WROTEPUBLISHEDASYES">
  <xs:annotation>
    <xs:documentation>WroteOrPublishedAs is an attribute attached to all the types of a person's name captured within their biography section. This attribute will allow us to track all the different names women writers published under. While we assume that most writers published under their standard name and pseudonyms, they may also have used a nickname or their married name, for instance, to publish material. This attribute works in conjunction with the authorname in the bibliography to link the name a text was published under with the name of the person.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="WROTEPUBLISHEDASYES"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute INDEXED / @INDEXSOURCE
Namespace No namespace
Annotations
This attribute attached to indexed name, allows us to
distinguish between the Library of Congress' and the British Library's indexed names.
Type restriction of xs:token
Properties
default LC
Facets
enumeration LC
enumeration BL
Used by
Element INDEXED
Source
<xs:attribute name="INDEXSOURCE" default="LC">
  <xs:annotation>
    <xs:documentation>This attribute attached to indexed name, allows us to distinguish between the Library of Congress' and the British Library's indexed names.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="LC"/>
      <xs:enumeration value="BL"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute INDEXED / @REG
Namespace No namespace
Annotations
Reg (or
regularization) contains a reading which has been regularized or normalized in some
sense.
Used by
Element INDEXED
Source
<xs:attribute name="REG">
  <xs:annotation>
    <xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute INDEXED / @WROTEORPUBLISHEDAS
Namespace No namespace
Annotations
WroteOrPublishedAs is an attribute
attached to all the types of a person's name captured within their biography section. This attribute will allow
us to track all the different names women writers published under. While we assume that most writers published under
their standard name and pseudonyms, they may also have used a nickname or their married name, for instance, to
publish material. This attribute works in conjunction with the authorname in the bibliography to link the name a text
was published under with the name of the person.
Type restriction of xs:token
Properties
default WROTEPUBLISHEDASYES
Facets
enumeration WROTEPUBLISHEDASYES
Used by
Element INDEXED
Source
<xs:attribute name="WROTEORPUBLISHEDAS" default="WROTEPUBLISHEDASYES">
  <xs:annotation>
    <xs:documentation>WroteOrPublishedAs is an attribute attached to all the types of a person's name captured within their biography section. This attribute will allow us to track all the different names women writers published under. While we assume that most writers published under their standard name and pseudonyms, they may also have used a nickname or their married name, for instance, to publish material. This attribute works in conjunction with the authorname in the bibliography to link the name a text was published under with the name of the person.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="WROTEPUBLISHEDASYES"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute SELFCONSTRUCTED / @NAMESIGNIFIER
Namespace No namespace
Annotations
NameSignifier, an attribute attached to the elements
nickname, pseudonym and self-constructed, is used to distinguish the way such names derive their significance. For example,
whether the name signifies a variant of their own name, their geographical location or a name specific to the romance
tradition.
Type restriction of xs:token
Properties
default CRYPTIC
Facets
enumeration CRYPTIC
enumeration LOCAL
enumeration ROMANCE
Used by
Element SELFCONSTRUCTED
Source
<xs:attribute name="NAMESIGNIFIER" default="CRYPTIC">
  <xs:annotation>
    <xs:documentation>NameSignifier, an attribute attached to the elements nickname, pseudonym and self-constructed, is used to distinguish the way such names derive their significance. For example, whether the name signifies a variant of their own name, their geographical location or a name specific to the romance tradition.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="CRYPTIC"/>
      <xs:enumeration value="LOCAL"/>
      <xs:enumeration value="ROMANCE"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute SELFCONSTRUCTED / @REG
Namespace No namespace
Annotations
Reg (or
regularization) contains a reading which has been regularized or normalized in some
sense.
Used by
Element SELFCONSTRUCTED
Source
<xs:attribute name="REG">
  <xs:annotation>
    <xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute SELFCONSTRUCTED / @WROTEORPUBLISHEDAS
Namespace No namespace
Annotations
WroteOrPublishedAs is an attribute
attached to all the types of a person's name captured within their biography section. This attribute will allow
us to track all the different names women writers published under. While we assume that most writers published under
their standard name and pseudonyms, they may also have used a nickname or their married name, for instance, to
publish material. This attribute works in conjunction with the authorname in the bibliography to link the name a text
was published under with the name of the person.
Type restriction of xs:token
Properties
default WROTEPUBLISHEDASYES
Facets
enumeration WROTEPUBLISHEDASYES
Used by
Element SELFCONSTRUCTED
Source
<xs:attribute name="WROTEORPUBLISHEDAS" default="WROTEPUBLISHEDASYES">
  <xs:annotation>
    <xs:documentation>WroteOrPublishedAs is an attribute attached to all the types of a person's name captured within their biography section. This attribute will allow us to track all the different names women writers published under. While we assume that most writers published under their standard name and pseudonyms, they may also have used a nickname or their married name, for instance, to publish material. This attribute works in conjunction with the authorname in the bibliography to link the name a text was published under with the name of the person.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="WROTEPUBLISHEDASYES"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute STYLED / @REG
Namespace No namespace
Annotations
Reg (or
regularization) contains a reading which has been regularized or normalized in some
sense.
Used by
Element STYLED
Source
<xs:attribute name="REG">
  <xs:annotation>
    <xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute STYLED / @WROTEORPUBLISHEDAS
Namespace No namespace
Annotations
WroteOrPublishedAs is an attribute
attached to all the types of a person's name captured within their biography section. This attribute will allow
us to track all the different names women writers published under. While we assume that most writers published under
their standard name and pseudonyms, they may also have used a nickname or their married name, for instance, to
publish material. This attribute works in conjunction with the authorname in the bibliography to link the name a text
was published under with the name of the person.
Type restriction of xs:token
Properties
default WROTEPUBLISHEDASYES
Facets
enumeration WROTEPUBLISHEDASYES
Used by
Element STYLED
Source
<xs:attribute name="WROTEORPUBLISHEDAS" default="WROTEPUBLISHEDASYES">
  <xs:annotation>
    <xs:documentation>WroteOrPublishedAs is an attribute attached to all the types of a person's name captured within their biography section. This attribute will allow us to track all the different names women writers published under. While we assume that most writers published under their standard name and pseudonyms, they may also have used a nickname or their married name, for instance, to publish material. This attribute works in conjunction with the authorname in the bibliography to link the name a text was published under with the name of the person.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="WROTEPUBLISHEDASYES"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute GIVEN / @REG
Namespace No namespace
Annotations
Reg (or
regularization) contains a reading which has been regularized or normalized in some
sense.
Used by
Element GIVEN
Source
<xs:attribute name="REG">
  <xs:annotation>
    <xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute SURNAME / @REG
Namespace No namespace
Annotations
Reg (or
regularization) contains a reading which has been regularized or normalized in some
sense.
Used by
Element SURNAME
Source
<xs:attribute name="REG">
  <xs:annotation>
    <xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute NICKNAME / @ID
Namespace No namespace
Type xs:NCName
Properties
content simple
Used by
Element NICKNAME
Source
<xs:attribute name="ID" type="xs:NCName"/>
[ top ]
Attribute NICKNAME / @NAMECONNOTATION
Namespace No namespace
Annotations
NameConnotation is an optional attribute attached to
nickname which distinguishes between nicknames for women writers that were either meant to satirize and abuse or were intended to
honour. For example, Constance Gore-Booth was known in the press by the nickname of "Red Countess" and this nickname
had negative connotations. We hope to help researchers trace the way gender operates to both abuse and honour women writers
through the application of nicknames.
Type restriction of xs:token
Properties
default ABUSIVE
Facets
enumeration ABUSIVE
enumeration HONORIFIC
Used by
Element NICKNAME
Source
<xs:attribute name="NAMECONNOTATION" default="ABUSIVE">
  <xs:annotation>
    <xs:documentation>NameConnotation is an optional attribute attached to nickname which distinguishes between nicknames for women writers that were either meant to satirize and abuse or were intended to honour. For example, Constance Gore-Booth was known in the press by the nickname of "Red Countess" and this nickname had negative connotations. We hope to help researchers trace the way gender operates to both abuse and honour women writers through the application of nicknames.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="ABUSIVE"/>
      <xs:enumeration value="HONORIFIC"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute NICKNAME / @NAMESIGNIFIER
Namespace No namespace
Annotations
NameSignifier, an attribute attached to the elements
nickname, pseudonym and self-constructed, is used to distinguish the way such names derive their significance. For example,
whether the name signifies a variant of their own name, their geographical location or a name specific to the romance
tradition.
Type restriction of xs:token
Properties
default CRYPTIC
Facets
enumeration CRYPTIC
enumeration LOCAL
enumeration ROMANCE
Used by
Element NICKNAME
Source
<xs:attribute name="NAMESIGNIFIER" default="CRYPTIC">
  <xs:annotation>
    <xs:documentation>NameSignifier, an attribute attached to the elements nickname, pseudonym and self-constructed, is used to distinguish the way such names derive their significance. For example, whether the name signifies a variant of their own name, their geographical location or a name specific to the romance tradition.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="CRYPTIC"/>
      <xs:enumeration value="LOCAL"/>
      <xs:enumeration value="ROMANCE"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute NICKNAME / @NAMETYPE
Namespace No namespace
Annotations
NameType, an optional attribute attached to nickname,
distinguishes between familiar nicknames (those her friends and family gave to her) and literary nicknames (names applied to her
in reviews or in public which orginate in her status as a writer).
Type restriction of xs:token
Properties
default LITERARY
Facets
enumeration LITERARY
enumeration FAMILIAR
enumeration OTHER
Used by
Element NICKNAME
Source
<xs:attribute name="NAMETYPE" default="LITERARY">
  <xs:annotation>
    <xs:documentation>NameType, an optional attribute attached to nickname, distinguishes between familiar nicknames (those her friends and family gave to her) and literary nicknames (names applied to her in reviews or in public which orginate in her status as a writer).</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="LITERARY"/>
      <xs:enumeration value="FAMILIAR"/>
      <xs:enumeration value="OTHER"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute NICKNAME / @REG
Namespace No namespace
Annotations
Reg (or
regularization) contains a reading which has been regularized or normalized in some
sense.
Used by
Element NICKNAME
Source
<xs:attribute name="REG">
  <xs:annotation>
    <xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute NICKNAME / @WROTEORPUBLISHEDAS
Namespace No namespace
Annotations
WroteOrPublishedAs is an attribute
attached to all the types of a person's name captured within their biography section. This attribute will allow
us to track all the different names women writers published under. While we assume that most writers published under
their standard name and pseudonyms, they may also have used a nickname or their married name, for instance, to
publish material. This attribute works in conjunction with the authorname in the bibliography to link the name a text
was published under with the name of the person.
Type restriction of xs:token
Properties
default WROTEPUBLISHEDASYES
Facets
enumeration WROTEPUBLISHEDASYES
Used by
Element NICKNAME
Source
<xs:attribute name="WROTEORPUBLISHEDAS" default="WROTEPUBLISHEDASYES">
  <xs:annotation>
    <xs:documentation>WroteOrPublishedAs is an attribute attached to all the types of a person's name captured within their biography section. This attribute will allow us to track all the different names women writers published under. While we assume that most writers published under their standard name and pseudonyms, they may also have used a nickname or their married name, for instance, to publish material. This attribute works in conjunction with the authorname in the bibliography to link the name a text was published under with the name of the person.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="WROTEPUBLISHEDASYES"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute BIRTHNAME / @REG
Namespace No namespace
Annotations
Reg (or
regularization) contains a reading which has been regularized or normalized in some
sense.
Used by
Element BIRTHNAME
Source
<xs:attribute name="REG">
  <xs:annotation>
    <xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute BIRTHNAME / @WROTEORPUBLISHEDAS
Namespace No namespace
Annotations
WroteOrPublishedAs is an attribute
attached to all the types of a person's name captured within their biography section. This attribute will allow
us to track all the different names women writers published under. While we assume that most writers published under
their standard name and pseudonyms, they may also have used a nickname or their married name, for instance, to
publish material. This attribute works in conjunction with the authorname in the bibliography to link the name a text
was published under with the name of the person.
Type restriction of xs:token
Properties
default WROTEPUBLISHEDASYES
Facets
enumeration WROTEPUBLISHEDASYES
Used by
Element BIRTHNAME
Source
<xs:attribute name="WROTEORPUBLISHEDAS" default="WROTEPUBLISHEDASYES">
  <xs:annotation>
    <xs:documentation>WroteOrPublishedAs is an attribute attached to all the types of a person's name captured within their biography section. This attribute will allow us to track all the different names women writers published under. While we assume that most writers published under their standard name and pseudonyms, they may also have used a nickname or their married name, for instance, to publish material. This attribute works in conjunction with the authorname in the bibliography to link the name a text was published under with the name of the person.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="WROTEPUBLISHEDASYES"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute CHILDREN / @NUMBER
Namespace No namespace
Type xs:integer
Properties
content simple
Used by
Element CHILDREN
Source
<xs:attribute name="NUMBER" type="xs:integer"/>
[ top ]
Attribute DEGREE / @REG
Namespace No namespace
Annotations
Reg (or
regularization) contains a reading which has been regularized or normalized in some
sense.
Used by
Element DEGREE
Source
<xs:attribute name="REG">
  <xs:annotation>
    <xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute DEGREE / @STATUS
Namespace No namespace
Annotations
Status is an attribute of the element Degree to record
the status of the degree: completed, incomplete, or in progress.
Type restriction of xs:token
Properties
content simple
Facets
enumeration COMPLETED
enumeration INCOMPLETE
enumeration IN PROGRESS
Used by
Element DEGREE
Source
<xs:attribute name="STATUS">
  <xs:annotation>
    <xs:documentation>Status is an attribute of the element Degree to record the status of the degree: completed, incomplete, or in progress.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="COMPLETED"/>
      <xs:enumeration value="INCOMPLETE"/>
      <xs:enumeration value="IN PROGRESS"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute GRAPHIC / @URL
Namespace No namespace
Annotations
URL (uniform resource locator) specifies the URL from
which the media concerned may be obtained.
Type xs:anyURI
Properties
use required
Used by
Element GRAPHIC
Source
<xs:attribute name="URL" use="required" type="xs:anyURI">
  <xs:annotation>
    <xs:documentation>URL (uniform resource locator) specifies the URL from which the media concerned may be obtained.</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute GENDER / @GENDER
Namespace No namespace
Annotations
This attribute is designed to capture the gender of the subject
it is being applied to.  Gender is a historically constructed and linguistically complex category that can shift over the course of a person's
lifetime, in which case multiple values can be applied to this element. The values associated with this element are meant to capture the most
common forms of gender identity; other terms may be provided in the prose content of the element.  The values are the following: female,
male, transgendered, transgendered male-to-female, transgendered female-to-male, undefined, ungendered, or unknown.
Type list of union of(xs:string, restriction of xs:token, restriction of xs:token, restriction of xs:token, restriction of xs:token, restriction of xs:token, restriction of xs:token, restriction of xs:token, restriction of xs:token)
Properties
content simple
Used by
Element GENDER
Source
<xs:attribute name="GENDER">
  <xs:annotation>
    <xs:documentation>This attribute is designed to capture the gender of the subject it is being applied to. Gender is a historically constructed and linguistically complex category that can shift over the course of a person's lifetime, in which case multiple values can be applied to this element. The values associated with this element are meant to capture the most common forms of gender identity; other terms may be provided in the prose content of the element. The values are the following: female, male, transgendered, transgendered male-to-female, transgendered female-to-male, undefined, ungendered, or unknown.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:list>
      <xs:simpleType>
        <xs:union memberTypes="xs:string">
          <xs:simpleType>
            <xs:restriction base="xs:token">
              <xs:enumeration value="FEMALE"/>
            </xs:restriction>
          </xs:simpleType>
          <xs:simpleType>
            <xs:restriction base="xs:token">
              <xs:enumeration value="MALE"/>
            </xs:restriction>
          </xs:simpleType>
          <xs:simpleType>
            <xs:restriction base="xs:token">
              <xs:enumeration value="TRANSGENDERED"/>
            </xs:restriction>
          </xs:simpleType>
          <xs:simpleType>
            <xs:restriction base="xs:token">
              <xs:enumeration value="TRANSGENDERED FEMALE-TO-MALE"/>
            </xs:restriction>
          </xs:simpleType>
          <xs:simpleType>
            <xs:restriction base="xs:token">
              <xs:enumeration value="TRANSGENDERED MALE-TO-FEMALE"/>
            </xs:restriction>
          </xs:simpleType>
          <xs:simpleType>
            <xs:restriction base="xs:token">
              <xs:enumeration value="UNDEFINED"/>
            </xs:restriction>
          </xs:simpleType>
          <xs:simpleType>
            <xs:restriction base="xs:token">
              <xs:enumeration value="UNGENDERED"/>
            </xs:restriction>
          </xs:simpleType>
          <xs:simpleType>
            <xs:restriction base="xs:token">
              <xs:enumeration value="UNKNOWN"/>
            </xs:restriction>
          </xs:simpleType>
        </xs:union>
      </xs:simpleType>
    </xs:list>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute GENDER / @CURRENTALTERNATIVETERM
Namespace No namespace
Annotations
This attribute allows you to capture changes in
terminology over time. The older name in your prose may not be familiar to your reader nor helpful for indexing purposes and
therefore needs explanation.
Type xs:NCName
Properties
content simple
Used by
Element GENDER
Source
<xs:attribute name="CURRENTALTERNATIVETERM" type="xs:NCName">
  <xs:annotation>
    <xs:documentation>This attribute allows you to capture changes in terminology over time. The older name in your prose may not be familiar to your reader nor helpful for indexing purposes and therefore needs explanation.</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute GENDER / @REG
Namespace No namespace
Annotations
Reg (or
regularization) contains a reading which has been regularized or normalized in some
sense.
Used by
Element GENDER
Source
<xs:attribute name="REG">
  <xs:annotation>
    <xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute GENDER / @SELF-DEFINED
Namespace No namespace
Annotations
Self-defined is an attribute attached to all identity
categories within biography. Its purpose is to distinguish between people who place themselves within an identity category (i.e.,
"Jeannette Winterson identifies as lesbian") and those whom we place in that category though they themselves did not
(i.e., "While she denied being a lesbian, she maintained relationships with women throughout her life"). This attribute
acknowledges the importance of personal, political and historical placements of one's own subject position; it assumes that
identities are not simply labels we assign to other people but shifting categories which we both place ourselves within, and, in
which history places us.
Type restriction of xs:token
Properties
default SELFUNKNOWN
Facets
enumeration SELFYES
enumeration SELFNO
enumeration SELFUNKNOWN
Used by
Element GENDER
Source
<xs:attribute name="SELF-DEFINED" default="SELFUNKNOWN">
  <xs:annotation>
    <xs:documentation>Self-defined is an attribute attached to all identity categories within biography. Its purpose is to distinguish between people who place themselves within an identity category (i.e., "Jeannette Winterson identifies as lesbian") and those whom we place in that category though they themselves did not (i.e., "While she denied being a lesbian, she maintained relationships with women throughout her life"). This attribute acknowledges the importance of personal, political and historical placements of one's own subject position; it assumes that identities are not simply labels we assign to other people but shifting categories which we both place ourselves within, and, in which history places us.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="SELFYES"/>
      <xs:enumeration value="SELFNO"/>
      <xs:enumeration value="SELFUNKNOWN"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute SEXUALIDENTITY / @CURRENTALTERNATIVETERM
Namespace No namespace
Annotations
This attribute allows you to capture changes in
terminology over time. The older name in your prose may not be familiar to your reader nor helpful for indexing purposes and
therefore needs explanation.
Type xs:NCName
Properties
content simple
Used by
Element SEXUALIDENTITY
Source
<xs:attribute name="CURRENTALTERNATIVETERM" type="xs:NCName">
  <xs:annotation>
    <xs:documentation>This attribute allows you to capture changes in terminology over time. The older name in your prose may not be familiar to your reader nor helpful for indexing purposes and therefore needs explanation.</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute SEXUALIDENTITY / @REG
Namespace No namespace
Annotations
Reg (or
regularization) contains a reading which has been regularized or normalized in some
sense.
Used by
Element SEXUALIDENTITY
Source
<xs:attribute name="REG">
  <xs:annotation>
    <xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute SEXUALIDENTITY / @SELF-DEFINED
Namespace No namespace
Annotations
Self-defined is an attribute attached to all identity
categories within biography. Its purpose is to distinguish between people who place themselves within an identity category (i.e.,
"Jeannette Winterson identifies as lesbian") and those whom we place in that category though they themselves did not
(i.e., "While she denied being a lesbian, she maintained relationships with women throughout her life"). This attribute
acknowledges the importance of personal, political and historical placements of one's own subject position; it assumes that
identities are not simply labels we assign to other people but shifting categories which we both place ourselves within, and, in
which history places us.
Type restriction of xs:token
Properties
default SELFUNKNOWN
Facets
enumeration SELFYES
enumeration SELFNO
enumeration SELFUNKNOWN
Used by
Element SEXUALIDENTITY
Source
<xs:attribute name="SELF-DEFINED" default="SELFUNKNOWN">
  <xs:annotation>
    <xs:documentation>Self-defined is an attribute attached to all identity categories within biography. Its purpose is to distinguish between people who place themselves within an identity category (i.e., "Jeannette Winterson identifies as lesbian") and those whom we place in that category though they themselves did not (i.e., "While she denied being a lesbian, she maintained relationships with women throughout her life"). This attribute acknowledges the importance of personal, political and historical placements of one's own subject position; it assumes that identities are not simply labels we assign to other people but shifting categories which we both place ourselves within, and, in which history places us.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="SELFYES"/>
      <xs:enumeration value="SELFNO"/>
      <xs:enumeration value="SELFUNKNOWN"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute RRECOGNITIONNAME / @REG
Namespace No namespace
Annotations
Reg (or
regularization) contains a reading which has been regularized or normalized in some
sense.
Used by
Source
<xs:attribute name="REG">
  <xs:annotation>
    <xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute TTONESTYLE / @EXPERIMENTAL
Namespace No namespace
Used by
Element TTONESTYLE
Source
<xs:attribute name="EXPERIMENTAL"/>
[ top ]
Attribute TTECHNIQUES / @TECHNIQUETYPE
Namespace No namespace
Annotations
TechniqueType is an optional attribute that addresses the
different kinds of literary techniques that an author might use in their work.
Type restriction of xs:token
Properties
content simple
Facets
enumeration DICTION
enumeration VERSIFICATION
enumeration NONSTANDARDENGLISH
enumeration IMAGERY
enumeration AURALEFFECTS
Used by
Element TTECHNIQUES
Source
<xs:attribute name="TECHNIQUETYPE">
  <xs:annotation>
    <xs:documentation>TechniqueType is an optional attribute that addresses the different kinds of literary techniques that an author might use in their work.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="DICTION"/>
      <xs:enumeration value="VERSIFICATION"/>
      <xs:enumeration value="NONSTANDARDENGLISH"/>
      <xs:enumeration value="IMAGERY"/>
      <xs:enumeration value="AURALEFFECTS"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute TSETTINGPLACE / @SETTINGCLASS
Namespace No namespace
Annotations
SettingClass is an optional attribute that specifies the
socio-economic status of a settingPlace.
Type restriction of xs:token
Properties
content simple
Facets
enumeration UPPERCLASS
enumeration WORKINGCLASS
enumeration MIDDLECLASS
enumeration WIDERANGE
Used by
Element TSETTINGPLACE
Source
<xs:attribute name="SETTINGCLASS">
  <xs:annotation>
    <xs:documentation>SettingClass is an optional attribute that specifies the socio-economic status of a settingPlace.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="UPPERCLASS"/>
      <xs:enumeration value="WORKINGCLASS"/>
      <xs:enumeration value="MIDDLECLASS"/>
      <xs:enumeration value="WIDERANGE"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute TSETTINGPLACE / @SETTINGPLACETYPE
Namespace No namespace
Annotations
SettingPlaceType is an optional attribute that specifies the real
or imaginary location of textual events.
Type restriction of xs:token
Properties
content simple
Facets
enumeration FICTIVE
enumeration REAL
enumeration IDENTIFIABLE
Used by
Element TSETTINGPLACE
Source
<xs:attribute name="SETTINGPLACETYPE">
  <xs:annotation>
    <xs:documentation>SettingPlaceType is an optional attribute that specifies the real or imaginary location of textual events.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="FICTIVE"/>
      <xs:enumeration value="REAL"/>
      <xs:enumeration value="IDENTIFIABLE"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute TSETTINGDATE / @SETTINGDATETYPE
Namespace No namespace
Annotations
SettingDateType is an optional attribute that specifies the
historical era of a setting.
Type restriction of xs:token
Properties
content simple
Facets
enumeration PAST
enumeration PRESENT
enumeration FUTURE
enumeration AMBIGUOUS
Used by
Element TSETTINGDATE
Source
<xs:attribute name="SETTINGDATETYPE">
  <xs:annotation>
    <xs:documentation>SettingDateType is an optional attribute that specifies the historical era of a setting.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="PAST"/>
      <xs:enumeration value="PRESENT"/>
      <xs:enumeration value="FUTURE"/>
      <xs:enumeration value="AMBIGUOUS"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute TMOTIF / @MOTIFNAME
Namespace No namespace
Annotations
Atribute on tMotif used to regularize discussions of motifs to
one of the descriptors listed under Motif.
Used by
Element TMOTIF
Source
<xs:attribute name="MOTIFNAME">
  <xs:annotation>
    <xs:documentation>Atribute on tMotif used to regularize discussions of motifs to one of the descriptors listed under Motif.</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute TINTERTEXTUALITY / @GENDEROFAUTHOR
Namespace No namespace
Annotations
genderOfAuthor is an optional attribute modifying the element
tIntertextuality; therefore, it allows you to identify the sex of the author who wrote the intertext. It will prove useful for researching how
women responded to other texts written by male or female authors.
Type restriction of xs:token
Properties
content simple
Facets
enumeration FEMALE
enumeration MALE
Used by
Source
<xs:attribute name="GENDEROFAUTHOR">
  <xs:annotation>
    <xs:documentation>genderOfAuthor is an optional attribute modifying the element tIntertextuality; therefore, it allows you to identify the sex of the author who wrote the intertext. It will prove useful for researching how women responded to other texts written by male or female authors.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="FEMALE"/>
      <xs:enumeration value="MALE"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute TINTERTEXTUALITY / @INTERTEXTTYPE
Namespace No namespace
Annotations
IntertextType is an attribute used to modify the element
tIntertextuality. It allows greater specificity to indicate how an intertext has been used in connection with any one text.
Type restriction of xs:token
Properties
content simple
Facets
enumeration ALLUSIONACKNOWLEDGED
enumeration ALLUSIONUNACKNOWLEDGED
enumeration QUOTATION
enumeration MISQUOTATION
enumeration PARODY
enumeration SATIRE
enumeration IMITATION
enumeration ADAPTATION-UPDATE
enumeration PREQUEL
enumeration CONTINUATION
enumeration ANSWER
Used by
Source
<xs:attribute name="INTERTEXTTYPE">
  <xs:annotation>
    <xs:documentation>IntertextType is an attribute used to modify the element tIntertextuality. It allows greater specificity to indicate how an intertext has been used in connection with any one text.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="ALLUSIONACKNOWLEDGED"/>
      <xs:enumeration value="ALLUSIONUNACKNOWLEDGED"/>
      <xs:enumeration value="QUOTATION"/>
      <xs:enumeration value="MISQUOTATION"/>
      <xs:enumeration value="PARODY"/>
      <xs:enumeration value="SATIRE"/>
      <xs:enumeration value="IMITATION"/>
      <xs:enumeration value="ADAPTATION-UPDATE"/>
      <xs:enumeration value="PREQUEL"/>
      <xs:enumeration value="CONTINUATION"/>
      <xs:enumeration value="ANSWER"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute RESP-attribute / @RESP
Namespace No namespace
Annotations
Resp (or responsibility) contains a three-letter initialism
of an individual who contributed to the production or distribution of a document.
Type restriction of xs:token
Properties
use required
Facets
enumeration IMG
enumeration SRF
enumeration PDC
enumeration KDC
enumeration ANM
enumeration CNM
enumeration KJB
enumeration TJB
enumeration JAH
enumeration MMM
enumeration SSB
enumeration SIB
enumeration MEL
enumeration JKW
enumeration KKC
enumeration PMB
enumeration TTC
enumeration KAH
enumeration JAW
enumeration SMH
enumeration SYS
enumeration HJM
enumeration CEL
enumeration JSC
enumeration PHD
enumeration AHM
enumeration SJW
enumeration JEB
enumeration SLT
enumeration BAA
enumeration CJH
enumeration JDS
enumeration MEB
enumeration NLG
enumeration CLC
enumeration GCG
enumeration KNT
enumeration JEC
enumeration RSC
enumeration SIR
enumeration ECG
enumeration SLB
enumeration CAG
enumeration MKB
enumeration OSM
enumeration DBH
enumeration KGH
enumeration JJD
enumeration DRG
enumeration NCK
enumeration DLK
enumeration AFP
enumeration KLH
enumeration CEE
enumeration TRN
enumeration RJR
enumeration LMS
enumeration JCA
enumeration JES
enumeration JLT
enumeration KGS
enumeration RJB
enumeration DMH
enumeration MAM
enumeration LKD
enumeration ARP
enumeration KDM
enumeration BJA
enumeration SEV
enumeration AJF
enumeration AGH
enumeration RTM
enumeration LM2
enumeration MRS
enumeration KEH
enumeration CLJ
enumeration JCR
enumeration TCD
enumeration EAQ
enumeration DEK
enumeration BHL
enumeration ALR
enumeration SWK
enumeration JLP
enumeration ACF
enumeration JSE
Jana Smith Elford
enumeration MPO
Mariana Paredes-Olea
enumeration KCS
enumeration ARC
enumeration CMW
enumeration AEG
Alexandra Guselle
enumeration AVU
Alison Uttley
enumeration LJH
Lisa Hennigar
enumeration KSN
Kayla Snyder
enumeration EWD
Eric Drebit
enumeration CSK
Caley Skinner
enumeration JBB
Justine Baskey
enumeration PAD
Patricia Demers
enumeration CMD
Cecily Devereux
enumeration CJG
Carole Gerson
enumeration JRW
Janice Williamson
enumeration MCA
Marie Carriere
enumeration AWI
Ann Wilson
enumeration SKR
Sidney Kruth
enumeration DHA
Dorothy Hadfield
enumeration SDU
Scott Duchessne
enumeration PIH
Paul Hjartarson
enumeration GRA
GRA training
enumeration AAC
Aldora Cole
enumeration EMH
Emily Hass
enumeration KGL
Kate Lane-Smith
enumeration AJD
enumeration KFA
enumeration JMA
enumeration CNO
enumeration KSM
enumeration NFS
Nora Foster Stovel
enumeration KME
Karyn Huenemann
enumeration KLM
Katie Louise McCullough
enumeration GLN
Graeme Northcote
enumeration SAH
Susan Hesemeier
enumeration MKD
Michelle Di Cintio
enumeration KMO
Kristine Moruzi
enumeration LSW
Larissa Swayze
enumeration NPA
Nadine Adelaar
enumeration RMB
Rebecca Blain
enumeration JAR
Jessica Rattcliffe
enumeration BJM
Breanna Mroczeck
enumeration DEL
Elena Dergacheva
enumeration MDG
Michelle Gregory
enumeration CTL
Celiese Lypka
enumeration NJK
Nikhil Jayadevan
enumeration EMR
Esther Rosario
enumeration CME
Caitlin Elm
enumeration JSI
John Simpson
enumeration RKK
Ruth Knechtel
enumeration AAR
enumeration AGL
enumeration AHR
enumeration CGB
enumeration CMJ
enumeration DRC
enumeration GKC
enumeration GSF
enumeration JJL
enumeration JLL
enumeration LGG
enumeration MRB
enumeration REE
enumeration RZK
enumeration SDD
enumeration JAM
Jueun Moon
enumeration ATC
Amy Cote
enumeration AKB
Adela Burke
enumeration AJS
Aaron Swanbergson
enumeration DEA
Devin Ayotte
enumeration CCK
Cameron Kroetsch
enumeration OAI
Olga Ivanova
enumeration SJA
Stacey Aspinall
enumeration GRH
Gordon Harper
enumeration MVI
Mihaela Ilovan
enumeration APH
Amanda Hooper
enumeration LMD
Lisa Dublin
enumeration CSM
Chelsea Miya
enumeration MKL
Mahdi Kashani Lotfbadi
enumeration ABC
Anita Cutic
enumeration SLF
Samantha Fitzner
enumeration K_M
Kaarina Mikalson
enumeration DVI
Diana Ivanycheva
enumeration L_A
Leslie Allin
enumeration VMD
Victoria Duncan
enumeration R_J
Robert Jackson
enumeration NCB
Neale Barnholden
enumeration DJW
Daryn Wright
enumeration ADZ
Andrew Zuliani
enumeration LEB
Lindsey Bannister
enumeration SEB
Sarah Bull
enumeration DGL
Duncan Gibson-Lockhart
enumeration TLL
Tasha Longtin
enumeration M2M
Melissa Montanari
enumeration KVA
Kristi Abramoff
enumeration MRM
Miriam Mabrouk
enumeration CMH
Corrinne Harol
enumeration DSN
Dempsey Nobert
Used by
Attribute Group RESP-attribute
Source
<xs:attribute name="RESP" use="required">
  <xs:annotation>
    <xs:documentation>Resp (or responsibility) contains a three-letter initialism of an individual who contributed to the production or distribution of a document.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="IMG"/>
      <xs:enumeration value="SRF"/>
      <xs:enumeration value="PDC"/>
      <xs:enumeration value="KDC"/>
      <xs:enumeration value="ANM"/>
      <xs:enumeration value="CNM"/>
      <xs:enumeration value="KJB"/>
      <xs:enumeration value="TJB"/>
      <xs:enumeration value="JAH"/>
      <xs:enumeration value="MMM"/>
      <xs:enumeration value="SSB"/>
      <xs:enumeration value="SIB"/>
      <xs:enumeration value="MEL"/>
      <xs:enumeration value="JKW"/>
      <xs:enumeration value="KKC"/>
      <xs:enumeration value="PMB"/>
      <xs:enumeration value="TTC"/>
      <xs:enumeration value="KAH"/>
      <xs:enumeration value="JAW"/>
      <xs:enumeration value="SMH"/>
      <xs:enumeration value="SYS"/>
      <xs:enumeration value="HJM"/>
      <xs:enumeration value="CEL"/>
      <xs:enumeration value="JSC"/>
      <xs:enumeration value="PHD"/>
      <xs:enumeration value="AHM"/>
      <xs:enumeration value="SJW"/>
      <xs:enumeration value="JEB"/>
      <xs:enumeration value="SLT"/>
      <xs:enumeration value="BAA"/>
      <xs:enumeration value="CJH"/>
      <xs:enumeration value="JDS"/>
      <xs:enumeration value="MEB"/>
      <xs:enumeration value="NLG"/>
      <xs:enumeration value="CLC"/>
      <xs:enumeration value="GCG"/>
      <xs:enumeration value="KNT"/>
      <xs:enumeration value="JEC"/>
      <xs:enumeration value="RSC"/>
      <xs:enumeration value="SIR"/>
      <xs:enumeration value="ECG"/>
      <xs:enumeration value="SLB"/>
      <xs:enumeration value="CAG"/>
      <xs:enumeration value="MKB"/>
      <xs:enumeration value="OSM"/>
      <xs:enumeration value="DBH"/>
      <xs:enumeration value="KGH"/>
      <xs:enumeration value="JJD"/>
      <xs:enumeration value="DRG"/>
      <xs:enumeration value="NCK"/>
      <xs:enumeration value="DLK"/>
      <xs:enumeration value="AFP"/>
      <xs:enumeration value="KLH"/>
      <xs:enumeration value="CEE"/>
      <xs:enumeration value="TRN"/>
      <xs:enumeration value="RJR"/>
      <xs:enumeration value="LMS"/>
      <xs:enumeration value="JCA"/>
      <xs:enumeration value="JES"/>
      <xs:enumeration value="JLT"/>
      <xs:enumeration value="KGS"/>
      <xs:enumeration value="RJB"/>
      <xs:enumeration value="DMH"/>
      <xs:enumeration value="MAM"/>
      <xs:enumeration value="LKD"/>
      <xs:enumeration value="ARP"/>
      <xs:enumeration value="KDM"/>
      <xs:enumeration value="BJA"/>
      <xs:enumeration value="SEV"/>
      <xs:enumeration value="AJF"/>
      <xs:enumeration value="AGH"/>
      <xs:enumeration value="RTM"/>
      <xs:enumeration value="LM2"/>
      <xs:enumeration value="MRS"/>
      <xs:enumeration value="KEH"/>
      <xs:enumeration value="CLJ"/>
      <xs:enumeration value="JCR"/>
      <xs:enumeration value="TCD"/>
      <xs:enumeration value="EAQ"/>
      <xs:enumeration value="DEK"/>
      <xs:enumeration value="BHL"/>
      <xs:enumeration value="ALR"/>
      <xs:enumeration value="SWK"/>
      <xs:enumeration value="JLP"/>
      <xs:enumeration value="ACF"/>
      <xs:enumeration value="JSE">
        <xs:annotation>
          <xs:documentation>Jana Smith Elford</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="MPO">
        <xs:annotation>
          <xs:documentation>Mariana Paredes-Olea</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="KCS"/>
      <xs:enumeration value="ARC"/>
      <xs:enumeration value="CMW"/>
      <xs:enumeration value="AEG">
        <xs:annotation>
          <xs:documentation>Alexandra Guselle</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="AVU">
        <xs:annotation>
          <xs:documentation>Alison Uttley</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="LJH">
        <xs:annotation>
          <xs:documentation>Lisa Hennigar</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="KSN">
        <xs:annotation>
          <xs:documentation>Kayla Snyder</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="EWD">
        <xs:annotation>
          <xs:documentation>Eric Drebit</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="CSK">
        <xs:annotation>
          <xs:documentation>Caley Skinner</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="JBB">
        <xs:annotation>
          <xs:documentation>Justine Baskey</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="PAD">
        <xs:annotation>
          <xs:documentation>Patricia Demers</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="CMD">
        <xs:annotation>
          <xs:documentation>Cecily Devereux</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="CJG">
        <xs:annotation>
          <xs:documentation>Carole Gerson</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="JRW">
        <xs:annotation>
          <xs:documentation>Janice Williamson</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="MCA">
        <xs:annotation>
          <xs:documentation>Marie Carriere</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="AWI">
        <xs:annotation>
          <xs:documentation>Ann Wilson</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="SKR">
        <xs:annotation>
          <xs:documentation>Sidney Kruth</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="DHA">
        <xs:annotation>
          <xs:documentation>Dorothy Hadfield</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="SDU">
        <xs:annotation>
          <xs:documentation>Scott Duchessne</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="PIH">
        <xs:annotation>
          <xs:documentation>Paul Hjartarson</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="GRA">
        <xs:annotation>
          <xs:documentation>GRA training</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="AAC">
        <xs:annotation>
          <xs:documentation>Aldora Cole</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="EMH">
        <xs:annotation>
          <xs:documentation>Emily Hass</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="KGL">
        <xs:annotation>
          <xs:documentation>Kate Lane-Smith</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="AJD"/>
      <xs:enumeration value="KFA"/>
      <xs:enumeration value="JMA"/>
      <xs:enumeration value="CNO"/>
      <xs:enumeration value="KSM"/>
      <xs:enumeration value="NFS">
        <xs:annotation>
          <xs:documentation>Nora Foster Stovel</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="KME">
        <xs:annotation>
          <xs:documentation>Karyn Huenemann</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="KLM">
        <xs:annotation>
          <xs:documentation>Katie Louise McCullough</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="GLN">
        <xs:annotation>
          <xs:documentation>Graeme Northcote</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="SAH">
        <xs:annotation>
          <xs:documentation>Susan Hesemeier</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="MKD">
        <xs:annotation>
          <xs:documentation>Michelle Di Cintio</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="KMO">
        <xs:annotation>
          <xs:documentation>Kristine Moruzi</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="LSW">
        <xs:annotation>
          <xs:documentation>Larissa Swayze</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="NPA">
        <xs:annotation>
          <xs:documentation>Nadine Adelaar</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="RMB">
        <xs:annotation>
          <xs:documentation>Rebecca Blain</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="JAR">
        <xs:annotation>
          <xs:documentation>Jessica Rattcliffe</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="BJM">
        <xs:annotation>
          <xs:documentation>Breanna Mroczeck</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="DEL">
        <xs:annotation>
          <xs:documentation>Elena Dergacheva</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="MDG">
        <xs:annotation>
          <xs:documentation>Michelle Gregory</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="CTL">
        <xs:annotation>
          <xs:documentation>Celiese Lypka</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="NJK">
        <xs:annotation>
          <xs:documentation>Nikhil Jayadevan</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="EMR">
        <xs:annotation>
          <xs:documentation>Esther Rosario</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="CME">
        <xs:annotation>
          <xs:documentation>Caitlin Elm</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="JSI">
        <xs:annotation>
          <xs:documentation>John Simpson</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="RKK">
        <xs:annotation>
          <xs:documentation>Ruth Knechtel</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="AAR"/>
      <xs:enumeration value="AGL"/>
      <xs:enumeration value="AHR"/>
      <xs:enumeration value="CGB"/>
      <xs:enumeration value="CMJ"/>
      <xs:enumeration value="DRC"/>
      <xs:enumeration value="GKC"/>
      <xs:enumeration value="GSF"/>
      <xs:enumeration value="JJL"/>
      <xs:enumeration value="JLL"/>
      <xs:enumeration value="LGG"/>
      <xs:enumeration value="MRB"/>
      <xs:enumeration value="REE"/>
      <xs:enumeration value="RZK"/>
      <xs:enumeration value="SDD"/>
      <xs:enumeration value="JAM">
        <xs:annotation>
          <xs:documentation>Jueun Moon</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ATC">
        <xs:annotation>
          <xs:documentation>Amy Cote</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="AKB">
        <xs:annotation>
          <xs:documentation>Adela Burke</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="AJS">
        <xs:annotation>
          <xs:documentation>Aaron Swanbergson</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="DEA">
        <xs:annotation>
          <xs:documentation>Devin Ayotte</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="CCK">
        <xs:annotation>
          <xs:documentation>Cameron Kroetsch</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="OAI">
        <xs:annotation>
          <xs:documentation>Olga Ivanova</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="SJA">
        <xs:annotation>
          <xs:documentation>Stacey Aspinall</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="GRH">
        <xs:annotation>
          <xs:documentation>Gordon Harper</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="MVI">
        <xs:annotation>
          <xs:documentation>Mihaela Ilovan</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="APH">
        <xs:annotation>
          <xs:documentation>Amanda Hooper</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="LMD">
        <xs:annotation>
          <xs:documentation>Lisa Dublin</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="CSM">
        <xs:annotation>
          <xs:documentation>Chelsea Miya</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="MKL">
        <xs:annotation>
          <xs:documentation>Mahdi Kashani Lotfbadi</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ABC">
        <xs:annotation>
          <xs:documentation>Anita Cutic</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="SLF">
        <xs:annotation>
          <xs:documentation>Samantha Fitzner</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="K_M">
        <xs:annotation>
          <xs:documentation>Kaarina Mikalson</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="DVI">
        <xs:annotation>
          <xs:documentation>Diana Ivanycheva</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="L_A">
        <xs:annotation>
          <xs:documentation>Leslie Allin</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="VMD">
        <xs:annotation>
          <xs:documentation>Victoria Duncan</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="R_J">
        <xs:annotation>
          <xs:documentation>Robert Jackson</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="NCB">
        <xs:annotation>
          <xs:documentation>Neale Barnholden</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="DJW">
        <xs:annotation>
          <xs:documentation>Daryn Wright</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ADZ">
        <xs:annotation>
          <xs:documentation>Andrew Zuliani</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="LEB">
        <xs:annotation>
          <xs:documentation>Lindsey Bannister</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="SEB">
        <xs:annotation>
          <xs:documentation>Sarah Bull</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="DGL">
        <xs:annotation>
          <xs:documentation>Duncan Gibson-Lockhart</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="TLL">
        <xs:annotation>
          <xs:documentation>Tasha Longtin</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="M2M">
        <xs:annotation>
          <xs:documentation>Melissa Montanari</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="KVA">
        <xs:annotation>
          <xs:documentation>Kristi Abramoff</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="MRM">
        <xs:annotation>
          <xs:documentation>Miriam Mabrouk</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="CMH">
        <xs:annotation>
          <xs:documentation>Corrinne Harol</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="DSN">
        <xs:annotation>
          <xs:documentation>Dempsey Nobert</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute XREF / @URL
Namespace No namespace
Annotations
URL (uniform resource locator) specifies the URL from
which the media concerned may be obtained.
Type xs:anyURI
Properties
use required
Used by
Element XREF
Source
<xs:attribute name="URL" use="required" type="xs:anyURI">
  <xs:annotation>
    <xs:documentation>URL (uniform resource locator) specifies the URL from which the media concerned may be obtained.</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute RPENALTIES / @CENSORSHIP
Namespace No namespace
Annotations
If a book is censored, we consider that action a type of penalty.
This attribute flags when censorship has been one of the penalizing responses to a work.
Type restriction of xs:token
Properties
content simple
Facets
enumeration CENSORSHIPYES
Used by
Element RPENALTIES
Source
<xs:attribute name="CENSORSHIP">
  <xs:annotation>
    <xs:documentation>If a book is censored, we consider that action a type of penalty. This attribute flags when censorship has been one of the penalizing responses to a work.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="CENSORSHIPYES"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute RPENALTIES / @CONTROVERSY
Namespace No namespace
Used by
Element RPENALTIES
Source
<xs:attribute name="CONTROVERSY"/>
[ top ]
Attribute RDESTRUCTIONOFWORK / @DESTROYEDBY
Namespace No namespace
Annotations
This attribute, attached to rDestructionOfWork, allows you to
indicate who destroyed the work.
Type restriction of xs:token
Properties
content simple
Facets
enumeration SELF
enumeration OTHER
Used by
Source
<xs:attribute name="DESTROYEDBY">
  <xs:annotation>
    <xs:documentation>This attribute, attached to rDestructionOfWork, allows you to indicate who destroyed the work.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="SELF"/>
      <xs:enumeration value="OTHER"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute RRESPONSES / @FORMALITY
Namespace No namespace
Annotations
Formality is an attribute attached to rResponses which allows
you to indicate whether a response to a work was formal or informal. "Formal" means that the response was written or otherwise made public;
"informal" refers to those incidents more difficult to define: a hearty slap on the back, rude looks from strangers on buses, a snubbing by her
social set.
Type restriction of xs:token
Properties
content simple
Facets
enumeration FORMAL
enumeration INFORMAL
Used by
Element RRESPONSES
Source
<xs:attribute name="FORMALITY">
  <xs:annotation>
    <xs:documentation>Formality is an attribute attached to rResponses which allows you to indicate whether a response to a work was formal or informal. "Formal" means that the response was written or otherwise made public; "informal" refers to those incidents more difficult to define: a hearty slap on the back, rude looks from strangers on buses, a snubbing by her social set.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="FORMAL"/>
      <xs:enumeration value="INFORMAL"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute RRESPONSES / @GENDEREDRESPONSE
Namespace No namespace
Annotations
This attribute attached to rResponses indicates whether or not
a response to a work was predicated on the writer's gender.
Type restriction of xs:token
Properties
content simple
Facets
enumeration ADFEMINAM
enumeration GENDEREDYES
enumeration GENDEREDNO
Used by
Element RRESPONSES
Source
<xs:attribute name="GENDEREDRESPONSE">
  <xs:annotation>
    <xs:documentation>This attribute attached to rResponses indicates whether or not a response to a work was predicated on the writer's gender.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="ADFEMINAM"/>
      <xs:enumeration value="GENDEREDYES"/>
      <xs:enumeration value="GENDEREDNO"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute RRESPONSES / @RESPONSETYPE
Namespace No namespace
Annotations
ResponseType is an optional attribute that specifies
the historical timing of a response to a written work through its values of "recent," "re-evaluation," or
"initial."
Type restriction of xs:token
Properties
content simple
Facets
enumeration RE-EVALUATION
enumeration RECENT
enumeration INITIAL
Used by
Element RRESPONSES
Source
<xs:attribute name="RESPONSETYPE">
  <xs:annotation>
    <xs:documentation>ResponseType is an optional attribute that specifies the historical timing of a response to a written work through its values of "recent," "re-evaluation," or "initial."</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="RE-EVALUATION"/>
      <xs:enumeration value="RECENT"/>
      <xs:enumeration value="INITIAL"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute PSERIALIZATION / @FORMOFSERIALIZATION
Namespace No namespace
Annotations
This attribute is attached to the element pSerialization and
specifies whether the work appeared in "volumeForm" or "periodicalForm."
Type restriction of xs:token
Properties
content simple
Facets
enumeration VOLUMEFORM
enumeration PERIODICALFORM
Used by
Element PSERIALIZATION
Source
<xs:attribute name="FORMOFSERIALIZATION">
  <xs:annotation>
    <xs:documentation>This attribute is attached to the element pSerialization and specifies whether the work appeared in "volumeForm" or "periodicalForm."</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="VOLUMEFORM"/>
      <xs:enumeration value="PERIODICALFORM"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute PRELATIONSWITHPUBLISHER / @RELATIONSHIPTYPE
Namespace No namespace
Type restriction of xs:token
Properties
content simple
Facets
enumeration PERSONAL
enumeration PROFESSIONAL
Used by
Source
<xs:attribute name="RELATIONSHIPTYPE">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="PERSONAL"/>
      <xs:enumeration value="PROFESSIONAL"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute PNONBOOKMEDIA / @MEDIATYPE
Namespace No namespace
Annotations
The MediaType attribute captures the media type for non-book
meida; possible values include digital, multimedia, oral, and performance.
Type union of(xs:string, restriction of xs:token, restriction of xs:token, restriction of xs:token, restriction of xs:token)
Properties
content simple
Used by
Element PNONBOOKMEDIA
Source
<xs:attribute name="MEDIATYPE">
  <xs:annotation>
    <xs:documentation>The MediaType attribute captures the media type for non-book meida; possible values include digital, multimedia, oral, and performance.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:union memberTypes="xs:string">
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="DIGITAL"/>
        </xs:restriction>
      </xs:simpleType>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="MULTIMEDIA"/>
        </xs:restriction>
      </xs:simpleType>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="ORAL"/>
        </xs:restriction>
      </xs:simpleType>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="PERFORMANCE"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:union>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute PNONSURVIVAL / @TYPEOFNONSURVIVAL
Namespace No namespace
Type restriction of xs:token
Properties
content simple
Facets
enumeration ACCIDENT
enumeration UNKNOWN
Used by
Element PNONSURVIVAL
Source
<xs:attribute name="TYPEOFNONSURVIVAL">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="ACCIDENT"/>
      <xs:enumeration value="UNKNOWN"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute PMOTIVES / @ID
Namespace No namespace
Type xs:NCName
Properties
content simple
Used by
Element PMOTIVES
Source
<xs:attribute name="ID" type="xs:NCName"/>
[ top ]
Attribute PMOTIVES / @MOTIVETYPE
Namespace No namespace
Type restriction of xs:token
Properties
content simple
Facets
enumeration ASCRIBED
enumeration SELF-IDENTIFIED
Used by
Element PMOTIVES
Source
<xs:attribute name="MOTIVETYPE">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="ASCRIBED"/>
      <xs:enumeration value="SELF-IDENTIFIED"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute PMODEOFPUBLICATION / @PUBLICATIONMODE
Namespace No namespace
Annotations
This optional attribute allows you to identify how a text was
published.
Type restriction of xs:token
Properties
content simple
Facets
enumeration SELF-PUBLICATION
enumeration PRIVATELYPRINTED
enumeration LIMITEDEDITION
enumeration PIRATED
enumeration SUBSCRIPTION
Used by
Source
<xs:attribute name="PUBLICATIONMODE">
  <xs:annotation>
    <xs:documentation>This optional attribute allows you to identify how a text was published.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="SELF-PUBLICATION"/>
      <xs:enumeration value="PRIVATELYPRINTED"/>
      <xs:enumeration value="LIMITEDEDITION"/>
      <xs:enumeration value="PIRATED"/>
      <xs:enumeration value="SUBSCRIPTION"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute PMATERIALCONDITIONS / @DISPLACEMENT
Namespace No namespace
Type restriction of xs:token
Properties
content simple
Facets
enumeration DISPLACEMENTYES
Used by
Source
<xs:attribute name="DISPLACEMENT">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="DISPLACEMENTYES"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute PINFLUENCESHER / @INFLUENCETYPE
Namespace No namespace
Annotations
InfluenceType is an attribute affiliated with the element
pInfluencesHer and is used to indicate how someone or something influenced a woman writer.
Type restriction of xs:token
Properties
content simple
Facets
enumeration LITERARY
enumeration INTELLECTUAL
enumeration FAMILIAL
Used by
Element PINFLUENCESHER
Source
<xs:attribute name="INFLUENCETYPE">
  <xs:annotation>
    <xs:documentation>InfluenceType is an attribute affiliated with the element pInfluencesHer and is used to indicate how someone or something influenced a woman writer.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="LITERARY"/>
      <xs:enumeration value="INTELLECTUAL"/>
      <xs:enumeration value="FAMILIAL"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute PCONTRACT / @ID
Namespace No namespace
Type xs:NCName
Properties
content simple
Used by
Element PCONTRACT
Source
<xs:attribute name="ID" type="xs:NCName"/>
[ top ]
Attribute PAUTHORSHIP / @AUTHORNAMETYPE
Namespace No namespace
Annotations
This attribute attached to pAuthorship allows us to distinguish
between different kinds of authorship problems such as anonymous and pseudonymous texts, and texts whose authorship is only alluded
to.
Type restriction of xs:token
Properties
content simple
Facets
enumeration ANONYMOUS
enumeration PSEUDONYMOUS
enumeration ALLUSIVEAUTHORSHIP
Used by
Element PAUTHORSHIP
Source
<xs:attribute name="AUTHORNAMETYPE">
  <xs:annotation>
    <xs:documentation>This attribute attached to pAuthorship allows us to distinguish between different kinds of authorship problems such as anonymous and pseudonymous texts, and texts whose authorship is only alluded to.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="ANONYMOUS"/>
      <xs:enumeration value="PSEUDONYMOUS"/>
      <xs:enumeration value="ALLUSIVEAUTHORSHIP"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute PAUTHORSHIP / @AUTHORSHIPCONTROVERSY
Namespace No namespace
Annotations
This attribute attached to pAuthorship reflects the difficulties
scholars sometimes encounter when trying to identify the authorship of a text.
Type restriction of xs:token
Properties
content simple
Facets
enumeration FORGERY
enumeration SPURIOUS
enumeration MISATTRIBUTION
enumeration DOUBTFUL
Used by
Element PAUTHORSHIP
Source
<xs:attribute name="AUTHORSHIPCONTROVERSY">
  <xs:annotation>
    <xs:documentation>This attribute attached to pAuthorship reflects the difficulties scholars sometimes encounter when trying to identify the authorship of a text.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="FORGERY"/>
      <xs:enumeration value="SPURIOUS"/>
      <xs:enumeration value="MISATTRIBUTION"/>
      <xs:enumeration value="DOUBTFUL"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute PAUTHORSHIP / @COLLABORATION
Namespace No namespace
Annotations
This attribute attached to pAuthorship allows us to distinguish
those texts authored by more than a single author.
Type restriction of xs:token
Properties
content simple
Facets
enumeration COLLABORATIONYES
Used by
Element PAUTHORSHIP
Source
<xs:attribute name="COLLABORATION">
  <xs:annotation>
    <xs:documentation>This attribute attached to pAuthorship allows us to distinguish those texts authored by more than a single author.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="COLLABORATIONYES"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute PAUTHORSHIP / @CONTROVERSYDATE
Namespace No namespace
Annotations
This optional attribute attached to pAuthorship designates the
current standing of a controversy surrounding authorship.
Type restriction of xs:token
Properties
content simple
Facets
enumeration PRESENT
enumeration HISTORICAL
enumeration ONGOING
Used by
Element PAUTHORSHIP
Source
<xs:attribute name="CONTROVERSYDATE">
  <xs:annotation>
    <xs:documentation>This optional attribute attached to pAuthorship designates the current standing of a controversy surrounding authorship.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="PRESENT"/>
      <xs:enumeration value="HISTORICAL"/>
      <xs:enumeration value="ONGOING"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute PROGRAM / @REG
Namespace No namespace
Annotations
Reg (or
regularization) contains a reading which has been regularized or normalized in some
sense.
Used by
Element PROGRAM
Source
<xs:attribute name="REG">
  <xs:annotation>
    <xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute RELIGIOUSNAME / @REG
Namespace No namespace
Annotations
Reg (or
regularization) contains a reading which has been regularized or normalized in some
sense.
Used by
Element RELIGIOUSNAME
Source
<xs:attribute name="REG">
  <xs:annotation>
    <xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute RELIGIOUSNAME / @WROTEORPUBLISHEDAS
Namespace No namespace
Annotations
WroteOrPublishedAs
is an attribute attached to all the types of a person's name captured within their
biography section. This attribute will allow us to track all the different names women
writers published under. While we assume that most writers published under their standard
name and pseudonyms, they may also have used a nickname or their married name, for instance,
to publish material. This attribute works in conjunction with the authorname in the
bibliography to link the name a text was published under with the name of the
person.
Type restriction of xs:token
Properties
default WROTEPUBLISHEDASYES
Facets
enumeration WROTEPUBLISHEDASYES
Used by
Element RELIGIOUSNAME
Source
<xs:attribute name="WROTEORPUBLISHEDAS" default="WROTEPUBLISHEDASYES">
  <xs:annotation>
    <xs:documentation>WroteOrPublishedAs is an attribute attached to all the types of a person's name captured within their biography section. This attribute will allow us to track all the different names women writers published under. While we assume that most writers published under their standard name and pseudonyms, they may also have used a nickname or their married name, for instance, to publish material. This attribute works in conjunction with the authorname in the bibliography to link the name a text was published under with the name of the person.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="WROTEPUBLISHEDASYES"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute ROLE / @ROLE
Namespace No namespace
Annotations
The role attribute designates the role of of an individual.  If the
role is tied to an event, than the role is specific to that individual's role in that particular event.  The list of role values is the MARC Code List for
Relators, a list of terms with their associated codes that designates the relationship between a name and a resource (i.e., roles) in bibliographic
descriptions; the MARC Code List for Relators has been supplemented with values that were developed by the CWRC Research
Board.
Type restriction of xs:token
Properties
use required
Facets
enumeration Acting coach
enumeration Actor [act]
Use for a person or organization who principally exhibits acting
skills in a musical or dramatic presentation or entertainment.
enumeration Adapter [adp]
Use for a person or organization who 1) reworks a musical
composition, usually for a different medium, or 2) rewrites novels or stories for motion pictures or other audiovisual medium.
enumeration Agent
enumeration Analyst [anl]
Use for a person or organization that reviews, examines and
interprets data or information in a specific area.
enumeration Animator [anm]
Use for a person or organization who draws the
two-dimensional figures, manipulates the three dimensional objects and/or also programs the computer to move objects and images for the
purpose of animated film processing. Animation cameras, stands, celluloid screens, transparencies and inks are some of the tools of the
animator.
enumeration Annotator [ann]
Use for a person who writes manuscript annotations on a                              printed item.
enumeration Applicant [app]
Use for a person or organization responsible for the submission
of an application or who is named as eligible for the results of the processing of the application (e.g., bestowing of rights, reward, title,
position).
enumeration Appraiser
kah: in archives context appraisers assess monetary values of
donations
enumeration Architect [arc]
Use for a person or organization who designs structures or
oversees their construction.
enumeration Arranger [arr]
Use for a person or organization who transcribes a musical
composition, usually for a different medium from that of the original; in an arrangement the musical substance remains essentially
unchanged.
enumeration Art copyist [acp]
Use for a person (e.g., a painter or sculptor) who makes copies
of works of visual art.
enumeration Artist [art]
Use for a person (e.g., a painter) or organization who conceives,
and perhaps also implements, an original graphic design or work of art, if specific codes (e.g., [egr], [etr]) are not desired. For book illustrators,
prefer Illustrator [ill].
enumeration Artistic director [ard]
Use for a person responsible for controlling the development of
the artistic style of an entire production, including the choice of works to be presented and selection of senior production staff.
enumeration Assignee [asg]
Use for a person or organization to whom a license for printing
or publishing has been transferred.
enumeration Assistant director
enumeration Associated name [asn]
Use for a person or organization associated with or found in an
item or collection, which cannot be determined to be that of a Former owner [fmo] or other designated relator indicative of
provenance.
enumeration Attributed name [att]
Use for an author, artist, etc., relating him/her to a work for
which there is or once was substantial authority for designating that person as author, creator, etc. of the work.
enumeration Auctioneer [auc]
Use for a person or organization in charge of the estimation and
public auctioning of goods, particularly books, artistic works, etc.
enumeration Author [aut]
Use for a person or organization chiefly responsible for the
intellectual or artistic content of a work, usually printed text. This term may also be used when more than one person or body bears such
responsibility.
enumeration Author in quotations or text extracts [aqt]
Use for a person or organization whose work is largely quoted
or extracted in works to which he or she did not contribute directly. Such quotations are found particularly in exhibition catalogs, collections of
photographs, etc.
enumeration Author of afterword, colophon, etc. [aft]
Use for a person or organization responsible for an afterword,
postface, colophon, etc. but who is not the chief author of a work.
enumeration Author of dialog [aud]
Use for a person or organization responsible for the dialog or
spoken commentary for a screenplay or sound recording.
enumeration Author of introduction, etc. [aui]
Use for a person or organization responsible for an introduction,
preface, foreword, or other critical introductory matter, but who is not the chief author.
enumeration Author of screenplay, etc. [aus]
Use for a person or organization responsible for a motion
picture screenplay, dialog, spoken commentary, etc.
enumeration Bibliographic antecedent [ant]
Use for a person or organization responsible for a work upon
which the work represented by the catalog record is based. This may be appropriate for adaptations, sequels, continuations, indexes,
etc.
enumeration Binder [bnd]
Use for a person or organization responsible for the binding of
printed or manuscript materials.
enumeration Binding designer [bdd]
Use for a person or organization responsible for the binding
design of a book, including the type of binding, the type of materials used, and any decorative aspects of the binding.
enumeration Blurb writer [blw]
Use for the named entity responsible for writing a
commendation or testimonial for a work, which appears on or within the publication itself, frequently on the back or dust jacket of print
publications or on advertising material for all media.
enumeration Book designer [bkd]
Use for a person or organization responsible for the entire
graphic design of a book, including arrangement of type and illustration, choice of materials, and process used.
enumeration Book producer [bkp]
Use for a person or organization responsible for the production
of books and other print media, if specific codes (e.g., [bkd], [egr], [tyd], [prt]) are not desired.
enumeration Bookjacket designer [bjd]
Use for a person or organization responsible for the design of
flexible covers designed for or published with a book, including the type of materials used, and any decorative aspects of the
bookjacket.
enumeration Bookplate designer [bpd]
Use for a person or organization responsible for the design of a
book owner's identification label that is most commonly pasted to the inside front cover of a book.
enumeration Bookseller [bsl]
Use for a person or organization who makes books and other
bibliographic materials available for purchase. Interest in the materials is primarily lucrative.
enumeration Calligrapher [cll]
Use for a person or organization who writes in an artistic hand,
usually as a copyist and or engrosser.
enumeration Cartographer [ctg]
Use for a person or organization responsible for the creation of
maps and other cartographic materials.
enumeration Censor [cns]
Use for a censor, bowdlerizer, expurgator, etc., official or
private.
enumeration Choreographer [chr]
Use for a person or organization who composes or arranges
dances or other movements (e.g., master of swords) for a musical or dramatic presentation or entertainment.
enumeration Cinematographer [cng]
Use for a person or organization who is in charge of the images
captured for a motion picture film. The cinematographer works under the supervision of a director, and may also be referred to as director of
photography. Do not confuse with videographer.
enumeration Client [cli]
Use for a person or organization for whom another person or
organization is acting.
enumeration Clown
enumeration Collaborator [clb]
Use for a person or organization that takes a limited part in the
elaboration of a work of another person or organization that brings complements (e.g., appendices, notes) to the work.
enumeration Collector [col]
Use for a person or organization who has brought together
material from various sources that has been arranged, described, and cataloged as a collection. A collector is neither the creator of the material nor
a person to whom manuscripts in the collection may have been addressed.
enumeration Collotyper [clt]
Use for a person or organization responsible for the production
of photographic prints from film or other colloid that has ink-receptive and ink-repellent surfaces.
enumeration Colorist [clr]
Use for the named entity responsible for applying color to
drawings, prints, photographs, maps, moving images, etc.
enumeration Commentator [cmm]
Use for a person or organization who provides interpretation,
analysis, or a discussion of the subject matter on a recording, motion picture, or other audiovisual medium.
enumeration Commentator for written text [cwt]
Use for a person or organization responsible for the
commentary or explanatory notes about a text. For the writer of manuscript annotations in a printed book, use Annotator
[ann].
enumeration Compiler [com]
Use for a person or organization who produces a work or
publication by selecting and putting together material from the works of various persons or bodies.
enumeration Complainant [cpl]
Use for the party who applies to the courts for redress, usually
in an equity proceeding.
enumeration Complainant-appellant [cpt]
Use for a complainant who takes an appeal from one court or
jurisdiction to another to reverse the judgment, usually in an equity proceeding.
enumeration Complainant-appellee [cpe]
Use for a complainant against whom an appeal is taken from one
court or jurisdiction to another to reverse the judgment, usually in an equity proceeding.
enumeration Composer [cmp]
Use for a person or organization who creates a musical work,
usually a piece of music in manuscript or printed form.
enumeration Compositor [cmt]
Use for a person or organization responsible for the creation of
metal slug, or molds made of other materials, used to produce the text and images in printed matter.
enumeration Conceptor [ccp]
Use for a person or organization responsible for the original idea
on which a work is based, this includes the scientific author of an audio-visual item and the conceptor of an advertisement.
enumeration Conductor [cnd]
Use for a person who directs a performing group (orchestra,
chorus, opera, etc.) in a musical or dramatic presentation or entertainment.
enumeration Conservator [con]
Use for the named entity responsible for documenting,
preserving, or treating printed or manuscript material, works of art, artifacts, or other media.
enumeration Consultant [csl]
Use for a person or organization relevant to a resource, who is
called upon for professional advice or services in a specialized field of knowledge or training.
enumeration Consultant to a project [csp]
Use for a person or organization relevant to a resource, who is
engaged specifically to provide an intellectual overview of a strategic or operational task and by analysis, specification, or instruction, to create or
propose a cost-effective course of action or solution.
enumeration Contestant [cos]
Use for the party who opposes, resists, or disputes, in a court
of law, a claim, decision, result, etc.
enumeration Contestant-appellant [cot]
Use for a contestant who takes an appeal from one court of law
or jurisdiction to another to reverse the judgment.
enumeration Contestant-appellee [coe]
Use for a contestant against whom an appeal is taken from one
court of law or jurisdiction to another to reverse the judgment.
enumeration Contestee [cts]
Use for the party defending a claim, decision, result, etc. being
opposed, resisted, or disputed in a court of law.
enumeration Contestee-appellant [ctt]
Use for a contestee who takes an appeal from one court or
jurisdiction to another to reverse the judgment.
enumeration Contestee-appellee [cte]
Use for a contestee against whom an appeal is taken from one
court or jurisdiction to another to reverse the judgment.
enumeration Contractor [ctr]
Use for a person or organization relevant to a resource, who
enters into a contract with another person or organization to perform a specific task.
enumeration Contributor [ctb]
Use for a person or organization one whose work has been
contributed to a larger work, such as an anthology, serial publication, or other compilation of individual works. Do not use if the sole function in
relation to a work is as author, editor, compiler or translator.
enumeration Copyright claimant [cpc]
Use for a person or organization listed as a copyright owner at
the time of registration. Copyright can be granted or later transferred to another person or organization, at which time the claimant becomes the
copyright holder.
enumeration Copyright holder [cph]
Use for a person or organization to whom copy and legal rights
have been granted or transferred for the intellectual content of a work. The copyright holder, although not necessarily the creator of the work,
usually has the exclusive right to benefit financially from the sale and use of the work to which the associated copyright protection
applies.
enumeration Corrector [crr]
Use for a person or organization who is a corrector of
manuscripts, such as the scriptorium official who corrected the work of a scribe. For printed matter, use Proofreader.
enumeration Correspondent [crp]
Use for a person or organization who was either the writer or
recipient of a letter or other communication.
enumeration Costume designer [cst]
Use for a person or organization who designs or makes
costumes, fixes hair, etc., for a musical or dramatic presentation or entertainment.
enumeration Cover designer [cov]
Use for a person or organization responsible for the graphic
design of a book cover, album cover, slipcase, box, container, etc. For a person or organization responsible for the graphic design of an entire
book, use Book designer; for book jackets, use Bookjacket designer.
enumeration Creator [cre]
Use for a person or organization responsible for the intellectual
or artistic content of a work.
enumeration Crew
enumeration Curator of an exhibition [cur]
Use for a person or organization responsible for conceiving and
organizing an exhibition.
enumeration Dancer [dnc]
Use for a person or organization who principally exhibits dancing
skills in a musical or dramatic presentation or entertainment.
enumeration Data contributor [dtc]
Use for a person or organization that submits data for inclusion
in a database or other collection of data.
enumeration Data manager [dtm]
Use for a person or organization responsible for managing
databases or other data sources.
enumeration Dedicatee [dte]
Use for a person or organization to whom a book, manuscript,
etc., is dedicated (not the recipient of a gift).
enumeration Dedicator [dto]
Use for the author of a dedication, which may be a formal
statement or in epistolary or verse form.
enumeration Defendant [dfd]
Use for the party defending or denying allegations made in a
suit and against whom relief or recovery is sought in the courts, usually in a legal action.
enumeration Defendant-appellant [dft]
Use for a defendant who takes an appeal from one court or
jurisdiction to another to reverse the judgment, usually in a legal action.
enumeration Defendant-appellee [dfe]
Use for a defendant against whom an appeal is taken from one
court or jurisdiction to another to reverse the judgment, usually in a legal action.
enumeration Degree grantor [dgg]
Use for the organization granting a degree for which the thesis
or issertation described was presented.
enumeration Delineator [dln]
Use for a person or organization executing technical drawings
from others' designs.
enumeration Depicted [dpc]
Use for an entity depicted or portrayed in a work, particularly in
a work of art.
enumeration Depositor [dpt]
Use for a person or organization placing material in the physical
custody of a library or repository without transferring the legal title.
enumeration Designer [dsr]
Use for a person or organization responsible for the design if
more specific codes (e.g., [bkd], [tyd]) are not desired.
enumeration Director [drt]
Use for a person or organization who is responsible for the
general management of a work or who supervises the production of a performance for stage, screen, or sound recording.
enumeration Dissertant [dis]
Use for a person who presents a thesis for a university or
higher-level educational degree.
enumeration Distribution place [dbp]
Use for the name of a place from which a resource, e.g., a
serial, is distributed.
enumeration Distributor [dst]
Use for a person or organization that has exclusive or shared
marketing rights for an item.
enumeration Donor [dnr]
Use for a person or organization who is the donor of a book,
manuscript, etc., to its present owner. Donors to previous owners are designated as Former owner [fmo] or Inscriber [ins].
enumeration Draftsman [drm]
Use for a person or organization who prepares artistic or
technical drawings.
enumeration Dramaturge
enumeration Dubious author [dub]
Use for a person or organization to which authorship has been
dubiously or incorrectly ascribed.
enumeration Editor [edt]
Use for a person or organization who prepares for publication a
work not primarily his/her own, such as by elucidating text, adding introductory or other critical matter, or technically directing an editorial
staff.
enumeration Electrician [elg]
Use for a person responsible for setting up a lighting rig and
focusing the lights for a production, and running the lighting at a performance.
enumeration Electrotyper [elt]
Use for a person or organization who creates a duplicate
printing surface by pressure molding and electrodepositing of metal that is then backed up with lead for printing.
enumeration Engineer [eng]
Use for a person or organization that is responsible for technical
planning and design, particularly with construction.
enumeration Engraver [egr]
Use for a person or organization who cuts letters, figures, etc.
on a surface, such as a wooden or metal plate, for printing.
enumeration Etcher [etr]
Use for a person or organization who produces text or images
for printing by subjecting metal, glass, or some other surface to acid or the corrosive action of some other substance.
enumeration Event place [evp]
Use for the name of the place where an event such as a
conference or a concert took place.
enumeration Expert [exp]
Use for a person or organization in charge of the description
and appraisal of the value of goods, particularly rare items, works of art, etc.
enumeration Facsimilist [fac]
Use for a person or organization that executed the
facsimile.
enumeration Field director [fld]
Use for a person or organization that manages or supervises
the work done to collect raw data or do research in an actual setting or environment (typically applies to the natural and social
sciences).
enumeration Film editor [flm]
Use for a person or organization who is an editor of a motion
picture film. This term is used regardless of the medium upon which the motion picture is produced or manufactured (e.g., acetate film, video
tape).
enumeration Filmmaker
enumeration First party [fpy]
Use for a person or organization who is identified as the only
party or the party of the first part. In the case of transfer of right, this is the assignor, transferor, licensor, grantor, etc. Multiple parties can be
named jointly as the first party
enumeration Forger [frg]
Use for a person or organization who makes or imitates
something of value or importance, especially with the intent to defraud.
enumeration Former owner [fmo]
Use for a person or organization who owned an item at any time
in the past. Includes those to whom the material was once presented. A person or organization giving the item to the present owner is designated
as Donor [dnr]
enumeration Funder [fnd]
Use for a person or organization that furnished financial support
for the production of the work.
enumeration Geographic information specialist [gis]
Use for a person responsible for geographic information system
(GIS) development and integration with global positioning system data.
enumeration Ghostwriter
enumeration Honoree [hnr]
Use for a person or organization in memory or honor of whom a
book, manuscript, etc. is donated.
enumeration Host [hst]
Use for a person who is invited or regularly leads a program
(often broadcast) that includes other guests, performers, etc. (e.g., talk show host).
enumeration Illuminator [ilu]
Use for a person or organization responsible for the decoration
of a work (especially manuscript material) with precious metals or color, usually with elaborate designs and motifs.
enumeration Illustrator [ill]
Use for a person or organization who conceives, and perhaps
also implements, a design or illustration, usually to accompany a written text.
enumeration Inscriber [ins]
Use for a person who signs a presentation
statement.
enumeration Instrumentalist [itr]
Use for a person or organization who principally plays an
instrument in a musical or dramatic presentation or entertainment.
enumeration Interviewee [ive]
Use for a person or organization who is interviewed at a
consultation or meeting, usually by a reporter, pollster, or some other information gathering agent.
enumeration Interviewer [ivr]
Use for a person or organization who acts as a reporter,
pollster, or other information gathering agent in a consultation or meeting involving one or more individuals.
enumeration Inventor [inv]
Use for a person or organization who first produces a particular
useful item, or develops a new process for obtaining a known item or result.
enumeration Laboratory [lbr]
Use for an institution that provides scientific analyses of material
samples.
enumeration Laboratory director [ldr]
Use for a person or organization that manages or supervises
work done in a controlled setting or environment.
enumeration Landscape architect [lsa]
Use for a person or organization whose work involves
coordinating the arrangement of existing and proposed land features and structures.
enumeration Lead [led]
Use to indicate that a person or organization takes primary
responsibility for a particular activity or endeavor. Use with another relator term or code to show the greater importance this person or
organization has regarding that particular role. If more than one relator is assigned to a heading, use the Lead relator only if it applies to all the
relators.
enumeration Lender [len]
Use for a person or organization permitting the temporary use
of a book, manuscript, etc., such as for photocopying or microfilming.
enumeration Libelant [lil]
Use for the party who files a libel in an ecclesiastical or admiralty
case.
enumeration Libelant-appellant [lit]
Use for a libelant who takes an appeal from one ecclesiastical
court or admiralty to another to reverse the judgment.
enumeration Libelant-appellee [lie]
Use for a libelant against whom an appeal is taken from one
ecclesiastical court or admiralty to another to reverse the judgment.
enumeration Libelee [lel]
Use for a party against whom a libel has been filed in an
ecclesiastical court or admiralty.
enumeration Libelee-appellant [let]
Use for a libelee who takes an appeal from one ecclesiastical
court or admiralty to another to reverse the judgment.
enumeration Libelee-appellee [lee]
Use for a libelee against whom an appeal is taken from one
ecclesiastical court or admiralty to another to reverse the judgment.
enumeration Librettist [lbt]
Use for a person or organization who is a writer of the text of
an opera, oratorio, etc.
enumeration Licensee [lse]
Use for a person or organization who is an original recipient of
the right to print or publish.
enumeration Licensor [lso]
Use for person or organization who is a signer of the license,
imprimatur, etc.
enumeration Lighting designer [lgd]
Use for a person or organization who designs the lighting
scheme for a theatrical presentation, entertainment, motion picture, etc.
enumeration Lithographer [ltg]
Use for a person or organization who prepares the stone or
plate for lithographic printing, including a graphic artist creating a design directly on the surface from which printing will be
done.
enumeration Lyricist [lyr]
Use for a person or organization who is a writer of the text of a
song.
enumeration Manufacture place [mfp]
Use for the name of the place of manufacture (e.g., printing,
duplicating, casting, etc.) of a resource in a published form.
enumeration Manufacturer [mfr]
Use for a person or organization that makes an artifactual work
(an object made or modified by one or more persons). Examples of artifactual works include vases, cannons or pieces of
furniture.
enumeration Marbler [mrb]
Use for the named entity responsible for marbling paper, cloth,
leather, etc. used in construction of a resource.
enumeration Markup editor [mrk]
Use for a person or organization performing the coding of
SGML, HTML, or XML markup of metadata, text, etc.
enumeration Mask designer
enumeration Metadata contact [mdc]
Use for a person or organization primarily responsible for
compiling and maintaining the original description of a metadata set (e.g., geospatial metadata set).
enumeration Metal-engraver [mte]
Use for a person or organization responsible for decorations,
illustrations, letters, etc. cut on a metal surface for printing or decoration.
enumeration Moderator [mod]
Use for a person who leads a program (often broadcast) where
topics are discussed, usually with participation of experts in fields related to the discussion.
enumeration Monitor [mon]
Use for a person or organization that supervises compliance
with the contract and is responsible for the report and controls its distribution. Sometimes referred to as the grantee, or controlling
agency.
enumeration Music copyist [mcp]
Use for a person who transcribes or copies musical
notation
enumeration Musical director [msd]
Use for a person responsible for basic music decisions about a
production, including coordinating the work of the composer, the sound editor, and sound mixers, selecting musicians, and organizing and/or
conducting sound for rehearsals and performances.
enumeration Musician [mus]
Use for a person or organization who performs music or
contributes to the musical content of a work when it is not possible or desirable to identify the function more precisely.
enumeration Narrator [nrt]
Use for a person who is a speaker relating the particulars of an
act, occurrence, or course of events.
enumeration Opponent [opn]
Use for a person or organization responsible for opposing a
thesis or dissertation.
enumeration Organizer of meeting [orm]
Use for a person or organization responsible for organizing a
meeting for which an item is the report or proceedings.
enumeration Originator [org]
Use for a person or organization performing the work, i.e., the
name of a person or organization associated with the intellectual content of the work. This category does not include the publisher or personal
affiliation, or sponsor except where it is also the corporate author.
enumeration Other [oth]
Use for relator codes from other lists which have no equivalent
in the MARC list or for terms which have not been assigned a code.
enumeration Owner [own]
Use for a person or organization that currently owns an item or
collection.
enumeration Papermaker [ppm]
Use for a person or organization responsible for the production
of paper, usually from wood, cloth, or other fibrous material.
enumeration Patent applicant [pta]
Use for a person or organization that applied for a
patent.
enumeration Patent holder [pth]
Use for a person or organization that was granted the patent
referred to by the item.
enumeration Patron [pat]
Use for a person or organization responsible for commissioning
a work. Usually a patron uses his or her means or influence to support the work of artists, writers, etc. This includes those who commission and
pay for individual works.
enumeration Performance artist
enumeration Performer [prf]
Use for a person or organization who exhibits musical or acting
skills in a musical or dramatic presentation or entertainment, if specific codes for those functions ([act], [dnc], [itr], [voc], etc.) are not used. If
specific codes are used, [prf] is used for a person whose principal skill is not known or specified.
enumeration Permitting agency [pma]
Use for an authority (usually a government agency) that issues
permits under which work is accomplished.
enumeration Photographer [pht]
Use for a person or organization responsible for taking
photographs, whether they are used in their original form or as reproductions.
enumeration Plaintiff [ptf]
Use for the party who complains or sues in court in a personal
action, usually in a legal proceeding.
enumeration Plaintiff-appellant [ptt]
Use for a plaintiff who takes an appeal from one court or
jurisdiction to another to reverse the judgment, usually in a legal proceeding.
enumeration Plaintiff-appellee [pte]
Use for a plaintiff against whom an appeal is taken from one
court or jurisdiction to another to reverse the judgment, usually in a legal proceeding.
enumeration Platemaker [plt]
Use for a person or organization responsible for the production
of plates, usually for the production of printed images and/or text.
enumeration Playwright
enumeration Printer [prt]
Use for a person or organization who prints texts, whether from
type or plates.
enumeration Printer of plates [pop]
Use for a person or organization who prints illustrations from
plates.
enumeration Printmaker [prm]
Use for a person or organization who makes a relief, intaglio, or
planographic printing surface.
enumeration Process contact [prc]
Use for a person or organization primarily responsible for
performing or initiating a process, such as is done with the collection of metadata sets.
enumeration Producer [pro]
Use for a person or organization responsible for the making of a
motion picture, including business aspects, management of the productions, and the commercial success of the work.
enumeration Production manager [pmn]
Use for a person responsible for all technical and business
matters in a production.
enumeration Production personnel [prd]
Use for a person or organization associated with the production
(props, lighting, special effects, etc.) of a musical or dramatic presentation or entertainment.
enumeration Production place [prp]
Use for the name of the place of production (e.g., inscription,
fabrication, construction, etc.) of a resource in an unpublished form.
enumeration Programmer [prg]
Use for a person or organization responsible for the creation
and/or maintenance of computer program design documents, source code, and machine-executable digital files and supporting
documentation.
enumeration Project director [pdr]
Use for a person or organization with primary responsibility for
all essential aspects of a project, or that manages a very large project that demands senior level responsibility, or that has overall responsibility for
managing projects, or provides overall direction to a project manager.
enumeration Projection designer
enumeration Proofreader [pfr]
Use for a person who corrects printed matter. For manuscripts,
use Corrector [crr].
enumeration Publication place [pup]
Use for the name of the place where a resource is
published.
enumeration Publisher [pbl]
Use for a person or organization that makes printed matter,
often text, but also printed music, artwork, etc. available to the public.
enumeration Publishing director [pbd]
Use for a person or organization who presides over the
elaboration of a collective work to ensure its coherence or continuity. This includes editors-in-chief, literary editors, editors of series,
etc.
enumeration Puppeteer [ppt]
Use for a person or organization who manipulates, controls, or
directs puppets or marionettes in a musical or dramatic presentation or entertainment.
enumeration Recipient [rcp]
Use for a person or organization to whom correspondence is
addressed.
enumeration Recording engineer [rce]
Use for a person or organization who supervises the technical
aspects of a sound or video recording session.
enumeration Redactor [red]
Use for a person or organization who writes or develops the
framework for an item without being intellectually responsible for its content.
enumeration Renderer [ren]
Use for a person or organization who prepares drawings of
architectural designs (i.e., renderings) in accurate, representational perspective to show what the project will look like when
completed.
enumeration Reporter [rpt]
Use for a person or organization who writes or presents reports
of news or current events on air or in print.
enumeration Repository [rps]
Use for an agency that hosts data or material culture objects
and provides services to promote long term, consistent and shared use of those data or objects.
enumeration Research team head [rth]
Use for a person who directed or managed a research
project.
enumeration Research team member [rtm]
Use for a person who participated in a research project but
whose role did not involve direction or management of it.
enumeration Researcher [res]
Use for a person or organization responsible for performing
research.
enumeration Respondent [rsp]
Use for the party who makes an answer to the courts pursuant
to an application for redress, usually in an equity proceeding.
enumeration Respondent-appellant [rst]
Use for a respondent who takes an appeal from one court or
jurisdiction to another to reverse the judgment, usually in an equity proceeding.
enumeration Respondent-appellee [rse]
Use for a respondent against whom an appeal is taken from one
court or jurisdiction to another to reverse the judgment, usually in an equity proceeding.
enumeration Responsible party [rpy]
Use for a person or organization legally responsible for the
content of the published material.
enumeration Restager [rsg]
Use for a person or organization, other than the original
choreographer or director, responsible for restaging a choreographic or dramatic work and who contributes minimal new
content.
enumeration Reviewer [rev]
Use for a person or organization responsible for the review of a
book, motion picture, performance, etc.
enumeration Rubricator [rbr]
Use for a person or organization responsible for parts of a
work, often headings or opening parts of a manuscript, that appear in a distinctive color, usually red.
enumeration Scenarist [sce]
Use for a person or organization who is the author of a motion
picture screenplay.
enumeration Scientific advisor [sad]
Use for a person or organization who brings scientific,
pedagogical, or historical competence to the conception and realization on a work, particularly in the case of audio-visual items.
enumeration Scribe [scr]
Use for a person who is an amanuensis and for a writer of
manuscripts proper. For a person who makes pen-facsimiles, use Facsimilist [fac].
enumeration Sculptor [scl]
Use for a person or organization who models or carves figures
that are three-dimensional representations.
enumeration Second party [spy]
Use for a person or organization who is identified as the party
of the second part. In the case of transfer of right, this is the assignee, transferee, licensee, grantee, etc. Multiple parties can be named jointly as
the second party.
enumeration Secretary [sec]
Use for a person or organization who is a recorder, redactor, or
other person responsible for expressing the views of a organization.
enumeration Set designer [std]
Use for a person or organization who translates the rough
sketches of the art director into actual architectural structures for a theatrical presentation, entertainment, motion picture, etc. Set designers draw
the detailed guides and specifications for building the set.
enumeration Signer [sgn]
Use for a person whose signature appears without a
presentation or other statement indicative of provenance. When there is a presentation statement, use Inscriber [ins].
enumeration Singer [sng]
Use for a person or organization who uses his/her/their voice
with or without instrumental accompaniment to produce music. A performance may or may not include actual words.
enumeration Sound designer [sds]
Use for a person who produces and reproduces the sound score
(both live and recorded), the installation of microphones, the setting of sound levels, and the coordination of sources of sound for a
production.
enumeration Speaker [spk]
Use for a person who participates in a program (often
broadcast) and makes a formalized contribution or presentation generally prepared in advance.
enumeration Special effects designer
enumeration Sponsor [spn]
Use for a person or organization that issued a contract or under
the auspices of which a work has been written, printed, published, etc.
enumeration Stage crew
enumeration Stage manager [stm]
Use for a person who is in charge of everything that occurs on a
performance stage, and who acts as chief of all crews and assistant to a director during rehearsals.
enumeration Standards body [stn]
Use for an organization responsible for the development or
enforcement of a standard.
enumeration Stereotyper [str]
Use for a person or organization who creates a new plate for
printing by molding or copying another printing surface.
enumeration Storyteller [stl]
Use for a person relaying a story with creative and/or theatrical
interpretation.
enumeration Supporting host [sht]
Use for a person or organization that supports (by allocating
facilities, staff, or other resources) a project, program, meeting, event, data objects, material culture objects, or other entities capable of
support.
enumeration Surveyor [srv]
Use for a person or organization who does measurements of
tracts of land, etc. to determine location, forms, and boundaries.
enumeration Teacher [tch]
Use for a person who, in the context of a resource, gives
instruction in an intellectual subject or demonstrates while teaching physical skills.
enumeration Technical director [tcd]
Use for a person who is ultimately in charge of scenery, props,
lights and sound for a production.
enumeration Thesis advisor [ths]
Use for a person under whose supervision a degree candidate
develops and presents a thesis, mémoire, or text of a dissertation.
enumeration Transcriber [trc]
Use for a person who prepares a handwritten or typewritten
copy from original material, including from dictated or orally recorded material. For makers of pen-facsimiles, use Facsimilist
[fac].
enumeration Translator [trl]
Use for a person or organization who renders a text from one
language into another, or from an older form of a language into the modern form.
enumeration Type designer [tyd]
Use for a person or organization who designed the type face
used in a particular item.
enumeration Typographer [tyg]
Use for a person or organization primarily responsible for choice
and arrangement of type used in an item. If the typographer is also responsible for other aspects of the graphic design of a book (e.g., Book
designer [bkd]), codes for both functions may be needed.
enumeration UFPerformer of research
enumeration UFPlates, Printer of
enumeration Understudy
enumeration University place [uvp]
Use for the name of a place where a university that is associated
with a resource is located, for example, a university where an academic dissertation or thesis was presented.
enumeration USE Expert
enumeration Videographer [vdg]
Use for a person or organization in charge of a video
production, e.g. the video recording of a stage production as opposed to a commercial motion picture. The videographer may be the camera
operator or may supervise one or more camera operators. Do not confuse with cinematographer.
enumeration Vocalist [voc]
Use for a person or organization who principally exhibits singing
skills in a musical or dramatic presentation or entertainment.
enumeration Witness [wit]
Use for a person who verifies the truthfulness of an event or
action.
enumeration Wood-engraver [wde]
Use for a person or organization who makes prints by cutting
the image in relief on the end-grain of a wood block.
enumeration Woodcutter [wdc]
Use for a person or organization who makes prints by cutting
the image in relief on the plank side of a wood block.
enumeration Writer of accompanying material [wam]
Use for a person or organization who writes significant material
which accompanies a sound recording or other audiovisual material.
Used by
Element ROLE
Source
<xs:attribute name="ROLE" use="required">
  <xs:annotation>
    <xs:documentation>The role attribute designates the role of of an individual. If the role is tied to an event, than the role is specific to that individual's role in that particular event. The list of role values is the MARC Code List for Relators, a list of terms with their associated codes that designates the relationship between a name and a resource (i.e., roles) in bibliographic descriptions; the MARC Code List for Relators has been supplemented with values that were developed by the CWRC Research Board.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="Acting coach"/>
      <xs:enumeration value="Actor [act]">
        <xs:annotation>
          <xs:documentation>Use for a person or organization who principally exhibits acting skills in a musical or dramatic presentation or entertainment.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Adapter [adp]">
        <xs:annotation>
          <xs:documentation>Use for a person or organization who 1) reworks a musical composition, usually for a different medium, or 2) rewrites novels or stories for motion pictures or other audiovisual medium.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Agent"/>
      <xs:enumeration value="Analyst [anl]">
        <xs:annotation>
          <xs:documentation>Use for a person or organization that reviews, examines and interprets data or information in a specific area.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Animator [anm]">
        <xs:annotation>
          <xs:documentation>Use for a person or organization who draws the two-dimensional figures, manipulates the three dimensional objects and/or also programs the computer to move objects and images for the purpose of animated film processing. Animation cameras, stands, celluloid screens, transparencies and inks are some of the tools of the animator.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Annotator [ann]">
        <xs:annotation>
          <xs:documentation>Use for a person who writes manuscript annotations on a printed item.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Applicant [app]">
        <xs:annotation>
          <xs:documentation>Use for a person or organization responsible for the submission of an application or who is named as eligible for the results of the processing of the application (e.g., bestowing of rights, reward, title, position).</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Appraiser">
        <xs:annotation>
          <xs:documentation>kah: in archives context appraisers assess monetary values of donations</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Architect [arc]">
        <xs:annotation>
          <xs:documentation>Use for a person or organization who designs structures or oversees their construction.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Arranger [arr]">
        <xs:annotation>
          <xs:documentation>Use for a person or organization who transcribes a musical composition, usually for a different medium from that of the original; in an arrangement the musical substance remains essentially unchanged.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Art copyist [acp]">
        <xs:annotation>
          <xs:documentation>Use for a person (e.g., a painter or sculptor) who makes copies of works of visual art.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Artist [art]">
        <xs:annotation>
          <xs:documentation>Use for a person (e.g., a painter) or organization who conceives, and perhaps also implements, an original graphic design or work of art, if specific codes (e.g., [egr], [etr]) are not desired. For book illustrators, prefer Illustrator [ill].</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Artistic director [ard]">
        <xs:annotation>
          <xs:documentation>Use for a person responsible for controlling the development of the artistic style of an entire production, including the choice of works to be presented and selection of senior production staff.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Assignee [asg]">
        <xs:annotation>
          <xs:documentation>Use for a person or organization to whom a license for printing or publishing has been transferred.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Assistant director"/>
      <xs:enumeration value="Associated name [asn]">
        <xs:annotation>
          <xs:documentation>Use for a person or organization associated with or found in an item or collection, which cannot be determined to be that of a Former owner [fmo] or other designated relator indicative of provenance.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Attributed name [att]">
        <xs:annotation>
          <xs:documentation>Use for an author, artist, etc., relating him/her to a work for which there is or once was substantial authority for designating that person as author, creator, etc. of the work.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Auctioneer [auc]">
        <xs:annotation>
          <xs:documentation>Use for a person or organization in charge of the estimation and public auctioning of goods, particularly books, artistic works, etc.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Author [aut]">
        <xs:annotation>
          <xs:documentation>Use for a person or organization chiefly responsible for the intellectual or artistic content of a work, usually printed text. This term may also be used when more than one person or body bears such responsibility.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Author in quotations or text extracts [aqt]">
        <xs:annotation>
          <xs:documentation>Use for a person or organization whose work is largely quoted or extracted in works to which he or she did not contribute directly. Such quotations are found particularly in exhibition catalogs, collections of photographs, etc.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Author of afterword, colophon, etc. [aft]">
        <xs:annotation>
          <xs:documentation>Use for a person or organization responsible for an afterword, postface, colophon, etc. but who is not the chief author of a work.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Author of dialog [aud]">
        <xs:annotation>
          <xs:documentation>Use for a person or organization responsible for the dialog or spoken commentary for a screenplay or sound recording.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Author of introduction, etc. [aui]">
        <xs:annotation>
          <xs:documentation>Use for a person or organization responsible for an introduction, preface, foreword, or other critical introductory matter, but who is not the chief author.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Author of screenplay, etc. [aus]">
        <xs:annotation>
          <xs:documentation>Use for a person or organization responsible for a motion picture screenplay, dialog, spoken commentary, etc.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Bibliographic antecedent [ant]">
        <xs:annotation>
          <xs:documentation>Use for a person or organization responsible for a work upon which the work represented by the catalog record is based. This may be appropriate for adaptations, sequels, continuations, indexes, etc.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Binder [bnd]">
        <xs:annotation>
          <xs:documentation>Use for a person or organization responsible for the binding of printed or manuscript materials.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Binding designer [bdd]">
        <xs:annotation>
          <xs:documentation>Use for a person or organization responsible for the binding design of a book, including the type of binding, the type of materials used, and any decorative aspects of the binding.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Blurb writer [blw]">
        <xs:annotation>
          <xs:documentation>Use for the named entity responsible for writing a commendation or testimonial for a work, which appears on or within the publication itself, frequently on the back or dust jacket of print publications or on advertising material for all media.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Book designer [bkd]">
        <xs:annotation>
          <xs:documentation>Use for a person or organization responsible for the entire graphic design of a book, including arrangement of type and illustration, choice of materials, and process used.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Book producer [bkp]">
        <xs:annotation>
          <xs:documentation>Use for a person or organization responsible for the production of books and other print media, if specific codes (e.g., [bkd], [egr], [tyd], [prt]) are not desired.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Bookjacket designer [bjd]">
        <xs:annotation>
          <xs:documentation>Use for a person or organization responsible for the design of flexible covers designed for or published with a book, including the type of materials used, and any decorative aspects of the bookjacket.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Bookplate designer [bpd]">
        <xs:annotation>
          <xs:documentation>Use for a person or organization responsible for the design of a book owner's identification label that is most commonly pasted to the inside front cover of a book.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Bookseller [bsl]">
        <xs:annotation>
          <xs:documentation>Use for a person or organization who makes books and other bibliographic materials available for purchase. Interest in the materials is primarily lucrative.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Calligrapher [cll]">
        <xs:annotation>
          <xs:documentation>Use for a person or organization who writes in an artistic hand, usually as a copyist and or engrosser.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Cartographer [ctg]">
        <xs:annotation>
          <xs:documentation>Use for a person or organization responsible for the creation of maps and other cartographic materials.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Censor [cns]">
        <xs:annotation>
          <xs:documentation>Use for a censor, bowdlerizer, expurgator, etc., official or private.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Choreographer [chr]">
        <xs:annotation>
          <xs:documentation>Use for a person or organization who composes or arranges dances or other movements (e.g., master of swords) for a musical or dramatic presentation or entertainment.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Cinematographer [cng]">
        <xs:annotation>
          <xs:documentation>Use for a person or organization who is in charge of the images captured for a motion picture film. The cinematographer works under the supervision of a director, and may also be referred to as director of photography. Do not confuse with videographer.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Client [cli]">
        <xs:annotation>
          <xs:documentation>Use for a person or organization for whom another person or organization is acting.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Clown"/>
      <xs:enumeration value="Collaborator [clb]">
        <xs:annotation>
          <xs:documentation>Use for a person or organization that takes a limited part in the elaboration of a work of another person or organization that brings complements (e.g., appendices, notes) to the work.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Collector [col]">
        <xs:annotation>
          <xs:documentation>Use for a person or organization who has brought together material from various sources that has been arranged, described, and cataloged as a collection. A collector is neither the creator of the material nor a person to whom manuscripts in the collection may have been addressed.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Collotyper [clt]">
        <xs:annotation>
          <xs:documentation>Use for a person or organization responsible for the production of photographic prints from film or other colloid that has ink-receptive and ink-repellent surfaces.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Colorist [clr]">
        <xs:annotation>
          <xs:documentation>Use for the named entity responsible for applying color to drawings, prints, photographs, maps, moving images, etc.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Commentator [cmm]">
        <xs:annotation>
          <xs:documentation>Use for a person or organization who provides interpretation, analysis, or a discussion of the subject matter on a recording, motion picture, or other audiovisual medium.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Commentator for written text [cwt]">
        <xs:annotation>
          <xs:documentation>Use for a person or organization responsible for the commentary or explanatory notes about a text. For the writer of manuscript annotations in a printed book, use Annotator [ann].</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Compiler [com]">
        <xs:annotation>
          <xs:documentation>Use for a person or organization who produces a work or publication by selecting and putting together material from the works of various persons or bodies.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Complainant [cpl]">
        <xs:annotation>
          <xs:documentation>Use for the party who applies to the courts for redress, usually in an equity proceeding.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Complainant-appellant [cpt]">
        <xs:annotation>
          <xs:documentation>Use for a complainant who takes an appeal from one court or jurisdiction to another to reverse the judgment, usually in an equity proceeding.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Complainant-appellee [cpe]">
        <xs:annotation>
          <xs:documentation>Use for a complainant against whom an appeal is taken from one court or jurisdiction to another to reverse the judgment, usually in an equity proceeding.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Composer [cmp]">
        <xs:annotation>
          <xs:documentation>Use for a person or organization who creates a musical work, usually a piece of music in manuscript or printed form.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Compositor [cmt]">
        <xs:annotation>
          <xs:documentation>Use for a person or organization responsible for the creation of metal slug, or molds made of other materials, used to produce the text and images in printed matter.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Conceptor [ccp]">
        <xs:annotation>
          <xs:documentation>Use for a person or organization responsible for the original idea on which a work is based, this includes the scientific author of an audio-visual item and the conceptor of an advertisement.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Conductor [cnd]">
        <xs:annotation>
          <xs:documentation>Use for a person who directs a performing group (orchestra, chorus, opera, etc.) in a musical or dramatic presentation or entertainment.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Conservator [con]">
        <xs:annotation>
          <xs:documentation>Use for the named entity responsible for documenting, preserving, or treating printed or manuscript material, works of art, artifacts, or other media.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Consultant [csl]">
        <xs:annotation>
          <xs:documentation>Use for a person or organization relevant to a resource, who is called upon for professional advice or services in a specialized field of knowledge or training.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Consultant to a project [csp]">
        <xs:annotation>
          <xs:documentation>Use for a person or organization relevant to a resource, who is engaged specifically to provide an intellectual overview of a strategic or operational task and by analysis, specification, or instruction, to create or propose a cost-effective course of action or solution.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Contestant [cos]">
        <xs:annotation>
          <xs:documentation>Use for the party who opposes, resists, or disputes, in a court of law, a claim, decision, result, etc.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Contestant-appellant [cot]">
        <xs:annotation>
          <xs:documentation>Use for a contestant who takes an appeal from one court of law or jurisdiction to another to reverse the judgment.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Contestant-appellee [coe]">
        <xs:annotation>
          <xs:documentation>Use for a contestant against whom an appeal is taken from one court of law or jurisdiction to another to reverse the judgment.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Contestee [cts]">
        <xs:annotation>
          <xs:documentation>Use for the party defending a claim, decision, result, etc. being opposed, resisted, or disputed in a court of law.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Contestee-appellant [ctt]">
        <xs:annotation>
          <xs:documentation>Use for a contestee who takes an appeal from one court or jurisdiction to another to reverse the judgment.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Contestee-appellee [cte]">
        <xs:annotation>
          <xs:documentation>Use for a contestee against whom an appeal is taken from one court or jurisdiction to another to reverse the judgment.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Contractor [ctr]">
        <xs:annotation>
          <xs:documentation>Use for a person or organization relevant to a resource, who enters into a contract with another person or organization to perform a specific task.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Contributor [ctb]">
        <xs:annotation>
          <xs:documentation>Use for a person or organization one whose work has been contributed to a larger work, such as an anthology, serial publication, or other compilation of individual works. Do not use if the sole function in relation to a work is as author, editor, compiler or translator.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Copyright claimant [cpc]">
        <xs:annotation>
          <xs:documentation>Use for a person or organization listed as a copyright owner at the time of registration. Copyright can be granted or later transferred to another person or organization, at which time the claimant becomes the copyright holder.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Copyright holder [cph]">
        <xs:annotation>
          <xs:documentation>Use for a person or organization to whom copy and legal rights have been granted or transferred for the intellectual content of a work. The copyright holder, although not necessarily the creator of the work, usually has the exclusive right to benefit financially from the sale and use of the work to which the associated copyright protection applies.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Corrector [crr]">
        <xs:annotation>
          <xs:documentation>Use for a person or organization who is a corrector of manuscripts, such as the scriptorium official who corrected the work of a scribe. For printed matter, use Proofreader.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Correspondent [crp]">
        <xs:annotation>
          <xs:documentation>Use for a person or organization who was either the writer or recipient of a letter or other communication.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Costume designer [cst]">
        <xs:annotation>
          <xs:documentation>Use for a person or organization who designs or makes costumes, fixes hair, etc., for a musical or dramatic presentation or entertainment.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Cover designer [cov]">
        <xs:annotation>
          <xs:documentation>Use for a person or organization responsible for the graphic design of a book cover, album cover, slipcase, box, container, etc. For a person or organization responsible for the graphic design of an entire book, use Book designer; for book jackets, use Bookjacket designer.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Creator [cre]">
        <xs:annotation>
          <xs:documentation>Use for a person or organization responsible for the intellectual or artistic content of a work.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Crew"/>
      <xs:enumeration value="Curator of an exhibition [cur]">
        <xs:annotation>
          <xs:documentation>Use for a person or organization responsible for conceiving and organizing an exhibition.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Dancer [dnc]">
        <xs:annotation>
          <xs:documentation>Use for a person or organization who principally exhibits dancing skills in a musical or dramatic presentation or entertainment.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Data contributor [dtc]">
        <xs:annotation>
          <xs:documentation>Use for a person or organization that submits data for inclusion in a database or other collection of data.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Data manager [dtm]">
        <xs:annotation>
          <xs:documentation>Use for a person or organization responsible for managing databases or other data sources.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Dedicatee [dte]">
        <xs:annotation>
          <xs:documentation>Use for a person or organization to whom a book, manuscript, etc., is dedicated (not the recipient of a gift).</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Dedicator [dto]">
        <xs:annotation>
          <xs:documentation>Use for the author of a dedication, which may be a formal statement or in epistolary or verse form.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Defendant [dfd]">
        <xs:annotation>
          <xs:documentation>Use for the party defending or denying allegations made in a suit and against whom relief or recovery is sought in the courts, usually in a legal action.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Defendant-appellant [dft]">
        <xs:annotation>
          <xs:documentation>Use for a defendant who takes an appeal from one court or jurisdiction to another to reverse the judgment, usually in a legal action.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Defendant-appellee [dfe]">
        <xs:annotation>
          <xs:documentation>Use for a defendant against whom an appeal is taken from one court or jurisdiction to another to reverse the judgment, usually in a legal action.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Degree grantor [dgg]">
        <xs:annotation>
          <xs:documentation>Use for the organization granting a degree for which the thesis or issertation described was presented.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Delineator [dln]">
        <xs:annotation>
          <xs:documentation>Use for a person or organization executing technical drawings from others' designs.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Depicted [dpc]">
        <xs:annotation>
          <xs:documentation>Use for an entity depicted or portrayed in a work, particularly in a work of art.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Depositor [dpt]">
        <xs:annotation>
          <xs:documentation>Use for a person or organization placing material in the physical custody of a library or repository without transferring the legal title.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Designer [dsr]">
        <xs:annotation>
          <xs:documentation>Use for a person or organization responsible for the design if more specific codes (e.g., [bkd], [tyd]) are not desired.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Director [drt]">
        <xs:annotation>
          <xs:documentation>Use for a person or organization who is responsible for the general management of a work or who supervises the production of a performance for stage, screen, or sound recording.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Dissertant [dis]">
        <xs:annotation>
          <xs:documentation>Use for a person who presents a thesis for a university or higher-level educational degree.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Distribution place [dbp]">
        <xs:annotation>
          <xs:documentation>Use for the name of a place from which a resource, e.g., a serial, is distributed.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Distributor [dst]">
        <xs:annotation>
          <xs:documentation>Use for a person or organization that has exclusive or shared marketing rights for an item.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Donor [dnr]">
        <xs:annotation>
          <xs:documentation>Use for a person or organization who is the donor of a book, manuscript, etc., to its present owner. Donors to previous owners are designated as Former owner [fmo] or Inscriber [ins].</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Draftsman [drm]">
        <xs:annotation>
          <xs:documentation>Use for a person or organization who prepares artistic or technical drawings.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Dramaturge"/>
      <xs:enumeration value="Dubious author [dub]">
        <xs:annotation>
          <xs:documentation>Use for a person or organization to which authorship has been dubiously or incorrectly ascribed.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Editor [edt]">
        <xs:annotation>
          <xs:documentation>Use for a person or organization who prepares for publication a work not primarily his/her own, such as by elucidating text, adding introductory or other critical matter, or technically directing an editorial staff.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Electrician [elg]">
        <xs:annotation>
          <xs:documentation>Use for a person responsible for setting up a lighting rig and focusing the lights for a production, and running the lighting at a performance.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Electrotyper [elt]">
        <xs:annotation>
          <xs:documentation>Use for a person or organization who creates a duplicate printing surface by pressure molding and electrodepositing of metal that is then backed up with lead for printing.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Engineer [eng]">
        <xs:annotation>
          <xs:documentation>Use for a person or organization that is responsible for technical planning and design, particularly with construction.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Engraver [egr]">
        <xs:annotation>
          <xs:documentation>Use for a person or organization who cuts letters, figures, etc. on a surface, such as a wooden or metal plate, for printing.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Etcher [etr]">
        <xs:annotation>
          <xs:documentation>Use for a person or organization who produces text or images for printing by subjecting metal, glass, or some other surface to acid or the corrosive action of some other substance.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Event place [evp]">
        <xs:annotation>
          <xs:documentation>Use for the name of the place where an event such as a conference or a concert took place.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Expert [exp]">
        <xs:annotation>
          <xs:documentation>Use for a person or organization in charge of the description and appraisal of the value of goods, particularly rare items, works of art, etc.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Facsimilist [fac]">
        <xs:annotation>
          <xs:documentation>Use for a person or organization that executed the facsimile.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Field director [fld]">
        <xs:annotation>
          <xs:documentation>Use for a person or organization that manages or supervises the work done to collect raw data or do research in an actual setting or environment (typically applies to the natural and social sciences).</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Film editor [flm]">
        <xs:annotation>
          <xs:documentation>Use for a person or organization who is an editor of a motion picture film. This term is used regardless of the medium upon which the motion picture is produced or manufactured (e.g., acetate film, video tape).</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Filmmaker"/>
      <xs:enumeration value="First party [fpy]">
        <xs:annotation>
          <xs:documentation>Use for a person or organization who is identified as the only party or the party of the first part. In the case of transfer of right, this is the assignor, transferor, licensor, grantor, etc. Multiple parties can be named jointly as the first party</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Forger [frg]">
        <xs:annotation>
          <xs:documentation>Use for a person or organization who makes or imitates something of value or importance, especially with the intent to defraud.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Former owner [fmo]">
        <xs:annotation>
          <xs:documentation>Use for a person or organization who owned an item at any time in the past. Includes those to whom the material was once presented. A person or organization giving the item to the present owner is designated as Donor [dnr]</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Funder [fnd]">
        <xs:annotation>
          <xs:documentation>Use for a person or organization that furnished financial support for the production of the work.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Geographic information specialist [gis]">
        <xs:annotation>
          <xs:documentation>Use for a person responsible for geographic information system (GIS) development and integration with global positioning system data.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Ghostwriter">
        <xs:annotation>
          <xs:documentation/>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Honoree [hnr]">
        <xs:annotation>
          <xs:documentation>Use for a person or organization in memory or honor of whom a book, manuscript, etc. is donated.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Host [hst]">
        <xs:annotation>
          <xs:documentation>Use for a person who is invited or regularly leads a program (often broadcast) that includes other guests, performers, etc. (e.g., talk show host).</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Illuminator [ilu]">
        <xs:annotation>
          <xs:documentation>Use for a person or organization responsible for the decoration of a work (especially manuscript material) with precious metals or color, usually with elaborate designs and motifs.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Illustrator [ill]">
        <xs:annotation>
          <xs:documentation>Use for a person or organization who conceives, and perhaps also implements, a design or illustration, usually to accompany a written text.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Inscriber [ins]">
        <xs:annotation>
          <xs:documentation>Use for a person who signs a presentation statement.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Instrumentalist [itr]">
        <xs:annotation>
          <xs:documentation>Use for a person or organization who principally plays an instrument in a musical or dramatic presentation or entertainment.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Interviewee [ive]">
        <xs:annotation>
          <xs:documentation>Use for a person or organization who is interviewed at a consultation or meeting, usually by a reporter, pollster, or some other information gathering agent.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Interviewer [ivr]">
        <xs:annotation>
          <xs:documentation>Use for a person or organization who acts as a reporter, pollster, or other information gathering agent in a consultation or meeting involving one or more individuals.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Inventor [inv]">
        <xs:annotation>
          <xs:documentation>Use for a person or organization who first produces a particular useful item, or develops a new process for obtaining a known item or result.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Laboratory [lbr]">
        <xs:annotation>
          <xs:documentation>Use for an institution that provides scientific analyses of material samples.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Laboratory director [ldr]">
        <xs:annotation>
          <xs:documentation>Use for a person or organization that manages or supervises work done in a controlled setting or environment.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Landscape architect [lsa]">
        <xs:annotation>
          <xs:documentation>Use for a person or organization whose work involves coordinating the arrangement of existing and proposed land features and structures.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Lead [led]">
        <xs:annotation>
          <xs:documentation>Use to indicate that a person or organization takes primary responsibility for a particular activity or endeavor. Use with another relator term or code to show the greater importance this person or organization has regarding that particular role. If more than one relator is assigned to a heading, use the Lead relator only if it applies to all the relators.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Lender [len]">
        <xs:annotation>
          <xs:documentation>Use for a person or organization permitting the temporary use of a book, manuscript, etc., such as for photocopying or microfilming.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Libelant [lil]">
        <xs:annotation>
          <xs:documentation>Use for the party who files a libel in an ecclesiastical or admiralty case.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Libelant-appellant [lit]">
        <xs:annotation>
          <xs:documentation>Use for a libelant who takes an appeal from one ecclesiastical court or admiralty to another to reverse the judgment.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Libelant-appellee [lie]">
        <xs:annotation>
          <xs:documentation>Use for a libelant against whom an appeal is taken from one ecclesiastical court or admiralty to another to reverse the judgment.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Libelee [lel]">
        <xs:annotation>
          <xs:documentation>Use for a party against whom a libel has been filed in an ecclesiastical court or admiralty.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Libelee-appellant [let]">
        <xs:annotation>
          <xs:documentation>Use for a libelee who takes an appeal from one ecclesiastical court or admiralty to another to reverse the judgment.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Libelee-appellee [lee]">
        <xs:annotation>
          <xs:documentation>Use for a libelee against whom an appeal is taken from one ecclesiastical court or admiralty to another to reverse the judgment.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Librettist [lbt]">
        <xs:annotation>
          <xs:documentation>Use for a person or organization who is a writer of the text of an opera, oratorio, etc.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Licensee [lse]">
        <xs:annotation>
          <xs:documentation>Use for a person or organization who is an original recipient of the right to print or publish.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Licensor [lso]">
        <xs:annotation>
          <xs:documentation>Use for person or organization who is a signer of the license, imprimatur, etc.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Lighting designer [lgd]">
        <xs:annotation>
          <xs:documentation>Use for a person or organization who designs the lighting scheme for a theatrical presentation, entertainment, motion picture, etc.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Lithographer [ltg]">
        <xs:annotation>
          <xs:documentation>Use for a person or organization who prepares the stone or plate for lithographic printing, including a graphic artist creating a design directly on the surface from which printing will be done.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Lyricist [lyr]">
        <xs:annotation>
          <xs:documentation>Use for a person or organization who is a writer of the text of a song.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Manufacture place [mfp]">
        <xs:annotation>
          <xs:documentation>Use for the name of the place of manufacture (e.g., printing, duplicating, casting, etc.) of a resource in a published form.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Manufacturer [mfr]">
        <xs:annotation>
          <xs:documentation>Use for a person or organization that makes an artifactual work (an object made or modified by one or more persons). Examples of artifactual works include vases, cannons or pieces of furniture.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Marbler [mrb]">
        <xs:annotation>
          <xs:documentation>Use for the named entity responsible for marbling paper, cloth, leather, etc. used in construction of a resource.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Markup editor [mrk]">
        <xs:annotation>
          <xs:documentation>Use for a person or organization performing the coding of SGML, HTML, or XML markup of metadata, text, etc.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Mask designer"/>
      <xs:enumeration value="Metadata contact [mdc]">
        <xs:annotation>
          <xs:documentation>Use for a person or organization primarily responsible for compiling and maintaining the original description of a metadata set (e.g., geospatial metadata set).</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Metal-engraver [mte]">
        <xs:annotation>
          <xs:documentation>Use for a person or organization responsible for decorations, illustrations, letters, etc. cut on a metal surface for printing or decoration.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Moderator [mod]">
        <xs:annotation>
          <xs:documentation>Use for a person who leads a program (often broadcast) where topics are discussed, usually with participation of experts in fields related to the discussion.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Monitor [mon]">
        <xs:annotation>
          <xs:documentation>Use for a person or organization that supervises compliance with the contract and is responsible for the report and controls its distribution. Sometimes referred to as the grantee, or controlling agency.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Music copyist [mcp]">
        <xs:annotation>
          <xs:documentation>Use for a person who transcribes or copies musical notation</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Musical director [msd]">
        <xs:annotation>
          <xs:documentation>Use for a person responsible for basic music decisions about a production, including coordinating the work of the composer, the sound editor, and sound mixers, selecting musicians, and organizing and/or conducting sound for rehearsals and performances.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Musician [mus]">
        <xs:annotation>
          <xs:documentation>Use for a person or organization who performs music or contributes to the musical content of a work when it is not possible or desirable to identify the function more precisely.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Narrator [nrt]">
        <xs:annotation>
          <xs:documentation>Use for a person who is a speaker relating the particulars of an act, occurrence, or course of events.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Opponent [opn]">
        <xs:annotation>
          <xs:documentation>Use for a person or organization responsible for opposing a thesis or dissertation.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Organizer of meeting [orm]">
        <xs:annotation>
          <xs:documentation>Use for a person or organization responsible for organizing a meeting for which an item is the report or proceedings.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Originator [org]">
        <xs:annotation>
          <xs:documentation>Use for a person or organization performing the work, i.e., the name of a person or organization associated with the intellectual content of the work. This category does not include the publisher or personal affiliation, or sponsor except where it is also the corporate author.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Other [oth]">
        <xs:annotation>
          <xs:documentation>Use for relator codes from other lists which have no equivalent in the MARC list or for terms which have not been assigned a code.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Owner [own]">
        <xs:annotation>
          <xs:documentation>Use for a person or organization that currently owns an item or collection.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Papermaker [ppm]">
        <xs:annotation>
          <xs:documentation>Use for a person or organization responsible for the production of paper, usually from wood, cloth, or other fibrous material.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Patent applicant [pta]">
        <xs:annotation>
          <xs:documentation>Use for a person or organization that applied for a patent.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Patent holder [pth]">
        <xs:annotation>
          <xs:documentation>Use for a person or organization that was granted the patent referred to by the item.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Patron [pat]">
        <xs:annotation>
          <xs:documentation>Use for a person or organization responsible for commissioning a work. Usually a patron uses his or her means or influence to support the work of artists, writers, etc. This includes those who commission and pay for individual works.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Performance artist"/>
      <xs:enumeration value="Performer [prf]">
        <xs:annotation>
          <xs:documentation>Use for a person or organization who exhibits musical or acting skills in a musical or dramatic presentation or entertainment, if specific codes for those functions ([act], [dnc], [itr], [voc], etc.) are not used. If specific codes are used, [prf] is used for a person whose principal skill is not known or specified.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Permitting agency [pma]">
        <xs:annotation>
          <xs:documentation>Use for an authority (usually a government agency) that issues permits under which work is accomplished.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Photographer [pht]">
        <xs:annotation>
          <xs:documentation>Use for a person or organization responsible for taking photographs, whether they are used in their original form or as reproductions.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Plaintiff [ptf]">
        <xs:annotation>
          <xs:documentation>Use for the party who complains or sues in court in a personal action, usually in a legal proceeding.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Plaintiff-appellant [ptt]">
        <xs:annotation>
          <xs:documentation>Use for a plaintiff who takes an appeal from one court or jurisdiction to another to reverse the judgment, usually in a legal proceeding.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Plaintiff-appellee [pte]">
        <xs:annotation>
          <xs:documentation>Use for a plaintiff against whom an appeal is taken from one court or jurisdiction to another to reverse the judgment, usually in a legal proceeding.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Platemaker [plt]">
        <xs:annotation>
          <xs:documentation>Use for a person or organization responsible for the production of plates, usually for the production of printed images and/or text.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Playwright"/>
      <xs:enumeration value="Printer [prt]">
        <xs:annotation>
          <xs:documentation>Use for a person or organization who prints texts, whether from type or plates.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Printer of plates [pop]">
        <xs:annotation>
          <xs:documentation>Use for a person or organization who prints illustrations from plates.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Printmaker [prm]">
        <xs:annotation>
          <xs:documentation>Use for a person or organization who makes a relief, intaglio, or planographic printing surface.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Process contact [prc]">
        <xs:annotation>
          <xs:documentation>Use for a person or organization primarily responsible for performing or initiating a process, such as is done with the collection of metadata sets.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Producer [pro]">
        <xs:annotation>
          <xs:documentation>Use for a person or organization responsible for the making of a motion picture, including business aspects, management of the productions, and the commercial success of the work.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Production manager [pmn]">
        <xs:annotation>
          <xs:documentation>Use for a person responsible for all technical and business matters in a production.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Production personnel [prd]">
        <xs:annotation>
          <xs:documentation>Use for a person or organization associated with the production (props, lighting, special effects, etc.) of a musical or dramatic presentation or entertainment.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Production place [prp]">
        <xs:annotation>
          <xs:documentation>Use for the name of the place of production (e.g., inscription, fabrication, construction, etc.) of a resource in an unpublished form.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Programmer [prg]">
        <xs:annotation>
          <xs:documentation>Use for a person or organization responsible for the creation and/or maintenance of computer program design documents, source code, and machine-executable digital files and supporting documentation.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Project director [pdr]">
        <xs:annotation>
          <xs:documentation>Use for a person or organization with primary responsibility for all essential aspects of a project, or that manages a very large project that demands senior level responsibility, or that has overall responsibility for managing projects, or provides overall direction to a project manager.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Projection designer"/>
      <xs:enumeration value="Proofreader [pfr]">
        <xs:annotation>
          <xs:documentation>Use for a person who corrects printed matter. For manuscripts, use Corrector [crr].</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Publication place [pup]">
        <xs:annotation>
          <xs:documentation>Use for the name of the place where a resource is published.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Publisher [pbl]">
        <xs:annotation>
          <xs:documentation>Use for a person or organization that makes printed matter, often text, but also printed music, artwork, etc. available to the public.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Publishing director [pbd]">
        <xs:annotation>
          <xs:documentation>Use for a person or organization who presides over the elaboration of a collective work to ensure its coherence or continuity. This includes editors-in-chief, literary editors, editors of series, etc.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Puppeteer [ppt]">
        <xs:annotation>
          <xs:documentation>Use for a person or organization who manipulates, controls, or directs puppets or marionettes in a musical or dramatic presentation or entertainment.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Recipient [rcp]">
        <xs:annotation>
          <xs:documentation>Use for a person or organization to whom correspondence is addressed.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Recording engineer [rce]">
        <xs:annotation>
          <xs:documentation>Use for a person or organization who supervises the technical aspects of a sound or video recording session.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Redactor [red]">
        <xs:annotation>
          <xs:documentation>Use for a person or organization who writes or develops the framework for an item without being intellectually responsible for its content.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Renderer [ren]">
        <xs:annotation>
          <xs:documentation>Use for a person or organization who prepares drawings of architectural designs (i.e., renderings) in accurate, representational perspective to show what the project will look like when completed.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Reporter [rpt]">
        <xs:annotation>
          <xs:documentation>Use for a person or organization who writes or presents reports of news or current events on air or in print.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Repository [rps]">
        <xs:annotation>
          <xs:documentation>Use for an agency that hosts data or material culture objects and provides services to promote long term, consistent and shared use of those data or objects.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Research team head [rth]">
        <xs:annotation>
          <xs:documentation>Use for a person who directed or managed a research project.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Research team member [rtm]">
        <xs:annotation>
          <xs:documentation>Use for a person who participated in a research project but whose role did not involve direction or management of it.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Researcher [res]">
        <xs:annotation>
          <xs:documentation>Use for a person or organization responsible for performing research.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Respondent [rsp]">
        <xs:annotation>
          <xs:documentation>Use for the party who makes an answer to the courts pursuant to an application for redress, usually in an equity proceeding.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Respondent-appellant [rst]">
        <xs:annotation>
          <xs:documentation>Use for a respondent who takes an appeal from one court or jurisdiction to another to reverse the judgment, usually in an equity proceeding.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Respondent-appellee [rse]">
        <xs:annotation>
          <xs:documentation>Use for a respondent against whom an appeal is taken from one court or jurisdiction to another to reverse the judgment, usually in an equity proceeding.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Responsible party [rpy]">
        <xs:annotation>
          <xs:documentation>Use for a person or organization legally responsible for the content of the published material.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Restager [rsg]">
        <xs:annotation>
          <xs:documentation>Use for a person or organization, other than the original choreographer or director, responsible for restaging a choreographic or dramatic work and who contributes minimal new content.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Reviewer [rev]">
        <xs:annotation>
          <xs:documentation>Use for a person or organization responsible for the review of a book, motion picture, performance, etc.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Rubricator [rbr]">
        <xs:annotation>
          <xs:documentation>Use for a person or organization responsible for parts of a work, often headings or opening parts of a manuscript, that appear in a distinctive color, usually red.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Scenarist [sce]">
        <xs:annotation>
          <xs:documentation>Use for a person or organization who is the author of a motion picture screenplay.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Scientific advisor [sad]">
        <xs:annotation>
          <xs:documentation>Use for a person or organization who brings scientific, pedagogical, or historical competence to the conception and realization on a work, particularly in the case of audio-visual items.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Scribe [scr]">
        <xs:annotation>
          <xs:documentation>Use for a person who is an amanuensis and for a writer of manuscripts proper. For a person who makes pen-facsimiles, use Facsimilist [fac].</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Sculptor [scl]">
        <xs:annotation>
          <xs:documentation>Use for a person or organization who models or carves figures that are three-dimensional representations.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Second party [spy]">
        <xs:annotation>
          <xs:documentation>Use for a person or organization who is identified as the party of the second part. In the case of transfer of right, this is the assignee, transferee, licensee, grantee, etc. Multiple parties can be named jointly as the second party.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Secretary [sec]">
        <xs:annotation>
          <xs:documentation>Use for a person or organization who is a recorder, redactor, or other person responsible for expressing the views of a organization.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Set designer [std]">
        <xs:annotation>
          <xs:documentation>Use for a person or organization who translates the rough sketches of the art director into actual architectural structures for a theatrical presentation, entertainment, motion picture, etc. Set designers draw the detailed guides and specifications for building the set.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Signer [sgn]">
        <xs:annotation>
          <xs:documentation>Use for a person whose signature appears without a presentation or other statement indicative of provenance. When there is a presentation statement, use Inscriber [ins].</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Singer [sng]">
        <xs:annotation>
          <xs:documentation>Use for a person or organization who uses his/her/their voice with or without instrumental accompaniment to produce music. A performance may or may not include actual words.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Sound designer [sds]">
        <xs:annotation>
          <xs:documentation>Use for a person who produces and reproduces the sound score (both live and recorded), the installation of microphones, the setting of sound levels, and the coordination of sources of sound for a production.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Speaker [spk]">
        <xs:annotation>
          <xs:documentation>Use for a person who participates in a program (often broadcast) and makes a formalized contribution or presentation generally prepared in advance.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Special effects designer"/>
      <xs:enumeration value="Sponsor [spn]">
        <xs:annotation>
          <xs:documentation>Use for a person or organization that issued a contract or under the auspices of which a work has been written, printed, published, etc.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Stage crew"/>
      <xs:enumeration value="Stage manager [stm]">
        <xs:annotation>
          <xs:documentation>Use for a person who is in charge of everything that occurs on a performance stage, and who acts as chief of all crews and assistant to a director during rehearsals.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Standards body [stn]">
        <xs:annotation>
          <xs:documentation>Use for an organization responsible for the development or enforcement of a standard.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Stereotyper [str]">
        <xs:annotation>
          <xs:documentation>Use for a person or organization who creates a new plate for printing by molding or copying another printing surface.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Storyteller [stl]">
        <xs:annotation>
          <xs:documentation>Use for a person relaying a story with creative and/or theatrical interpretation.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Supporting host [sht]">
        <xs:annotation>
          <xs:documentation>Use for a person or organization that supports (by allocating facilities, staff, or other resources) a project, program, meeting, event, data objects, material culture objects, or other entities capable of support.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Surveyor [srv]">
        <xs:annotation>
          <xs:documentation>Use for a person or organization who does measurements of tracts of land, etc. to determine location, forms, and boundaries.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Teacher [tch]">
        <xs:annotation>
          <xs:documentation>Use for a person who, in the context of a resource, gives instruction in an intellectual subject or demonstrates while teaching physical skills.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Technical director [tcd]">
        <xs:annotation>
          <xs:documentation>Use for a person who is ultimately in charge of scenery, props, lights and sound for a production.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Thesis advisor [ths]">
        <xs:annotation>
          <xs:documentation>Use for a person under whose supervision a degree candidate develops and presents a thesis, mémoire, or text of a dissertation.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Transcriber [trc]">
        <xs:annotation>
          <xs:documentation>Use for a person who prepares a handwritten or typewritten copy from original material, including from dictated or orally recorded material. For makers of pen-facsimiles, use Facsimilist [fac].</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Translator [trl]">
        <xs:annotation>
          <xs:documentation>Use for a person or organization who renders a text from one language into another, or from an older form of a language into the modern form.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Type designer [tyd]">
        <xs:annotation>
          <xs:documentation>Use for a person or organization who designed the type face used in a particular item.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Typographer [tyg]">
        <xs:annotation>
          <xs:documentation>Use for a person or organization primarily responsible for choice and arrangement of type used in an item. If the typographer is also responsible for other aspects of the graphic design of a book (e.g., Book designer [bkd]), codes for both functions may be needed.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="UFPerformer of research">
        <xs:annotation>
          <xs:documentation/>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="UFPlates, Printer of">
        <xs:annotation>
          <xs:documentation/>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Understudy"/>
      <xs:enumeration value="University place [uvp]">
        <xs:annotation>
          <xs:documentation>Use for the name of a place where a university that is associated with a resource is located, for example, a university where an academic dissertation or thesis was presented.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="USE Expert">
        <xs:annotation>
          <xs:documentation/>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Videographer [vdg]">
        <xs:annotation>
          <xs:documentation>Use for a person or organization in charge of a video production, e.g. the video recording of a stage production as opposed to a commercial motion picture. The videographer may be the camera operator or may supervise one or more camera operators. Do not confuse with cinematographer.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Vocalist [voc]">
        <xs:annotation>
          <xs:documentation>Use for a person or organization who principally exhibits singing skills in a musical or dramatic presentation or entertainment.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Witness [wit]">
        <xs:annotation>
          <xs:documentation>Use for a person who verifies the truthfulness of an event or action.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Wood-engraver [wde]">
        <xs:annotation>
          <xs:documentation>Use for a person or organization who makes prints by cutting the image in relief on the end-grain of a wood block.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Woodcutter [wdc]">
        <xs:annotation>
          <xs:documentation>Use for a person or organization who makes prints by cutting the image in relief on the plank side of a wood block.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Writer of accompanying material [wam]">
        <xs:annotation>
          <xs:documentation>Use for a person or organization who writes significant material which accompanies a sound recording or other audiovisual material.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute ROYAL / @REG
Namespace No namespace
Annotations
Reg (or
regularization) contains a reading which has been regularized or normalized in some
sense.
Type xs:NCName
Properties
content simple
Used by
Element ROYAL
Source
<xs:attribute name="REG" type="xs:NCName">
  <xs:annotation>
    <xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute ROYAL / @WROTEORPUBLISHEDAS
Namespace No namespace
Annotations
WroteOrPublishedAs is an attribute
attached to all the types of a person's name captured within their biography section. This attribute will allow
us to track all the different names women writers published under. While we assume that most writers published under
their standard name and pseudonyms, they may also have used a nickname or their married name, for instance, to
publish material. This attribute works in conjunction with the authorname in the bibliography to link the name a text
was published under with the name of the person.
Type restriction of xs:token
Properties
default WROTEPUBLISHEDASYES
Facets
enumeration WROTEPUBLISHEDASYES
Used by
Element ROYAL
Source
<xs:attribute name="WROTEORPUBLISHEDAS" default="WROTEPUBLISHEDASYES">
  <xs:annotation>
    <xs:documentation>WroteOrPublishedAs is an attribute attached to all the types of a person's name captured within their biography section. This attribute will allow us to track all the different names women writers published under. While we assume that most writers published under their standard name and pseudonyms, they may also have used a nickname or their married name, for instance, to publish material. This attribute works in conjunction with the authorname in the bibliography to link the name a text was published under with the name of the person.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="WROTEPUBLISHEDASYES"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute TIME / @CERTAINTY
Namespace No namespace
Annotations
Certainty is an attribute of date and dateRange,
and is used to indicate the nature of certainty that you have about a given date.
Type restriction of xs:token
Properties
default CERT
Facets
enumeration CERT
Certain
enumeration C
Circa
enumeration BY
By this date
enumeration AFTER
After this date
enumeration UNKNOWN
Unknown date
enumeration ROUGHLYDATED
Rough certainty
Used by
Element TIME
Source
<xs:attribute name="CERTAINTY" default="CERT">
  <xs:annotation>
    <xs:documentation>Certainty is an attribute of date and dateRange, and is used to indicate the nature of certainty that you have about a given date.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="CERT">
        <xs:annotation>
          <xs:documentation>Certain</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="C">
        <xs:annotation>
          <xs:documentation>Circa</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="BY">
        <xs:annotation>
          <xs:documentation>By this date</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="AFTER">
        <xs:annotation>
          <xs:documentation>After this date</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="UNKNOWN">
        <xs:annotation>
          <xs:documentation>Unknown date</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ROUGHLYDATED">
        <xs:annotation>
          <xs:documentation>Rough certainty</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute TIME / @TYPE
Namespace No namespace
Annotations
Type characterizes the element in some sense, using
any convenient classification scheme or typology.
Type xs:NCName
Properties
content simple
Used by
Element TIME
Source
<xs:attribute name="TYPE" type="xs:NCName">
  <xs:annotation>
    <xs:documentation>Type characterizes the element in some sense, using any convenient classification scheme or typology.</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute TIME / @VALUE
Namespace No namespace
Annotations
Value is used to record a formatted date- or
time-related value.
Type xs:NMTOKEN
Properties
content simple
Used by
Element TIME
Source
<xs:attribute name="VALUE" type="xs:NMTOKEN">
  <xs:annotation>
    <xs:documentation>Value is used to record a formatted date- or time-related value.</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute CHRONSTRUCT / @CHRONCOLUMN
Namespace No namespace
Annotations
ChronColumn is an attribute which designates a given
chronology item as belonging to a particular type of event: bibliographical, biographical, cultural, literary, political, and
social.  Note: more than one value can be selected for this attribute -- each attribute value should be separated by a blank
space.
Type restriction of list of restriction of xs:token
Type hierarchy
  • xs:token
Properties
content simple
Facets
minLength 1
Used by
Element CHRONSTRUCT
Source
<xs:attribute name="CHRONCOLUMN">
  <xs:annotation>
    <xs:documentation>ChronColumn is an attribute which designates a given chronology item as belonging to a particular type of event: bibliographical, biographical, cultural, literary, political, and social. Note: more than one value can be selected for this attribute -- each attribute value should be separated by a blank space.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction>
      <xs:simpleType>
        <xs:list>
          <xs:simpleType>
            <xs:restriction base="xs:token">
              <xs:enumeration value="BIBLIOGRAPHICAL"/>
              <xs:enumeration value="BIOGRAPHICAL"/>
              <xs:enumeration value="CULTURAL"/>
              <xs:enumeration value="LITERARY"/>
              <xs:enumeration value="POLITICAL"/>
              <xs:enumeration value="SOCIAL"/>
            </xs:restriction>
          </xs:simpleType>
        </xs:list>
      </xs:simpleType>
      <xs:minLength value="1"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute CHRONSTRUCT / @RELEVANCE
Namespace No namespace
Annotations
Relevance is a sister attribute to chronColumn, attached to
each and every chronStruct. This element assignes importance to the chronstruct you have just created with categories for comprehensive,
period, decade, and selective (in order of increasing importance).
Type restriction of xs:token
Properties
content simple
Facets
enumeration SELECTIVE
enumeration PERIOD
enumeration DECADE
enumeration COMPREHENSIVE
Used by
Element CHRONSTRUCT
Source
<xs:attribute name="RELEVANCE">
  <xs:annotation>
    <xs:documentation>Relevance is a sister attribute to chronColumn, attached to each and every chronStruct. This element assignes importance to the chronstruct you have just created with categories for comprehensive, period, decade, and selective (in order of increasing importance).</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="SELECTIVE"/>
      <xs:enumeration value="PERIOD"/>
      <xs:enumeration value="DECADE"/>
      <xs:enumeration value="COMPREHENSIVE"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute CHRONSTRUCT / @RELEVANCE1
Namespace No namespace
Type restriction of xs:token
Properties
content simple
Facets
enumeration SELECTIVE1
enumeration PERIOD1
enumeration DECADE1
enumeration COMPREHENSIVE1
Used by
Element CHRONSTRUCT
Source
<xs:attribute name="RELEVANCE1">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="SELECTIVE1"/>
      <xs:enumeration value="PERIOD1"/>
      <xs:enumeration value="DECADE1"/>
      <xs:enumeration value="COMPREHENSIVE1"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute CHRONSTRUCT / @RELEVANCE2
Namespace No namespace
Type restriction of xs:token
Properties
content simple
Facets
enumeration SELECTIVE2
enumeration PERIOD2
enumeration DECADE2
enumeration COMPREHENSIVE2
Used by
Element CHRONSTRUCT
Source
<xs:attribute name="RELEVANCE2">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="SELECTIVE2"/>
      <xs:enumeration value="PERIOD2"/>
      <xs:enumeration value="DECADE2"/>
      <xs:enumeration value="COMPREHENSIVE2"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute CHRONSTRUCT / @RELEVANCE3
Namespace No namespace
Type restriction of xs:token
Properties
content simple
Facets
enumeration SELECTIVE3
enumeration PERIOD3
enumeration DECADE3
enumeration COMPREHENSIVE3
Used by
Element CHRONSTRUCT
Source
<xs:attribute name="RELEVANCE3">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="SELECTIVE3"/>
      <xs:enumeration value="PERIOD3"/>
      <xs:enumeration value="DECADE3"/>
      <xs:enumeration value="COMPREHENSIVE3"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute CHRONSTRUCT / @RESP
Namespace No namespace
Annotations
Resp (or responsibility) contains a three-letter initialism
of an individual who contributed to the production or distribution of a document.
Type restriction of xs:token
Properties
content simple
Facets
enumeration IMG
enumeration SRF
enumeration PDC
enumeration KDC
enumeration ANM
enumeration CNM
enumeration KJB
enumeration TJB
enumeration JAH
enumeration MMM
enumeration SSB
enumeration SIB
enumeration MEL
enumeration JKW
enumeration KKC
enumeration PMB
enumeration TTC
enumeration KAH
enumeration JAW
enumeration SMH
enumeration SYS
enumeration HJM
enumeration CEL
enumeration JSC
enumeration PHD
enumeration AHM
enumeration SJW
enumeration JEB
enumeration SLT
enumeration BAA
enumeration CJH
enumeration JDS
enumeration MEB
enumeration NLG
enumeration CLC
enumeration GCG
enumeration KNT
enumeration JEC
enumeration RSC
enumeration SIR
enumeration ECG
enumeration SLB
enumeration CAG
enumeration MKB
enumeration OSM
enumeration DBH
enumeration KGH
enumeration JJD
enumeration DRG
enumeration NCK
enumeration DLK
enumeration AFP
enumeration KLH
enumeration CEE
enumeration TRN
enumeration RJR
enumeration LMS
enumeration JCA
enumeration JES
enumeration JLT
enumeration KGS
enumeration RJB
enumeration DMH
enumeration MAM
enumeration LKD
enumeration ARP
enumeration KDM
enumeration BJA
enumeration SEV
enumeration AJF
enumeration AGH
enumeration RTM
enumeration LM2
enumeration MRS
enumeration KEH
enumeration CLJ
enumeration JCR
enumeration TCD
enumeration EAQ
enumeration DEK
enumeration BHL
enumeration ALR
enumeration SWK
enumeration JLP
enumeration ACF
enumeration JSE
Jana Smith Elford
enumeration MPO
Mariana Paredes-Olea
enumeration KCS
enumeration ARC
enumeration CMW
enumeration AEG
Alexandra Guselle
enumeration AVU
Alison Uttley
enumeration LJH
Lisa Hennigar
enumeration KSN
Kayla Snyder
enumeration EWD
Eric Drebit
enumeration CSK
Caley Skinner
enumeration JBB
Justine Baskey
enumeration PAD
Patricia Demers
enumeration CMD
Cecily Devereux
enumeration CJG
Carole Gerson
enumeration JRW
Janice Williamson
enumeration MCA
Marie Carriere
enumeration AWI
Ann Wilson
enumeration SKR
Sidney Kruth
enumeration DHA
Dorothy Hadfield
enumeration SDU
Scott Duchessne
enumeration PIH
Paul Hjartarson
enumeration GRA
GRA training
enumeration AAC
Aldora Cole
enumeration EMH
Emily Hass
enumeration KGL
Kate Lane-Smith
enumeration AJD
enumeration KFA
enumeration JMA
enumeration CNO
enumeration KSM
enumeration NFS
Nora Foster Stovel
enumeration KME
Karyn Huenemann
enumeration KLM
Katie Louise McCullough
enumeration GLN
Graeme Northcote
enumeration SAH
Susan Hesemeier
enumeration MKD
Michelle Di Cintio
enumeration KMO
Kristine Moruzi
enumeration LSW
Larissa Swayze
enumeration NPA
Nadine Adelaar
enumeration RMB
Rebecca Blain
enumeration JAR
Jessica Rattcliffe
enumeration BJM
Breanna Mroczeck
enumeration DEL
Elena Dergacheva
enumeration MDG
Michelle Gregory
enumeration CTL
Celiese Lypka
enumeration NJK
Nikhil Jayadevan
enumeration EMR
Esther Rosario
enumeration CME
Caitlin Elm
enumeration JSI
John Simpson
enumeration RKK
Ruth Knechtel
enumeration AAR
enumeration AGL
enumeration AHR
enumeration CGB
enumeration CMJ
enumeration DRC
enumeration GKC
enumeration GSF
enumeration JJL
enumeration JLL
enumeration LGG
enumeration MRB
enumeration REE
enumeration RZK
enumeration SDD
enumeration JAM
Jueun Moon
enumeration ATC
Amy Cote
enumeration AKB
Adela Burke
enumeration AJS
Aaron Swanbergson
enumeration DEA
Devin Ayotte
enumeration CCK
Cameron Kroetsch
enumeration OAI
Olga Ivanova
enumeration SJA
Stacey Aspinall
enumeration GRH
Gordon Harper
enumeration MVI
Mihaela Ilovan
enumeration APH
Amanda Hooper
enumeration LMD
Lisa Dublin
enumeration CSM
Chelsea Miya
enumeration MKL
Mahdi Kashani Lotfbadi
enumeration ABC
Anita Cutic
enumeration SLF
Samantha Fitzner
enumeration K_M
Kaarina Mikalson
enumeration DVI
Diana Ivanycheva
enumeration L_A
Leslie Allin
enumeration VMD
Victoria Duncan
enumeration R_J
Robert Jackson
enumeration NCB
Neale Barnholden
enumeration DJW
Daryn Wright
enumeration ADZ
Andrew Zuliani
enumeration LEB
Lindsey Bannister
enumeration SEB
Sarah Bull
enumeration DGL
Duncan Gibson-Lockhart
enumeration TLL
Tasha Longtin
enumeration M2M
Melissa Montanari
enumeration KVA
Kristi Abramoff
enumeration MRM
Miriam Mabrouk
enumeration CMH
Corrinne Harol
enumeration DSN
Dempsey Nobert
Used by
Element CHRONSTRUCT
Source
<xs:attribute name="RESP">
  <xs:annotation>
    <xs:documentation>Resp (or responsibility) contains a three-letter initialism of an individual who contributed to the production or distribution of a document.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="IMG"/>
      <xs:enumeration value="SRF"/>
      <xs:enumeration value="PDC"/>
      <xs:enumeration value="KDC"/>
      <xs:enumeration value="ANM"/>
      <xs:enumeration value="CNM"/>
      <xs:enumeration value="KJB"/>
      <xs:enumeration value="TJB"/>
      <xs:enumeration value="JAH"/>
      <xs:enumeration value="MMM"/>
      <xs:enumeration value="SSB"/>
      <xs:enumeration value="SIB"/>
      <xs:enumeration value="MEL"/>
      <xs:enumeration value="JKW"/>
      <xs:enumeration value="KKC"/>
      <xs:enumeration value="PMB"/>
      <xs:enumeration value="TTC"/>
      <xs:enumeration value="KAH"/>
      <xs:enumeration value="JAW"/>
      <xs:enumeration value="SMH"/>
      <xs:enumeration value="SYS"/>
      <xs:enumeration value="HJM"/>
      <xs:enumeration value="CEL"/>
      <xs:enumeration value="JSC"/>
      <xs:enumeration value="PHD"/>
      <xs:enumeration value="AHM"/>
      <xs:enumeration value="SJW"/>
      <xs:enumeration value="JEB"/>
      <xs:enumeration value="SLT"/>
      <xs:enumeration value="BAA"/>
      <xs:enumeration value="CJH"/>
      <xs:enumeration value="JDS"/>
      <xs:enumeration value="MEB"/>
      <xs:enumeration value="NLG"/>
      <xs:enumeration value="CLC"/>
      <xs:enumeration value="GCG"/>
      <xs:enumeration value="KNT"/>
      <xs:enumeration value="JEC"/>
      <xs:enumeration value="RSC"/>
      <xs:enumeration value="SIR"/>
      <xs:enumeration value="ECG"/>
      <xs:enumeration value="SLB"/>
      <xs:enumeration value="CAG"/>
      <xs:enumeration value="MKB"/>
      <xs:enumeration value="OSM"/>
      <xs:enumeration value="DBH"/>
      <xs:enumeration value="KGH"/>
      <xs:enumeration value="JJD"/>
      <xs:enumeration value="DRG"/>
      <xs:enumeration value="NCK"/>
      <xs:enumeration value="DLK"/>
      <xs:enumeration value="AFP"/>
      <xs:enumeration value="KLH"/>
      <xs:enumeration value="CEE"/>
      <xs:enumeration value="TRN"/>
      <xs:enumeration value="RJR"/>
      <xs:enumeration value="LMS"/>
      <xs:enumeration value="JCA"/>
      <xs:enumeration value="JES"/>
      <xs:enumeration value="JLT"/>
      <xs:enumeration value="KGS"/>
      <xs:enumeration value="RJB"/>
      <xs:enumeration value="DMH"/>
      <xs:enumeration value="MAM"/>
      <xs:enumeration value="LKD"/>
      <xs:enumeration value="ARP"/>
      <xs:enumeration value="KDM"/>
      <xs:enumeration value="BJA"/>
      <xs:enumeration value="SEV"/>
      <xs:enumeration value="AJF"/>
      <xs:enumeration value="AGH"/>
      <xs:enumeration value="RTM"/>
      <xs:enumeration value="LM2"/>
      <xs:enumeration value="MRS"/>
      <xs:enumeration value="KEH"/>
      <xs:enumeration value="CLJ"/>
      <xs:enumeration value="JCR"/>
      <xs:enumeration value="TCD"/>
      <xs:enumeration value="EAQ"/>
      <xs:enumeration value="DEK"/>
      <xs:enumeration value="BHL"/>
      <xs:enumeration value="ALR"/>
      <xs:enumeration value="SWK"/>
      <xs:enumeration value="JLP"/>
      <xs:enumeration value="ACF"/>
      <xs:enumeration value="JSE">
        <xs:annotation>
          <xs:documentation>Jana Smith Elford</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="MPO">
        <xs:annotation>
          <xs:documentation>Mariana Paredes-Olea</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="KCS"/>
      <xs:enumeration value="ARC"/>
      <xs:enumeration value="CMW"/>
      <xs:enumeration value="AEG">
        <xs:annotation>
          <xs:documentation>Alexandra Guselle</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="AVU">
        <xs:annotation>
          <xs:documentation>Alison Uttley</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="LJH">
        <xs:annotation>
          <xs:documentation>Lisa Hennigar</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="KSN">
        <xs:annotation>
          <xs:documentation>Kayla Snyder</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="EWD">
        <xs:annotation>
          <xs:documentation>Eric Drebit</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="CSK">
        <xs:annotation>
          <xs:documentation>Caley Skinner</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="JBB">
        <xs:annotation>
          <xs:documentation>Justine Baskey</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="PAD">
        <xs:annotation>
          <xs:documentation>Patricia Demers</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="CMD">
        <xs:annotation>
          <xs:documentation>Cecily Devereux</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="CJG">
        <xs:annotation>
          <xs:documentation>Carole Gerson</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="JRW">
        <xs:annotation>
          <xs:documentation>Janice Williamson</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="MCA">
        <xs:annotation>
          <xs:documentation>Marie Carriere</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="AWI">
        <xs:annotation>
          <xs:documentation>Ann Wilson</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="SKR">
        <xs:annotation>
          <xs:documentation>Sidney Kruth</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="DHA">
        <xs:annotation>
          <xs:documentation>Dorothy Hadfield</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="SDU">
        <xs:annotation>
          <xs:documentation>Scott Duchessne</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="PIH">
        <xs:annotation>
          <xs:documentation>Paul Hjartarson</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="GRA">
        <xs:annotation>
          <xs:documentation>GRA training</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="AAC">
        <xs:annotation>
          <xs:documentation>Aldora Cole</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="EMH">
        <xs:annotation>
          <xs:documentation>Emily Hass</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="KGL">
        <xs:annotation>
          <xs:documentation>Kate Lane-Smith</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="AJD"/>
      <xs:enumeration value="KFA"/>
      <xs:enumeration value="JMA"/>
      <xs:enumeration value="CNO"/>
      <xs:enumeration value="KSM"/>
      <xs:enumeration value="NFS">
        <xs:annotation>
          <xs:documentation>Nora Foster Stovel</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="KME">
        <xs:annotation>
          <xs:documentation>Karyn Huenemann</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="KLM">
        <xs:annotation>
          <xs:documentation>Katie Louise McCullough</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="GLN">
        <xs:annotation>
          <xs:documentation>Graeme Northcote</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="SAH">
        <xs:annotation>
          <xs:documentation>Susan Hesemeier</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="MKD">
        <xs:annotation>
          <xs:documentation>Michelle Di Cintio</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="KMO">
        <xs:annotation>
          <xs:documentation>Kristine Moruzi</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="LSW">
        <xs:annotation>
          <xs:documentation>Larissa Swayze</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="NPA">
        <xs:annotation>
          <xs:documentation>Nadine Adelaar</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="RMB">
        <xs:annotation>
          <xs:documentation>Rebecca Blain</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="JAR">
        <xs:annotation>
          <xs:documentation>Jessica Rattcliffe</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="BJM">
        <xs:annotation>
          <xs:documentation>Breanna Mroczeck</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="DEL">
        <xs:annotation>
          <xs:documentation>Elena Dergacheva</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="MDG">
        <xs:annotation>
          <xs:documentation>Michelle Gregory</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="CTL">
        <xs:annotation>
          <xs:documentation>Celiese Lypka</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="NJK">
        <xs:annotation>
          <xs:documentation>Nikhil Jayadevan</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="EMR">
        <xs:annotation>
          <xs:documentation>Esther Rosario</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="CME">
        <xs:annotation>
          <xs:documentation>Caitlin Elm</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="JSI">
        <xs:annotation>
          <xs:documentation>John Simpson</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="RKK">
        <xs:annotation>
          <xs:documentation>Ruth Knechtel</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="AAR"/>
      <xs:enumeration value="AGL"/>
      <xs:enumeration value="AHR"/>
      <xs:enumeration value="CGB"/>
      <xs:enumeration value="CMJ"/>
      <xs:enumeration value="DRC"/>
      <xs:enumeration value="GKC"/>
      <xs:enumeration value="GSF"/>
      <xs:enumeration value="JJL"/>
      <xs:enumeration value="JLL"/>
      <xs:enumeration value="LGG"/>
      <xs:enumeration value="MRB"/>
      <xs:enumeration value="REE"/>
      <xs:enumeration value="RZK"/>
      <xs:enumeration value="SDD"/>
      <xs:enumeration value="JAM">
        <xs:annotation>
          <xs:documentation>Jueun Moon</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ATC">
        <xs:annotation>
          <xs:documentation>Amy Cote</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="AKB">
        <xs:annotation>
          <xs:documentation>Adela Burke</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="AJS">
        <xs:annotation>
          <xs:documentation>Aaron Swanbergson</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="DEA">
        <xs:annotation>
          <xs:documentation>Devin Ayotte</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="CCK">
        <xs:annotation>
          <xs:documentation>Cameron Kroetsch</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="OAI">
        <xs:annotation>
          <xs:documentation>Olga Ivanova</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="SJA">
        <xs:annotation>
          <xs:documentation>Stacey Aspinall</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="GRH">
        <xs:annotation>
          <xs:documentation>Gordon Harper</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="MVI">
        <xs:annotation>
          <xs:documentation>Mihaela Ilovan</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="APH">
        <xs:annotation>
          <xs:documentation>Amanda Hooper</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="LMD">
        <xs:annotation>
          <xs:documentation>Lisa Dublin</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="CSM">
        <xs:annotation>
          <xs:documentation>Chelsea Miya</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="MKL">
        <xs:annotation>
          <xs:documentation>Mahdi Kashani Lotfbadi</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ABC">
        <xs:annotation>
          <xs:documentation>Anita Cutic</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="SLF">
        <xs:annotation>
          <xs:documentation>Samantha Fitzner</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="K_M">
        <xs:annotation>
          <xs:documentation>Kaarina Mikalson</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="DVI">
        <xs:annotation>
          <xs:documentation>Diana Ivanycheva</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="L_A">
        <xs:annotation>
          <xs:documentation>Leslie Allin</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="VMD">
        <xs:annotation>
          <xs:documentation>Victoria Duncan</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="R_J">
        <xs:annotation>
          <xs:documentation>Robert Jackson</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="NCB">
        <xs:annotation>
          <xs:documentation>Neale Barnholden</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="DJW">
        <xs:annotation>
          <xs:documentation>Daryn Wright</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ADZ">
        <xs:annotation>
          <xs:documentation>Andrew Zuliani</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="LEB">
        <xs:annotation>
          <xs:documentation>Lindsey Bannister</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="SEB">
        <xs:annotation>
          <xs:documentation>Sarah Bull</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="DGL">
        <xs:annotation>
          <xs:documentation>Duncan Gibson-Lockhart</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="TLL">
        <xs:annotation>
          <xs:documentation>Tasha Longtin</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="M2M">
        <xs:annotation>
          <xs:documentation>Melissa Montanari</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="KVA">
        <xs:annotation>
          <xs:documentation>Kristi Abramoff</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="MRM">
        <xs:annotation>
          <xs:documentation>Miriam Mabrouk</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="CMH">
        <xs:annotation>
          <xs:documentation>Corrinne Harol</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="DSN">
        <xs:annotation>
          <xs:documentation>Dempsey Nobert</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute BIRTHPOSITION / @POSITION
Namespace No namespace
Annotations
This optional attribute attached to birthPosition
allows us to systematize information concerning women writers who were the eldest, youngest and only children in their
families.
Type restriction of xs:token
Properties
default ELDEST
Facets
enumeration ELDEST
enumeration YOUNGEST
enumeration ONLY
Used by
Element BIRTHPOSITION
Source
<xs:attribute name="POSITION" default="ELDEST">
  <xs:annotation>
    <xs:documentation>This optional attribute attached to birthPosition allows us to systematize information concerning women writers who were the eldest, youngest and only children in their families.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="ELDEST"/>
      <xs:enumeration value="YOUNGEST"/>
      <xs:enumeration value="ONLY"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute EDUCATION / @MODE
Namespace No namespace
Annotations
This optional attribute
attached to Education records the mode of education and allows us to distinguish the important material
effects between a domestic and an institutional education. This attribute allows us to trace the
historical developments in women's access to education, for example, the informal domestic education
of women writers in the early periods versus women's entrance to post-secondary education in the
twentieth century.
Type restriction of xs:token
Properties
content simple
Facets
enumeration DOMESTIC
enumeration INSTITUTIONAL
enumeration SELF-TAUGHT
Used by
Element EDUCATION
Source
<xs:attribute name="MODE">
  <xs:annotation>
    <xs:documentation>This optional attribute attached to Education records the mode of education and allows us to distinguish the important material effects between a domestic and an institutional education. This attribute allows us to trace the historical developments in women's access to education, for example, the informal domestic education of women writers in the early periods versus women's entrance to post-secondary education in the twentieth century.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="DOMESTIC"/>
      <xs:enumeration value="INSTITUTIONAL"/>
      <xs:enumeration value="SELF-TAUGHT"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute FAMILYMEMBER / @RELATION
Namespace No namespace
Annotations
Relation is a
required attribute attached to FamilyMember. It specifies how the family member discussed within
the FamilyMember element is related to the person.
Type restriction of xs:token
Properties
use required
Facets
enumeration MOTHER
enumeration FATHER
enumeration SISTER
enumeration BROTHER
enumeration AUNT
enumeration UNCLE
enumeration GRANDFATHER
enumeration GRANDMOTHER
enumeration GRANDDAUGHTER
enumeration GRANDSON
enumeration NEPHEW
enumeration STEPSISTER
enumeration STEPBROTHER
enumeration STEPFATHER
enumeration STEPMOTHER
enumeration COUSIN
enumeration FOREBEAR
enumeration OTHER
enumeration SON
enumeration DAUGHTER
enumeration STEPSON
enumeration STEPDAUGHTER
enumeration GUARDIAN
enumeration NIECE
enumeration HUSBAND
enumeration WIFE
enumeration CHILD
enumeration SIBLING
enumeration PARTNER
Used by
Element FAMILYMEMBER
Source
<xs:attribute name="RELATION" use="required">
  <xs:annotation>
    <xs:documentation>Relation is a required attribute attached to FamilyMember. It specifies how the family member discussed within the FamilyMember element is related to the person.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="MOTHER"/>
      <xs:enumeration value="FATHER"/>
      <xs:enumeration value="SISTER"/>
      <xs:enumeration value="BROTHER"/>
      <xs:enumeration value="AUNT"/>
      <xs:enumeration value="UNCLE"/>
      <xs:enumeration value="GRANDFATHER"/>
      <xs:enumeration value="GRANDMOTHER"/>
      <xs:enumeration value="GRANDDAUGHTER"/>
      <xs:enumeration value="GRANDSON"/>
      <xs:enumeration value="NEPHEW"/>
      <xs:enumeration value="STEPSISTER"/>
      <xs:enumeration value="STEPBROTHER"/>
      <xs:enumeration value="STEPFATHER"/>
      <xs:enumeration value="STEPMOTHER"/>
      <xs:enumeration value="COUSIN"/>
      <xs:enumeration value="FOREBEAR"/>
      <xs:enumeration value="OTHER"/>
      <xs:enumeration value="SON"/>
      <xs:enumeration value="DAUGHTER"/>
      <xs:enumeration value="STEPSON"/>
      <xs:enumeration value="STEPDAUGHTER"/>
      <xs:enumeration value="GUARDIAN"/>
      <xs:enumeration value="NIECE"/>
      <xs:enumeration value="HUSBAND"/>
      <xs:enumeration value="WIFE"/>
      <xs:enumeration value="CHILD"/>
      <xs:enumeration value="SIBLING"/>
      <xs:enumeration value="PARTNER"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute FAMILY / @ID
Namespace No namespace
Type xs:NCName
Properties
content simple
Used by
Element FAMILY
Source
<xs:attribute name="ID" type="xs:NCName"/>
[ top ]
Attribute HEALTH / @ISSUE
Namespace No namespace
Annotations
Issue denotes the specific
type of health issue described within a biography section. Its attribute values will allow us to
separate health issues pertaining to physical and mental health and to specifically female health
concerns. We are interested in facilitating research on the gendered nature of women's relation to
the medical institution, female illnesses such as breast cancer, and women's oppression by mental
health institutions, to name only a few.
Type restriction of xs:token
Properties
content simple
Facets
enumeration DISABILITY
enumeration FEMALEBODY
enumeration MENTAL
enumeration PHYSICAL
Used by
Element HEALTH
Source
<xs:attribute name="ISSUE">
  <xs:annotation>
    <xs:documentation>Issue denotes the specific type of health issue described within a biography section. Its attribute values will allow us to separate health issues pertaining to physical and mental health and to specifically female health concerns. We are interested in facilitating research on the gendered nature of women's relation to the medical institution, female illnesses such as breast cancer, and women's oppression by mental health institutions, to name only a few.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="DISABILITY"/>
      <xs:enumeration value="FEMALEBODY"/>
      <xs:enumeration value="MENTAL"/>
      <xs:enumeration value="PHYSICAL"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute INTIMATERELATIONSHIPS / @EROTIC
Namespace No namespace
Annotations
This attribute attached to
intimateRelationships allows us to distinguish intimate relationships that were erotic and/or explicitly
sexual from intimate relationships that were not. Erotic in this context suggests that sexuality was an
issue in the relationship, whether or not it was acted upon in both same sex and opposite sex relations.
In not wishing to assume that heterosexual relations between sexual partners are the only standard for
intimate relationships, we include both erotic and non-erotic relations as central to a woman's life
and use this attribute to distinguish between the two. This attribute also seeks to redress the
historical and ideological silence placed upon women's same sex relationships; it recognizes that
biographical information concerning these relationships often is impossible to uncover, and therefore
allows for an attribute value of "eroticPossibly" that registers the possibility of a sexual
relationship, when, in the absence of biographical proof, it is impossible to claim such as
fact.
Type restriction of xs:token
Properties
content simple
Facets
enumeration EROTICYES
enumeration EROTICNO
enumeration EROTICPOSSIBLY
Used by
Source
<xs:attribute name="EROTIC">
  <xs:annotation>
    <xs:documentation>This attribute attached to intimateRelationships allows us to distinguish intimate relationships that were erotic and/or explicitly sexual from intimate relationships that were not. Erotic in this context suggests that sexuality was an issue in the relationship, whether or not it was acted upon in both same sex and opposite sex relations. In not wishing to assume that heterosexual relations between sexual partners are the only standard for intimate relationships, we include both erotic and non-erotic relations as central to a woman's life and use this attribute to distinguish between the two. This attribute also seeks to redress the historical and ideological silence placed upon women's same sex relationships; it recognizes that biographical information concerning these relationships often is impossible to uncover, and therefore allows for an attribute value of "eroticPossibly" that registers the possibility of a sexual relationship, when, in the absence of biographical proof, it is impossible to claim such as fact.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="EROTICYES"/>
      <xs:enumeration value="EROTICNO"/>
      <xs:enumeration value="EROTICPOSSIBLY"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute LANGUAGE / @COMPETENCE
Namespace No namespace
Annotations
This attribute attached to language name allows the
tagger to express whether or not the specified language was the person's mothertongue. We hope to facilitate researchers
interested in studying women writers who wrote in English but whose first language was not English.
Type restriction of xs:token
Properties
default OTHER
Facets
enumeration OTHER
enumeration MOTHER
Used by
Element LANGUAGE
Source
<xs:attribute name="COMPETENCE" default="OTHER">
  <xs:annotation>
    <xs:documentation>This attribute attached to language name allows the tagger to express whether or not the specified language was the person's mothertongue. We hope to facilitate researchers interested in studying women writers who wrote in English but whose first language was not English.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="OTHER"/>
      <xs:enumeration value="MOTHER"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute LANGUAGE / @REG
Namespace No namespace
Annotations
Reg (or
regularization) contains a reading which has been regularized or normalized in some
sense.
Used by
Element LANGUAGE
Source
<xs:attribute name="REG">
  <xs:annotation>
    <xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute RESIDENCEANDMOBILITY / @RELATIONTO
Namespace No namespace
Type restriction of xs:token
Properties
use required
Facets
enumeration LIVED
enumeration VISITED
enumeration MOVED
enumeration UNKNOWN
enumeration TRAVELLED
enumeration MIGRATED
Used by
Source
<xs:attribute name="RELATIONTO" use="required">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="LIVED"/>
      <xs:enumeration value="VISITED"/>
      <xs:enumeration value="MOVED"/>
      <xs:enumeration value="UNKNOWN"/>
      <xs:enumeration value="TRAVELLED"/>
      <xs:enumeration value="MIGRATED"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute TEXTSCOPE / @PLACEHOLDER
Namespace No namespace
Used by
Element TEXTSCOPE
Source
<xs:attribute name="PLACEHOLDER"/>
[ top ]
Attribute TEXTSCOPE / @REF
Namespace No namespace
Type xs:anyURI
Properties
content simple
Used by
Element TEXTSCOPE
Source
<xs:attribute name="REF" type="xs:anyURI"/>
[ top ]
Attribute P / @ID
Namespace No namespace
Type xs:NCName
Properties
content simple
Used by
Element P
Source
<xs:attribute name="ID" type="xs:NCName"/>
[ top ]
Attribute L / @PART
Namespace No namespace
Annotations
The part attribute specifies whether or not its parent
element is fragmented in some way, typically by some other overlapping structure: for example a speech which is divided between
two or more verse stanzas, a paragraph which is split across a page division, a verse line which is divided between two
speakers.
Type restriction of xs:token
Properties
default N
Facets
enumeration N
(no) either the element is not fragmented, or no claim is made as to its completeness
enumeration Y
(yes) the element is fragmented in some (unspecified) respect
enumeration I
(initial) this is the initial part of a fragmented element
enumeration M
(medial) this is a medial part of a fragmented element
enumeration F
(final) this is the final part of a fragmented element
Used by
Element L
Source
<xs:attribute name="PART" default="N">
  <xs:annotation>
    <xs:documentation>The part attribute specifies whether or not its parent element is fragmented in some way, typically by some other overlapping structure: for example a speech which is divided between two or more verse stanzas, a paragraph which is split across a page division, a verse line which is divided between two speakers.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="N">
        <xs:annotation>
          <xs:documentation>(no) either the element is not fragmented, or no claim is made as to its completeness</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Y">
        <xs:annotation>
          <xs:documentation>(yes) the element is fragmented in some (unspecified) respect</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="I">
        <xs:annotation>
          <xs:documentation>(initial) this is the initial part of a fragmented element</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="M">
        <xs:annotation>
          <xs:documentation>(medial) this is a medial part of a fragmented element</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="F">
        <xs:annotation>
          <xs:documentation>(final) this is the final part of a fragmented element</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute L / @RHYME
Namespace No namespace
Annotations
Rhyme marks the rhyming part of a metrical
line.
Used by
Element L
Source
<xs:attribute name="RHYME">
  <xs:annotation>
    <xs:documentation>Rhyme marks the rhyming part of a metrical line.</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute TTHEMETOPIC / @ID
Namespace No namespace
Type xs:NCName
Properties
content simple
Used by
Element TTHEMETOPIC
Source
<xs:attribute name="ID" type="xs:NCName"/>
[ top ]
Attribute TTHEMETOPIC / @REG
Namespace No namespace
Annotations
This attribute allows for the addition of an alternative or standardized label
for a theme or topic if this is not sufficiently conveyed by contents of the tag.
Used by
Element TTHEMETOPIC
Source
<xs:attribute name="REG">
  <xs:annotation>
    <xs:documentation>This attribute allows for the addition of an alternative or standardized label for a theme or topic if this is not sufficiently conveyed by contents of the tag.</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute PLITERARYMOVEMENTS / @INVOLVEMENT
Namespace No namespace
Annotations
This optional attribute attached to
politicalAffiliation in Biography and PLiteraryMovements in Writing, in conjunction with its sibling attributes, designates the
degree of political engagement with the political affiliation or literary school specified. Involvement denotes an intermediate
level of activity between activism and membership; the political activities involves more than simply being a member of the
Labour Party but does not entail sustained activism. Examples might include participating (but not in a leadership role) in a
labour strike or a WSPU march, holding a position within an organization's executive, writing letters or canvassing for
Greenpeace.
Type restriction of xs:token
Properties
default INVOLVEMENTYES
Facets
enumeration INVOLVEMENTYES
enumeration INVOLVEMENTNO
Used by
Source
<xs:attribute name="INVOLVEMENT" default="INVOLVEMENTYES">
  <xs:annotation>
    <xs:documentation>This optional attribute attached to politicalAffiliation in Biography and PLiteraryMovements in Writing, in conjunction with its sibling attributes, designates the degree of political engagement with the political affiliation or literary school specified. Involvement denotes an intermediate level of activity between activism and membership; the political activities involves more than simply being a member of the Labour Party but does not entail sustained activism. Examples might include participating (but not in a leadership role) in a labour strike or a WSPU march, holding a position within an organization's executive, writing letters or canvassing for Greenpeace.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="INVOLVEMENTYES"/>
      <xs:enumeration value="INVOLVEMENTNO"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute PLITERARYMOVEMENTS / @REG
Namespace No namespace
Annotations
Reg (or
regularization) contains a reading which has been regularized or normalized in some
sense.
Used by
Source
<xs:attribute name="REG">
  <xs:annotation>
    <xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute TGENRE / @GENRENAME
Namespace No namespace
Annotations
GenreName is an optional attribute that provides a
pick-list of possible genre names to modify the element tGenre. It will prove especially useful in situations where the prose
does not allow the concise naming of a genre that would be easily understood by a simpler name. Ultimately, this attribute will
help us systematize and index references to various genre names.
Type restriction of xs:token
Properties
content simple
Facets
enumeration ABRIDGEMENT
enumeration ACLEF
enumeration ACROSTIC
enumeration ADAPTATION
enumeration ADVENTUREWRITING
enumeration ADVERTISINGCOPY
enumeration AFTERPIECE
enumeration AFTERWORD
enumeration AGITPROP
enumeration ALLEGORY
enumeration ALMANAC
enumeration ANACREONTIC
enumeration ANAGRAM
enumeration ANNOTATION
enumeration ANSWER
enumeration ANTHEM
enumeration ANTHOLOGY
enumeration ANTIROMANCE
enumeration APHORISM
enumeration APOLOGY
enumeration ARTCRITICISM
enumeration AUTOBIOGRAPHY
enumeration BALLAD
enumeration BALLADE
enumeration BALLADOPERA
enumeration BALLET
enumeration BERGAMASQUE
enumeration BESTIARY
enumeration BIBLICALPARAPHRASE
enumeration BILDUNGSROMAN
enumeration BIOGRAPHICALDICTIONARY
enumeration BIOGRAPHY
enumeration BISEXUALFICTION
enumeration BLACKCOMEDY
enumeration BOUTSRIMES
enumeration BROADSIDE
enumeration BURLETTA
enumeration CABARET
enumeration CAPTIVITYNARRATIVE
enumeration CATECHISM
enumeration CHAPBOOK
enumeration CHARACTER
enumeration CHARADE
enumeration CHILDRENSLITERATURE
enumeration CLERIHEW
enumeration CLOSETDRAMA
enumeration COLLECTIVECREATION
enumeration COLOURINGBOOK
enumeration COMEDY
enumeration COMEDYOFHUMOURS
enumeration COMEDYOFINTRIGUE
enumeration COMEDYOFMANNERS
enumeration COMEDYOFMENACE
enumeration COMICBOOK
enumeration COMINGOUT
enumeration COMMONPLACEBOOK
enumeration COMPANION
enumeration COMPUTERPROGRAM
enumeration CONDITIONOFENGLANDNOVEL
enumeration CONDUCTLITERATURE
enumeration COOKBOOK
enumeration COURTSHIPFICTION
enumeration CRIMINOLOGY
enumeration DANCE
enumeration DEDICATION
enumeration DETECTIVE
enumeration DEVOTIONAL
enumeration DIALOGUEORDEBATE
enumeration DIARY
enumeration DIALOGUEOFTHEDEAD
enumeration DICTIONARY
enumeration DIDACTIC
enumeration DIRECTORY
enumeration DISSERTATION
enumeration DOCUDRAMA
enumeration DOCUMENTARY
enumeration DOMESTIC
enumeration DRAMA
enumeration DRAMATICMONOLOGUE
enumeration DREAMVISION
enumeration DYSTOPIA
enumeration ECLOGUE
enumeration EDITING
enumeration ELEGY
enumeration ENCYCLOPAEDIA
enumeration EPIC
enumeration EPICTHEATRE
enumeration EPIGRAM
enumeration EPILOGUE
enumeration EPISODICLITERATURE
enumeration EPISTLE
enumeration EPISTOLARY
enumeration EPITAPH
enumeration EPITHALAMIUM
enumeration EPYLLION
enumeration EROTICAPORNOGRAPHY
enumeration ESSAY
enumeration EULOGY
enumeration EXHIBITIONCATALOGUE
enumeration EXPRESSIONISTWRITING
enumeration FABLE
enumeration FABLIAU
enumeration FAIRYTALE
enumeration FANTASY
enumeration FARCE
enumeration FEMINIST
enumeration FEMINISTTHEORY
enumeration FICTION
enumeration FILMTVSCRIPT
enumeration FOLKSONG
enumeration GARDENINGBOOK
enumeration GENEALOGY
enumeration GEORGIC
enumeration GHOSTSTORY
enumeration GIFTBOOK
enumeration GOTHIC
enumeration GOVERNMENTREPORT
enumeration GRAMMAR
enumeration GRAVEYARDPOETRY
enumeration GUERILLATHEATRE
enumeration GUIDEBOOK
enumeration HAGIOGRAPHY
enumeration HAIKU
enumeration HARLEQUINADE
enumeration HEROIC
enumeration HISTORICAL
enumeration HISTORY
enumeration HYMN
enumeration IMITATION
enumeration IMPROVISATION
enumeration INDUSTRIALNOVEL
enumeration INTRODUCTION
enumeration JOURNALISM
enumeration JUVENILIA
enumeration KITCHENSINKDRAMA
enumeration KUNSTLERROMAN
enumeration LAIS
enumeration LAMPOON
enumeration LEGALWRITING
enumeration LEGENDFOLKTALE
enumeration LESBIAN
enumeration LETTER
enumeration LETTERSFROMTHEDEADTOTHELIVING
enumeration LIBRETTO
enumeration LITERARYCRITICISM
enumeration LITURGY
enumeration LOVE
enumeration LYRIC
enumeration MAGICREALIST
enumeration MANIFESTO
enumeration MANUAL
enumeration MAP
enumeration MASQUE
enumeration MEDICALWRITING
enumeration MELODRAMA
enumeration MIXEDMEDIA
enumeration MOCKFORMS
enumeration MONOLOGUE
enumeration MORALITYMYSTERYPLAY
enumeration MULTIMEDIA
enumeration MUSICAL
enumeration MUSICOLOGY
enumeration MYSTERY
enumeration MYTH
enumeration NARRATIVEPOETRY
enumeration NATIONALISTFICTION
enumeration NATIONALTALE
enumeration NOTEBOOK
enumeration NOVEL
enumeration NOVELLA
enumeration NURSERYRHYME
enumeration OBITUARY
enumeration OCCASIONALPOETRY
enumeration ODE
enumeration ONEACTPLAY
enumeration OPERA
enumeration ORATORIO
enumeration ORIENTAL
enumeration PAGEANT
enumeration PANEGYRIC
enumeration PANTOMIME
enumeration PARABLE
enumeration PARATEXTS
enumeration PARLIAMENTARYREPORT
enumeration PARODY
enumeration PASTORAL
enumeration PEDAGOGY
enumeration PERFORMANCEPOETRY
enumeration PERIODICAL
enumeration PETITION
enumeration PHILOSOPHICAL
enumeration PHILOSOPHY
enumeration PHYSICALTHEATRE
enumeration PICARESQUE
enumeration PINDARIC
enumeration PODPLAY
enumeration POETRY
enumeration POLEMIC
enumeration POLITICALWRITING
enumeration POPULAR
enumeration PRAYER
enumeration PREFATORYPIECE
enumeration PROGRAMNOTES
enumeration PROLETARIANWRITING
enumeration PROLOGUE
enumeration PROPAGANDA
enumeration PROPHECY
enumeration PSALM
enumeration PSYCHOANALYTICAL
enumeration QUIZ
enumeration RADIODRAMA
enumeration REALIST
enumeration REGIONAL
enumeration RELIGIOUS
enumeration REVIEW
enumeration REVUE
enumeration RIDDLE
enumeration ROMANCE
enumeration SAGEWRITING
enumeration SATIRE
enumeration SCHOLARSHIP
enumeration SCHOOLFICTION
enumeration SCIENCEFICTION
enumeration SCIENTIFICWRITING
enumeration SCRAPBOOK
enumeration SENSATIONNOVEL
enumeration SENSIBILITY
enumeration SENTIMENTAL
enumeration SEQUEL
enumeration SERMON
enumeration SEXUALAWAKENINGFICTION
enumeration SHORTSTORY
enumeration SILVERFORKNOVEL
enumeration SKETCH
enumeration SKETCHBOOK
enumeration SLAVENARRATIVE
enumeration SOCIALSCIENCE
enumeration SONG
enumeration SONNET
enumeration SPEECH
enumeration STAGEREVIEW
enumeration TESTIMONY
enumeration TEXTBOOK
enumeration THEATREFORYOUNGAUDIENCES
enumeration THEATREOFCRUELTY
enumeration THEATREOFTHEABSURD
enumeration THEOLOGY
enumeration THESAURUS
enumeration THRILLER
enumeration TOPOGRAPHICALPOETRY
enumeration TRACTPAMPHLET
enumeration TRAGEDY
enumeration TRAGICOMEDY
enumeration TRANSLATION
enumeration TRAVELWRITING
enumeration TREATISE
enumeration UTOPIA
enumeration VERBATIM
enumeration VERSENOVEL
enumeration VIGNETTE
enumeration VILLANELLE
enumeration WESTERN
enumeration YOUNGADULTWRITING
Used by
Element TGENRE
Source
<xs:attribute name="GENRENAME">
  <xs:annotation>
    <xs:documentation>GenreName is an optional attribute that provides a pick-list of possible genre names to modify the element tGenre. It will prove especially useful in situations where the prose does not allow the concise naming of a genre that would be easily understood by a simpler name. Ultimately, this attribute will help us systematize and index references to various genre names.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="ABRIDGEMENT"/>
      <xs:enumeration value="ACLEF"/>
      <xs:enumeration value="ACROSTIC"/>
      <xs:enumeration value="ADAPTATION"/>
      <xs:enumeration value="ADVENTUREWRITING"/>
      <xs:enumeration value="ADVERTISINGCOPY"/>
      <xs:enumeration value="AFTERPIECE"/>
      <xs:enumeration value="AFTERWORD"/>
      <xs:enumeration value="AGITPROP"/>
      <xs:enumeration value="ALLEGORY"/>
      <xs:enumeration value="ALMANAC"/>
      <xs:enumeration value="ANACREONTIC"/>
      <xs:enumeration value="ANAGRAM"/>
      <xs:enumeration value="ANNOTATION"/>
      <xs:enumeration value="ANSWER"/>
      <xs:enumeration value="ANTHEM"/>
      <xs:enumeration value="ANTHOLOGY"/>
      <xs:enumeration value="ANTIROMANCE"/>
      <xs:enumeration value="APHORISM"/>
      <xs:enumeration value="APOLOGY"/>
      <xs:enumeration value="ARTCRITICISM"/>
      <xs:enumeration value="AUTOBIOGRAPHY"/>
      <xs:enumeration value="BALLAD"/>
      <xs:enumeration value="BALLADE"/>
      <xs:enumeration value="BALLADOPERA"/>
      <xs:enumeration value="BALLET"/>
      <xs:enumeration value="BERGAMASQUE"/>
      <xs:enumeration value="BESTIARY"/>
      <xs:enumeration value="BIBLICALPARAPHRASE"/>
      <xs:enumeration value="BILDUNGSROMAN"/>
      <xs:enumeration value="BIOGRAPHICALDICTIONARY"/>
      <xs:enumeration value="BIOGRAPHY"/>
      <xs:enumeration value="BISEXUALFICTION"/>
      <xs:enumeration value="BLACKCOMEDY"/>
      <xs:enumeration value="BOUTSRIMES"/>
      <xs:enumeration value="BROADSIDE"/>
      <xs:enumeration value="BURLETTA"/>
      <xs:enumeration value="CABARET"/>
      <xs:enumeration value="CAPTIVITYNARRATIVE"/>
      <xs:enumeration value="CATECHISM"/>
      <xs:enumeration value="CHAPBOOK"/>
      <xs:enumeration value="CHARACTER"/>
      <xs:enumeration value="CHARADE"/>
      <xs:enumeration value="CHILDRENSLITERATURE"/>
      <xs:enumeration value="CLERIHEW"/>
      <xs:enumeration value="CLOSETDRAMA"/>
      <xs:enumeration value="COLLECTIVECREATION"/>
      <xs:enumeration value="COLOURINGBOOK"/>
      <xs:enumeration value="COMEDY"/>
      <xs:enumeration value="COMEDYOFHUMOURS"/>
      <xs:enumeration value="COMEDYOFINTRIGUE"/>
      <xs:enumeration value="COMEDYOFMANNERS"/>
      <xs:enumeration value="COMEDYOFMENACE"/>
      <xs:enumeration value="COMICBOOK"/>
      <xs:enumeration value="COMINGOUT"/>
      <xs:enumeration value="COMMONPLACEBOOK"/>
      <xs:enumeration value="COMPANION"/>
      <xs:enumeration value="COMPUTERPROGRAM"/>
      <xs:enumeration value="CONDITIONOFENGLANDNOVEL"/>
      <xs:enumeration value="CONDUCTLITERATURE"/>
      <xs:enumeration value="COOKBOOK"/>
      <xs:enumeration value="COURTSHIPFICTION"/>
      <xs:enumeration value="CRIMINOLOGY"/>
      <xs:enumeration value="DANCE"/>
      <xs:enumeration value="DEDICATION"/>
      <xs:enumeration value="DETECTIVE"/>
      <xs:enumeration value="DEVOTIONAL"/>
      <xs:enumeration value="DIALOGUEORDEBATE"/>
      <xs:enumeration value="DIARY"/>
      <xs:enumeration value="DIALOGUEOFTHEDEAD"/>
      <xs:enumeration value="DICTIONARY"/>
      <xs:enumeration value="DIDACTIC"/>
      <xs:enumeration value="DIRECTORY"/>
      <xs:enumeration value="DISSERTATION"/>
      <xs:enumeration value="DOCUDRAMA"/>
      <xs:enumeration value="DOCUMENTARY"/>
      <xs:enumeration value="DOMESTIC"/>
      <xs:enumeration value="DRAMA"/>
      <xs:enumeration value="DRAMATICMONOLOGUE"/>
      <xs:enumeration value="DREAMVISION"/>
      <xs:enumeration value="DYSTOPIA"/>
      <xs:enumeration value="ECLOGUE"/>
      <xs:enumeration value="EDITING"/>
      <xs:enumeration value="ELEGY"/>
      <xs:enumeration value="ENCYCLOPAEDIA"/>
      <xs:enumeration value="EPIC"/>
      <xs:enumeration value="EPICTHEATRE"/>
      <xs:enumeration value="EPIGRAM"/>
      <xs:enumeration value="EPILOGUE"/>
      <xs:enumeration value="EPISODICLITERATURE"/>
      <xs:enumeration value="EPISTLE"/>
      <xs:enumeration value="EPISTOLARY"/>
      <xs:enumeration value="EPITAPH"/>
      <xs:enumeration value="EPITHALAMIUM"/>
      <xs:enumeration value="EPYLLION"/>
      <xs:enumeration value="EROTICAPORNOGRAPHY"/>
      <xs:enumeration value="ESSAY"/>
      <xs:enumeration value="EULOGY"/>
      <xs:enumeration value="EXHIBITIONCATALOGUE"/>
      <xs:enumeration value="EXPRESSIONISTWRITING"/>
      <xs:enumeration value="FABLE"/>
      <xs:enumeration value="FABLIAU"/>
      <xs:enumeration value="FAIRYTALE"/>
      <xs:enumeration value="FANTASY"/>
      <xs:enumeration value="FARCE"/>
      <xs:enumeration value="FEMINIST"/>
      <xs:enumeration value="FEMINISTTHEORY"/>
      <xs:enumeration value="FICTION"/>
      <xs:enumeration value="FILMTVSCRIPT"/>
      <xs:enumeration value="FOLKSONG"/>
      <xs:enumeration value="GARDENINGBOOK"/>
      <xs:enumeration value="GENEALOGY"/>
      <xs:enumeration value="GEORGIC"/>
      <xs:enumeration value="GHOSTSTORY"/>
      <xs:enumeration value="GIFTBOOK"/>
      <xs:enumeration value="GOTHIC"/>
      <xs:enumeration value="GOVERNMENTREPORT"/>
      <xs:enumeration value="GRAMMAR"/>
      <xs:enumeration value="GRAVEYARDPOETRY"/>
      <xs:enumeration value="GUERILLATHEATRE"/>
      <xs:enumeration value="GUIDEBOOK"/>
      <xs:enumeration value="HAGIOGRAPHY"/>
      <xs:enumeration value="HAIKU"/>
      <xs:enumeration value="HARLEQUINADE"/>
      <xs:enumeration value="HEROIC"/>
      <xs:enumeration value="HISTORICAL"/>
      <xs:enumeration value="HISTORY"/>
      <xs:enumeration value="HYMN"/>
      <xs:enumeration value="IMITATION"/>
      <xs:enumeration value="IMPROVISATION"/>
      <xs:enumeration value="INDUSTRIALNOVEL"/>
      <xs:enumeration value="INTRODUCTION"/>
      <xs:enumeration value="JOURNALISM"/>
      <xs:enumeration value="JUVENILIA"/>
      <xs:enumeration value="KITCHENSINKDRAMA"/>
      <xs:enumeration value="KUNSTLERROMAN"/>
      <xs:enumeration value="LAIS"/>
      <xs:enumeration value="LAMPOON"/>
      <xs:enumeration value="LEGALWRITING"/>
      <xs:enumeration value="LEGENDFOLKTALE"/>
      <xs:enumeration value="LESBIAN"/>
      <xs:enumeration value="LETTER"/>
      <xs:enumeration value="LETTERSFROMTHEDEADTOTHELIVING"/>
      <xs:enumeration value="LIBRETTO"/>
      <xs:enumeration value="LITERARYCRITICISM"/>
      <xs:enumeration value="LITURGY"/>
      <xs:enumeration value="LOVE"/>
      <xs:enumeration value="LYRIC"/>
      <xs:enumeration value="MAGICREALIST"/>
      <xs:enumeration value="MANIFESTO"/>
      <xs:enumeration value="MANUAL"/>
      <xs:enumeration value="MAP"/>
      <xs:enumeration value="MASQUE"/>
      <xs:enumeration value="MEDICALWRITING"/>
      <xs:enumeration value="MELODRAMA"/>
      <xs:enumeration value="MIXEDMEDIA"/>
      <xs:enumeration value="MOCKFORMS"/>
      <xs:enumeration value="MONOLOGUE"/>
      <xs:enumeration value="MORALITYMYSTERYPLAY"/>
      <xs:enumeration value="MULTIMEDIA"/>
      <xs:enumeration value="MUSICAL"/>
      <xs:enumeration value="MUSICOLOGY"/>
      <xs:enumeration value="MYSTERY"/>
      <xs:enumeration value="MYTH"/>
      <xs:enumeration value="NARRATIVEPOETRY"/>
      <xs:enumeration value="NATIONALISTFICTION"/>
      <xs:enumeration value="NATIONALTALE"/>
      <xs:enumeration value="NOTEBOOK"/>
      <xs:enumeration value="NOVEL"/>
      <xs:enumeration value="NOVELLA"/>
      <xs:enumeration value="NURSERYRHYME"/>
      <xs:enumeration value="OBITUARY"/>
      <xs:enumeration value="OCCASIONALPOETRY"/>
      <xs:enumeration value="ODE"/>
      <xs:enumeration value="ONEACTPLAY"/>
      <xs:enumeration value="OPERA"/>
      <xs:enumeration value="ORATORIO"/>
      <xs:enumeration value="ORIENTAL"/>
      <xs:enumeration value="PAGEANT"/>
      <xs:enumeration value="PANEGYRIC"/>
      <xs:enumeration value="PANTOMIME"/>
      <xs:enumeration value="PARABLE"/>
      <xs:enumeration value="PARATEXTS"/>
      <xs:enumeration value="PARLIAMENTARYREPORT"/>
      <xs:enumeration value="PARODY"/>
      <xs:enumeration value="PASTORAL"/>
      <xs:enumeration value="PEDAGOGY"/>
      <xs:enumeration value="PERFORMANCEPOETRY"/>
      <xs:enumeration value="PERIODICAL"/>
      <xs:enumeration value="PETITION"/>
      <xs:enumeration value="PHILOSOPHICAL"/>
      <xs:enumeration value="PHILOSOPHY"/>
      <xs:enumeration value="PHYSICALTHEATRE"/>
      <xs:enumeration value="PICARESQUE"/>
      <xs:enumeration value="PINDARIC"/>
      <xs:enumeration value="PODPLAY"/>
      <xs:enumeration value="POETRY"/>
      <xs:enumeration value="POLEMIC"/>
      <xs:enumeration value="POLITICALWRITING"/>
      <xs:enumeration value="POPULAR"/>
      <xs:enumeration value="PRAYER"/>
      <xs:enumeration value="PREFATORYPIECE"/>
      <xs:enumeration value="PROGRAMNOTES"/>
      <xs:enumeration value="PROLETARIANWRITING"/>
      <xs:enumeration value="PROLOGUE"/>
      <xs:enumeration value="PROPAGANDA"/>
      <xs:enumeration value="PROPHECY"/>
      <xs:enumeration value="PSALM"/>
      <xs:enumeration value="PSYCHOANALYTICAL"/>
      <xs:enumeration value="QUIZ"/>
      <xs:enumeration value="RADIODRAMA"/>
      <xs:enumeration value="REALIST"/>
      <xs:enumeration value="REGIONAL"/>
      <xs:enumeration value="RELIGIOUS"/>
      <xs:enumeration value="REVIEW"/>
      <xs:enumeration value="REVUE"/>
      <xs:enumeration value="RIDDLE"/>
      <xs:enumeration value="ROMANCE"/>
      <xs:enumeration value="SAGEWRITING"/>
      <xs:enumeration value="SATIRE"/>
      <xs:enumeration value="SCHOLARSHIP"/>
      <xs:enumeration value="SCHOOLFICTION"/>
      <xs:enumeration value="SCIENCEFICTION"/>
      <xs:enumeration value="SCIENTIFICWRITING"/>
      <xs:enumeration value="SCRAPBOOK"/>
      <xs:enumeration value="SENSATIONNOVEL"/>
      <xs:enumeration value="SENSIBILITY"/>
      <xs:enumeration value="SENTIMENTAL"/>
      <xs:enumeration value="SEQUEL"/>
      <xs:enumeration value="SERMON"/>
      <xs:enumeration value="SEXUALAWAKENINGFICTION"/>
      <xs:enumeration value="SHORTSTORY"/>
      <xs:enumeration value="SILVERFORKNOVEL"/>
      <xs:enumeration value="SKETCH"/>
      <xs:enumeration value="SKETCHBOOK"/>
      <xs:enumeration value="SLAVENARRATIVE"/>
      <xs:enumeration value="SOCIALSCIENCE"/>
      <xs:enumeration value="SONG"/>
      <xs:enumeration value="SONNET"/>
      <xs:enumeration value="SPEECH"/>
      <xs:enumeration value="STAGEREVIEW"/>
      <xs:enumeration value="TESTIMONY"/>
      <xs:enumeration value="TEXTBOOK"/>
      <xs:enumeration value="THEATREFORYOUNGAUDIENCES"/>
      <xs:enumeration value="THEATREOFCRUELTY"/>
      <xs:enumeration value="THEATREOFTHEABSURD"/>
      <xs:enumeration value="THEOLOGY"/>
      <xs:enumeration value="THESAURUS"/>
      <xs:enumeration value="THRILLER"/>
      <xs:enumeration value="TOPOGRAPHICALPOETRY"/>
      <xs:enumeration value="TRACTPAMPHLET"/>
      <xs:enumeration value="TRAGEDY"/>
      <xs:enumeration value="TRAGICOMEDY"/>
      <xs:enumeration value="TRANSLATION"/>
      <xs:enumeration value="TRAVELWRITING"/>
      <xs:enumeration value="TREATISE"/>
      <xs:enumeration value="UTOPIA"/>
      <xs:enumeration value="VERBATIM"/>
      <xs:enumeration value="VERSENOVEL"/>
      <xs:enumeration value="VIGNETTE"/>
      <xs:enumeration value="VILLANELLE"/>
      <xs:enumeration value="WESTERN"/>
      <xs:enumeration value="YOUNGADULTWRITING"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute TCHARACTERNAME / @REG
Namespace No namespace
Annotations
Reg (or
regularization) contains a reading which has been regularized or normalized in some
sense.
Used by
Element TCHARACTERNAME
Source
<xs:attribute name="REG">
  <xs:annotation>
    <xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute TCHARACTERTYPEROLE / @PROTAGONIST
Namespace No namespace
Annotations
This attribute defines the type of character where
useful.
Type restriction of xs:token
Properties
content simple
Facets
enumeration MALE
enumeration FEMALE
Used by
Source
<xs:attribute name="PROTAGONIST">
  <xs:annotation>
    <xs:documentation>This attribute defines the type of character where useful.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="MALE"/>
      <xs:enumeration value="FEMALE"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute TOPIC / @STANDARD
Namespace No namespace
Annotations
Used to record the standard name by which a person,
organization, or topic is known
Used by
Element TOPIC
Source
<xs:attribute name="STANDARD">
  <xs:annotation>
    <xs:documentation>Used to record the standard name by which a person, organization, or topic is known</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute JOBTITLE / @CURRENTALTERNATIVETERM
Namespace No namespace
Annotations
This attribute allows you to capture changes in
terminology over time. The older name in your prose may not be familiar to your reader nor helpful for indexing purposes and
therefore needs explanation.
Used by
Element JOBTITLE
Source
<xs:attribute name="CURRENTALTERNATIVETERM">
  <xs:annotation>
    <xs:documentation>This attribute allows you to capture changes in terminology over time. The older name in your prose may not be familiar to your reader nor helpful for indexing purposes and therefore needs explanation.</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute JOBTITLE / @FAMILYBUSINESS
Namespace No namespace
Annotations
This optional attribute allows us to track the extent
to which women's work took place within a family business (meaning the economic, bread-winning business carried on within the
family and not, unfortunately, domestic work).
Type restriction of xs:token
Properties
default FAMILYBUSINESSYES
Facets
enumeration FAMILYBUSINESSYES
Used by
Element JOBTITLE
Source
<xs:attribute name="FAMILYBUSINESS" default="FAMILYBUSINESSYES">
  <xs:annotation>
    <xs:documentation>This optional attribute allows us to track the extent to which women's work took place within a family business (meaning the economic, bread-winning business carried on within the family and not, unfortunately, domestic work).</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="FAMILYBUSINESSYES"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute JOBTITLE / @HISTORICALTERM
Namespace No namespace
Annotations
HistoricalTerm is an optional attribute that allows
you to indicate a now- outdated name for a job.
Used by
Element JOBTITLE
Source
<xs:attribute name="HISTORICALTERM">
  <xs:annotation>
    <xs:documentation>HistoricalTerm is an optional attribute that allows you to indicate a now- outdated name for a job.</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute JOBTITLE / @HISTORICALTERMCONTEXTDATE
Namespace No namespace
Annotations
HistoricalTermContextDate specifies the date at which
the historical term for a job circulated.
Used by
Element JOBTITLE
Source
<xs:attribute name="HISTORICALTERMCONTEXTDATE">
  <xs:annotation>
    <xs:documentation>HistoricalTermContextDate specifies the date at which the historical term for a job circulated.</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute JOBTITLE / @ID
Namespace No namespace
Type xs:NCName
Properties
content simple
Used by
Element JOBTITLE
Source
<xs:attribute name="ID" type="xs:NCName"/>
[ top ]
Attribute JOBTITLE / @REG
Namespace No namespace
Annotations
Reg (or
regularization) contains a reading which has been regularized or normalized in some
sense.
Used by
Element JOBTITLE
Source
<xs:attribute name="REG">
  <xs:annotation>
    <xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute TITLE / @REG
Namespace No namespace
Annotations
Reg (or
regularization) contains a reading which has been regularized or normalized in some
sense.
Used by
Element TITLE
Source
<xs:attribute name="REG">
  <xs:annotation>
    <xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute TITLE / @REND
Namespace No namespace
Annotations
Rend (or rendition) indicates how the element in
question was rendered or presented in the source text.
Used by
Element TITLE
Source
<xs:attribute name="REND">
  <xs:annotation>
    <xs:documentation>Rend (or rendition) indicates how the element in question was rendered or presented in the source text.</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute TITLE / @STANDARD
Namespace No namespace
Annotations
Used to record the standard name by which a person,
organization, or topic is known
Used by
Element TITLE
Source
<xs:attribute name="STANDARD">
  <xs:annotation>
    <xs:documentation>Used to record the standard name by which a person, organization, or topic is known</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute TITLE / @LEVEL
Namespace No namespace
Annotations
An attribute of title, level indicates whether a
title is a part of another work, an entire work, a journal, or a series.
Type restriction of xs:token
Properties
use required
Facets
enumeration MONOGRAPHIC
enumeration ANALYTIC
enumeration JOURNAL
enumeration SERIES
enumeration UNPUBLISHED
Used by
Element TITLE
Source
<xs:attribute name="LEVEL" use="required">
  <xs:annotation>
    <xs:documentation>An attribute of title, level indicates whether a title is a part of another work, an entire work, a journal, or a series.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="MONOGRAPHIC"/>
      <xs:enumeration value="ANALYTIC"/>
      <xs:enumeration value="JOURNAL"/>
      <xs:enumeration value="SERIES"/>
      <xs:enumeration value="UNPUBLISHED"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute TITLE / @REF
Namespace No namespace
Annotations
Ref (or reference) provides an explicit means of locating a full definition for the entity
being named by means of a URI.
Type xs:anyURI
Properties
content simple
Used by
Element TITLE
Source
<xs:attribute name="REF" type="xs:anyURI">
  <xs:annotation>
    <xs:documentation>Ref (or reference) provides an explicit means of locating a full definition for the entity being named by means of a URI.</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute RACECOLOUR / @FOREBEAR
Namespace No namespace
Annotations
This optional attribute is attached to various
categories within culturalFormation. It allows the tagger to specify the family member to which the information in the element
applies.
Type restriction of xs:token
Properties
default FAMILY
Facets
enumeration FATHER
enumeration MOTHER
enumeration PARENTS
enumeration GRANDFATHER
enumeration GRANDMOTHER
enumeration GRANDPARENTS
enumeration AUNT
enumeration UNCLE
enumeration OTHER
enumeration FAMILY
Used by
Element RACECOLOUR
Source
<xs:attribute name="FOREBEAR" default="FAMILY">
  <xs:annotation>
    <xs:documentation>This optional attribute is attached to various categories within culturalFormation. It allows the tagger to specify the family member to which the information in the element applies.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="FATHER"/>
      <xs:enumeration value="MOTHER"/>
      <xs:enumeration value="PARENTS"/>
      <xs:enumeration value="GRANDFATHER"/>
      <xs:enumeration value="GRANDMOTHER"/>
      <xs:enumeration value="GRANDPARENTS"/>
      <xs:enumeration value="AUNT"/>
      <xs:enumeration value="UNCLE"/>
      <xs:enumeration value="OTHER"/>
      <xs:enumeration value="FAMILY"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute RACECOLOUR / @REG
Namespace No namespace
Annotations
Reg (or
regularization) contains a reading which has been regularized or normalized in some
sense.
Used by
Element RACECOLOUR
Source
<xs:attribute name="REG">
  <xs:annotation>
    <xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute RACECOLOUR / @SELF-DEFINED
Namespace No namespace
Annotations
Self-defined is an attribute attached to all identity
categories within biography. Its purpose is to distinguish between people who place themselves within an identity category (i.e.,
"Jeannette Winterson identifies as lesbian") and those whom we place in that category though they themselves did not
(i.e., "While she denied being a lesbian, she maintained relationships with women throughout her life"). This attribute
acknowledges the importance of personal, political and historical placements of one's own subject position; it assumes that
identities are not simply labels we assign to other people but shifting categories which we both place ourselves within, and, in
which history places us.
Type restriction of xs:token
Properties
default SELFUNKNOWN
Facets
enumeration SELFYES
enumeration SELFNO
enumeration SELFUNKNOWN
Used by
Element RACECOLOUR
Source
<xs:attribute name="SELF-DEFINED" default="SELFUNKNOWN">
  <xs:annotation>
    <xs:documentation>Self-defined is an attribute attached to all identity categories within biography. Its purpose is to distinguish between people who place themselves within an identity category (i.e., "Jeannette Winterson identifies as lesbian") and those whom we place in that category though they themselves did not (i.e., "While she denied being a lesbian, she maintained relationships with women throughout her life"). This attribute acknowledges the importance of personal, political and historical placements of one's own subject position; it assumes that identities are not simply labels we assign to other people but shifting categories which we both place ourselves within, and, in which history places us.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="SELFYES"/>
      <xs:enumeration value="SELFNO"/>
      <xs:enumeration value="SELFUNKNOWN"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute POLITICALAFFILIATION / @ACTIVISM
Namespace No namespace
Annotations
This attribute attached to politicalAffiliation
denotes the highest level of political involvement in a particular area. Using this attribute will help us distinguish between
women who were clearly political activists and other women whose activities were less proactive. It includes such activities as
suffragists chaining themselves to railings or women camping out at Greenham Common. Generally a founding or very active
leadership role in a political organization would qualify as activism. Thus Josephine Butler, founder of the Ladies'
National Association Against the Contagious Diseases Acts, qualifies as activist for having founded the organization, directed
its activities, and for speaking publicly at meetings at considerable personal risk.
Type restriction of xs:token
Properties
default ACTIVISTYES
Facets
enumeration ACTIVISTYES
enumeration ACTIVISTNO
Used by
Source
<xs:attribute name="ACTIVISM" default="ACTIVISTYES">
  <xs:annotation>
    <xs:documentation>This attribute attached to politicalAffiliation denotes the highest level of political involvement in a particular area. Using this attribute will help us distinguish between women who were clearly political activists and other women whose activities were less proactive. It includes such activities as suffragists chaining themselves to railings or women camping out at Greenham Common. Generally a founding or very active leadership role in a political organization would qualify as activism. Thus Josephine Butler, founder of the Ladies' National Association Against the Contagious Diseases Acts, qualifies as activist for having founded the organization, directed its activities, and for speaking publicly at meetings at considerable personal risk.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="ACTIVISTYES"/>
      <xs:enumeration value="ACTIVISTNO"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute POLITICALAFFILIATION / @CURRENTALTERNATIVETERM
Namespace No namespace
Used by
Source
<xs:attribute name="CURRENTALTERNATIVETERM"/>
[ top ]
Attribute POLITICALAFFILIATION / @ID
Namespace No namespace
Type xs:NCName
Properties
content simple
Used by
Source
<xs:attribute name="ID" type="xs:NCName"/>
[ top ]
Attribute POLITICALAFFILIATION / @INVOLVEMENT
Namespace No namespace
Annotations
This optional attribute attached to
politicalAffiliation in Biography and PLiterarySchools in Writing, in conjunction with its sibling attributes, designates the
degree of political engagement with the political affiliation or literary school specified. Involvement denotes an intermediate
level of activity between activism and membership; the political activities involves more than simply being a member of the
Labour Party but does not entail sustained activism. Examples might include participating (but not in a leadership role) in a
labour strike or a WSPU march, holding a position within an organization's executive, writing letters or canvassing for
Greenpeace.
Type restriction of xs:token
Properties
default INVOLVEMENTYES
Facets
enumeration INVOLVEMENTYES
enumeration INVOLVEMENTNO
Used by
Source
<xs:attribute name="INVOLVEMENT" default="INVOLVEMENTYES">
  <xs:annotation>
    <xs:documentation>This optional attribute attached to politicalAffiliation in Biography and PLiterarySchools in Writing, in conjunction with its sibling attributes, designates the degree of political engagement with the political affiliation or literary school specified. Involvement denotes an intermediate level of activity between activism and membership; the political activities involves more than simply being a member of the Labour Party but does not entail sustained activism. Examples might include participating (but not in a leadership role) in a labour strike or a WSPU march, holding a position within an organization's executive, writing letters or canvassing for Greenpeace.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="INVOLVEMENTYES"/>
      <xs:enumeration value="INVOLVEMENTNO"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute POLITICALAFFILIATION / @MEMBERSHIP
Namespace No namespace
Annotations
This optional attribute attached to
politicalAffiliation in Biography, in conjunction with its sibling attributes, designates the lowest degree of political
engagement with the political affiliation specified. Use this attribute where there is clear evidence of a link with an
organization but no indication of more active participation: she may have been a member of the WSPU, or donated money for a
women's shelter, or written a poem for the Anti-Corn Law League.
Type restriction of xs:token
Properties
default MEMBERSHIPYES
Facets
enumeration MEMBERSHIPYES
enumeration MEMBERSHIPNO
Used by
Source
<xs:attribute name="MEMBERSHIP" default="MEMBERSHIPYES">
  <xs:annotation>
    <xs:documentation>This optional attribute attached to politicalAffiliation in Biography, in conjunction with its sibling attributes, designates the lowest degree of political engagement with the political affiliation specified. Use this attribute where there is clear evidence of a link with an organization but no indication of more active participation: she may have been a member of the WSPU, or donated money for a women's shelter, or written a poem for the Anti-Corn Law League.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="MEMBERSHIPYES"/>
      <xs:enumeration value="MEMBERSHIPNO"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute POLITICALAFFILIATION / @REG
Namespace No namespace
Annotations
Reg (or
regularization) contains a reading which has been regularized or normalized in some
sense.
Used by
Source
<xs:attribute name="REG">
  <xs:annotation>
    <xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute POLITICALAFFILIATION / @WOMAN-GENDERISSUE
Namespace No namespace
Type restriction of xs:token
Properties
default GENDERYES
Facets
enumeration GENDERYES
enumeration GENDERNO
Used by
Source
<xs:attribute name="WOMAN-GENDERISSUE" default="GENDERYES">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="GENDERYES"/>
      <xs:enumeration value="GENDERNO"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute ORGNAME / @ORGTYPE
Namespace No namespace
Annotations
Captures generic organization types. Based on EAC-CPF's
@localType
Type union of(xs:string, restriction of xs:token, restriction of xs:token, restriction of xs:token, restriction of xs:token, restriction of xs:token, restriction of xs:token, restriction of xs:token, restriction of xs:token, restriction of xs:token, restriction of xs:token, restriction of xs:token, restriction of xs:token, restriction of xs:token, restriction of xs:token, restriction of xs:token, restriction of xs:token, restriction of xs:token, restriction of xs:token, restriction of xs:token, restriction of xs:token, restriction of xs:token, restriction of xs:token, restriction of xs:token)
Properties
content simple
Used by
Element ORGNAME
Source
<xs:attribute name="ORGTYPE">
  <xs:annotation>
    <xs:documentation>Captures generic organization types. Based on EAC-CPF's @localType</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:union memberTypes="xs:string">
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="labour"/>
        </xs:restriction>
      </xs:simpleType>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="club or society"/>
        </xs:restriction>
      </xs:simpleType>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="political"/>
        </xs:restriction>
      </xs:simpleType>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="academic"/>
        </xs:restriction>
      </xs:simpleType>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="research"/>
        </xs:restriction>
      </xs:simpleType>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="corporate"/>
        </xs:restriction>
      </xs:simpleType>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="activist"/>
        </xs:restriction>
      </xs:simpleType>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="governmental"/>
        </xs:restriction>
      </xs:simpleType>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="military"/>
        </xs:restriction>
      </xs:simpleType>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="law-enforcement"/>
        </xs:restriction>
      </xs:simpleType>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="professional"/>
        </xs:restriction>
      </xs:simpleType>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="sporting"/>
        </xs:restriction>
      </xs:simpleType>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="medical"/>
        </xs:restriction>
      </xs:simpleType>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="altruistic"/>
        </xs:restriction>
      </xs:simpleType>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="non-profit"/>
        </xs:restriction>
      </xs:simpleType>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="artistic"/>
        </xs:restriction>
      </xs:simpleType>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="dramatic"/>
        </xs:restriction>
      </xs:simpleType>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="ethnic"/>
        </xs:restriction>
      </xs:simpleType>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="literary"/>
        </xs:restriction>
      </xs:simpleType>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="musical"/>
        </xs:restriction>
      </xs:simpleType>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="religious"/>
        </xs:restriction>
      </xs:simpleType>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="publishing"/>
        </xs:restriction>
      </xs:simpleType>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="school"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:union>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute ORGNAME / @REG
Namespace No namespace
Annotations
Reg (or
regularization) contains a reading which has been regularized or normalized in some
sense.
Used by
Element ORGNAME
Source
<xs:attribute name="REG">
  <xs:annotation>
    <xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute ORGNAME / @STANDARD
Namespace No namespace
Annotations
Used to record the standard name by which a person,
organization, or topic is known
Used by
Element ORGNAME
Source
<xs:attribute name="STANDARD">
  <xs:annotation>
    <xs:documentation>Used to record the standard name by which a person, organization, or topic is known</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute ORGNAME / @URI
Namespace No namespace
Annotations
URI (uniform resource identifier) references the
underlying concept of which the parent is a representation by means of some external identifier
Used by
Element ORGNAME
Source
<xs:attribute name="URI">
  <xs:annotation>
    <xs:documentation>URI (uniform resource identifier) references the underlying concept of which the parent is a representation by means of some external identifier</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute ORGNAME / @REF
Namespace No namespace
Annotations
Ref (or reference) provides an explicit means of locating a full definition for the entity
being named by means of a URI.
Type xs:anyURI
Properties
content simple
Used by
Element ORGNAME
Source
<xs:attribute name="REF" type="xs:anyURI">
  <xs:annotation>
    <xs:documentation>Ref (or reference) provides an explicit means of locating a full definition for the entity being named by means of a URI.</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute TEXT / @REG
Namespace No namespace
Annotations
Reg (or
regularization) contains a reading which has been regularized or normalized in some
sense.
Used by
Element TEXT
Source
<xs:attribute name="REG">
  <xs:annotation>
    <xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute SUBJECT / @REG
Namespace No namespace
Annotations
Reg (or
regularization) contains a reading which has been regularized or normalized in some
sense.
Used by
Element SUBJECT
Source
<xs:attribute name="REG">
  <xs:annotation>
    <xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute SCHOOL / @INSTITUTION
Namespace No namespace
Annotations
This optional attribute attached to school records the
significant differences between types of institutions. We are interested in the effect of institutional structures on
women's lives and hope to capture, for example, how institutional differences between trade schools and boarding schools
influenced women. Because of the complicated range of educational insitutions, this attribute has numerous
values.
Type restriction of xs:token
Properties
content simple
Facets
enumeration BOARDING
boarding: a boarding school is a school at which
the students sleep. Common in the fee-paying system, less common in the state or free system, though in some areas like the
Highlands and Islands of Scotland boarding schools are (or maybe were) standard at secondary level because of far-flung
nature of terrain. Often weekly boarding (home for weekends) rather than for whole term. You can call them boarding schools
even if they take some day pupils as well.
enumeration GRAMMAR
grammar: Grammar schools date back to the middle
ages; grammar in title means education in Latin (occasionally Greek as well). They were for boys only, though some took a few
girls almost without noticing. Grammar schools for girls began in the nineteenth century; academic education was thought of
as needing single-sex environment. Entrance exam from 19?? was exam called the "Eleven Plus" from age at which children sat
it. Grammar schools creamed off the top 10% or so of the population. They gradually died out after Comprehensive Schools were
set up by act of 19??. Presently making a come-back.
enumeration PRIVATE
private: The broad category private (or
fee-paying) includes the subcategory of public schools which are a particular group of high-status, now private schools with
a particular history.
enumeration STATE
state: Schools provided for out of the taxes for
free education are called state schools.
enumeration DAMESCHOOL
dameSchool: A totally informal school run by a
woman on her own initiative, usually at a primary level: teaching elementary alphabet, etc. Dr. Johnson went to
one.
enumeration DAYSCHOOL
day school: a day school applies in contexts where
boarding schools are common. Attending a day school is different from being a day pupil at a boarding
school.
enumeration COMPREHENSIVE
comprehensive: Brave new idea of putting whole
ability range in same (therefore typically larger) school. In many communities the grammar school and the secondary modern
were each converted into a comprehensive and the teachers had to spend a decade convincing the local residents that the one
that used to be the secondary modern was now as good as the one that used to be the grammar school.
enumeration SECONDARYMODERN
secondaryModern: These replaced trade or
vocational schools when another Education Act went through, as the schools for those who failed the 11+ exam. A well-meant
system but children felt rejected. Harrowing tales of those who actually made it to university in the end despite having
failed the 11+ and attended a Secondary Modern.
enumeration TRADESCHOOL
tradeSchool: A secondary or post secondary
institution where people learn a trade.
enumeration PREP
Used by
Element SCHOOL
Source
<xs:attribute name="INSTITUTION">
  <xs:annotation>
    <xs:documentation>This optional attribute attached to school records the significant differences between types of institutions. We are interested in the effect of institutional structures on women's lives and hope to capture, for example, how institutional differences between trade schools and boarding schools influenced women. Because of the complicated range of educational insitutions, this attribute has numerous values.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="BOARDING">
        <xs:annotation>
          <xs:documentation>boarding: a boarding school is a school at which the students sleep. Common in the fee-paying system, less common in the state or free system, though in some areas like the Highlands and Islands of Scotland boarding schools are (or maybe were) standard at secondary level because of far-flung nature of terrain. Often weekly boarding (home for weekends) rather than for whole term. You can call them boarding schools even if they take some day pupils as well.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="GRAMMAR">
        <xs:annotation>
          <xs:documentation>grammar: Grammar schools date back to the middle ages; grammar in title means education in Latin (occasionally Greek as well). They were for boys only, though some took a few girls almost without noticing. Grammar schools for girls began in the nineteenth century; academic education was thought of as needing single-sex environment. Entrance exam from 19?? was exam called the "Eleven Plus" from age at which children sat it. Grammar schools creamed off the top 10% or so of the population. They gradually died out after Comprehensive Schools were set up by act of 19??. Presently making a come-back.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="PRIVATE">
        <xs:annotation>
          <xs:documentation>private: The broad category private (or fee-paying) includes the subcategory of public schools which are a particular group of high-status, now private schools with a particular history.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="STATE">
        <xs:annotation>
          <xs:documentation>state: Schools provided for out of the taxes for free education are called state schools.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="DAMESCHOOL">
        <xs:annotation>
          <xs:documentation>dameSchool: A totally informal school run by a woman on her own initiative, usually at a primary level: teaching elementary alphabet, etc. Dr. Johnson went to one.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="DAYSCHOOL">
        <xs:annotation>
          <xs:documentation>day school: a day school applies in contexts where boarding schools are common. Attending a day school is different from being a day pupil at a boarding school.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="COMPREHENSIVE">
        <xs:annotation>
          <xs:documentation>comprehensive: Brave new idea of putting whole ability range in same (therefore typically larger) school. In many communities the grammar school and the secondary modern were each converted into a comprehensive and the teachers had to spend a decade convincing the local residents that the one that used to be the secondary modern was now as good as the one that used to be the grammar school.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="SECONDARYMODERN">
        <xs:annotation>
          <xs:documentation>secondaryModern: These replaced trade or vocational schools when another Education Act went through, as the schools for those who failed the 11+ exam. A well-meant system but children felt rejected. Harrowing tales of those who actually made it to university in the end despite having failed the 11+ and attended a Secondary Modern.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="TRADESCHOOL">
        <xs:annotation>
          <xs:documentation>tradeSchool: A secondary or post secondary institution where people learn a trade.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="PREP"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute SCHOOL / @INSTITUTIONLEVEL
Namespace No namespace
Annotations
This optional attribute attached to school allows us
to gather information about the level of educational status achieved by a person. We are interested in how many women writers
went to university, how many had access to primary education but not secondary, and the difference institutional levels of
women's education across historical periods.
Type restriction of xs:token
Properties
content simple
Facets
enumeration PRIMARY
enumeration SECONDARY
enumeration POST-SECONDARY
Used by
Element SCHOOL
Source
<xs:attribute name="INSTITUTIONLEVEL">
  <xs:annotation>
    <xs:documentation>This optional attribute attached to school allows us to gather information about the level of educational status achieved by a person. We are interested in how many women writers went to university, how many had access to primary education but not secondary, and the difference institutional levels of women's education across historical periods.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="PRIMARY"/>
      <xs:enumeration value="SECONDARY"/>
      <xs:enumeration value="POST-SECONDARY"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute SCHOOL / @REG
Namespace No namespace
Annotations
Reg (or
regularization) contains a reading which has been regularized or normalized in some
sense.
Used by
Element SCHOOL
Source
<xs:attribute name="REG">
  <xs:annotation>
    <xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute SCHOOL / @RELIGIOUS
Namespace No namespace
Annotations
This optional attribute attached to school registers
whether or not the school attended was a religious school and tracks the changing historical significance of organized religion
to women's education.
Type restriction of xs:token
Properties
default RELIGIOUSYES
Facets
enumeration RELIGIOUSYES
Used by
Element SCHOOL
Source
<xs:attribute name="RELIGIOUS" default="RELIGIOUSYES">
  <xs:annotation>
    <xs:documentation>This optional attribute attached to school registers whether or not the school attended was a religious school and tracks the changing historical significance of organized religion to women's education.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="RELIGIOUSYES"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute SCHOOL / @STUDENTBODY
Namespace No namespace
Annotations
This optional attribute attached to school records
whether or not the school is a single sex school. This attribute helps us to interpret the influence of single sex education on
women writers across historical periods.
Type restriction of xs:token
Properties
content simple
Facets
enumeration SINGLESEX
enumeration CO-ED
Used by
Element SCHOOL
Source
<xs:attribute name="STUDENTBODY">
  <xs:annotation>
    <xs:documentation>This optional attribute attached to school records whether or not the school is a single sex school. This attribute helps us to interpret the influence of single sex education on women writers across historical periods.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="SINGLESEX"/>
      <xs:enumeration value="CO-ED"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute PLACE / @ID
Namespace No namespace
Type xs:NCName
Properties
content simple
Used by
Element PLACE
Source
<xs:attribute name="ID" type="xs:NCName"/>
[ top ]
Attribute PLACE / @REF
Namespace No namespace
Annotations
Ref (or reference) provides an explicit means of locating a full definition for the entity
being named by means of a URI.
Type xs:anyURI
Properties
content simple
Used by
Element PLACE
Source
<xs:attribute name="REF" type="xs:anyURI">
  <xs:annotation>
    <xs:documentation>Ref (or reference) provides an explicit means of locating a full definition for the entity being named by means of a URI.</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute PLACE / @LAT
Namespace No namespace
Annotations
Latitude in decimal degrees of the place entity. Example: for the place entity Edmonton, the latitude in decimal degrees is "53.55014" (WGS [World
Geodetic System] 84 reference coordinate system).
Type xs:decimal
Properties
content simple
Used by
Element PLACE
Source
<xs:attribute name="LAT" type="xs:decimal">
  <xs:annotation>
    <xs:documentation>Latitude in decimal degrees of the place entity. Example: for the place entity Edmonton, the latitude in decimal degrees is "53.55014" (WGS [World Geodetic System] 84 reference coordinate system).</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute PLACE / @LONG
Namespace No namespace
Annotations
Longitude in decimal degrees of the place entity. Example: for the place entity Edmonton, the longitude in decimal degrees is "-113.46871"  (WGS
[World Geodetic System] 84 reference coordinate system).
Type xs:decimal
Properties
content simple
Used by
Element PLACE
Source
<xs:attribute name="LONG" type="xs:decimal">
  <xs:annotation>
    <xs:documentation>Longitude in decimal degrees of the place entity. Example: for the place entity Edmonton, the longitude in decimal degrees is "-113.46871" (WGS [World Geodetic System] 84 reference coordinate system).</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute NATIONALITY / @CURRENTALTERNATIVETERM
Namespace No namespace
Annotations
This attribute allows you to capture changes in
terminology over time. The older name in your prose may not be familiar to your reader nor helpful for indexing purposes and
therefore needs explanation.
Type xs:NCName
Properties
content simple
Used by
Element NATIONALITY
Source
<xs:attribute name="CURRENTALTERNATIVETERM" type="xs:NCName">
  <xs:annotation>
    <xs:documentation>This attribute allows you to capture changes in terminology over time. The older name in your prose may not be familiar to your reader nor helpful for indexing purposes and therefore needs explanation.</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute NATIONALITY / @REG
Namespace No namespace
Annotations
Reg (or
regularization) contains a reading which has been regularized or normalized in some
sense.
Used by
Element NATIONALITY
Source
<xs:attribute name="REG">
  <xs:annotation>
    <xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute NATIONALITY / @SELF-DEFINED
Namespace No namespace
Annotations
Self-defined is an attribute attached to all identity
categories within biography. Its purpose is to distinguish between people who place themselves within an identity category (i.e.,
"Jeannette Winterson identifies as lesbian") and those whom we place in that category though they themselves did not
(i.e., "While she denied being a lesbian, she maintained relationships with women throughout her life"). This attribute
acknowledges the importance of personal, political and historical placements of one's own subject position; it assumes that
identities are not simply labels we assign to other people but shifting categories which we both place ourselves within, and, in
which history places us.
Type restriction of xs:token
Properties
default SELFUNKNOWN
Facets
enumeration SELFYES
enumeration SELFNO
enumeration SELFUNKNOWN
Used by
Element NATIONALITY
Source
<xs:attribute name="SELF-DEFINED" default="SELFUNKNOWN">
  <xs:annotation>
    <xs:documentation>Self-defined is an attribute attached to all identity categories within biography. Its purpose is to distinguish between people who place themselves within an identity category (i.e., "Jeannette Winterson identifies as lesbian") and those whom we place in that category though they themselves did not (i.e., "While she denied being a lesbian, she maintained relationships with women throughout her life"). This attribute acknowledges the importance of personal, political and historical placements of one's own subject position; it assumes that identities are not simply labels we assign to other people but shifting categories which we both place ourselves within, and, in which history places us.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="SELFYES"/>
      <xs:enumeration value="SELFNO"/>
      <xs:enumeration value="SELFUNKNOWN"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute NATIONALHERITAGE / @CURRENTALTERNATIVETERM
Namespace No namespace
Used by
Source
<xs:attribute name="CURRENTALTERNATIVETERM"/>
[ top ]
Attribute NATIONALHERITAGE / @FOREBEAR
Namespace No namespace
Annotations
This optional attribute is attached to various
categories within culturalFormation. It allows the tagger to specify the family member to which the information in the element
applies.
Type restriction of xs:token
Properties
default FAMILY
Facets
enumeration FATHER
enumeration MOTHER
enumeration PARENTS
enumeration GRANDFATHER
enumeration GRANDMOTHER
enumeration GRANDPARENTS
enumeration AUNT
enumeration UNCLE
enumeration OTHER
enumeration FAMILY
Used by
Source
<xs:attribute name="FOREBEAR" default="FAMILY">
  <xs:annotation>
    <xs:documentation>This optional attribute is attached to various categories within culturalFormation. It allows the tagger to specify the family member to which the information in the element applies.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="FATHER"/>
      <xs:enumeration value="MOTHER"/>
      <xs:enumeration value="PARENTS"/>
      <xs:enumeration value="GRANDFATHER"/>
      <xs:enumeration value="GRANDMOTHER"/>
      <xs:enumeration value="GRANDPARENTS"/>
      <xs:enumeration value="AUNT"/>
      <xs:enumeration value="UNCLE"/>
      <xs:enumeration value="OTHER"/>
      <xs:enumeration value="FAMILY"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute NATIONALHERITAGE / @REG
Namespace No namespace
Annotations
Reg (or
regularization) contains a reading which has been regularized or normalized in some
sense.
Used by
Source
<xs:attribute name="REG">
  <xs:annotation>
    <xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute NATIONALHERITAGE / @SELF-DEFINED
Namespace No namespace
Annotations
Self-defined is an attribute attached to all identity
categories within biography. Its purpose is to distinguish between people who place themselves within an identity category (i.e.,
"Jeannette Winterson identifies as lesbian") and those whom we place in that category though they themselves did not
(i.e., "While she denied being a lesbian, she maintained relationships with women throughout her life"). This attribute
acknowledges the importance of personal, political and historical placements of one's own subject position; it assumes that
identities are not simply labels we assign to other people but shifting categories which we both place ourselves within, and, in
which history places us.
Type restriction of xs:token
Properties
default SELFUNKNOWN
Facets
enumeration SELFYES
enumeration SELFNO
enumeration SELFUNKNOWN
Used by
Source
<xs:attribute name="SELF-DEFINED" default="SELFUNKNOWN">
  <xs:annotation>
    <xs:documentation>Self-defined is an attribute attached to all identity categories within biography. Its purpose is to distinguish between people who place themselves within an identity category (i.e., "Jeannette Winterson identifies as lesbian") and those whom we place in that category though they themselves did not (i.e., "While she denied being a lesbian, she maintained relationships with women throughout her life"). This attribute acknowledges the importance of personal, political and historical placements of one's own subject position; it assumes that identities are not simply labels we assign to other people but shifting categories which we both place ourselves within, and, in which history places us.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="SELFYES"/>
      <xs:enumeration value="SELFNO"/>
      <xs:enumeration value="SELFUNKNOWN"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute CLASS / @REG
Namespace No namespace
Annotations
Reg (or
regularization) contains a reading which has been regularized or normalized in some
sense.
Used by
Element CLASS
Source
<xs:attribute name="REG">
  <xs:annotation>
    <xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute CLASS / @SELF-DEFINED
Namespace No namespace
Annotations
Self-defined is an attribute attached to all identity
categories within biography. Its purpose is to distinguish between people who place themselves within an identity category (i.e.,
"Jeannette Winterson identifies as lesbian") and those whom we place in that category though they themselves did not
(i.e., "While she denied being a lesbian, she maintained relationships with women throughout her life"). This attribute
acknowledges the importance of personal, political and historical placements of one's own subject position; it assumes that
identities are not simply labels we assign to other people but shifting categories which we both place ourselves within, and, in
which history places us.
Type restriction of xs:token
Properties
default SELFUNKNOWN
Facets
enumeration SELFYES
enumeration SELFNO
enumeration SELFUNKNOWN
Used by
Element CLASS
Source
<xs:attribute name="SELF-DEFINED" default="SELFUNKNOWN">
  <xs:annotation>
    <xs:documentation>Self-defined is an attribute attached to all identity categories within biography. Its purpose is to distinguish between people who place themselves within an identity category (i.e., "Jeannette Winterson identifies as lesbian") and those whom we place in that category though they themselves did not (i.e., "While she denied being a lesbian, she maintained relationships with women throughout her life"). This attribute acknowledges the importance of personal, political and historical placements of one's own subject position; it assumes that identities are not simply labels we assign to other people but shifting categories which we both place ourselves within, and, in which history places us.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="SELFYES"/>
      <xs:enumeration value="SELFNO"/>
      <xs:enumeration value="SELFUNKNOWN"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute CLASS / @SOCIALRANK
Namespace No namespace
Annotations
Socialrank, an optional attribute for class, provides
a structured vocabulary for class position. Systematizing class position by using the social rank attribute, allows the tagger
the freedom to use whatever term is most applicable in the prose.
Type restriction of xs:token
Properties
default OTHER
Facets
enumeration OTHER
enumeration NOBILITY
nobility: holding a title or close family relation
to someone holding a title (LMWM, Lord Byron, Nancy Mitford)
enumeration GENTRY
gentry: property-owning or related to same, can be
in stocks and bonds. Begins in the idea of owning arms and having a coat of arms. Distinguished from Nobility in so far as
money is not necessarily related to blood and title. Disinterested gentlemen are of this class (ie Jane
Austen).
enumeration MANAGERIAL
managerial: station in life comes from the fact
that they are running something but not putting their money into it, e.g. salaried civil service, bankers, hospital
administrators.
enumeration PROFESSIONAL
professional: Professional: Doctors, lawyers,
guild, high calling, social respect, intellectual requirements, clergy (Church of England) (ie Ann Hunter [married to a
surgeon], Virginia Woolf).
enumeration ENTREPRENEURIAL-INDUSTRIALIST
entrepreneurial-industrialist: Running factories,
investing money (ie Elizabeth Gaskell, Elizabeth Montagu, Beatrice Webb).
enumeration SHOPKEEPERS
shopkeepers: owns and runs a pub or shop. Similar
to an industrialist but to a lesser degree of magnitude.
enumeration LOWER-MIDDLECLASS
lower-middleClass: employees, clerical workers,
teachers, governesses. Note, however, that some teachers go into Professional (Mr. Chips) and women starting schools and then
managing them also go into Professional.
enumeration YEOMAN-FARMER
yeoman-farmer: own just enough land to support
themselves if they do most of the work themselves (ie Elizabeth Ham, Mary Webb).
enumeration SKILLEDCRAFTPERSON-ARTISAN
skilledCraftperson-Artisan: goldsmith, tailor,
shoemaker, milliner, dressmaker.
enumeration URBAN-INDUSTRIALUNSKILLED
urban-industrialUnskilled: (industrial/service
possible attributes): any form of production line, service industry.
enumeration RURAL-UNSKILLED
rural-unskilled: farm laborers (mostly
male).
enumeration SERVANTS
servants: Mainly female, but fairly
self-explanatory.
enumeration INDIGENT
indigent: poor, destitute, unemployed, on social
security.
Used by
Element CLASS
Source
<xs:attribute name="SOCIALRANK" default="OTHER">
  <xs:annotation>
    <xs:documentation>Socialrank, an optional attribute for class, provides a structured vocabulary for class position. Systematizing class position by using the social rank attribute, allows the tagger the freedom to use whatever term is most applicable in the prose.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="OTHER"/>
      <xs:enumeration value="NOBILITY">
        <xs:annotation>
          <xs:documentation>nobility: holding a title or close family relation to someone holding a title (LMWM, Lord Byron, Nancy Mitford)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="GENTRY">
        <xs:annotation>
          <xs:documentation>gentry: property-owning or related to same, can be in stocks and bonds. Begins in the idea of owning arms and having a coat of arms. Distinguished from Nobility in so far as money is not necessarily related to blood and title. Disinterested gentlemen are of this class (ie Jane Austen).</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="MANAGERIAL">
        <xs:annotation>
          <xs:documentation>managerial: station in life comes from the fact that they are running something but not putting their money into it, e.g. salaried civil service, bankers, hospital administrators.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="PROFESSIONAL">
        <xs:annotation>
          <xs:documentation>professional: Professional: Doctors, lawyers, guild, high calling, social respect, intellectual requirements, clergy (Church of England) (ie Ann Hunter [married to a surgeon], Virginia Woolf).</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ENTREPRENEURIAL-INDUSTRIALIST">
        <xs:annotation>
          <xs:documentation>entrepreneurial-industrialist: Running factories, investing money (ie Elizabeth Gaskell, Elizabeth Montagu, Beatrice Webb).</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="SHOPKEEPERS">
        <xs:annotation>
          <xs:documentation>shopkeepers: owns and runs a pub or shop. Similar to an industrialist but to a lesser degree of magnitude.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="LOWER-MIDDLECLASS">
        <xs:annotation>
          <xs:documentation>lower-middleClass: employees, clerical workers, teachers, governesses. Note, however, that some teachers go into Professional (Mr. Chips) and women starting schools and then managing them also go into Professional.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="YEOMAN-FARMER">
        <xs:annotation>
          <xs:documentation>yeoman-farmer: own just enough land to support themselves if they do most of the work themselves (ie Elizabeth Ham, Mary Webb).</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="SKILLEDCRAFTPERSON-ARTISAN">
        <xs:annotation>
          <xs:documentation>skilledCraftperson-Artisan: goldsmith, tailor, shoemaker, milliner, dressmaker.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="URBAN-INDUSTRIALUNSKILLED">
        <xs:annotation>
          <xs:documentation>urban-industrialUnskilled: (industrial/service possible attributes): any form of production line, service industry.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="RURAL-UNSKILLED">
        <xs:annotation>
          <xs:documentation>rural-unskilled: farm laborers (mostly male).</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="SERVANTS">
        <xs:annotation>
          <xs:documentation>servants: Mainly female, but fairly self-explanatory.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="INDIGENT">
        <xs:annotation>
          <xs:documentation>indigent: poor, destitute, unemployed, on social security.</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute GEOGHERITAGE / @FOREBEAR
Namespace No namespace
Annotations
This optional attribute is attached to various
categories within culturalFormation. It allows the tagger to specify the family member to which the information in the element
applies.
Type restriction of xs:token
Properties
default FAMILY
Facets
enumeration FATHER
enumeration MOTHER
enumeration PARENTS
enumeration GRANDFATHER
enumeration GRANDMOTHER
enumeration GRANDPARENTS
enumeration AUNT
enumeration UNCLE
enumeration OTHER
enumeration FAMILY
Used by
Element GEOGHERITAGE
Source
<xs:attribute name="FOREBEAR" default="FAMILY">
  <xs:annotation>
    <xs:documentation>This optional attribute is attached to various categories within culturalFormation. It allows the tagger to specify the family member to which the information in the element applies.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="FATHER"/>
      <xs:enumeration value="MOTHER"/>
      <xs:enumeration value="PARENTS"/>
      <xs:enumeration value="GRANDFATHER"/>
      <xs:enumeration value="GRANDMOTHER"/>
      <xs:enumeration value="GRANDPARENTS"/>
      <xs:enumeration value="AUNT"/>
      <xs:enumeration value="UNCLE"/>
      <xs:enumeration value="OTHER"/>
      <xs:enumeration value="FAMILY"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute GEOGHERITAGE / @REG
Namespace No namespace
Annotations
Reg (or
regularization) contains a reading which has been regularized or normalized in some
sense.
Used by
Element GEOGHERITAGE
Source
<xs:attribute name="REG">
  <xs:annotation>
    <xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute GEOGHERITAGE / @SELF-DEFINED
Namespace No namespace
Annotations
Self-defined is an attribute attached to all identity
categories within biography. Its purpose is to distinguish between people who place themselves within an identity category (i.e.,
"Jeannette Winterson identifies as lesbian") and those whom we place in that category though they themselves did not
(i.e., "While she denied being a lesbian, she maintained relationships with women throughout her life"). This attribute
acknowledges the importance of personal, political and historical placements of one's own subject position; it assumes that
identities are not simply labels we assign to other people but shifting categories which we both place ourselves within, and, in
which history places us.
Type restriction of xs:token
Properties
default SELFUNKNOWN
Facets
enumeration SELFYES
enumeration SELFNO
enumeration SELFUNKNOWN
Used by
Element GEOGHERITAGE
Source
<xs:attribute name="SELF-DEFINED" default="SELFUNKNOWN">
  <xs:annotation>
    <xs:documentation>Self-defined is an attribute attached to all identity categories within biography. Its purpose is to distinguish between people who place themselves within an identity category (i.e., "Jeannette Winterson identifies as lesbian") and those whom we place in that category though they themselves did not (i.e., "While she denied being a lesbian, she maintained relationships with women throughout her life"). This attribute acknowledges the importance of personal, political and historical placements of one's own subject position; it assumes that identities are not simply labels we assign to other people but shifting categories which we both place ourselves within, and, in which history places us.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="SELFYES"/>
      <xs:enumeration value="SELFNO"/>
      <xs:enumeration value="SELFUNKNOWN"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute ETHNICITY / @FOREBEAR
Namespace No namespace
Annotations
This optional attribute is attached to various
categories within culturalFormation. It allows the tagger to specify the family member to which the information in the element
applies.
Type restriction of xs:token
Properties
default FAMILY
Facets
enumeration FATHER
enumeration MOTHER
enumeration PARENTS
enumeration GRANDFATHER
enumeration GRANDMOTHER
enumeration GRANDPARENTS
enumeration AUNT
enumeration UNCLE
enumeration OTHER
enumeration FAMILY
Used by
Element ETHNICITY
Source
<xs:attribute name="FOREBEAR" default="FAMILY">
  <xs:annotation>
    <xs:documentation>This optional attribute is attached to various categories within culturalFormation. It allows the tagger to specify the family member to which the information in the element applies.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="FATHER"/>
      <xs:enumeration value="MOTHER"/>
      <xs:enumeration value="PARENTS"/>
      <xs:enumeration value="GRANDFATHER"/>
      <xs:enumeration value="GRANDMOTHER"/>
      <xs:enumeration value="GRANDPARENTS"/>
      <xs:enumeration value="AUNT"/>
      <xs:enumeration value="UNCLE"/>
      <xs:enumeration value="OTHER"/>
      <xs:enumeration value="FAMILY"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute ETHNICITY / @REG
Namespace No namespace
Annotations
Reg (or
regularization) contains a reading which has been regularized or normalized in some
sense.
Type xs:NCName
Properties
content simple
Used by
Element ETHNICITY
Source
<xs:attribute name="REG" type="xs:NCName">
  <xs:annotation>
    <xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute ETHNICITY / @SELF-DEFINED
Namespace No namespace
Annotations
Self-defined is an attribute attached to all identity
categories within biography. Its purpose is to distinguish between people who place themselves within an identity category (i.e.,
"Jeannette Winterson identifies as lesbian") and those whom we place in that category though they themselves did not
(i.e., "While she denied being a lesbian, she maintained relationships with women throughout her life"). This attribute
acknowledges the importance of personal, political and historical placements of one's own subject position; it assumes that
identities are not simply labels we assign to other people but shifting categories which we both place ourselves within, and, in
which history places us.
Type restriction of xs:token
Properties
default SELFUNKNOWN
Facets
enumeration SELFYES
enumeration SELFNO
enumeration SELFUNKNOWN
Used by
Element ETHNICITY
Source
<xs:attribute name="SELF-DEFINED" default="SELFUNKNOWN">
  <xs:annotation>
    <xs:documentation>Self-defined is an attribute attached to all identity categories within biography. Its purpose is to distinguish between people who place themselves within an identity category (i.e., "Jeannette Winterson identifies as lesbian") and those whom we place in that category though they themselves did not (i.e., "While she denied being a lesbian, she maintained relationships with women throughout her life"). This attribute acknowledges the importance of personal, political and historical placements of one's own subject position; it assumes that identities are not simply labels we assign to other people but shifting categories which we both place ourselves within, and, in which history places us.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="SELFYES"/>
      <xs:enumeration value="SELFNO"/>
      <xs:enumeration value="SELFUNKNOWN"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute DENOMINATION / @CURRENTALTERNATIVETERM
Namespace No namespace
Used by
Element DENOMINATION
Source
<xs:attribute name="CURRENTALTERNATIVETERM"/>
[ top ]
Attribute DENOMINATION / @REG
Namespace No namespace
Annotations
Reg (or
regularization) contains a reading which has been regularized or normalized in some
sense.
Used by
Element DENOMINATION
Source
<xs:attribute name="REG">
  <xs:annotation>
    <xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute DENOMINATION / @SELF-DEFINED
Namespace No namespace
Annotations
Self-defined is an attribute attached to all identity
categories within biography. Its purpose is to distinguish between people who place themselves within an identity category (i.e.,
"Jeannette Winterson identifies as lesbian") and those whom we place in that category though they themselves did not
(i.e., "While she denied being a lesbian, she maintained relationships with women throughout her life"). This attribute
acknowledges the importance of personal, political and historical placements of one's own subject position; it assumes that
identities are not simply labels we assign to other people but shifting categories which we both place ourselves within, and, in
which history places us.
Type restriction of xs:token
Properties
default SELFUNKNOWN
Facets
enumeration SELFYES
enumeration SELFNO
enumeration SELFUNKNOWN
Used by
Element DENOMINATION
Source
<xs:attribute name="SELF-DEFINED" default="SELFUNKNOWN">
  <xs:annotation>
    <xs:documentation>Self-defined is an attribute attached to all identity categories within biography. Its purpose is to distinguish between people who place themselves within an identity category (i.e., "Jeannette Winterson identifies as lesbian") and those whom we place in that category though they themselves did not (i.e., "While she denied being a lesbian, she maintained relationships with women throughout her life"). This attribute acknowledges the importance of personal, political and historical placements of one's own subject position; it assumes that identities are not simply labels we assign to other people but shifting categories which we both place ourselves within, and, in which history places us.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="SELFYES"/>
      <xs:enumeration value="SELFNO"/>
      <xs:enumeration value="SELFUNKNOWN"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute FOREIGN / @LANG
Namespace No namespace
Annotations
This optional attribute of the foreign element
contains the name of the language that foreign word or phrase has been written in. Having such information will allow us to
isolate different languages for checking and searching purposes.
Used by
Element FOREIGN
Source
<xs:attribute name="LANG">
  <xs:annotation>
    <xs:documentation>This optional attribute of the foreign element contains the name of the language that foreign word or phrase has been written in. Having such information will allow us to isolate different languages for checking and searching purposes.</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute FOREIGN / @REG
Namespace No namespace
Annotations
Reg (or
regularization) contains a reading which has been regularized or normalized in some
sense.
Used by
Element FOREIGN
Source
<xs:attribute name="REG">
  <xs:annotation>
    <xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute AWARDSNONLITERARY / @AWARDTYPE
Namespace No namespace
Annotations
This attribute distinguishes between the different
kinds of awards: "scholarship," "prize," and "other." An entrance scholarship to Oxford is
different from winning first prize in a Spelling Bee and distinguishing between awards will help understand the material
conditions affecting women's access to education.
Type restriction of xs:token
Properties
content simple
Facets
enumeration SCHOLARSHIP
enumeration PRIZE
enumeration OTHER
Used by
Source
<xs:attribute name="AWARDTYPE">
  <xs:annotation>
    <xs:documentation>This attribute distinguishes between the different kinds of awards: "scholarship," "prize," and "other." An entrance scholarship to Oxford is different from winning first prize in a Spelling Bee and distinguishing between awards will help understand the material conditions affecting women's access to education.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="SCHOLARSHIP"/>
      <xs:enumeration value="PRIZE"/>
      <xs:enumeration value="OTHER"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute AWARDSNONLITERARY / @REG
Namespace No namespace
Annotations
Reg (or
regularization) contains a reading which has been regularized or normalized in some
sense.
Used by
Source
<xs:attribute name="REG">
  <xs:annotation>
    <xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute LG / @TYPE
Namespace No namespace
Annotations
Type characterizes the element in some sense, using any
convenient classification scheme or typology.
Type xs:NCName
Properties
content simple
Used by
Element LG
Source
<xs:attribute name="TYPE" type="xs:NCName">
  <xs:annotation>
    <xs:documentation>Type characterizes the element in some sense, using any convenient classification scheme or typology.</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute QUOTE / @DIRECT
Namespace No namespace
Annotations
Direct is an attribute of the quote element and is
intended to indicate whether a source is being quoted directly or indirectly. For display purposes, it will be necessary to set
off direct quotations (double quotation marks) from indirect ones (single quotation marks).
Type restriction of xs:token
Properties
default Y
Facets
enumeration Y
enumeration N
Used by
Element QUOTE
Source
<xs:attribute name="DIRECT" default="Y">
  <xs:annotation>
    <xs:documentation>Direct is an attribute of the quote element and is intended to indicate whether a source is being quoted directly or indirectly. For display purposes, it will be necessary to set off direct quotations (double quotation marks) from indirect ones (single quotation marks).</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="Y"/>
      <xs:enumeration value="N"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute QUOTE / @ID
Namespace No namespace
Type xs:NCName
Properties
content simple
Used by
Element QUOTE
Source
<xs:attribute name="ID" type="xs:NCName"/>
[ top ]
Attribute CAUSE / @REG
Namespace No namespace
Annotations
Reg (or
regularization) contains a reading which has been regularized or normalized in some
sense.
Used by
Element CAUSE
Source
<xs:attribute name="REG">
  <xs:annotation>
    <xs:documentation>Reg (or regularization) contains a reading which has been regularized or normalized in some sense.</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute NAME / @STANDARD
Namespace No namespace
Annotations
Used to record the standard name by which a person,
organization, or topic is known
Used by
Element NAME
Source
<xs:attribute name="STANDARD">
  <xs:annotation>
    <xs:documentation>Used to record the standard name by which a person, organization, or topic is known</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute NAME / @REF
Namespace No namespace
Annotations
Ref (or reference) provides an explicit means of locating a full definition for the entity
being named by means of a URI.
Type xs:anyURI
Properties
content simple
Used by
Element NAME
Source
<xs:attribute name="REF" type="xs:anyURI">
  <xs:annotation>
    <xs:documentation>Ref (or reference) provides an explicit means of locating a full definition for the entity being named by means of a URI.</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute SIC / @CORR
Namespace No namespace
Used by
Element SIC
Source
<xs:attribute name="CORR"/>
[ top ]
Attribute DATE / @CALENDAR
Namespace No namespace
Annotations
An attribute of date and dateRange,
calendar is used to indicate when a given date took place.
Type restriction of xs:token
Properties
default NEWSTYLE
Facets
enumeration NEWSTYLE
enumeration BC
Used by
Element DATE
Source
<xs:attribute name="CALENDAR" default="NEWSTYLE">
  <xs:annotation>
    <xs:documentation>An attribute of date and dateRange, calendar is used to indicate when a given date took place.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="NEWSTYLE"/>
      <xs:enumeration value="BC"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute DATE / @CERTAINTY
Namespace No namespace
Annotations
Certainty is an attribute of date and dateRange,
and is used to indicate the nature of certainty that you have about a given date.
Type restriction of xs:token
Properties
default CERT
Facets
enumeration CERT
Certain
enumeration C
Circa
enumeration BY
By this date
enumeration AFTER
After this date
enumeration UNKNOWN
Unknown date
enumeration ROUGHLYDATED
Rough certainty
Used by
Element DATE
Source
<xs:attribute name="CERTAINTY" default="CERT">
  <xs:annotation>
    <xs:documentation>Certainty is an attribute of date and dateRange, and is used to indicate the nature of certainty that you have about a given date.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="CERT">
        <xs:annotation>
          <xs:documentation>Certain</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="C">
        <xs:annotation>
          <xs:documentation>Circa</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="BY">
        <xs:annotation>
          <xs:documentation>By this date</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="AFTER">
        <xs:annotation>
          <xs:documentation>After this date</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="UNKNOWN">
        <xs:annotation>
          <xs:documentation>Unknown date</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ROUGHLYDATED">
        <xs:annotation>
          <xs:documentation>Rough certainty</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute DATE / @ID
Namespace No namespace
Type xs:NCName
Properties
content simple
Used by
Element DATE
Source
<xs:attribute name="ID" type="xs:NCName"/>
[ top ]
Attribute DATE / @VALUE
Namespace No namespace
Annotations
Value is used to record a formatted date-related
value.
Type union of(xs:date, xs:gYearMonth, xs:gYear)
Properties
content simple
Used by
Element DATE
Source
<xs:attribute name="VALUE">
  <xs:annotation>
    <xs:documentation>Value is used to record a formatted date-related value.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:union memberTypes="xs:date xs:gYearMonth xs:gYear"/>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute IDNO / @TYPE
Namespace No namespace
Annotations
Type characterizes the element in some sense, using
any convenient classification scheme or typology.
Type restriction of xs:token
Properties
use required
Facets
enumeration DOI
Digital Object Identifier
enumeration HDL
Handle System
enumeration ISBN
International Standard Book Number
enumeration ISSN
International Standard Serial Number
enumeration LCCN
Library of Congress Control Number
enumeration URI
Uniform Resource Identifier
Used by
Element IDNO
Source
<xs:attribute name="TYPE" use="required">
  <xs:annotation>
    <xs:documentation>Type characterizes the element in some sense, using any convenient classification scheme or typology.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="DOI">
        <xs:annotation>
          <xs:documentation>Digital Object Identifier</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="HDL">
        <xs:annotation>
          <xs:documentation>Handle System</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ISBN">
        <xs:annotation>
          <xs:documentation>International Standard Book Number</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ISSN">
        <xs:annotation>
          <xs:documentation>International Standard Serial Number</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="LCCN">
        <xs:annotation>
          <xs:documentation>Library of Congress Control Number</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="URI">
        <xs:annotation>
          <xs:documentation>Uniform Resource Identifier</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute BIBCIT / @ID
Namespace No namespace
Type xs:NCName
Properties
content simple
Used by
Element BIBCIT
Source
<xs:attribute name="ID" type="xs:NCName"/>
[ top ]
Attribute BIBCIT / @PLACEHOLDER
Namespace No namespace
Used by
Element BIBCIT
Source
<xs:attribute name="PLACEHOLDER"/>
[ top ]
Attribute BIBCIT / @QTDIN
Namespace No namespace
Type restriction of xs:token
Properties
content simple
Facets
enumeration QTDINYES
Used by
Element BIBCIT
Source
<xs:attribute name="QTDIN">
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="QTDINYES"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute BIBCIT / @REF
Namespace No namespace
Type xs:anyURI
Properties
content simple
Used by
Element BIBCIT
Source
<xs:attribute name="REF" type="xs:anyURI"/>
[ top ]
Attribute BIBCITS / @ID
Namespace No namespace
Type xs:NCName
Properties
content simple
Used by
Element BIBCITS
Source
<xs:attribute name="ID" type="xs:NCName"/>
[ top ]
Attribute LANG / @IDENT
Namespace No namespace
Annotations
(identifier) Supplies a language code which is used to identify the
language documented by this element.
Used by
Element LANG
Source
<xs:attribute name="IDENT">
  <xs:annotation>
    <xs:documentation>(identifier) Supplies a language code which is used to identify the language documented by this element.</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute KEYWORDS / @SCHEME
Namespace No namespace
Annotations
scheme identifies the controlled vocabulary within which the set of
keywords concerned is defined.
Used by
Element KEYWORDS
Source
<xs:attribute name="SCHEME">
  <xs:annotation>
    <xs:documentation>scheme identifies the controlled vocabulary within which the set of keywords concerned is defined.</xs:documentation>
  </xs:annotation>
</xs:attribute>
[ top ]
Attribute WORKFLOW / @WORKCATEGORY
Namespace No namespace
Annotations
The workcategory attribute is designed to provide a set of constant values to be used across projects to allow
workflow general procedures to be applied to objects CWRC-wide without restricting workflow stamps (see stamp
attribute).
Type restriction of xs:token
Properties
use required
Facets
enumeration created
created - repository item created (original version of repository object) - equivalent to
cwrc:cre
enumeration deposited
deposited - repository item deposited (an existing file) - equivalent to stamp cwrc:dep
enumeration metadata_contribution
metadata_contribution - repository object metadata (external or embedded) created or edited - equivalent to
stamp cwrc:evr (enhanced version of record)
enumeration content_contribution
content_contribution - repository object content added or edited - equivalent to stamp cwrc:evr (enhanced
version of record) or cvr (corrected version of record)
enumeration checked
checked - Checked/corrected - equivalent to stamp cwrc:ckd
enumeration machine_processed
machine_processed - Automatic processing of data - equivalent to stamps cwrc:evr (enhanced version of record)
or cwrc:cvr (corrected version of record)
enumeration user-tagged
user-tagged - tagged by member of general public (i.e. subject keywords/ folksonomic descriptors  added) -
equivalent to stamp cwrc:tag
enumeration rights_assigned
rights_assigned - Copyright/license terms attached to object - equivalent to stamp
cwrc:rights_asg
enumeration published
published - repository item under ongoing publishing procedures - equivalent to stamp
cwrc:pub
enumeration peer-reviewed/evaluated
peer_reviewed - peer-review as opposed to internal editing/revision - equivalent to stamp
cwrc:rev
enumeration withdrawn
withdrawn - Removed from published state - equivalent to stamp cwrc:wdr
enumeration deleted
deleted - Deleted from the repository - equivalent to stamp cwrc:del
Used by
Element WORKFLOW
Source
<xs:attribute name="WORKCATEGORY" use="required">
  <xs:annotation>
    <xs:documentation>The workcategory attribute is designed to provide a set of constant values to be used across projects to allow workflow general procedures to be applied to objects CWRC-wide without restricting workflow stamps (see stamp attribute).</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="created">
        <xs:annotation>
          <xs:documentation>created - repository item created (original version of repository object) - equivalent to cwrc:cre</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="deposited">
        <xs:annotation>
          <xs:documentation>deposited - repository item deposited (an existing file) - equivalent to stamp cwrc:dep</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="metadata_contribution">
        <xs:annotation>
          <xs:documentation>metadata_contribution - repository object metadata (external or embedded) created or edited - equivalent to stamp cwrc:evr (enhanced version of record)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="content_contribution">
        <xs:annotation>
          <xs:documentation>content_contribution - repository object content added or edited - equivalent to stamp cwrc:evr (enhanced version of record) or cvr (corrected version of record)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="checked">
        <xs:annotation>
          <xs:documentation>checked - Checked/corrected - equivalent to stamp cwrc:ckd</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="machine_processed">
        <xs:annotation>
          <xs:documentation>machine_processed - Automatic processing of data - equivalent to stamps cwrc:evr (enhanced version of record) or cwrc:cvr (corrected version of record)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="user-tagged">
        <xs:annotation>
          <xs:documentation>user-tagged - tagged by member of general public (i.e. subject keywords/ folksonomic descriptors added) - equivalent to stamp cwrc:tag</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="rights_assigned">
        <xs:annotation>
          <xs:documentation>rights_assigned - Copyright/license terms attached to object - equivalent to stamp cwrc:rights_asg</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="published">
        <xs:annotation>
          <xs:documentation>published - repository item under ongoing publishing procedures - equivalent to stamp cwrc:pub</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="peer-reviewed/evaluated">
        <xs:annotation>
          <xs:documentation>peer_reviewed - peer-review as opposed to internal editing/revision - equivalent to stamp cwrc:rev</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="withdrawn">
        <xs:annotation>
          <xs:documentation>withdrawn - Removed from published state - equivalent to stamp cwrc:wdr</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="deleted">
        <xs:annotation>
          <xs:documentation>deleted - Deleted from the repository - equivalent to stamp cwrc:del</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute WORKFLOW / @WORKSTAMP
Namespace No namespace
Annotations
The workstamp attribute records finer-grained
workflow category information that can be created on a project-specific basis; in addition, particular projects may wish to rename
these existing stamp values (i.e. Orlando may want to use "CAS" instead of "CKD", another project may want to apply a stamp
according to a French name, etc.), but the basic workflow categories will remain static.
Type restriction of xs:token
Properties
content simple
Facets
enumeration niso:AO
Author's Original (AO)
enumeration niso:SMUR
Submitted Manuscript Under Review (SMUR)
enumeration niso:AM
Accepted Manuscript (AM)
enumeration niso:P
Proof (P)
enumeration niso:VoR
Version of Record (VoR)
enumeration niso:CVoR
Corrected Version of Record (CVoR)
enumeration niso:EVoR
Enhanced Version of Record (EVoR)
enumeration orl:SUB
Submitted (SUB)
enumeration orl:RWT
Researched / Written / Tagged (RWT)
enumeration orl:REV
Revised (REV)
enumeration orl:RBV
Reviewed by Volume Author (RVB)
enumeration orl:CAS
Checked Against Sources (CAS)
enumeration orl:CFT
Checked for Tagging (CFT)
enumeration orl:CFB
Checked for Bibliographic Practices (CFB)
enumeration orl:PUB
Published (PUB)
enumeration orl:ENH
Enhanced (ENH)
enumeration orl:TC
Tag Cleanup (TC)
enumeration orl:PUBR
Publication Readthrough (PUBR)
enumeration cwrc:cre
repository item created (original version of repository object) - equivalent to category created
enumeration cwrc:dep
repository item deposited (an existing file) - equivalent to category deposited
enumeration cwrc:cvr
object content edited - cvr (corrected version of record)
enumeration cwrc:evr
object content added evr (enhanced version of record)
enumeration cwrc:ckd
Checked/corrected - equivalent to category checked
enumeration cwrc:tag
tagged by member of general public (i.e. subject keywords/ folksonomic descriptors  added) - equivalent to
category tagged
enumeration cwrc:rights_asg
Copyright/license terms attached to object - equivalent to category rights_assigned
enumeration cwrc:pub
repository item under ongoing publishing procedures - equivalent to category published
enumeration cwrc:rev
peer-review as opposed to internal editing/revision - equivalent to category
peer-reviewed/evaluated
enumeration cwrc:wdr
Removed from published state - equivalent to category withdrawn
enumeration cwrc:del
Deleted from the repository - equivalent to category deleted
Used by
Element WORKFLOW
Source
<xs:attribute name="WORKSTAMP">
  <xs:annotation>
    <xs:documentation>The workstamp attribute records finer-grained workflow category information that can be created on a project-specific basis; in addition, particular projects may wish to rename these existing stamp values (i.e. Orlando may want to use "CAS" instead of "CKD", another project may want to apply a stamp according to a French name, etc.), but the basic workflow categories will remain static.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="niso:AO">
        <xs:annotation>
          <xs:documentation>Author's Original (AO)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="niso:SMUR">
        <xs:annotation>
          <xs:documentation>Submitted Manuscript Under Review (SMUR)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="niso:AM">
        <xs:annotation>
          <xs:documentation>Accepted Manuscript (AM)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="niso:P">
        <xs:annotation>
          <xs:documentation>Proof (P)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="niso:VoR">
        <xs:annotation>
          <xs:documentation>Version of Record (VoR)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="niso:CVoR">
        <xs:annotation>
          <xs:documentation>Corrected Version of Record (CVoR)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="niso:EVoR">
        <xs:annotation>
          <xs:documentation>Enhanced Version of Record (EVoR)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="orl:SUB">
        <xs:annotation>
          <xs:documentation>Submitted (SUB)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="orl:RWT">
        <xs:annotation>
          <xs:documentation>Researched / Written / Tagged (RWT)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="orl:REV">
        <xs:annotation>
          <xs:documentation>Revised (REV)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="orl:RBV">
        <xs:annotation>
          <xs:documentation>Reviewed by Volume Author (RVB)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="orl:CAS">
        <xs:annotation>
          <xs:documentation>Checked Against Sources (CAS)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="orl:CFT">
        <xs:annotation>
          <xs:documentation>Checked for Tagging (CFT)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="orl:CFB">
        <xs:annotation>
          <xs:documentation>Checked for Bibliographic Practices (CFB)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="orl:PUB">
        <xs:annotation>
          <xs:documentation>Published (PUB)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="orl:ENH">
        <xs:annotation>
          <xs:documentation>Enhanced (ENH)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="orl:TC">
        <xs:annotation>
          <xs:documentation>Tag Cleanup (TC)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="orl:PUBR">
        <xs:annotation>
          <xs:documentation>Publication Readthrough (PUBR)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="cwrc:cre">
        <xs:annotation>
          <xs:documentation>repository item created (original version of repository object) - equivalent to category created</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="cwrc:dep">
        <xs:annotation>
          <xs:documentation>repository item deposited (an existing file) - equivalent to category deposited</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="cwrc:cvr">
        <xs:annotation>
          <xs:documentation>object content edited - cvr (corrected version of record)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="cwrc:evr">
        <xs:annotation>
          <xs:documentation>object content added evr (enhanced version of record)</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="cwrc:ckd">
        <xs:annotation>
          <xs:documentation>Checked/corrected - equivalent to category checked</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="cwrc:tag">
        <xs:annotation>
          <xs:documentation>tagged by member of general public (i.e. subject keywords/ folksonomic descriptors added) - equivalent to category tagged</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="cwrc:rights_asg">
        <xs:annotation>
          <xs:documentation>Copyright/license terms attached to object - equivalent to category rights_assigned</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="cwrc:pub">
        <xs:annotation>
          <xs:documentation>repository item under ongoing publishing procedures - equivalent to category published</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="cwrc:rev">
        <xs:annotation>
          <xs:documentation>peer-review as opposed to internal editing/revision - equivalent to category peer-reviewed/evaluated</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="cwrc:wdr">
        <xs:annotation>
          <xs:documentation>Removed from published state - equivalent to category withdrawn</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="cwrc:del">
        <xs:annotation>
          <xs:documentation>Deleted from the repository - equivalent to category deleted</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute WORKFLOW / @WORKSTATUS
Namespace No namespace
Annotations
Workstatus records the completion information of a
particular work status phase of a document.
Type restriction of xs:token
Properties
use required
Facets
enumeration C
Complete
enumeration IPR
In progress
enumeration I
Incomplete
enumeration P
Pending
Used by
Element WORKFLOW
Source
<xs:attribute name="WORKSTATUS" use="required">
  <xs:annotation>
    <xs:documentation>Workstatus records the completion information of a particular work status phase of a document.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="C">
        <xs:annotation>
          <xs:documentation>Complete</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="IPR">
        <xs:annotation>
          <xs:documentation>In progress</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="I">
        <xs:annotation>
          <xs:documentation>Incomplete</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="P">
        <xs:annotation>
          <xs:documentation>Pending</xs:documentation>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute CWRCHEADER / @TYPE
Namespace No namespace
Annotations
Type specifies the kind of document to which the
header is attached, for example whether it is a corpus or individual text. Sample values include: 1] text; 2]
corpus.
Type union of(xs:NCName, restriction of xs:token, restriction of xs:token)
Properties
default text
Used by
Element CWRCHEADER
Source
<xs:attribute name="TYPE" default="text">
  <xs:annotation>
    <xs:documentation>Type specifies the kind of document to which the header is attached, for example whether it is a corpus or individual text. Sample values include: 1] text; 2] corpus.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:union memberTypes="xs:NCName">
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="text"/>
        </xs:restriction>
      </xs:simpleType>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="corpus"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:union>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute STANDARD / @WROTEORPUBLISHEDAS
Namespace No namespace
Annotations
WroteOrPublishedAs is an attribute
attached to all the types of a person's name captured within their biography section. This attribute will allow
us to track all the different names women writers published under. While we assume that most writers published under
their standard name and pseudonyms, they may also have used a nickname or their married name, for instance, to
publish material. This attribute works in conjunction with the authorname in the bibliography to link the name a text
was published under with the name of the person.
Type restriction of xs:token
Properties
default WROTEPUBLISHEDASYES
Facets
enumeration WROTEPUBLISHEDASYES
Used by
Element STANDARD
Source
<xs:attribute name="WROTEORPUBLISHEDAS" default="WROTEPUBLISHEDASYES">
  <xs:annotation>
    <xs:documentation>WroteOrPublishedAs is an attribute attached to all the types of a person's name captured within their biography section. This attribute will allow us to track all the different names women writers published under. While we assume that most writers published under their standard name and pseudonyms, they may also have used a nickname or their married name, for instance, to publish material. This attribute works in conjunction with the authorname in the bibliography to link the name a text was published under with the name of the person.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="WROTEPUBLISHEDASYES"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute CWRC / @ID
Namespace No namespace
Type xs:NCName
Properties
content simple
Used by
Element CWRC
Source
<xs:attribute name="ID" type="xs:NCName"/>
[ top ]
Attribute CWRC / @SEX
Namespace No namespace
Annotations
Sex is an attribute applied to the CWRC
document as a whole, and specifies whether the individual who is the subject of the document is female, male, transgendered,
transgendered male-to-female, transgendered female-to-male, or undefined.
Type union of(xs:string, restriction of xs:token, restriction of xs:token, restriction of xs:token, restriction of xs:token, restriction of xs:token, restriction of xs:token)
Properties
content simple
Used by
Element CWRC
Source
<xs:attribute name="SEX">
  <xs:annotation>
    <xs:documentation>Sex is an attribute applied to the CWRC document as a whole, and specifies whether the individual who is the subject of the document is female, male, transgendered, transgendered male-to-female, transgendered female-to-male, or undefined.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:union memberTypes="xs:string">
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="FEMALE"/>
        </xs:restriction>
      </xs:simpleType>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="MALE"/>
        </xs:restriction>
      </xs:simpleType>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="TRANSGENDERED"/>
        </xs:restriction>
      </xs:simpleType>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="TRANSGENDERED FEMALE-TO-MALE"/>
        </xs:restriction>
      </xs:simpleType>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="TRANSGENDERED MALE-TO-FEMALE"/>
        </xs:restriction>
      </xs:simpleType>
      <xs:simpleType>
        <xs:restriction base="xs:token">
          <xs:enumeration value="UNDEFINED"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:union>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute CWRC / @PERSON
Namespace No namespace
Annotations
Person is an attribute applied to the CWRC document as a
whole, and specifies information about the type of person who is the subject of the document, and specifically, if they are a writer or
a nonwriter.
Type restriction of xs:token
Properties
content simple
Facets
enumeration NON-WRITER
enumeration WRITER
Used by
Element CWRC
Source
<xs:attribute name="PERSON">
  <xs:annotation>
    <xs:documentation>Person is an attribute applied to the CWRC document as a whole, and specifies information about the type of person who is the subject of the document, and specifically, if they are a writer or a nonwriter.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:token">
      <xs:enumeration value="NON-WRITER"/>
      <xs:enumeration value="WRITER"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute CWRC / @NATIONALITYCATEGORY
Namespace No namespace
Annotations
NationalityCategory is an attribute applied to the CWRC
document as a whole, and specifies nationality information about the individual who is the subject of the document; for example,
if she or he is British or Canadian.  Note: more than one value can be selected for this attribute -- each attribute value should
be separated by a blank space.
Type restriction of list of restriction of xs:token
Type hierarchy
  • xs:token
Properties
content simple
Facets
minLength 1
Used by
Element CWRC
Source
<xs:attribute name="NATIONALITYCATEGORY">
  <xs:annotation>
    <xs:documentation>NationalityCategory is an attribute applied to the CWRC document as a whole, and specifies nationality information about the individual who is the subject of the document; for example, if she or he is British or Canadian. Note: more than one value can be selected for this attribute -- each attribute value should be separated by a blank space.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction>
      <xs:simpleType>
        <xs:list>
          <xs:simpleType>
            <xs:restriction base="xs:token">
              <xs:enumeration value="BRITISH"/>
              <xs:enumeration value="CANADIAN"/>
              <xs:enumeration value="INTERNATIONAL"/>
            </xs:restriction>
          </xs:simpleType>
        </xs:list>
      </xs:simpleType>
      <xs:minLength value="1"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
[ top ]
Attribute Group RESP-attribute
Namespace No namespace
Diagram
Diagram index.tmp#RESP-attribute_RESP
Used by
Elements WORKFLOW, XREF
Attributes
QName Type Use Annotation
RESP restriction of xs:token required
Resp (or responsibility) contains a three-letter initialism
of an individual who contributed to the production or distribution of a document.
Source
<xs:attributeGroup name="RESP-attribute">
  <xs:attribute name="RESP" use="required">
    <xs:annotation>
      <xs:documentation>Resp (or responsibility) contains a three-letter initialism of an individual who contributed to the production or distribution of a document.</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="IMG"/>
        <xs:enumeration value="SRF"/>
        <xs:enumeration value="PDC"/>
        <xs:enumeration value="KDC"/>
        <xs:enumeration value="ANM"/>
        <xs:enumeration value="CNM"/>
        <xs:enumeration value="KJB"/>
        <xs:enumeration value="TJB"/>
        <xs:enumeration value="JAH"/>
        <xs:enumeration value="MMM"/>
        <xs:enumeration value="SSB"/>
        <xs:enumeration value="SIB"/>
        <xs:enumeration value="MEL"/>
        <xs:enumeration value="JKW"/>
        <xs:enumeration value="KKC"/>
        <xs:enumeration value="PMB"/>
        <xs:enumeration value="TTC"/>
        <xs:enumeration value="KAH"/>
        <xs:enumeration value="JAW"/>
        <xs:enumeration value="SMH"/>
        <xs:enumeration value="SYS"/>
        <xs:enumeration value="HJM"/>
        <xs:enumeration value="CEL"/>
        <xs:enumeration value="JSC"/>
        <xs:enumeration value="PHD"/>
        <xs:enumeration value="AHM"/>
        <xs:enumeration value="SJW"/>
        <xs:enumeration value="JEB"/>
        <xs:enumeration value="SLT"/>
        <xs:enumeration value="BAA"/>
        <xs:enumeration value="CJH"/>
        <xs:enumeration value="JDS"/>
        <xs:enumeration value="MEB"/>
        <xs:enumeration value="NLG"/>
        <xs:enumeration value="CLC"/>
        <xs:enumeration value="GCG"/>
        <xs:enumeration value="KNT"/>
        <xs:enumeration value="JEC"/>
        <xs:enumeration value="RSC"/>
        <xs:enumeration value="SIR"/>
        <xs:enumeration value="ECG"/>
        <xs:enumeration value="SLB"/>
        <xs:enumeration value="CAG"/>
        <xs:enumeration value="MKB"/>
        <xs:enumeration value="OSM"/>
        <xs:enumeration value="DBH"/>
        <xs:enumeration value="KGH"/>
        <xs:enumeration value="JJD"/>
        <xs:enumeration value="DRG"/>
        <xs:enumeration value="NCK"/>
        <xs:enumeration value="DLK"/>
        <xs:enumeration value="AFP"/>
        <xs:enumeration value="KLH"/>
        <xs:enumeration value="CEE"/>
        <xs:enumeration value="TRN"/>
        <xs:enumeration value="RJR"/>
        <xs:enumeration value="LMS"/>
        <xs:enumeration value="JCA"/>
        <xs:enumeration value="JES"/>
        <xs:enumeration value="JLT"/>
        <xs:enumeration value="KGS"/>
        <xs:enumeration value="RJB"/>
        <xs:enumeration value="DMH"/>
        <xs:enumeration value="MAM"/>
        <xs:enumeration value="LKD"/>
        <xs:enumeration value="ARP"/>
        <xs:enumeration value="KDM"/>
        <xs:enumeration value="BJA"/>
        <xs:enumeration value="SEV"/>
        <xs:enumeration value="AJF"/>
        <xs:enumeration value="AGH"/>
        <xs:enumeration value="RTM"/>
        <xs:enumeration value="LM2"/>
        <xs:enumeration value="MRS"/>
        <xs:enumeration value="KEH"/>
        <xs:enumeration value="CLJ"/>
        <xs:enumeration value="JCR"/>
        <xs:enumeration value="TCD"/>
        <xs:enumeration value="EAQ"/>
        <xs:enumeration value="DEK"/>
        <xs:enumeration value="BHL"/>
        <xs:enumeration value="ALR"/>
        <xs:enumeration value="SWK"/>
        <xs:enumeration value="JLP"/>
        <xs:enumeration value="ACF"/>
        <xs:enumeration value="JSE">
          <xs:annotation>
            <xs:documentation>Jana Smith Elford</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="MPO">
          <xs:annotation>
            <xs:documentation>Mariana Paredes-Olea</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="KCS"/>
        <xs:enumeration value="ARC"/>
        <xs:enumeration value="CMW"/>
        <xs:enumeration value="AEG">
          <xs:annotation>
            <xs:documentation>Alexandra Guselle</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="AVU">
          <xs:annotation>
            <xs:documentation>Alison Uttley</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="LJH">
          <xs:annotation>
            <xs:documentation>Lisa Hennigar</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="KSN">
          <xs:annotation>
            <xs:documentation>Kayla Snyder</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="EWD">
          <xs:annotation>
            <xs:documentation>Eric Drebit</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="CSK">
          <xs:annotation>
            <xs:documentation>Caley Skinner</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="JBB">
          <xs:annotation>
            <xs:documentation>Justine Baskey</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="PAD">
          <xs:annotation>
            <xs:documentation>Patricia Demers</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="CMD">
          <xs:annotation>
            <xs:documentation>Cecily Devereux</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="CJG">
          <xs:annotation>
            <xs:documentation>Carole Gerson</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="JRW">
          <xs:annotation>
            <xs:documentation>Janice Williamson</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="MCA">
          <xs:annotation>
            <xs:documentation>Marie Carriere</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="AWI">
          <xs:annotation>
            <xs:documentation>Ann Wilson</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="SKR">
          <xs:annotation>
            <xs:documentation>Sidney Kruth</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="DHA">
          <xs:annotation>
            <xs:documentation>Dorothy Hadfield</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="SDU">
          <xs:annotation>
            <xs:documentation>Scott Duchessne</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="PIH">
          <xs:annotation>
            <xs:documentation>Paul Hjartarson</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="GRA">
          <xs:annotation>
            <xs:documentation>GRA training</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="AAC">
          <xs:annotation>
            <xs:documentation>Aldora Cole</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="EMH">
          <xs:annotation>
            <xs:documentation>Emily Hass</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="KGL">
          <xs:annotation>
            <xs:documentation>Kate Lane-Smith</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="AJD"/>
        <xs:enumeration value="KFA"/>
        <xs:enumeration value="JMA"/>
        <xs:enumeration value="CNO"/>
        <xs:enumeration value="KSM"/>
        <xs:enumeration value="NFS">
          <xs:annotation>
            <xs:documentation>Nora Foster Stovel</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="KME">
          <xs:annotation>
            <xs:documentation>Karyn Huenemann</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="KLM">
          <xs:annotation>
            <xs:documentation>Katie Louise McCullough</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="GLN">
          <xs:annotation>
            <xs:documentation>Graeme Northcote</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="SAH">
          <xs:annotation>
            <xs:documentation>Susan Hesemeier</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="MKD">
          <xs:annotation>
            <xs:documentation>Michelle Di Cintio</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="KMO">
          <xs:annotation>
            <xs:documentation>Kristine Moruzi</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="LSW">
          <xs:annotation>
            <xs:documentation>Larissa Swayze</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="NPA">
          <xs:annotation>
            <xs:documentation>Nadine Adelaar</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="RMB">
          <xs:annotation>
            <xs:documentation>Rebecca Blain</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="JAR">
          <xs:annotation>
            <xs:documentation>Jessica Rattcliffe</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="BJM">
          <xs:annotation>
            <xs:documentation>Breanna Mroczeck</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="DEL">
          <xs:annotation>
            <xs:documentation>Elena Dergacheva</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="MDG">
          <xs:annotation>
            <xs:documentation>Michelle Gregory</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="CTL">
          <xs:annotation>
            <xs:documentation>Celiese Lypka</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="NJK">
          <xs:annotation>
            <xs:documentation>Nikhil Jayadevan</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="EMR">
          <xs:annotation>
            <xs:documentation>Esther Rosario</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="CME">
          <xs:annotation>
            <xs:documentation>Caitlin Elm</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="JSI">
          <xs:annotation>
            <xs:documentation>John Simpson</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="RKK">
          <xs:annotation>
            <xs:documentation>Ruth Knechtel</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="AAR"/>
        <xs:enumeration value="AGL"/>
        <xs:enumeration value="AHR"/>
        <xs:enumeration value="CGB"/>
        <xs:enumeration value="CMJ"/>
        <xs:enumeration value="DRC"/>
        <xs:enumeration value="GKC"/>
        <xs:enumeration value="GSF"/>
        <xs:enumeration value="JJL"/>
        <xs:enumeration value="JLL"/>
        <xs:enumeration value="LGG"/>
        <xs:enumeration value="MRB"/>
        <xs:enumeration value="REE"/>
        <xs:enumeration value="RZK"/>
        <xs:enumeration value="SDD"/>
        <xs:enumeration value="JAM">
          <xs:annotation>
            <xs:documentation>Jueun Moon</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="ATC">
          <xs:annotation>
            <xs:documentation>Amy Cote</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="AKB">
          <xs:annotation>
            <xs:documentation>Adela Burke</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="AJS">
          <xs:annotation>
            <xs:documentation>Aaron Swanbergson</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="DEA">
          <xs:annotation>
            <xs:documentation>Devin Ayotte</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="CCK">
          <xs:annotation>
            <xs:documentation>Cameron Kroetsch</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="OAI">
          <xs:annotation>
            <xs:documentation>Olga Ivanova</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="SJA">
          <xs:annotation>
            <xs:documentation>Stacey Aspinall</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="GRH">
          <xs:annotation>
            <xs:documentation>Gordon Harper</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="MVI">
          <xs:annotation>
            <xs:documentation>Mihaela Ilovan</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="APH">
          <xs:annotation>
            <xs:documentation>Amanda Hooper</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="LMD">
          <xs:annotation>
            <xs:documentation>Lisa Dublin</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="CSM">
          <xs:annotation>
            <xs:documentation>Chelsea Miya</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="MKL">
          <xs:annotation>
            <xs:documentation>Mahdi Kashani Lotfbadi</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="ABC">
          <xs:annotation>
            <xs:documentation>Anita Cutic</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="SLF">
          <xs:annotation>
            <xs:documentation>Samantha Fitzner</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="K_M">
          <xs:annotation>
            <xs:documentation>Kaarina Mikalson</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="DVI">
          <xs:annotation>
            <xs:documentation>Diana Ivanycheva</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="L_A">
          <xs:annotation>
            <xs:documentation>Leslie Allin</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="VMD">
          <xs:annotation>
            <xs:documentation>Victoria Duncan</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="R_J">
          <xs:annotation>
            <xs:documentation>Robert Jackson</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="NCB">
          <xs:annotation>
            <xs:documentation>Neale Barnholden</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="DJW">
          <xs:annotation>
            <xs:documentation>Daryn Wright</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="ADZ">
          <xs:annotation>
            <xs:documentation>Andrew Zuliani</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="LEB">
          <xs:annotation>
            <xs:documentation>Lindsey Bannister</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="SEB">
          <xs:annotation>
            <xs:documentation>Sarah Bull</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="DGL">
          <xs:annotation>
            <xs:documentation>Duncan Gibson-Lockhart</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="TLL">
          <xs:annotation>
            <xs:documentation>Tasha Longtin</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="M2M">
          <xs:annotation>
            <xs:documentation>Melissa Montanari</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="KVA">
          <xs:annotation>
            <xs:documentation>Kristi Abramoff</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="MRM">
          <xs:annotation>
            <xs:documentation>Miriam Mabrouk</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="CMH">
          <xs:annotation>
            <xs:documentation>Corrinne Harol</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="DSN">
          <xs:annotation>
            <xs:documentation>Dempsey Nobert</xs:documentation>
          </xs:annotation>
        </xs:enumeration>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:attributeGroup>
[ top ]