ISerializerFactory::IsAnyType Method

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]

 

Parameters

XmlType
BSTR, [in]: The Xml Type name
XmlTypeNamespace
BSTR, [in]: The namespace URI of the Xml Type name
IsAnyType
VARIANT_BOOL *, [out, retval]: returns VARIANT_TRUE if the type is one of the AnyType types

 

Return Values

VARIANT_TRUE or VARIANT_FALSE

 

Sample Code



  

 

See Also

The ISerializerFactory Interface | 

 

 

Copyright

Copyright © Simon Fell, 2000-2004. All rights reserved.