complexType LinkResponseType
diagram bds_all_diagrams/bds_all_p251.png
namespace http://api.bds.tibco.com
children caseReference targetCaseReference
used by
elements LinkCaseResponse UnlinkCaseResponse
annotation
documentation
Response type for linking (link/unlink) operations
source <xs:complexType name="LinkResponseType">
 
<xs:annotation>
   
<xs:documentation>Response type for linking (link/unlink) operations</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="caseReference" type="xs:string"/>
   
<xs:element name="targetCaseReference" type="xs:string" maxOccurs="unbounded"/>
 
</xs:sequence>
</xs:complexType>

element LinkResponseType/caseReference
diagram bds_all_diagrams/bds_all_p252.png
type xs:string
properties
content simple
source <xs:element name="caseReference" type="xs:string"/>

element LinkResponseType/targetCaseReference
diagram bds_all_diagrams/bds_all_p253.png
type xs:string
properties
minOcc 1
maxOcc unbounded
content simple
source <xs:element name="targetCaseReference" type="xs:string" maxOccurs="unbounded"/>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy