SettingMember Complex Type Complex Type

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

Send comments about this topic to Microsoft

Build date: 10/2/2007