SettingValue Complex Type
Defines the deployment report information for a setting value in a System Definition Model.
<xs:complexType name="SettingValue"
mixed="true"
>
<xs:sequence>
<xs:any
processContents="skip"
minOccurs="0"
maxOccurs="unbounded"
namespace=""
/>
</xs:sequence>
<xs:attribute name="Null"
type="boolean"
use="optional"
/>
<xs:attribute name="Secure"
type="boolean"
use="optional"
/>
</xs:complexType>
Attributes
Name | Type | Description |
---|---|---|
Null |
boolean |
True if the setting value is NULL; False, if the setting has a value. |
Secure |
boolean |
True if the setting value is secure; False otherwise. |