element deleteOrgEntityConfigAttributes
diagram wp_diagrams/wp_p1936.png
namespace http://api.brm.n2.tibco.com
properties
content complex
children attributeName
attributes
Name  Type  Use  Default  Fixed  Annotation
resource  xs:string  required      
documentation
Name of the resource from whom configuration attributes should be deleted.
annotation
documentation
Request element for deleteOrgEntityConfigAttributes operation.
source <xs:element name="deleteOrgEntityConfigAttributes">
 
<xs:annotation>
   
<xs:documentation>Request element for deleteOrgEntityConfigAttributes operation.</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence maxOccurs="unbounded">
     
<xs:element name="attributeName" type="xs:string">
       
<xs:annotation>
         
<xs:documentation>Name of a configuration attribute that should be deleted from the specified resource.</xs:documentation>
       
</xs:annotation>
     
</xs:element>
   
</xs:sequence>
   
<xs:attribute name="resource" type="xs:string" use="required">
     
<xs:annotation>
       
<xs:documentation>Name of the resource from whom configuration attributes should be deleted.</xs:documentation>
     
</xs:annotation>
   
</xs:attribute>
 
</xs:complexType>
</xs:element>

attribute deleteOrgEntityConfigAttributes/@resource
type xs:string
properties
use required
annotation
documentation
Name of the resource from whom configuration attributes should be deleted.
source <xs:attribute name="resource" type="xs:string" use="required">
 
<xs:annotation>
   
<xs:documentation>Name of the resource from whom configuration attributes should be deleted.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

element deleteOrgEntityConfigAttributes/attributeName
diagram wp_diagrams/wp_p1937.png
type xs:string
properties
content simple
annotation
documentation
Name of a configuration attribute that should be deleted from the specified resource.
source <xs:element name="attributeName" type="xs:string">
 
<xs:annotation>
   
<xs:documentation>Name of a configuration attribute that should be deleted from the specified resource.</xs:documentation>
 
</xs:annotation>
</xs:element>

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