The properties of System.Xml.Schema.XmlSchemaAttribute are listed below. For a list of all members, see the XmlSchemaAttribute Members list.
See Also: Inherited members from System.Xml.Schema.XmlSchemaAnnotated
[read-only] | AttributeSchemaType | XmlSchemaSimpleType.
Gets an System.Xml.Schema.XmlSchemaSimpleType object representing the type of the attribute based on the XmlSchemaAttribute.SchemaType or XmlSchemaAttribute.SchemaTypeName of the attribute. |
[read-only] | AttributeType | object.
Gets the common language runtime (CLR) object based on the XmlSchemaAttribute.SchemaType or XmlSchemaAttribute.SchemaTypeName of the attribute that holds the post-compilation value of the AttributeType property. |
DefaultValue | string.
Gets or sets the default value for the attribute. | |
FixedValue | string.
Gets or sets the fixed value for the attribute. | |
Form | XmlSchemaForm.
Gets or sets the form for the attribute. | |
Name | string.
Gets or sets the name of the attribute. | |
[read-only] | QualifiedName | System.Xml.XmlQualifiedName.
Gets the qualified name for the attribute. |
RefName | System.Xml.XmlQualifiedName.
Gets or sets the name of an attribute declared in this schema (or another schema indicated by the specified namespace). | |
SchemaType | XmlSchemaSimpleType.
Gets or sets the attribute type to a simple type. | |
SchemaTypeName | System.Xml.XmlQualifiedName.
Gets or sets the name of the simple type defined in this schema (or another schema indicated by the specified namespace). | |
Use | XmlSchemaUse.
Gets or sets information about how the attribute is used. |