complexType PushDestinationDetail
diagram de_wsdl_diagrams/de_wsdl_p22994.png
namespace http://exporter.api.de.n2.tibco.com
type extension of XmlModelEntityId
properties
base orgdto:XmlModelEntityId
children dynamic-id-attr qualifierSet XMLPushDestination
attributes
Name  Type  Use  Default  Fixed  Annotation
model-version  xs:int  optional  -1    
documentation
Major version number of the organization model in which an organization model entity resides.

If not specified, the default value will be the latest version of the organization model.

(Version numbers must be compatible with, and conform to, the OSGi version number schema. For Directory Engine, only the major part of the version number is significant.)
entity-type  OrganisationalEntityType  required      
documentation
Enumerated value defining the type of the organization model entity.
guid  xs:string  required      
documentation
Globally unique ID of the organization model entity.

(Although this value is unique across all entities, if the entity exists within more than one major version, it will share the same GUID.)
qualifier  xs:string  optional      
documentation
Only applicable in certain circumstances, and only to organization model entities whose entity-type is PRIVILEGE or CAPABILITY. These entities can have an association with other entities - for example, a resource may hold many capabilities, or a position may have many privileges.

These associations can have a qualifying value, according to their nature, to differentiate them. For example, the PRIVILEGE to sign off a purchase order may be qualified with the maximum amount that can be signed off.
annotation
documentation
Definition of a push destination.
source <xs:complexType name="PushDestinationDetail">
 
<xs:annotation>
   
<xs:documentation>Definition of a push destination.</xs:documentation>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="orgdto:XmlModelEntityId">
     
<xs:sequence>
       
<xs:element name="XMLPushDestination">
         
<xs:annotation>
           
<xs:documentation>Definition of a a push destination for the specified entity.</xs:documentation>
         
</xs:annotation>
         
<xs:complexType>
           
<xs:choice>
             
<xs:element name="target" type="xs:string" maxOccurs="unbounded">
               
<xs:annotation>
                 
<xs:documentation>Value to be used for this push destination. This is only supplied if the value is not retrieved from a parameter descriptor (defined in param-descriptor).</xs:documentation>
               
</xs:annotation>
             
</xs:element>
             
<xs:element name="param-descriptor" type="xs:string">
               
<xs:annotation>
                 
<xs:documentation>Unique ID of a prameter descriptor whose value should be used for the push destination. </xs:documentation>
               
</xs:annotation>
             
</xs:element>
           
</xs:choice>
           
<xs:attribute name="name" type="xs:string" use="required">
             
<xs:annotation>
               
<xs:documentation>Unique name of this push destination.</xs:documentation>
             
</xs:annotation>
           
</xs:attribute>
           
<xs:attribute name="channel-type" type="xs:string" use="required">
             
<xs:annotation>
               
<xs:documentation>Enumerated type defining the presentation technology used by the channel associated with this push destination.</xs:documentation>
             
</xs:annotation>
           
</xs:attribute>
           
<xs:attribute name="channel-ID" type="xs:string" use="required">
             
<xs:annotation>
               
<xs:documentation>Unique ID of the channel associated with this push destination.</xs:documentation>
             
</xs:annotation>
           
</xs:attribute>
           
<xs:attribute name="enabled" type="xs:boolean" use="required">
             
<xs:annotation>
               
<xs:documentation>Boolean value indicating whether this push destination is currently enabled (TRUE) or not (FALSE).</xs:documentation>
             
</xs:annotation>
           
</xs:attribute>
         
</xs:complexType>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element PushDestinationDetail/XMLPushDestination
diagram de_wsdl_diagrams/de_wsdl_p22995.png
properties
content complex
children target param-descriptor
attributes
Name  Type  Use  Default  Fixed  Annotation
name  xs:string  required      
documentation
Unique name of this push destination.
channel-type  xs:string  required      
documentation
Enumerated type defining the presentation technology used by the channel associated with this push destination.
channel-ID  xs:string  required      
documentation
Unique ID of the channel associated with this push destination.
enabled  xs:boolean  required      
documentation
Boolean value indicating whether this push destination is currently enabled (TRUE) or not (FALSE).
annotation
documentation
Definition of a a push destination for the specified entity.
source <xs:element name="XMLPushDestination">
 
