 | XmlSchemaManagerIsChoiceForOneElement Method |
Determines if the schema defines a choice of only one element for the provided schema element.
Namespace: Aml.Engine.SchemaAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic static bool IsChoiceForOneElement(
XmlSchemaElement schemaElement
)
Public Shared Function IsChoiceForOneElement (
schemaElement As XmlSchemaElement
) As Boolean
public:
static bool IsChoiceForOneElement(
XmlSchemaElement^ schemaElement
)
Parameters
- schemaElement XmlSchemaElement
- The schema element.
Return Value
Booleantrue if the specified schema element defines a choice of only one element; otherwise,
false.
See Also