Encapsulates a top-level element in an XML Schema definition language (XSD) schema. Also defines a set of associated actions.
Namespace: Microsoft.BizTalk.Component.Interop
Assembly: Microsoft.BizTalk.Pipeline (in microsoft.biztalk.pipeline.dll)

Syntax
<GuidAttribute("05ac200d-2ed5-41f0-a961-2838a1836a22")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IDocumentSpec
[GuidAttribute("05ac200d-2ed5-41f0-a961-2838a1836a22")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IDocumentSpec
[GuidAttribute(L"05ac200d-2ed5-41f0-a961-2838a1836a22")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IDocumentSpec
/** @attribute GuidAttribute("05ac200d-2ed5-41f0-a961-2838a1836a22") */
/** @attribute InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown) */
public interface IDocumentSpec
GuidAttribute("05ac200d-2ed5-41f0-a961-2838a1836a22")
InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)
public interface IDocumentSpec

Remarks
Note |
|---|
|
For information on using this interface within COM-based code, see IDocumentSpec Interface.
|

Platforms
Development Platforms
The 32-bit and 64-bit editions of Windows Server 2003 R2 (except the Web Editions); The 32-bit and 64-bit editions of Windows Server 2003 SP2 (except the Web Edition); The 32-bit and 64-bit editions of Windows Server 2008 (except the Web Server Editions); Windows Small Business Server 2003 with SP2; The 32-bit and 64-bit editions of Windows Vista Ultimate, Enterprise and Business editions with Service Pack 1; The 32-bit and 64-bit editions of Windows XP Professional with Service Pack 3
Target Platforms
The 32-bit and 64-bit editions of Windows Server 2003 R2 (except the Web Editions); The 32-bit and 64-bit editions of Windows Server 2003 SP2 (except the Web Edition); The 32-bit and 64-bit editions of Windows Server 2008 (except the Web Server Editions); Windows Small Business Server 2003 with SP2

Change History

See Also