Does anyone have any information (or even know the name of) the 2nd XML Tag below:
<tpCat>
<TopicCatCd value="018" />
</tpCat>
This type of XML tag is created whenever ISO metadata is entered that has a look-up table. This one is for a keyword (18 = transportation networks). It has no closing tag and all the information appears to be stored within it.
Using ArcObjects, I am able to set it using iXMLPropertySet -> Set Attribute, but haven't found a way to read it.
Looking on-line, I haven't been able to find out anything about it, not even its name. Does anyone know what it's called? How it functions? Does this type of tag tell ArcCatalog to search a look-up table for values?
Thanks in advance for your help!
<tpCat>
<TopicCatCd value="018" />
</tpCat>
This type of XML tag is created whenever ISO metadata is entered that has a look-up table. This one is for a keyword (18 = transportation networks). It has no closing tag and all the information appears to be stored within it.
Using ArcObjects, I am able to set it using iXMLPropertySet -> Set Attribute, but haven't found a way to read it.
Looking on-line, I haven't been able to find out anything about it, not even its name. Does anyone know what it's called? How it functions? Does this type of tag tell ArcCatalog to search a look-up table for values?
Thanks in advance for your help!