Sharepoint Forum

 
Home » Forum » Sharepoint       Ask a questionRSS Feeds

Best approach to represent this metadata for Document Management

  Asked By: Betsy Molina         Date: Mar 18, 2010      Category: Sharepoint      Views: 182
 

I have lot of documents to be uploaded to a sharepoint doc lib with the metadata similar to the following XML.


<Document>
<ID>123</ID>
<Description>Test</Description>
<Publishers>
<Publisher>
<PublisherId>123654</PublisherId>
<PublisherName>Nitin<Publishername>
</Publisher>
<Publisher>
<PublisherId>123654</PublisherId>
<PublisherName>Nitin<Publishername>
</Publisher>
<Publisher>
<PublisherId>123654</PublisherId>
<PublisherName>Nitin<Publishername>
</Publisher>
</Publishers>
</Document>

I am looking for the best appraoach to handle this so that documents are managed effectively and search is fast.

Tagged:                  

 

1 Answer Found

 
Answer #1       Answered By: Chandrabhan Konwar          Answered On: Mar 18, 2010       

I think you can define define parent child relationship in content types. Check if this helps !
msdn.microsoft.com/en-us/library/ms442695.aspx

 


Your Answer
  • Answer should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].