SEMANTIC_PAIR | Examples |
<SEMANTIC_PAIR | Attribute
Description Table |
tag ="string" zcode ="string" attribute ="string" > No Child Elements </SEMANTIC_PAIR > | |
Bold: Attribute or child element is
required. |
Attribute | Usage | Back to Top |
---|---|---|
attribute | 1 Name of an attribute for the element. | |
tag | 2 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 | 3 Numeric code defining semantics from the GEO Attribute Set. |
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> |