Tests if the specified XML name is the name of one of the XSD (XML Schema Definition) language predefined types.
The following table shows the qualified names of all those types
(where "xs"
prefix is bound to the namespace URI:
http://www.w3.org/2001/XMLSchema
):
xs:anySimpleType
|
xs:int
|
Parameters:
qName
The QName object which represents the XML name to test.
typeName
The local name of an XSD predefined type.When specified, the function tests if
qName
represents exactly this type.When this parameter is not specified, the function tests if
qName
represents any of the XSD predefined types.
Returns:
true
if the specified XML name is an XSD predefined type name (any or exactly the one specified intypeName
parameter);false
otherwise.
See Also:
Generator Object Model | Object Types | QName;
QName(), toQName()
${include ../../../refs/qname_type_heading.htm}
${include ../../../gom/QName/doc.htm}