SettingMember complex type [SDM] 

 
SDM Reference

SettingMember Complex Type

Defines the elements and attributes used to define a setting member. The SettingMember complex type uses the setting definitions in the SettingDefinitions complex type to create named settings.

<xs:complexType name="SettingMember">
    <xs:complexContent>
        <xs:extension
            base="Member"
        >
            <xs:choice
                minOccurs="0"
                maxOccurs="unbounded"
            >
                <xs:element name="Facet"
                    type="Facet"
                 />
Facet
The set of aspects associated with the setting.
</xs:choice> <xs:attributeGroup ref="SettingsAttributes" /> </xs:extension> </xs:complexContent> </xs:complexType>
SettingMember
Named settings created from the setting definitions in the SettingDefinitions complex type.

Child Elements

Element Type Description
Facet Facet The set of aspects associated with the setting.

Attribute Groups

Name Description
SettingsAttributes The set of attributes that can be applied to an individual setting declaration.

See Also

SystemDefinitionModel Schema Complex Types

  
  Last updated: November 2005  |  What did you think of this topic?  |  Order a Platform SDK CD
  © Microsoft Corporation. All rights reserved. Terms of use.