2.2.5.13 ConfigurationFiles Element

The ConfigurationFiles XML element is used to specify configurations used for the import and export of user information. It is the root element of XML documents that are used in WSRM method parameters.

 <xs:element name="ConfigurationFiles">
   <xs:complexType name="ConfigurationFiles">
     <xs:choice
       minOccurs="0"
       maxOccurs="unbounded"
     >
       <xs:element name="ConfigurationFile">
         <xs:complexType name="ConfigurationFile">
           <xs:sequence>
             <xs:element
               minOccurs="0"
               maxOccurs="unbounded"
               ref="Users"
              />
           </xs:sequence>
           <xs:attribute name="FileName"
             type="xs:string"
            />
         </xs:complexType>
       </xs:element>
     </xs:choice>
   </xs:complexType>
 </xs:element>

Child Elements

Element

Type

Description

ConfigurationFile

ConfigurationFile

The data file for the object being imported or exported.

Users

Users

The categories of remote session users, in the form of a Users element (section 2.2.5.30).

Attributes

Name

Type

Description

FileName

xs:string

The name of the data file that is being imported or exported in the child element. It is always set to "UserCategories.Xml".

Additional XML data formats are specified in section 2.2.5.