diagram | |||
namespace | http://base.api.ec.n2.tibco.com | ||
children | className majorVersion managedObjectId | ||
used by |
|
||
annotation |
|
||
source | <xs:complexType name="CaseDetails"> <xs:annotation> <xs:documentation>A reference to the case using the common constituent components: className, majorVersion, managedObjectId</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="className" type="xs:string" minOccurs="1" maxOccurs="1"/> <xs:element name="majorVersion" type="xs:int" minOccurs="1" maxOccurs="1"/> <xs:element name="managedObjectId" type="xs:long" minOccurs="1" maxOccurs="1"/> </xs:sequence> </xs:complexType> |
diagram | |||
type | xs:string | ||
properties |
|
||
source | <xs:element name="className" type="xs:string" minOccurs="1" maxOccurs="1"/> |
diagram | |||
type | xs:int | ||
properties |
|
||
source | <xs:element name="majorVersion" type="xs:int" minOccurs="1" maxOccurs="1"/> |
diagram | |||
type | xs:long | ||
properties |
|
||
source | <xs:element name="managedObjectId" type="xs:long" minOccurs="1" maxOccurs="1"/> |