GetTypedTableSchema Method

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

The returned XmlSchemaComplexType represents the complexType element from XML Schema as specified by the World Wide Web Consortium.

Namespace:  Microsoft.CommerceServer.Catalog
Assembly:  Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)

Syntax

'Declaration
Public Shared Function GetTypedTableSchema ( _
    xs As XmlSchemaSet _
) As XmlSchemaComplexType
'Usage
Dim xs As XmlSchemaSet
Dim returnValue As XmlSchemaComplexType

returnValue = CatalogDefinitionsDataSet..::.CatalogDefinitionsDataTable.GetTypedTableSchema(xs)
public static XmlSchemaComplexType GetTypedTableSchema(
    XmlSchemaSet xs
)
public:
static XmlSchemaComplexType^ GetTypedTableSchema(
    XmlSchemaSet^ xs
)
public static function GetTypedTableSchema(
    xs : XmlSchemaSet
) : XmlSchemaComplexType

Parameters

Return Value

Type: System.Xml.Schema..::.XmlSchemaComplexType
A XmlSchemaComplexType.

Remarks

The returned XmlSchemaComplexType represents the complexType element from XML Schema as specified by the World Wide Web Consortium (W3C)https://go.microsoft.com/fwlink/?LinkId=49454. This class defines a complex type that determines the set of attributes and content of an element.

Permissions

See Also

Reference

CatalogDefinitionsDataSet..::.CatalogDefinitionsDataTable Class

CatalogDefinitionsDataSet..::.CatalogDefinitionsDataTable Members

Microsoft.CommerceServer.Catalog Namespace