ManagerDeclaration Complex Type Complex Type

ManagerDeclaration Complex Type

Defines the elements that contain information used to define a manager. A manager provides customized behavior to the runtime and supports interaction between the runtime and the modeled system.

<xs:complexType name="ManagerDeclaration"> <xs:sequence> <xs:element name="Description" type="Description" minOccurs="0" />

  • Description
    A textual description of the manager.

</xs:sequence> <xs:attribute name="Name" type="SimpleName" use="required" />

  • Name
    A unique name for the manager in the scope of the containing .sdm file.

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

  • AssemblyName
    The name of the assembly.

<xs:attribute name="Version" type="FourPartVersionType" use="optional" />

  • Version
    The assembly version.

<xs:attribute name="PublicKeyToken" type="PublicKeyTokenType" use="optional" />

  • PublicKeyToken
    The public key token for the assembly. The manager assembly should be strongly named and signed.

<xs:attribute name="Culture" type="CultureNeutral" use="optional" />

  • Culture
    The culture of the assembly.

<xs:attribute name="Platform" type="string" use="optional" />

  • Platform
    The platform of the assembly.

<xs:attribute name="SourcePath" type="string" use="optional" />

  • SourcePath
    The path to the assembly relative to the directory in which the .sdm document is found. Absolute paths should not be used because they may not work if you share the .sdm file with other users.

</xs:complexType>

  • ManagerDeclaration

Child Elements

Element Type Description
Description Description

A textual description of the manager.

Attributes

Name Type Description
AssemblyName string

The name of the assembly.

Culture CultureNeutral

The culture of the assembly.

Name SimpleName

A unique name for the manager in the scope of the containing .sdm file.

Platform string

The platform of the assembly.

PublicKeyToken PublicKeyTokenType

The public key token for the assembly. The manager assembly should be strongly named and signed.

SourcePath string

The path to the assembly relative to the directory in which the .sdm document is found. Absolute paths should not be used because they may not work if you share the .sdm file with other users.

Version FourPartVersionType

The assembly version.

See Also

SystemDefinitionModel Schema Complex Types

Send comments about this topic to Microsoft

Build date: 10/2/2007