2.7.1.6.1 DMQueryTaskQueryStringContainerType

The DMQueryTaskQueryStringContainerType type contains a string value that is the value of the specific element that is of the DMQueryTaskQueryStringContainerType type.

The following is the XSD for the DMQueryTaskQueryStringContainerType type.

  
   <xs:complexType name="DMQueryTaskQueryStringContainerType">
     <xs:simpleContent>
       <xs:extension base="xs:string">
         <xs:attribute name="Sensitive" type="xs:boolean"
                       form="unqualified"/>
         <xs:attribute name="Encrypted" type="xs:boolean"
                       form="unqualified"/>
       </xs:extension>
     </xs:simpleContent>
   </xs:complexType>

The DMQueryTaskQueryStringContainerType type MUST NOT contain any elements. The value of the DMQueryTaskQueryStringContainerType type is a string value, because the type is an extension of the string type. Attributes are added to the string type, as specified in this section.

The following table specifies additional information for the attributes of the DMQueryTaskQueryStringContainerType type.

Attribute

Description

Sensitive

The attribute value contains an indicator for whether the string that is the value of the element is treated as sensitive.

FALSE – Specifies that the element string value is not considered sensitive. 

TRUE – Specifies that the element string value is considered sensitive.

Encrypted

The attribute value contains an indicator for whether the element value is encrypted.

FALSE – Specifies that the element value is not encrypted. 

TRUE – Specifies that the element value is encrypted.

For more details about the encryption algorithm that is used if the value of the Encrypted attribute is TRUE, see Security.