Import Complex Type Complex Type

Import Complex Type

Defines the elements that contain a namespace to be imported by another namespace, and an alias for the imported namespace. The namespace refers to the Name, Version, PublicKeyToken, and Culture attributes of a referenced .sdmdocument file.

<xs:complexType name="Import"> <xs:attribute name="Alias" type="SimpleName" use="required" />

  • Alias
    An alias used to reference an .sdm file within the scope (namespace) of the current .sdm file.

<xs:attributeGroup ref="NamespaceIdentity" /> </xs:complexType>

  • Import
    Defines the elements that contain a namespace to be imported by another namespace, and an alias for the imported namespace.

Attributes

Name Type Description
Alias SimpleName

An alias used to reference an .sdm file within the scope (namespace) of the current .sdm file.

Attribute Groups

Name Description
NamespaceIdentity

The imported namespace attributes.

See Also

SystemDefinitionModel Schema Complex Types

Send comments about this topic to Microsoft

Build date: 10/2/2007