SEMANTIC_PAIR  Examples

Used in:  REQUEST  
Servers:  Metadata (Publish)  
Parent elements:  PUT_METADATA_SEMANTIC  

<SEMANTIC_PAIR Attribute Description Table

     tag ="string"
     zcode ="string"
     attribute ="string"
>

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


Description:


Restrictions:


Notes:


Attribute Descriptions for SEMANTIC_PAIR:

Attribute Usage Back to Top
attribute Name of an attribute for the element.
tag 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".
zcode Numeric code defining semantics from the GEO Attribute Set.
 

Examples for SEMANTIC_PAIR:

Example 1: Back to Top
<?xml version="1.0" encoding="UTF-8" ?>
<ARCXML version="1.1">
  <REQUEST>
    <PUBLISH_METADATA>
      <PUT_METADATA_SEMANTIC>
        <SEMANTIC_PAIR tag="idinfo/citation/citeinfo/title" zcode="4" />
      </PUT_METADATA_SEMANTIC>
    </PUBLISH_METADATA>
  </REQUEST>
</ARCXML>