How to insert base64Binary xml Tag data in word file.

R

Roshan

I have genereated an XSD file.

<xs:element name="DataTable1">
<xs:complexType>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="ATTACHDOCUMENTNAME" type="xs:string"
minOccurs="0" />
<xs:element name="ATTACHDOCUMENTCONTENT"
type="xs:base64Binary" minOccurs="0" />
</xs:choice>
</xs:complexType>

but when I insert the xs:base64Binary in Word Document I get a message »
"This type of content is not allowed here".
How do I resolve this problem.

Please help...
Thanks in advance :)
 
B

Bob Buckland ?:-\)

Hi Roshan,

You may want to post this in the Office XML newsgroup (link below)
and include information on the version of Word you are using,
the Office Edition it's in (Word 2003 has different flavors for
XML support) and the method you're trying to use to accomplish your task.

=======I have genereated an XSD file.

<xs:element name="DataTable1">
<xs:complexType>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="ATTACHDOCUMENTNAME" type="xs:string"
minOccurs="0" />
<xs:element name="ATTACHDOCUMENTCONTENT"
type="xs:base64Binary" minOccurs="0" />
</xs:choice>
</xs:complexType>

but when I insert the xs:base64Binary in Word Document I get a message »
"This type of content is not allowed here".
How do I resolve this problem.

Please help...
Thanks in advance :) >>
--
LLet us know if this has helped you,

Bob Buckland ?:)
MS Office System Products MVP
*courtesy is not expensive and can pay big dividends8

A. Specific newsgroup/discussion group mentioned in this message:
news://msnews.microsoft.com/microsoft.public.office.xml
or via browser:
http://microsoft.com/communities/newsgroups/en-us/?dg=microsoft.public.office.xml


B. MS Office Community discussion/newsgroups via Web Browser
http://microsoft.com/office/community/en-us/default.mspx
or
Microsoft hosted newsgroups via Outlook Express/newsreader
news://msnews.microsoft.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top