| XmlSchemaAttribute {System.Xml.Schema} | .NET clr documentation | 
            
# namespace System.Xml.Schema
export class XmlSchemaAttribute extends XmlSchemaAnnotated {
   Annotation: XmlSchemaAnnotation;
   AttributeSchemaType: XmlSchemaSimpleType;
   AttributeType: any kind;
   DefaultValue: string;
   FixedValue: string;
   Form: XmlSchemaForm;
   Id: string;
   LineNumber: integer;
   LinePosition: integer;
   Name: string;
   Namespaces: XmlSerializerNamespaces;
   Parent: XmlSchemaObject;
   QualifiedName: XmlQualifiedName;
   RefName: XmlQualifiedName;
   SchemaType: XmlSchemaSimpleType;
   SchemaTypeName: XmlQualifiedName;
   SourceUri: string;
   UnhandledAttributes: XmlAttribute[];
   Use: XmlSchemaUse;
}
        
        Annotation: XmlSchemaAnnotationAttributeSchemaType: XmlSchemaSimpleTypeAttributeType: any kindForm: XmlSchemaFormNamespaces: XmlSerializerNamespacesParent: XmlSchemaObjectQualifiedName: XmlQualifiedNameRefName: XmlQualifiedNameSchemaType: XmlSchemaSimpleTypeSchemaTypeName: XmlQualifiedNameUnhandledAttributes: XmlAttributeUse: XmlSchemaUse