Share via


ManagementPackConfigurationSchemaType Class

Definition

Represents a management pack element that is defined by the ManagementPackConfigurationSchemaType complex type.

public ref class ManagementPackConfigurationSchemaType
[System.Serializable]
public class ManagementPackConfigurationSchemaType
type ManagementPackConfigurationSchemaType = class
Public Class ManagementPackConfigurationSchemaType
Inheritance
ManagementPackConfigurationSchemaType
Attributes

Remarks

This type defines a collection of schema types that are used in a configuration schema.

Constructors

ManagementPackConfigurationSchemaType()

Initializes a new ManagementPackConfigurationSchemaType object.

Properties

Schema

Gets or sets the schema file (.xsd file) that is used to validate an instance of this type.

SchemaTypeCollection

Gets a collection of schema types that are used in the configuration schema. Each schema type in the collection is a reference to a schema element in the same management pack or a referenced management pack.

Methods

GetCompleteConfigurationSchema()

Gets the complete configuration schema. This includes all of the referenced schema types.

WriteXml(ManagementPack, XmlWriter)

Serializes this management pack element as XML.

Applies to