Terraria v1.4.4.9
Terraria source code documentation
All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Macros
System.Xml.Schema.XmlSchemaAttribute Class Reference

Package Functions

XmlReader Validate (XmlReader reader, XmlResolver resolver, XmlSchemaSet schemaSet, ValidationEventHandler valEventHandler)
 
void SetQualifiedName (XmlQualifiedName value)
 
void SetAttributeType (XmlSchemaSimpleType value)
 
override XmlSchemaObject Clone ()
 
override void SetUnhandledAttributes (XmlAttribute[] moreAttributes)
 
override void AddAnnotation (XmlSchemaAnnotation annotation)
 
virtual void OnAdd (XmlSchemaObjectCollection container, object item)
 
virtual void OnRemove (XmlSchemaObjectCollection container, object item)
 
virtual void OnClear (XmlSchemaObjectCollection container)
 

Properties

stringDefaultValue [get, set]
 
stringFixedValue [get, set]
 
XmlSchemaForm Form [get, set]
 
stringName [get, set]
 
XmlQualifiedName RefName [get, set]
 
XmlQualifiedName SchemaTypeName [get, set]
 
XmlSchemaSimpleTypeSchemaType [get, set]
 
XmlSchemaUse Use [get, set]
 
XmlQualifiedName QualifiedName [get]
 
object? AttributeType [get]
 
XmlSchemaSimpleTypeAttributeSchemaType [get]
 
XmlSchemaDatatypeDatatype [get]
 
SchemaAttDefAttDef [get, set]
 
bool HasDefault [get]
 
override? string NameAttribute [get, set]
 
stringId [get, set]
 
XmlSchemaAnnotationAnnotation [get, set]
 
XmlAttribute?[] UnhandledAttributes [get, set]
 
override? string IdAttribute [get, set]
 
int LineNumber [get, set]
 
int LinePosition [get, set]
 
stringSourceUri [get, set]
 
XmlSchemaObjectParent [get, set]
 
XmlSerializerNamespaces Namespaces [get, set]
 
bool IsProcessing [get, set]
 

Private Attributes

string _defaultValue
 
string _fixedValue
 
string _name
 
XmlSchemaForm _form
 
XmlSchemaUse _use
 
XmlQualifiedName _refName = XmlQualifiedName.Empty
 
XmlQualifiedName _typeName = XmlQualifiedName.Empty
 
XmlQualifiedName _qualifiedName = XmlQualifiedName.Empty
 
XmlSchemaSimpleType _type
 
XmlSchemaSimpleType _attributeType
 
SchemaAttDef _attDef
 
string _id
 
XmlSchemaAnnotation _annotation
 
XmlAttribute[] _moreAttributes
 
int _lineNum
 
int _linePos
 
string _sourceUri
 
XmlSerializerNamespaces _namespaces
 
XmlSchemaObject _parent
 
bool _isProcessing
 

Detailed Description

Definition at line 7 of file XmlSchemaAttribute.cs.


The documentation for this class was generated from the following file: