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.
Describes an XSD type. This structure is populated by generated code.
Syntax
typedef struct _WSDXML_TYPE {
const WCHAR *Uri;
const BYTE *Table;
} WSDXML_TYPE;
Members
Uri
The optional URI that identifies the type.
Table
The type table that describes the schema of the type and its binary representation.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Header | wsdxmldom.h |