Sdílet prostřednictvím


Setting Complex Type 

Defines the deployment report information for a setting in a System Definition Model. A setting can have either setting facets or values, but not both as immediate child elements.

<xs:complexType name="Setting">
    <xs:sequence>
        <xs:element name="Value"
            type="SettingInstanceValue"
            minOccurs="0"
            maxOccurs="unbounded"
         />
        <xs:element name="Facet"
            type="SettingFacet"
            minOccurs="0"
            maxOccurs="unbounded"
         />
    </xs:sequence>
    <xs:attributeGroup
        ref="SettingAttributes"
     />
</xs:complexType>

Child Elements

Element Type Description

Facet (Setting) Element

SettingFacet Complex Type

A facet (sub-setting) of the setting.

Value (Setting) Element

SettingInstanceValue Complex Type

The value of the setting.

Attribute Groups

Name Description

SettingAttributes Attribute Group

Information about a setting and the behavior of that setting.