Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines the deployment report information for an instance of a setting value in a System Definition Model. The setting can be null or have a value. If Null="true", the Value element will be empty.
<xs:complexType name="SettingInstanceValue"
mixed="true"
>
<xs:sequence>
<xs:any
processContents="skip"
minOccurs="0"
maxOccurs="unbounded"
namespace=""
/>
</xs:sequence>
<xs:attribute name="Null"
type="boolean"
use="optional"
/>
</xs:complexType>
Attributes
Name |
Type |
Description |
---|---|---|
Null |
boolean |
True if the instance of the setting value is NULL; False otherwise. |