<custom-meta-wrap>

Customized Metadata Wrapper

Definition

Some DTDs and schemas allow for metadata above and beyond that which can be specified by the NCBI Book DTD and NCBI Collection DTDs. This element is a wrapper element used to contain all these additional metadata elements.

Related Elements

The element <custom-meta-wrap> acts as a wrapper element to contain an infinite number of <custom-meta> elements. Each <custom-meta> element houses a name/value pair, <meta-name> and <meta-value> respectively, which name and provide a value for a single metadata field.

Model Information

Content Model

<!ELEMENT  custom-meta-wrap
                        %custom-meta-wrap-model;                      >

Description

Custom Metadata <custom-meta>, one or more

This element may be contained in:

<book-meta> Book Metadata; <book-part-meta> Book Part Metadata

Tagged Example

                        
...
<book-meta>
...
<custom-meta-wrap>
<custom-meta>
<meta-name>acidfree</meta-name>
<meta-value>yes</meta-value>
</custom-meta>
<custom-meta>
<meta-name>price</meta-name>
<meta-value>US $28.50</meta-value>
</custom-meta>
<custom-meta>
<meta-name>miscinfo</meta-name>
<meta-value>CDs included, Windows XP required; 1GB processor, 
512 MB RAM recommended</meta-value>
</custom-meta>
</custom-meta-wrap>
...
</book-meta>
...


Module

common.ent