 | XmlSchemaElementInfo Constructor |
creates an instance for the defines schema element
Namespace: Aml.Engine.SchemaAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic XmlSchemaElementInfo(
XmlSchemaElement schemaElement
)
Public Sub New (
schemaElement As XmlSchemaElement
)
public:
XmlSchemaElementInfo(
XmlSchemaElement^ schemaElement
)
Parameters
- schemaElement XmlSchemaElement
- The schema element.
See Also