Share via


SettingDefinitions complex type [SDM]

 
Platform SDK: System Definition Model Overview

SettingDefinitions Complex Type

Note: This documentation is preliminary and is subject to change.

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

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