complexType XmlSimpleResource
diagram de_wsdl_diagrams/de_wsdl_p24825.png
namespace http://resourcequery.api.de.n2.tibco.com
attributes
Name  Type  Use  Default  Fixed  Annotation
guid  xs:string  required      
documentation
The resource's unique identifier.
name  xs:string  required      
documentation
The resource's name (login name).
label  xs:string  optional      
documentation
The resource's, optional, display name.
push-enabled  xs:boolean    false    
documentation
True if the entity specified has any push destinations set.
source <xs:complexType name="XmlSimpleResource">
 
<xs:attribute name="guid" type="xs:string" use="required">
   
<xs:annotation>
     
<xs:documentation>The resource's unique identifier.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="name" type="xs:string" use="required">
   
<xs:annotation>
     
<xs:documentation>The resource's name (login name).</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="label" type="xs:string" use="optional">
   
<xs:annotation>
     
<xs:documentation>The resource's, optional, display name.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="push-enabled" type="xs:boolean" default="false">
   
<xs:annotation>
     
<xs:documentation>True if the entity specified has any push destinations set.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
</xs:complexType>

attribute XmlSimpleResource/@guid
type xs:string
properties
use required
annotation
documentation
The resource's unique identifier.
source <xs:attribute name="guid" type="xs:string" use="required">
 
<xs:annotation>
   
<xs:documentation>The resource's unique identifier.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute XmlSimpleResource/@name
type xs:string
properties
use required
annotation
documentation
The resource's name (login name).
source <xs:attribute name="name" type="xs:string" use="required">
 
<xs:annotation>
   
<xs:documentation>The resource's name (login name).</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute XmlSimpleResource/@label
type xs:string
properties
use optional
annotation
documentation
The resource's, optional, display name.
source <xs:attribute name="label" type="xs:string" use="optional">
 
<xs:annotation>
   
<xs:documentation>The resource's, optional, display name.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute XmlSimpleResource/@push-enabled
type xs:boolean
properties
default false
annotation
documentation
True if the entity specified has any push destinations set.
source <xs:attribute name="push-enabled" type="xs:boolean" default="false">
 
<xs:annotation>
   
<xs:documentation>True if the entity specified has any push destinations set.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

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