Dear All,
I was wondering how to add more than one namespace in a schema. I have seen that some schemas in XMP have more than one namespace, e.g.,
<rdf:Description rdf:about=""
xmlns:xmpTPg="http://ns.adobe.com/xap/1.0/t/pg/"
xmlns:xmpG="http://ns.adobe.com/xap/1.0/g/"
xmlns:stFnt="http://ns.adobe.com/xap/1.0/sType/Font#">
When I register a namespace using IMetaDataAccess:RegisterNamespace, say http://ns.abc.com, I get a schema as follows:
<rdf:Description rdf:about=""
xmlns:abc="http://ns.abc.com">
How to add an another namespace, say http://ns.xyz.com, to the same schema to get as follows:
<rdf:Description rdf:about=""
xmlns:abc="http://ns.abc.com"
xmlns:xyz="http://ns.xyz.com">
North America
Europe, Middle East and Africa
Asia Pacific