<supplementfile> (
Supplementary File)
Description
Description
This element holds a reference to a supplementary file. The contents of the element may contain text to display as a link to the supplementary file.
Parent Elements
The elements listed below may directly contain this element.
They are "parent" elements. Elements in referenced groups are included, up to two levels of group nesting.
Model Diagram
The DTD model for this element:
--+(choice of TEXT with elements repeated)
|
|--+(choice) [Objects in Text]
| |
| |-- inlinematheqn -- (elements)
| |
| |-- inlinechemeqn -- (elements)
| |
| |-- inlinegraphic
|
|--+(choice) [Formatting in Text]
| |
| |-- sub -- (TEXT and elements)
| |
| |-- sup -- (TEXT and elements)
| |
| |-- b -- (TEXT and elements)
| |
| |-- i -- (TEXT and elements)
| |
| |-- smallcaps -- (TEXT and elements)
| |
| |-- u -- (TEXT and elements)
| |
| |-- box -- (TEXT and elements)
| |
| |-- roman -- (TEXT and elements)
| |
| |-- script -- (TEXT and elements)
| |
| |-- tt -- (TEXT and elements)
| |
| |-- strikethrough -- (TEXT and elements)
| |
| |-- overline -- (TEXT and elements)
| |
| |-- newpage
| |
| |-- query -- TEXT
|
|--+(choice) [Names in Text]
| |
| |-- famousname -- TEXT
| |
| |-- companyname -- (TEXT and elements)
| |
| |-- institutionname -- (TEXT and elements)
| |
| |-- citation -- TEXT
DTD Definition
The DTD contains the following element and attribute definitions
(note that embedded links are to definitions within the DTD page of this guide):
<!ELEMENT supplementfile (#PCDATA | %ObjectsInText; | %FormattingInText; | %NamesInText;)*>
<!ATTLIST supplementfile
authorfilename CDATA #IMPLIED
mimetype CDATA #IMPLIED
mimesubtype CDATA #IMPLIED
%a-group-FileRefAttrs;
%a-group-CommonIDAttrs;
%a-group-InteractiveAttrs;>
.
Defined in DTD section
Multimedia
General Attributes (shared with other elements)
Local Attributes (defined for this element alone)
Description
This attribute holds the original name of a supplementary file as supplied by the author, which may need to be preserved if the author references the file by name in text.
The name contained within the attribute may be used for display (in addition to any element content), for example to create the display portion of a link.
This attribute is not to be used to construct an actual reference to the physical file.
A content host may choose to use this value in a Content-Disposition header to set a default name when the file is downloaded.
Specification
This attribute is not required. It has text content.
DTD Definition
authorfilename CDATA #IMPLIED
.
Description
This attribute may be used to specify the Mime Type of the file, using the standard set forth in
RFC 2046 (
http://tools.ietf.org/html/rfc2046).
This value may be used by a content host to specify the Content-Type header when the file is downloaded.
A list of mime types and official subtyptes is maintained by the Internet Assigned Numbers Authority at
http://www.iana.org/assignments/media-types/.
Specification
This attribute is not required. It has text content.
DTD Definition
mimetype CDATA #IMPLIED
.
Description
This attribute may be used to specify the Mime Subtype of the file, using the standard set forth in
RFC 2046 (
http://tools.ietf.org/html/rfc2046).
If this attribute is used, it should be used in conjunction with the
mimetype attribute.
This value may be used by a content host to specify the Content-Type header when the file is downloaded.
A list of mime types and official subtyptes is maintained by the Internet Assigned Numbers Authority at
http://www.iana.org/assignments/media-types/.
Specification
This attribute is not required. It has text content.
DTD Definition
mimesubtype CDATA #IMPLIED
.