Click or drag to resize

XmlSchemaElementInfo Class

This class defined methods and properties to access schema information for a schema element.
Inheritance Hierarchy
SystemObject
  Aml.Engine.SchemaXmlSchemaElementInfo

Namespace: Aml.Engine.Schema
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public class XmlSchemaElementInfo

The XmlSchemaElementInfo type exposes the following members.

Constructors
 NameDescription
Public methodXmlSchemaElementInfo creates an instance for the defines schema element
Top
Properties
 NameDescription
Public propertyAllAttributes Gets the schema elements for all attributes of this instance
Public propertyChoices Gets the names for all choices defined for this instance.
Public propertyMaxOccurrence Gets the maximum occurrence.
Public propertyOptional Gets the names for all optional elements defined for this instance.
Public propertyRequired Gets the names for all required elements defined for this instance.
Public propertyRequiredAttributes Gets the names for all required attributes defined for this instance.
Public propertySchemaElement Gets the defining schema element for this instance
Public propertyWithoutChoice Gets the names of all elements in this instance which don't provide choices
Top
See Also