 | XmlSchemaManagerAcceptsAny Method |
Determines if the schema element accepts values of any type.
Namespace: Aml.Engine.SchemaAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic static bool AcceptsAny(
XmlSchemaElement schemaElement
)
Public Shared Function AcceptsAny (
schemaElement As XmlSchemaElement
) As Boolean
public:
static bool AcceptsAny(
XmlSchemaElement^ schemaElement
)
Parameters
- schemaElement XmlSchemaElement
- The schema element.
Return Value
Booleantrue, if any types are accepted as values.
See Also