SettingMember Complex Type 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"
                 />
            </xs:choice>
            <xs:attributeGroup
                ref="SettingsAttributes"
             />
        </xs:extension>
    </xs:complexContent>
</xs:complexType>

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

Send comments about this topic to Microsoft

Build date: 9/5/2007