SettingDefinitions Complex Type Complex Type

SettingDefinitions Complex Type

Defines the elements containing setting definitions used by setting members, including namespace declarations and namespace imports. The namespace imports in the XSD schema must match the imports in the related .sdm file with the exception of the XSD schema namespace.

<xs:complexType name="SettingDefinitions"> <xs:sequence> <xs:any minOccurs="0" processContents="lax" namespace="https://www.w3.org/2001/XMLSchema" /> </xs:sequence> <xs:attribute name="Manager" type="QualifiedName" use="required" />

  • Manager
    The Common Language Runtime (CLR) assembly that contains helper classes for the XSD schema.

<xs:attribute name="ClrNamespace" type="string" use="required" />

  • ClrNamespace
    The qualified CLR namespace in which the helper classes for the XSD schema are defined. For example, Microsoft.SystemDefinitionModel.

</xs:complexType>

  • SettingDefinitions
    Defines the elements containing setting definitions used by setting members, including namespace declarations and namespace imports.

Attributes

Name Type Description
ClrNamespace string

The qualified CLR namespace in which the helper classes for the XSD schema are defined. For example, Microsoft.SystemDefinitionModel.

Manager QualifiedName

The Common Language Runtime (CLR) assembly that contains helper classes for the XSD schema.

See Also

SystemDefinitionModel Schema Complex Types

Send comments about this topic to Microsoft

Build date: 10/2/2007