element exportResourcesRequest
diagram de_exporter_diagrams/de_exporter_p1.png
namespace http://exporter.api.de.n2.tibco.com
type extension of XmlOrgModelVersion
properties
content complex
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.)
export-ldap-containers  xs:boolean    true    
documentation
Boolean value specifying whether LDAP containers will be exported (TRUE or not set) or not (FALSE).
export-resources  xs:boolean    true    
documentation
Boolean value specifying whether Directory Engine resource mappings will be exported (TRUE or not set) or not (FALSE).
export-push-destinations  xs:boolean    true    
documentation
Boolean value specifying whether push destinations will be exported (TRUE or not set) or not (FALSE).
annotation
documentation
Request element for the exportResources operation.
source <xs:element name="exportResourcesRequest">
 
<xs:annotation>
   
<xs:documentation>Request element for the exportResources operation.</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:complexContent>
     
<xs:extension base="orgdto:XmlOrgModelVersion">
       
<xs:attribute name="export-ldap-containers" type="xs:boolean" default="true">
         
<xs:annotation>
           
<xs:documentation>Boolean value specifying whether LDAP containers will be exported (TRUE or not set) or not (FALSE).</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="export-resources" type="xs:boolean" default="true">
         
<xs:annotation>
           
<xs:documentation>Boolean value specifying whether Directory Engine resource mappings will be exported (TRUE or not set) or not (FALSE).</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
       
<xs:attribute name="export-push-destinations" type="xs:boolean" default="true">
         
<xs:annotation>
           
<xs:documentation>Boolean value specifying whether push destinations will be exported (TRUE or not set) or not (FALSE).</xs:documentation>
         
</xs:annotation>
       
</xs:attribute>
     
</xs:extension>
   
</xs:complexContent>
 
</xs:complexType>
</xs:element>

attribute exportResourcesRequest/@export-ldap-containers
type xs:boolean
properties
default true
annotation
documentation
Boolean value specifying whether LDAP containers will be exported (TRUE or not set) or not (FALSE).
source <xs:attribute name="export-ldap-containers" type="xs:boolean" default="true">
 
<xs:annotation>
   
<xs:documentation>Boolean value specifying whether LDAP containers will be exported (TRUE or not set) or not (FALSE).</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute exportResourcesRequest/@export-resources
type xs:boolean
properties
default true
annotation
documentation
Boolean value specifying whether Directory Engine resource mappings will be exported (TRUE or not set) or not (FALSE).
source <xs:attribute name="export-resources" type="xs:boolean" default="true">
 
<xs:annotation>
   
<xs:documentation>Boolean value specifying whether Directory Engine resource mappings will be exported (TRUE or not set) or not (FALSE).</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute exportResourcesRequest/@export-push-destinations
type xs:boolean
properties
default true
annotation
documentation
Boolean value specifying whether push destinations will be exported (TRUE or not set) or not (FALSE).
source <xs:attribute name="export-push-destinations" type="xs:boolean" default="true">
 
<xs:annotation>
   
<xs:documentation>Boolean value specifying whether push destinations will be exported (TRUE or not set) or not (FALSE).</xs:documentation>
 
</xs:annotation>
</xs:attribute>


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