Skip navigation
Currently Being Moderated

How to add muliple namespace in XMP schema?

May 30, 2012 11:33 PM

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">

 

More Like This

  • Retrieving data ...

Bookmarked By (0)

Answers + Points = Status

  • 10 points awarded for Correct Answers
  • 5 points awarded for Helpful Answers
  • 10,000+ points
  • 1,001-10,000 points
  • 501-1,000 points
  • 5-500 points