TAG  Examples

Used in:  RESPONSE  
Servers:  Metadata (Browse)  
Parent elements:  COLLECTION_INFO  

<TAG Attribute Description Table

     value ="string"
>

     No Child Elements
</TAG >
Bold: Attribute or child element is required.


Description:


Restrictions:


Notes:


Attribute Descriptions for TAG:

Attribute Usage Back to Top
value 1 Defines the location of an element inside an XML tree. For example, the element "title" might be inside an XML structure such as

<idinfo>
  <citation>
    <citeinfo>
      <title>...</title>
    </citeinfo>
  </citation>
</idinfo>

To define "title", the string value for this attribute would be "idinfo/citation/citeinfo/title".
 

Examples for TAG:

Example 1: Back to Top
<?xml version="1.0" encoding="UTF8"?>
<ARCXML version="1.1">
  <RESPONSE>
    <METADATA>
      <COLLECTION_INFO>
        <TAG value="metadata/Binary/Thumbnail/Data" />
        <TAG value="metadata/dataqual/attracc/attraccr" />
        <TAG value="metadata/dataqual/complete" />
         ...
      </COLLECTION_INFO>
    </METADATA>
  </RESPONSE>
</ARCXML>