Import Complex Type 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"
     />
    <xs:attributeGroup
        ref="NamespaceIdentity"
     />
</xs:complexType>

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