xsd
1 TopicHow to set properties of content controls in xml/xsd
Hi all, In Word, I have an xml file for the content controls that I use in templates. I use this file from >Developers >XML Mapping Pane. Currently, my xml only lists control names:, like: <XXTemplates xmlns="XX_templates"> <XXDocDate/> <XXDepartmentName/> </XXTemplates> I would like to add some properties to these definitions, like type (date, text only, etc.), default tag, default info text, locking information, etc. I have searched the internet, but so far, I have found no simple help for this. The only thing I have discovered, it that I need te create an xsd file for this? And what statements should it hold? Any help would be greatly appreciated! Thank you!841Views0likes4Comments