Share via


GetTypedTableSchema Method

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

Namespace:  Microsoft.CommerceServer.Orders
Assembly:  Microsoft.CommerceServer.Orders.CrossTierTypes (in Microsoft.CommerceServer.Orders.CrossTierTypes.dll)

Syntax

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

returnValue = RegionCodeDataSet..::.StateCodesDataTable.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).

Permissions

See Also

Reference

RegionCodeDataSet..::.StateCodesDataTable Class

RegionCodeDataSet..::.StateCodesDataTable Members

Microsoft.CommerceServer.Orders Namespace