<xs:annotation>
   
<xs:documentation>Definition of a a push destination for the specified entity.</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:choice>
     
<xs:element name="target" type="xs:string" maxOccurs="unbounded">
       
<xs:annotation>
         
<xs:documentation>Value to be used for this push destination. This is only supplied if the value is not retrieved from a parameter descriptor (defined in param-descriptor).</xs:documentation>
       
</xs:annotation>
     
</xs:element>
     
<xs:element name="param-descriptor" type="xs:string">
       
<xs:annotation>
         
<xs:documentation>Unique ID of a prameter descriptor whose value should be used for the push destination. </xs:documentation>
       
</xs:annotation>
     
</xs:element>
   
</xs:choice>
   
<xs:attribute name="name" type="xs:string" use="required">
     
<xs:annotation>
       
<xs:documentation>Unique name of this push destination.</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="channel-type" type="xs:string" use="required">
     
<xs:annotation>
       
<xs:documentation>Enumerated type defining the presentation technology used by the channel associated with this push destination.</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="channel-ID" type="xs:string" use="required">
     
<xs:annotation>
       
<xs:documentation>Unique ID of the channel associated with this push destination.</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
   
<xs:attribute name="enabled" type="xs:boolean" use="required">
     
<xs:annotation>
       
<xs:documentation>Boolean value indicating whether this push destination is currently enabled (TRUE) or not (FALSE).</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
 
</xs:complexType>
</xs:element>

attribute PushDestinationDetail/XMLPushDestination/@name
type xs:string
properties
use required
annotation
documentation
Unique name of this push destination.
source <xs:attribute name="name" type="xs:string" use="required">
 
<xs:annotation>
   
<xs:documentation>Unique name of this push destination.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute PushDestinationDetail/XMLPushDestination/@channel-type
type xs:string
properties
use required
annotation
documentation
Enumerated type defining the presentation technology used by the channel associated with this push destination.
source <xs:attribute name="channel-type" type="xs:string" use="required">
 
<xs:annotation>
   
<xs:documentation>Enumerated type defining the presentation technology used by the channel associated with this push destination.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute PushDestinationDetail/XMLPushDestination/@channel-ID
type xs:string
properties
use required
annotation
documentation
Unique ID of the channel associated with this push destination.
source <xs:attribute name="channel-ID" type="xs:string" use="required">
 
<xs:annotation>
   
<xs:documentation>Unique ID of the channel associated with this push destination.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute PushDestinationDetail/XMLPushDestination/@enabled
type xs:boolean
properties
use required
annotation
documentation
Boolean value indicating whether this push destination is currently enabled (TRUE) or not (FALSE).
source <xs:attribute name="enabled" type="xs:boolean" use="required">
 
<xs:annotation>
   
<xs:documentation>Boolean value indicating whether this push destination is currently enabled (TRUE) or not (FALSE).</xs:documentation>
 
</xs:annotation>
</xs:attribute>

element PushDestinationDetail/XMLPushDestination/target
diagram de_wsdl_diagrams/de_wsdl_p22996.png
type xs:string
properties
minOcc 1
maxOcc unbounded
content simple
annotation
documentation
Value to be used for this push destination. This is only supplied if the value is not retrieved from a parameter descriptor (defined in param-descriptor).
source <xs:element name="target" type="xs:string" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Value to be used for this push destination. This is only supplied if the value is not retrieved from a parameter descriptor (defined in param-descriptor).</xs:documentation>
 
</xs:annotation>
</xs:element>

element PushDestinationDetail/XMLPushDestination/param-descriptor
diagram de_wsdl_diagrams/de_wsdl_p22997.png
type xs:string
properties
content simple
annotation
documentation
Unique ID of a prameter descriptor whose value should be used for the push destination.
source <xs:element name="param-descriptor" type="xs:string">
 
<xs:annotation>
   
<xs:documentation>Unique ID of a prameter descriptor whose value should be used for the push destination. </xs:documentation>
 
</xs:annotation>
</xs:element>

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