Can anyone tell me how to use this code?

P

Patrick

Hello,
I received this information from another poster but I am unsure where to
actually input this data. I went thru the sdk for hours and hours and no
such luck. Can anyone let me know where to look to put this info in?

<xsd:element name="switchViewAction">
<xsd:complexType>
<xsd:attribute name="view" type="xsf:xdViewName" use="required"/>
</xsd:complexType>
<xsd:keyref name="switchViewAction_view_keyref" refer="xsf:view_name_key">
<xsd:selector xpath="." />
<xsd:field xpath="@view"/>
</xsd:keyref>
</xsd:element>

<xsd:element name="closeDocumentAction">
<xsd:complexType>
<xsd:attribute name="promptToSaveChanges" type="xsf:xdYesNo"
use="required"></xsd:attribute>
</xsd:complexType>
</xsd:element>
 
G

Greg Collins [InfoPath MVP]

It would be best to ask the original poster of this code.

This is XML Schema code. It appears to have something to do with view switching, but being schema, I'm not sure what their intentions are, nor where they expect you to add it, nor how they expect you to use it.
 

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