diagram | |||||||||||||||
namespace | http://resource.api.de.bpm.tibco.com | ||||||||||||||
children | guid | ||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
source | <xs:complexType name="XmlGetResource"> <xs:annotation> <xs:documentation>Request element for the getResource operation. Returns detailed information for the resource identified by its GUID. The organization model version in the request identifies the organization model major version from which the resource's model entity associations are to be taken. The default value of -1 indicates that the latest version should be used. </xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="guid" type="xs:string" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>List of GUIDs that identifies the resource(s).</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> <xs:attribute name="model-version" type="xs:int" default="-1"> <xs:annotation> <xs:documentation>Identifies the model major version from which the resource's organization model entity associations are to be taken. The default value of -1 indicates that the latest version should be used.</xs:documentation> </xs:annotation> </xs:attribute> </xs:complexType> |
type | xs:int | ||
properties |
|
||
annotation |
|
||
source | <xs:attribute name="model-version" type="xs:int" default="-1"> <xs:annotation> <xs:documentation>Identifies the model major version from which the resource's organization model entity associations are to be taken. The default value of -1 indicates that the latest version should be used.</xs:documentation> </xs:annotation> </xs:attribute> |
diagram | |||||||
type | xs:string | ||||||
properties |
|
||||||
annotation |
|
||||||
source | <xs:element name="guid" type="xs:string" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>List of GUIDs that identifies the resource(s).</xs:documentation> </xs:annotation> </xs:element> |