The properties of System.Xml.Schema.XmlSchemaElement are listed below. For a list of all members, see the XmlSchemaElement Members list.
See Also: Inherited members from System.Xml.Schema.XmlSchemaParticle
Block | XmlSchemaDerivationMethod.
Gets or sets a Block derivation. | |
[read-only] | BlockResolved | XmlSchemaDerivationMethod.
Gets the post-compilation value of the Block property. |
[read-only] | Constraints | XmlSchemaObjectCollection.
Gets the collection of constraints on the element. |
DefaultValue | string.
Gets or sets the default value of the element if its content is a simple type or content of the element is textOnly. | |
[read-only] | ElementSchemaType | XmlSchemaType.
Gets an System.Xml.Schema.XmlSchemaType object representing the type of the element based on the XmlSchemaElement.SchemaType or XmlSchemaElement.SchemaTypeName values of the element. |
[read-only] | ElementType | object.
Gets a common language runtime (CLR) object based on the System.Xml.Schema.XmlSchemaElement or System.Xml.Schema.XmlSchemaElement of the element, which holds the post-compilation value of the ElementType property. |
Final | XmlSchemaDerivationMethod.
Gets or sets the Final property to indicate that no further derivations are allowed. | |
[read-only] | FinalResolved | XmlSchemaDerivationMethod.
Gets the post-compilation value of the Final property. |
FixedValue | string.
Gets or sets the fixed value. | |
Form | XmlSchemaForm.
Gets or sets the form for the element. | |
IsAbstract | bool.
Gets or sets information to indicate if the element can be used in an instance document. | |
IsNillable | bool.
Gets or sets information that indicates if xsi:nil can occur in the instance data. Indicates if an explicit nil value can be assigned to the element. | |
Name | string.
Gets or sets the name of the element. | |
[read-only] | QualifiedName | System.Xml.XmlQualifiedName.
Gets the actual qualified name for the given element. |
RefName | System.Xml.XmlQualifiedName.
Gets or sets the reference name of an element declared in this schema (or another schema indicated by the specified namespace). | |
SchemaType | XmlSchemaType.
Gets or sets the type of the element. This can either be a complex type or a simple type. | |
SchemaTypeName | System.Xml.XmlQualifiedName.
Gets or sets the name of a built-in data type defined in this schema or another schema indicated by the specified namespace. | |
SubstitutionGroup | System.Xml.XmlQualifiedName.
Gets or sets the name of an element that is being substituted by this element. |