element deleteOrgEntityConfigAttributes
diagram wp_diagrams/wp_p2412.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 <xsd:element name="deleteOrgEntityConfigAttributes">
 
<xsd:annotation>
   
<xsd:documentation>Request element for deleteOrgEntityConfigAttributes operation.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexType>
   
<xsd:sequence maxOccurs="unbounded">
     
<xsd:element name="attributeName" type="xs:string">
       
<xsd:annotation>
         
<xsd:documentation>Name of a configuration attribute that should be deleted from the specified resource.</xsd:documentation>
       
</xsd:annotation>
     
</xsd:element>
   
</xsd:sequence>
   
<xsd:attribute name="resource" type="xs:string" use="required">
     
<xsd:annotation>
       
<xsd:documentation>Name of the resource from whom configuration attributes should be deleted.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:attribute>
 
</xsd:complexType>
</xsd:element>

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

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

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