Sdílet prostřednictvím


SettingFacet Complex Type 

Defines the deployment report information for a setting facet (sub-setting) in a System Definition Model.

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

Child Elements

Element Type Description

Value (SettingFacet) Element

SettingInstanceValue Complex Type

The value of the setting facet.

Attribute Groups

Name Description

SettingAttributes Attribute Group

Information about a setting and the behavior of that setting.