HRESULT IsAnyType([in] BSTR XmlType, [in] BSTR XmlTypeNamespace, [out, retval] VARIANT_BOOL * IsAnyType);
Given an Xml Type, it will return true if it is an AnyType type [xsd:anyType for the 2001 XSD Schema or xsd:ur-type for the 1999 XSD schema]
VARIANT_TRUE or VARIANT_FALSE
Copyright © Simon Fell, 2000-2004. All rights reserved.