complexType Case
diagram ec_wsdl_diagrams/ec_wsdl_p122.png
namespace http://base.api.ec.n2.tibco.com
children reference caseDetails
used by
elements Case CaseAudit/case CommentReference/caseRef
annotation
documentation
An entity representing a Case.  This is generally one of 2 options:
- CaseDetails. In this option the Case is referenced by the common constituent components: className, majorVersion, managedObjectId
- CaseReference.  In this option the Case is reference by the Case Reference Id
source <xs:complexType name="Case">
 
<xs:annotation>
   
<xs:documentation>An entity representing a Case.  This is generally one of 2 options:
- CaseDetails. In this option the Case is referenced by the common constituent components: className, majorVersion, managedObjectId
- CaseReference.  In this option the Case is reference by the Case Reference Id
</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:choice minOccurs="1" maxOccurs="1">
     
<xs:element name="reference" type="xs:string" minOccurs="1" maxOccurs="1"/>
     
<xs:element name="caseDetails" type="CaseDetails" minOccurs="1" maxOccurs="1"/>
   
</xs:choice>
 
</xs:sequence>
</xs:complexType>

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