diagram | |||||||||||||||||||||||||||||||||||||||
namespace | http://orgmodel.api.de.bpm.tibco.com | ||||||||||||||||||||||||||||||||||||||
type | extension of XmlModelEntityId | ||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||
children | dynamic-id-attr qualifierSet set-destination remove-destination | ||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||
source | <xs:complexType name="XmlUpdatePushDestinations"> <xs:annotation> <xs:documentation>Modifies the push destination for an identified entity.</xs:documentation> </xs:annotation> <xs:complexContent> <xs:extension base="orgdto:XmlModelEntityId"> <xs:sequence> <xs:element name="set-destination" type="de:XmlPushDestination" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Assigns a new, or updates an existing, push destination to the identified entity.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="remove-destination" type="de:XmlPushDestinationId" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Removes the identified push destination from the identified entity. If no such push destination exists, no action is taken.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |
diagram | |||||||||||||||||||||||||||||||||||||||||||||||
type | XmlPushDestination | ||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||
children | value | ||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:element name="set-destination" type="de:XmlPushDestination" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Assigns a new, or updates an existing, push destination to the identified entity.</xs:documentation> </xs:annotation> </xs:element> |
diagram | |||||||||||||||||||||||||||||||
type | XmlPushDestinationId | ||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||
source | <xs:element name="remove-destination" type="de:XmlPushDestinationId" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Removes the identified push destination from the identified entity. If no such push destination exists, no action is taken.</xs:documentation> </xs:annotation> </xs:element> |