Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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..::.CountryCodesDataTable.GetTypedTableSchema(xs)
public static XmlSchemaComplexType GetTypedTableSchema(
XmlSchemaSet xs
)
public:
static XmlSchemaComplexType^ GetTypedTableSchema(
XmlSchemaSet^ xs
)
public static function GetTypedTableSchema(
xs : XmlSchemaSet
) : XmlSchemaComplexType
Parameters
- xs
Type: System.Xml.Schema..::.XmlSchemaSet
Contains a cache of XML Schema definition language (XSD) schemas.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
RegionCodeDataSet..::.CountryCodesDataTable Class