SettingDefinitions Complex Type 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"
     />
    <xs:attribute name="ClrNamespace"
        type="string"
        use="required"
     />
</xs:complexType>

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: 9/5/2007