<!ELEMENT head (title?, meta*, tobject?, iim?, docdata?, pubdata*, revision-history*)>
<!ATTLIST head
%global-attributes;
>
<!--
Element head
Partial description Holds metadata about the document as a whole.
Full description Generally does not hold information for direct display to user. Portions of the metadata, though, are often rendered to augment an article.
id Unique identifier for the element.
-->
<!ELEMENT title (#PCDATA)>
<!ATTLIST title
%global-attributes;
type (
main
| subtitle
| parttitle
| alternate
| abbrev
| other
) #IMPLIED
>
<!--
Element title
Partial description Document Title.
Full description Often displayed within a result-list after a search finds this article.
id Unique identifier for the element.
type A categorization for title. (Controlled vocabulary.)
-->
<!ELEMENT meta EMPTY>
<!ATTLIST meta
%global-attributes;
http-equiv NMTOKEN #IMPLIED
name NMTOKEN #IMPLIED
content CDATA #REQUIRED
>
<!--
Element meta
Partial description A construct for sending generic metadata.
Full description Normally is undisplayed.
id Unique identifier for the element.
http-equiv HTTP response header name.
name Name used for this piece of metadata.
content Content associated with the specified name.
Full description Location for IIM Record 2 DataSet information.
id Unique identifier for the element.
ver IIM version number.
-->
<!ELEMENT ds EMPTY>
<!ATTLIST ds
%global-attributes;
num NMTOKEN #REQUIRED
value CDATA #IMPLIED
>
<!--
Element ds
Partial description IIM Record 2 dataset information.
Full description IIM Record 2 dataset information (Record 2 Only).
id Unique identifier for the element.
num IIM field number.
value IIM field value.
-->
<!ELEMENT docdata (
correction
| evloc
| doc-id
| del-list
| urgency
| fixture
| date.issue
| date.release
| date.expire
| doc-scope
| series
| ed-msg
| du-key
| doc.copyright
| doc.rights
| key-list
| identified-content
)*>
<!ATTLIST docdata
%global-attributes;
management-status ( usable
| embargoed
| withheld
| canceled
) #IMPLIED
management-doc-idref CDATA #IMPLIED
management-idref-status ( usable
| embargoed
| withheld
| canceled
) #IMPLIED
>
<!--
Element docdata
Partial description Document metadata.
Full description Container for metadata information about this particular document.
id Unique identifier for the element.
management-status Defines whether this document is a cancellation of a previous doc, and other news management properties.
management-doc-idref Used in conjunction with management-status. Details which document the current one is an update to, etc.
management-idref-status When a management-doc-idref is specified, this attribute contains the new status for that referenced document.
-->
<!ELEMENT correction EMPTY>
<!ATTLIST correction
%global-attributes;
info CDATA #IMPLIED
id-string CDATA #IMPLIED
regsrc CDATA #IMPLIED
>
<!--
Element correction
Partial description Correction information.
Full description Indicates that the item is a correction to a previously published document.
id Unique identifier for the element.
info Contains actual message or instructions regarding the correction.
id-string Document identification string, such as UNO or doc-id.
regsrc Identifies the source of the correction.
-->
<!ELEMENT evloc EMPTY>
<!ATTLIST evloc
%global-attributes;
iso-cc CDATA #IMPLIED
state-prov CDATA #IMPLIED
county-dist CDATA #IMPLIED
city CDATA #IMPLIED
>
<!--
Element evloc
Partial description Event location.
Full description Where an event took place (as opposed to where the story was written).
id Unique identifier for the element.
iso-cc Country code as specified in ISO 3166.
state-prov State or province where the event occurred.
county-dist County or district name.
city City or municipality name.
-->
<!ELEMENT doc-id EMPTY>
<!ATTLIST doc-id
%global-attributes;
regsrc CDATA #IMPLIED
id-string CDATA #IMPLIED
>
<!--
Element doc-id
Partial description Registered identification for document.
Full description Character string that provides a unique, persistent identification for a document.
id Unique identifier for the element.
regsrc Identifies the source of the document or action.
id-string Document identification string.
-->
<!ELEMENT del-list (from-src)*>
<!ATTLIST del-list
%global-attributes;
>
<!--
Element del-list
Partial description Delivery trail of delivery services.
Full description Holds an ordered list of the distribution services that have been involved in the delivery of the document.
id Unique identifier for the element.
-->
<!ELEMENT from-src EMPTY>
<!ATTLIST from-src
%global-attributes;
src-name CDATA #IMPLIED
level-number CDATA #IMPLIED
>
<!--
Element from-src
Partial description Delivery service identifier.
Full description Identifier used to track the transmission path of the document throughout the delivery process.
id Unique identifier for the element.
src-name The entity moving the document.
level-number The position in the transmission path that the src-name occurred.
-->
<!ELEMENT urgency EMPTY>
<!ATTLIST urgency
%global-attributes;
ed-urg NMTOKEN #IMPLIED
>
<!--
Element urgency
Partial description News importance.
Full description Can be used to set the priority for distribution but does not set the actual distribution priority.
id Unique identifier for the element.
ed-urg 1=most, 5=normal, 8=least.
-->
<!ELEMENT fixture EMPTY>
<!ATTLIST fixture
%global-attributes;
fix-id CDATA #IMPLIED
>
<!--
Element fixture
Partial description Specification for named document, such as Heard on the Street or On Language.
Full description Provides a consistent reference to a document whose content is refreshed periodically.
id Unique identifier for the element.
fix-id The name of the fixture.
-->
<!ELEMENT date.issue EMPTY>
<!ATTLIST date.issue
%global-attributes;
norm CDATA #IMPLIED
>
<!--
Element date.issue
Partial description Date/time document was issued.
Full description If not provided, it is assumed to be on receipt.
id Unique identifier for the element.
norm Date/time value normalized to ISO 8601: YYYYMMDDTHHMMSS-HHMM (preferred) YYYYMMDDTHHMMSSZ (alternative). Use YYYYMMDD000000-HHMM when no time is available. Before the HHMM time, the - or + character may be used.
-->
<!ELEMENT date.release EMPTY>
<!ATTLIST date.release
%global-attributes;
norm CDATA #IMPLIED
>
<!--
Element date.release
Partial description Date/time document is available to be released.
Full description If not provided, it is assumed to be on receipt.
id Unique identifier for the element.
norm Date/time value normalized to ISO 8601: YYYYMMDDTHHMMSS-HHMM (preferred) YYYYMMDDTHHMMSSZ (alternative). Use YYYYMMDD000000-HHMM when no time is available
-->
<!ELEMENT date.expire EMPTY>
<!ATTLIST date.expire
%global-attributes;
norm CDATA #IMPLIED
>
<!--
Element date.expire
Partial description Date/time at which the document has no validity.
Full description If not provided, it is assumed to be infinity.
id Unique identifier for the element.
norm Date/time value normalized to ISO 8601: YYYYMMDDTHHMMSS-HHMM (preferred) YYYYMMDDTHHMMSSZ (alternative). Use YYYYMMDD000000-HHMM when no time is available
-->
<!ELEMENT doc-scope EMPTY>
<!ATTLIST doc-scope
%global-attributes;
scope CDATA #IMPLIED
>
<!--
Element doc-scope
Partial description Indicates an area where the document may be of interest.
Full description Where a non-category interest may be specified. These are often geographic in origin, such as Pacific Northwest.
id Unique identifier for the element.
scope Halfway between a Keyword and a Category.
-->
<!ELEMENT series EMPTY>
<!ATTLIST series
%global-attributes;
series.name CDATA #IMPLIED
series.part NMTOKEN "0"
series.totalpart NMTOKEN "0"
>
<!--
Element series
Partial description Series information.
Full description Identification of an article within a series of related articles.
id Unique identifier for the element.
series.name The name of the series.
series.part Numeric order of this article within the series.
series.totalpart Total or expected number of articles in the series; use 0 if unknown or indefinite.
-->
<!ELEMENT ed-msg EMPTY>
<!ATTLIST ed-msg
%global-attributes;
msg-type CDATA #IMPLIED
info CDATA #IMPLIED
>
<!--
Element ed-msg
Partial description Non-publishable editorial message from provider or editor of item.
Full description Place where an information provider can send a note to the editor about the contents of the story.
id Unique identifier for the element.
msg-type The type of message. Providers are urged to use consistent values.
info Contains the actual message for the editorial message.
-->
<!ELEMENT du-key EMPTY>
<!ATTLIST du-key
%global-attributes;
generation NMTOKEN #IMPLIED
part NMTOKEN #IMPLIED
version NMTOKEN #IMPLIED
key CDATA #IMPLIED
>
<!--
Element du-key
Partial description Dynamic Use Key, created daily. Has tree structure indicated by defined form.
Full description Provides a mechanism for grouping and updating versions of stories. The du-key is unique to a story during a period fixed by the provider. After the time has elapsed, the reference is available for reuse.
id Unique identifier for the element.
generation Number indicating the du-key generation level. This number increments with each instance of a story that uses the same du-key.
part The part within the dynamic use key structure.
version Version of a particular use of the dynamic-use key.
key Contains the actual key value.
-->
<!ELEMENT doc.copyright EMPTY>
<!ATTLIST doc.copyright
%global-attributes;
year NMTOKEN #IMPLIED
holder CDATA #IMPLIED
>
<!--
Element doc.copyright
Partial description Copyright information for document header.
Full description A metadata location for the information about the year and holder of the document copyright. This information should be consistant with information in the copyrite tag.
id Unique identifier for the element.
year Year of the document copyright.
holder Holder of the copyright.
-->
<!ELEMENT doc.rights EMPTY>
<!ATTLIST doc.rights
%global-attributes;
owner CDATA #IMPLIED
startdate CDATA #IMPLIED
enddate CDATA #IMPLIED
agent CDATA #IMPLIED
geography CDATA #IMPLIED
location-code CDATA #IMPLIED
code-source CDATA #IMPLIED
type CDATA #IMPLIED
limitations CDATA #IMPLIED
>
<!--
Element doc.rights
Partial description Rights information for use of the document.
Full description Used when the rights holder is not the same as the copyright holder. This information should be consistant with that in the series of rights tags.
id Unique identifier for the element.
owner The owner of the specified rights.
startdate For asserted rights. Date/time value normalized to ISO 8601: YYYYMMDDTHHMMSS-HHMM (preferred) YYYYMMDDTHHMMSSZ (alternative). Use YYYYMMDD000000-HHMM when no time is available
enddate For specified document rights. Date/time value normalized to ISO 8601: YYYYMMDDTHHMMSS-HHMM (preferred) YYYYMMDDTHHMMSSZ (alternative). Use YYYYMMDD000000-HHMM when no time is available
agent The rights agent.
geography Geographic area where rights are asserted.
location-code Coded location from standard list.
code-source Source of coded list information.
type Kind of rights being asserted.
limitations Limitations associated with document rights.
-->
<!ELEMENT key-list (keyword)*>
<!ATTLIST key-list
%global-attributes;
>
<!--
Element key-list
Partial description List of keywords.
Full description Holds a list of keywords about the document.
id Unique identifier for the element.
-->
<!ELEMENT keyword EMPTY>
<!ATTLIST keyword
%global-attributes;
key CDATA #IMPLIED
>
<!--
Element keyword
Partial description Keyword. Can also be a phrase.
Full description Holds the keyword or phrase itself.
id Unique identifier for the element.
key The actual keyword.
-->
<!ELEMENT identified-content (
person
| org
| location
| event
| function
| object.title
| virtloc
| classifier
)*>
<!ATTLIST identified-content
%global-attributes;
>
<!--
Element identified-content
Partial description Holds content identifiers that can apply to document as a whole.
Full description The elements this holds also appear in paragraphs. Note that its children should be EMPTY
id Unique identifier for the element.
-->
<!ELEMENT pubdata EMPTY>
<!ATTLIST pubdata
%global-attributes;
type (
print
| audio
| video
| web
| appliance
| other
) #IMPLIED
item-length CDATA #IMPLIED
unit-of-measure (
word
| character
| byte
| inch
| pica
| cm
| hour
| minute
| second
| other
) #IMPLIED
date.publication CDATA #IMPLIED
name CDATA #IMPLIED
issn CDATA #IMPLIED
volume CDATA #IMPLIED
number CDATA #IMPLIED
issue CDATA #IMPLIED
edition.name CDATA #IMPLIED
edition.area CDATA #IMPLIED
position.section CDATA #IMPLIED
position.sequence CDATA #IMPLIED
ex-ref CDATA #IMPLIED
>
<!--
Element pubdata
Partial description Information about specific instance of an item's publication.
Full description Contains metadata about how the particular news object was used in a specific instance.
id Unique identifier for the element.
type Transport medium, such as print, streaming video or broadcast.
item-length Length of the item; see also unit-of-measure.
unit-of-measure Measure associated with the length of the item; see also item-length.
date.publication For date object was used. Date/time value normalized to ISO 8601: YYYYMMDDTHHMMSS-HHMM (preferred) YYYYMMDDTHHMMSSZ (alternative). Use YYYYMMDD000000-HHMM when no time is available
name Title of the publication.
issn The International Standard Serial Number (ISSN) of the publication in which the news object occurred.
volume Volume of the publication in which the information appeared.
number Publication number, often associated with a volume number.
issue The name of the issue of the publication where the news object occurred. Examples include June, fall, Olympic Special, year-end, etc.
edition.name Name of the edition in which the news object was distributed.
edition.area Area / zone where news object was distributed.
position.section Named section of a publication where a news object appeared, such as Science, Sports, Weekend, etc.
position.sequence Where a news object appeared among a list of items; often the page number.
ex-ref External reference to the rendering of the news object as published, in the form of a URL or URN.
-->
<!ELEMENT revision-history EMPTY>
<!ATTLIST revision-history
%global-attributes;
name CDATA #IMPLIED
function (
writer-author
| editor
| producer
| archivist
| videographer
| graphic-artist
| photographer
| statistician
| other
) #IMPLIED
norm CDATA #IMPLIED
comment CDATA #IMPLIED
>
<!--
Element revision-history
Partial description Information about the creative history of the document; also used as an audit trail.
Full description Includes who made changes, when the changes were made, and why.
id Unique identifier for the element.
name Name of the person who made the revision (usually editor or reporter).
function Job function of individual performing revision.
norm Date of the revision. Date/time value normalized to ISO 8601: YYYYMMDDTHHMMSS-HHMM (preferred) YYYYMMDDTHHMMSSZ (alternative). Use YYYYMMDD000000-HHMM when no time is available
Partial description Metadata intended to be displayed to the reader.
Full description Holds content such as headline, byline, etc.
id Unique identifier for the element.
-->
<!ELEMENT hedline (hl1, hl2*)>
<!ATTLIST hedline
%common-attributes;
>
<!--
Element hedline
Partial description Container for main headline and subheadlines.
Full description Provides a generally-dependable component for display in search results.
id Unique identifier for the element.
class An open placeholder for categorization.
style An open placeholder for reference by an external stylesheet.
-->
<!ELEMENT hl1 (%enriched-text;)*>
<!ATTLIST hl1 %common-attributes;>
<!--
Element hl1
Partial description Headline 1 (main-headline).
Full description The primary headline of the story.
id Unique identifier for the element.
class An open placeholder for categorization.
style An open placeholder for reference by an external stylesheet.
-->
<!ELEMENT hl2 (%enriched-text;)*>
<!ATTLIST hl2 %common-attributes;>
<!--
Element hl2
Partial description Headline 2 (sub-headline)
Full description A subordinate headline for the article.
id Unique identifier for the element.
class An open placeholder for categorization.
style An open placeholder for reference by an external stylesheet.
-->
<!ELEMENT note (body.content)+>
<!ATTLIST note
%common-attributes;
noteclass (
cpyrt
| end
| hd
| editorsnote
| trademk
| undef
) #IMPLIED
type (std | pa | npa) "std"
>
<!--
Element note
Partial description Document cautionary note.
Full description Potentially publishable.
id Unique identifier for the element.
class An open placeholder for categorization.
style An open placeholder for reference by an external stylesheet.
noteclass The class of note. Copyright, endnote, etc. (Controlled vocabulary.)
type Standards, Publishable Advisory, Non-Publishable Advisory.
-->
<!ELEMENT rights (
#PCDATA
| rights.owner
| rights.startdate
| rights.enddate
| rights.agent
| rights.geography
| rights.type
| rights.limitations
)*>
<!ATTLIST rights
%global-attributes;
>
<!--
Element rights
Partial description Information on rights holder.
Full description Rights to news material other than the copyrights, such as archival, syndication, or distribution.
id Unique identifier for the element.
-->
<!ELEMENT rights.owner (#PCDATA)>
<!ATTLIST rights.owner
%global-attributes;
contact CDATA #IMPLIED
>
<!--
Element rights.owner
Partial description Rights owner
Full description Owner of the rights to the material.
id Unique identifier for the element.
contact Contact information for the owner.
-->
<!ELEMENT rights.startdate (#PCDATA)>
<!ATTLIST rights.startdate
%global-attributes;
norm CDATA #IMPLIED
>
<!--
Element rights.startdate
Partial description Rights start date.
Full description Initial reference date for material rights.
id Unique identifier for the element.
norm Date/time value normalized to ISO 8601: YYYYMMDDTHHMMSS-HHMM (preferred) YYYYMMDDTHHMMSSZ (alternative). Use YYYYMMDD000000-HHMM when no time is available
-->
<!ELEMENT rights.enddate (#PCDATA)>
<!ATTLIST rights.enddate
%global-attributes;
norm CDATA #IMPLIED
>
<!--
Element rights.enddate
Partial description Rights end date.
Full description Terminal reference date for material rights.
id Unique identifier for the element.
norm Date/time value normalized to ISO 8601: YYYYMMDDTHHMMSS-HHMM (preferred) YYYYMMDDTHHMMSSZ (alternative). Use YYYYMMDD000000-HHMM when no time is available
-->
<!ELEMENT rights.agent (#PCDATA)>
<!ATTLIST rights.agent
%global-attributes;
contact CDATA #IMPLIED
>
<!--
Element rights.agent
Partial description Rights agent.
Full description Name of the agent that holds the rights to the material.
id Unique identifier for the element.
contact Contact information for the agent.
-->
<!ELEMENT rights.geography (#PCDATA)>
<!ATTLIST rights.geography
%global-attributes;
location-code CDATA #IMPLIED
code-source CDATA #IMPLIED
>
<!--
Element rights.geography
Partial description Area to which rights apply.
Full description A geographic area.
id Unique identifier for the element.
location-code Coded location from standard list.
code-source Source for the location code.
-->
<!ELEMENT rights.type (#PCDATA)>
<!ATTLIST rights.type
%global-attributes;
>
<!--
Element rights.type
Partial description Type of rights claimed.
Full description Type of material rights claimed (such as distribution).
id Unique identifier for the element.
-->
<!ELEMENT rights.limitations (#PCDATA)>
<!ATTLIST rights.limitations
%global-attributes;
>
<!--
Element rights.limitations
Partial description Limitations (exclusive / nonexclusive) of rights.
Full description Limitation on use of material rights.
Partial description Container for byline information.
Full description Can either be structured with direct specification of the responsible person / entity and their title or unstructured text can be provided.
id Unique identifier for the element.
class An open placeholder for categorization.
style An open placeholder for reference by an external stylesheet.
-->
<!ELEMENT byttl (#PCDATA | org )*>
<!ATTLIST byttl
%global-attributes;
>
<!--
Element byttl
Partial description Byline title. Often contains an organization.
Full description Title of the person, or entity associated with the byline and a specified person.
id Unique identifier for the element.
-->
<!ELEMENT distributor (#PCDATA | org)*>
<!ATTLIST distributor
%global-attributes;
>
<!--
Element distributor
Partial description Information distributor.
Full description May or may not be the owner or creator.
Partial description Container for dateline information.
Full description The date and location where the story was created.
id Unique identifier for the element.
class An open placeholder for categorization.
style An open placeholder for reference by an external stylesheet.
-->
<!ELEMENT story.date (#PCDATA)>
<!ATTLIST story.date
%global-attributes;
norm CDATA #IMPLIED
>
<!--
Element story.date
Partial description Date of story.
Full description Printable date.
id Unique identifier for the element.
norm Date/time value normalized to ISO 8601: YYYYMMDDTHHMMSS-HHMM (preferred) YYYYMMDDTHHMMSSZ (alternative). Use YYYYMMDD000000-HHMM when no time is available
-->
<!ELEMENT abstract (%block.content;)+>
<!ATTLIST abstract
%global-attributes;
>
<!--
Element abstract
Partial description Story abstract
Full description summary or synopsis of the contents of the document.
Partial description Text for the caption of a table.
Full description Appears only within the table element.
id Unique identifier for the element.
class An open placeholder for categorization.
style An open placeholder for reference by an external stylesheet.
align Alignment of the text in the caption.
-->
<!ELEMENT col EMPTY>
<!ATTLIST col
%common-attributes;
span NMTOKEN "1"
width CDATA #IMPLIED
%cell.align;
%cell.valign;
>
<!--
Element col
Partial description Column.
Full description Used to specify formatting for a table column.
id Unique identifier for the element.
class An open placeholder for categorization.
style An open placeholder for reference by an external stylesheet.
span Number of columns a header cell spans.
width Width of the column, in pixels.
align Alignment of text in the column.
char Specifies a single character within a text fragment to act as the axis for text alignment. Default varies by language; for example, default for en-US is period (.).
charoff Specifies the offset to the first occurance of the character specified in char. !!
valign Vertical alignment of text in the column.
-->
<!ELEMENT colgroup (col+)>
<!ATTLIST colgroup
%common-attributes;
%cell.align;
%cell.valign;
>
<!--
Element colgroup
Partial description Column group.
Full description Used to specify formatting for a table column.
id Unique identifier for the element.
class An open placeholder for categorization.
style An open placeholder for reference by an external stylesheet.
align Alignment of text in the column group.
char HTML formatting attribute.
charoff HTML formatting attribute.
valign Vertical alignment of text in the column group.
-->
<!ELEMENT thead (tr+)>
<!ATTLIST thead
%common-attributes;
%cell.align;
%cell.valign;
>
<!--
Element thead
Partial description Table heading.
Full description Used to group rows that can consistently be displayed atop a table.
id Unique identifier for the element.
class An open placeholder for categorization.
style An open placeholder for reference by an external stylesheet.
align Alignment of text in the column group.
char HTML formatting attribute.
charoff HTML formatting attribute.
valign Vertical alignment of text in the column group.
-->
<!ELEMENT tbody (tr+)>
<!ATTLIST tbody
%common-attributes;
%cell.align;
%cell.valign;
>
<!--
Element tbody
Partial description Table body.
Full description Holds the bulk of the data rows of a table.
id Unique identifier for the element.
class An open placeholder for categorization.
style An open placeholder for reference by an external stylesheet.
align Alignment of text in the column group.
char HTML formatting attribute.
charoff HTML formatting attribute.
valign Vertical alignment of text in the column group.
-->
<!ELEMENT tfoot (tr+)>
<!ATTLIST tfoot
%common-attributes;
%cell.align;
%cell.valign;
>
<!--
Element tfoot
Partial description Table footer.
Full description Used to group rows that can consistently be displayed below a table.
id Unique identifier for the element.
class An open placeholder for categorization.
style An open placeholder for reference by an external stylesheet.
align Alignment of text in the column group.
char HTML formatting attribute.
charoff HTML formatting attribute.
valign Vertical alignment of text in the column group.
-->
<!ELEMENT tr (th | td)+>
<!ATTLIST tr
%common-attributes;
%cell.align;
%cell.valign;
>
<!--
Element tr
Partial description Table row.
Full description Holds cells of a table.
id Unique identifier for the element.
class An open placeholder for categorization.
style An open placeholder for reference by an external stylesheet.
align Alignment of text in the column group.
char HTML formatting attribute.
charoff HTML formatting attribute.
valign Vertical alignment of text in the column group.
Full description Used to normalize inline date and time references.
id Unique identifier for the element.
class An open placeholder for categorization.
style An open placeholder for reference by an external stylesheet.
norm Date/time value normalized to ISO 8601: YYYYMMDDTHHMMSS-HHMM (preferred) YYYYMMDDTHHMMSSZ (alternative). Use YYYYMMDD000000-HHMM when no time is available
-->
<!-- copyrite allowed here, also -->
<!ELEMENT event (#PCDATA | alt-code)*>
<!ATTLIST event
%common-attributes;
start-date CDATA #IMPLIED
end-date CDATA #IMPLIED
idsrc CDATA #IMPLIED
value CDATA #IMPLIED
>
<!--
Element event
Partial description An event.
Full description An activity that is considered newsworthy.
id Unique identifier for the element.
class An open placeholder for categorization.
style An open placeholder for reference by an external stylesheet.
start-date When the event is set to start. Date/time value normalized to ISO 8601: YYYYMMDDTHHMMSS-HHMM (preferred) YYYYMMDDTHHMMSSZ (alternative). Use YYYYMMDD000000-HHMM when no time is available
end-date When the event is set to end. Date/time value normalized to ISO 8601: YYYYMMDDTHHMMSS-HHMM (preferred) YYYYMMDDTHHMMSSZ (alternative). Use YYYYMMDD000000-HHMM when no time is available
idsrc The source (taxonomy) for the element's value attribute.
value The code or symbol for the element.
-->
<!ELEMENT function (#PCDATA | alt-code)*>
<!ATTLIST function
%global-attributes;
idsrc CDATA #IMPLIED
value CDATA #IMPLIED
>
<!--
Element function
Partial description Role played by a person.
Full description Can be either a description, such as interior decorator, or a formal title, such as president, chairman, owner, captain, manager.
id Unique identifier for the element.
idsrc The source (taxonomy) for the element's value attribute.
value The code or symbol for the element.
-->
<!ELEMENT location (#PCDATA | sublocation | city | state | region | country | alt-code)*>
<!ATTLIST location
%common-attributes;
location-code CDATA #IMPLIED
code-source CDATA #IMPLIED
>
<!--
Element location
Partial description Significant place mentioned in an article.
Full description Used to normalize locations.
id Unique identifier for the element.
class An open placeholder for categorization.
style An open placeholder for reference by an external stylesheet.
location-code The code or symbol for the element.
code-source The source (taxonomy) for the element's location-code.
-->
<!ELEMENT sublocation (#PCDATA | alt-code)*>
<!ATTLIST sublocation
%common-attributes;
location-code CDATA #IMPLIED
code-source CDATA #IMPLIED
>
<!--
Element sublocation
Partial description Named region within city or state.
Full description Generic holder for more detailed location information.
id Unique identifier for the element.
class An open placeholder for categorization.
style An open placeholder for reference by an external stylesheet.
location-code The code or symbol for the element.
code-source The source (taxonomy) for the element's location-code.
-->
<!ELEMENT city (#PCDATA | alt-code)*>
<!ATTLIST city
%common-attributes;
city-code CDATA #IMPLIED
code-source CDATA #IMPLIED
>
<!--
Element city
Partial description City, town, village, etc.
Full description Used to normalize city, town names.
id Unique identifier for the element.
class An open placeholder for categorization.
style An open placeholder for reference by an external stylesheet.
city-code The code or symbol for the element.
code-source The source (taxonomy) for the element's city-code.
-->
<!ELEMENT state (#PCDATA | alt-code)*>
<!ATTLIST state
%common-attributes;
state-code CDATA #IMPLIED
code-source CDATA #IMPLIED
>
<!--
Element state
Partial description State or province or region.
Full description Used to normalize these locations.
id Unique identifier for the element.
class An open placeholder for categorization.
style An open placeholder for reference by an external stylesheet.
state-code The code or symbol for the element.
code-source The source (taxonomy) for the element's state-code.
-->
<!ELEMENT region (#PCDATA | alt-code)*>
<!ATTLIST region
%common-attributes;
region-code CDATA #IMPLIED
code-source CDATA #IMPLIED
>
<!--
Element region
Partial description Geographic area.
Full description Used to normalize regions.
id Unique identifier for the element.
class An open placeholder for categorization.
style An open placeholder for reference by an external stylesheet.
region-code The code or symbol for the element.
code-source The source (taxonomy) for the element's region-code.
-->
<!ELEMENT country (#PCDATA | alt-code)*>
<!ATTLIST country
%common-attributes;
iso-cc CDATA #IMPLIED
>
<!--
Element country
Partial description Geographic area with a government.
Full description Used to normalize countries.
id Unique identifier for the element.
class An open placeholder for categorization.
style An open placeholder for reference by an external stylesheet.
iso-cc Country code as specified in ISO 3166.
-->
<!ELEMENT money (#PCDATA)>
<!ATTLIST money
%common-attributes;
unit CDATA #IMPLIED
date CDATA #IMPLIED
>
<!--
Element money
Partial description Monetary item.
Full description Used to identify units of money.
id Unique identifier for the element.
class An open placeholder for categorization.
style An open placeholder for reference by an external stylesheet.
unit The currency used.
date Date when this currency value was quoted. Date/time value normalized to ISO 8601: YYYYMMDDTHHMMSS-HHMM (preferred) YYYYMMDDTHHMMSSZ (alternative). Use YYYYMMDD000000-HHMM when no time is available
-->
<!ELEMENT num (#PCDATA | frac | sub | sup)*>
<!ATTLIST num
%common-attributes;
units CDATA #IMPLIED
decimal-ch CDATA #IMPLIED
thousands-ch CDATA #IMPLIED
>
<!--
Element num
Partial description Numeric data.
Full description Used to normalize numbers.
id Unique identifier for the element.
class An open placeholder for categorization.
style An open placeholder for reference by an external stylesheet.
units Units the number is in.
decimal-ch Character used to separate decimalized portion.
thousands-ch Character to separate thousands groups.
-->
<!ELEMENT frac (numer, frac-sep?, denom)>
<!ATTLIST frac
%common-attributes;
>
<!--
Element frac
Partial description Fraction.
Full description Separates the numerator from the denominator.
id Unique identifier for the element.
class An open placeholder for categorization.
style An open placeholder for reference by an external stylesheet.
-->
<!ELEMENT numer (#PCDATA)>
<!ATTLIST numer
%global-attributes;
>
<!--
Element numer
Partial description Fraction numerator.
Full description The top part of a fraction.
id Unique identifier for the element.
-->
<!ELEMENT frac-sep (#PCDATA)>
<!ATTLIST frac-sep
%global-attributes;
>
<!--
Element frac-sep
Partial description Fraction separator.
Full description Holds the preferred character, normally a slash.
id Unique identifier for the element.
-->
<!ELEMENT denom (#PCDATA)>
<!ATTLIST denom
%global-attributes;
>
<!--
Element denom
Partial description Fraction denominator.
Full description The bottom part of a fraction.
id Unique identifier for the element.
-->
<!ELEMENT sub (#PCDATA)>
<!ATTLIST sub %common-attributes;>
<!--
Element sub
Partial description Subscript.
Full description Generally rendered in small type and vertically aligned lower than the main text.
id Unique identifier for the element.
class An open placeholder for categorization.
style An open placeholder for reference by an external stylesheet.
-->
<!ELEMENT sup (#PCDATA)>
<!ATTLIST sup %common-attributes;>
<!--
Element sup
Partial description Superscript.
Full description Generally rendered in small type and vertically aligned higher than the main text.
id Unique identifier for the element.
class An open placeholder for categorization.
style An open placeholder for reference by an external stylesheet.
-->
<!ELEMENT object.title (#PCDATA | alt-code)*>
<!ATTLIST object.title
%common-attributes;
idsrc CDATA #IMPLIED
value CDATA #IMPLIED
>
<!--
Element object.title
Partial description Title of inline object such as book, song, artwork, etc.
Full description Used to normalize these values.
id Unique identifier for the element.
class An open placeholder for categorization.
style An open placeholder for reference by an external stylesheet.
idsrc The source (taxonomy) for the element's value.
value The code or symbol for the element.
-->
<!ELEMENT org (#PCDATA | alt-code)*>
<!ATTLIST org
%global-attributes;
idsrc CDATA #IMPLIED
value CDATA #IMPLIED
>
<!--
Element org
Partial description Organization.
Full description Used for companies (both private and public) and non-profits.
id Unique identifier for the element.
idsrc The source (taxonomy) for the element's value.
value The code or symbol for the element.
-->
<!ELEMENT alt-code EMPTY>
<!ATTLIST alt-code
%global-attributes;
idsrc CDATA #REQUIRED
value CDATA #REQUIRED
>
<!--
Element alt-code
Partial description An alternate symbol for the phrase.
Full description Used when an item has more than one symbol behind it.
id Unique identifier for the element.
idsrc The source (taxonomy) for the element's value.
value An alternate code or symbol for the element.
-->
<!ELEMENT person (#PCDATA | name.given | name.family | function | alt-code)*>
<!ATTLIST person
%global-attributes;
idsrc CDATA #IMPLIED
value CDATA #IMPLIED
gender (male|female) #IMPLIED
>
<!--
Element person
Partial description Human individual.
Full description Used to normalize people.
id Unique identifier for the element.
idsrc The source (taxonomy) for the element's value.
value The code or symbol for the element.
gender either male or female
-->
<!ELEMENT name.given (#PCDATA)>
<!ATTLIST name.given
%global-attributes;
>
<!--
Element name.given
Partial description Given name.
Full description In the U.S., the first name of an individual.
id Unique identifier for the element.
-->
<!ELEMENT name.family (#PCDATA)>
<!ATTLIST name.family
%global-attributes;
>
<!--
Element name.family
Partial description Family name.
Full description In the U.S., the last name of an individual.