Skip to main content
Hi,

I have a process that have two attached documents and I want to do an IPC on only one of the document.

I am using the Collaboration tools to initiate the process and the document information is stored using an XML Schema that has this format.

<?xml version="1.0" encoding="UTF-8"?><xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:element name="spsdocuments">
<xs:complexType>
<xs:sequence>
<xs:element name="documents">
<xs:complexType>
<xs:sequence>
<xs:element name="document">
<xs:complexType>
<xs:sequence>
<xs:element name="server" type="xs:string" minOccurs="0" />
<xs:element name="site" type="xs:string" minOccurs="0" />
<xs:element name="workspace" type="xs:string" minOccurs="0" />
<xs:element name="folder" type="xs:string" minOccurs="0" />
<xs:element name="docname" type="xs:string" minOccurs="0" />
<xs:element name="filefullurl" type="xs:string" minOccurs="0" />
</xs:sequence>
<xs:attribute name="id" type="xs:string" />
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="procinstid" type="xs:string" minOccurs="0" />
<xs:element name="documentid" type="xs:string" minOccurs="0" />
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:schema>


Thanks

Dominic
Be the first to reply!

Reply