Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
AttributeType
object? System.Xml.Schema.XmlSchemaAttribute.AttributeType
get
Definition at line
144
of file
XmlSchemaAttribute.cs
.
145
{
146
get
147
{
148
if
(
_attributeType
==
null
)
149
{
150
return
null
;
151
}
152
if
(
_attributeType
.
QualifiedName
.
Namespace
==
"http://www.w3.org/2001/XMLSchema"
)
153
{
154
return
_attributeType
.
Datatype
;
155
}
156
return
_attributeType
;
157
}
158
}
System.Xml.Schema.XmlSchemaAttribute._attributeType
XmlSchemaSimpleType _attributeType
Definition
XmlSchemaAttribute.cs:27
System.Xml.Schema.XmlSchemaType.QualifiedName
XmlQualifiedName QualifiedName
Definition
XmlSchemaType.cs:57
System.Xml.Schema.XmlSchemaType.Datatype
XmlSchemaDatatype? Datatype
Definition
XmlSchemaType.cs:87
System.Xml.XmlQualifiedName.Namespace
string Namespace
Definition
XmlQualifiedName.cs:15
System
Xml
Schema
XmlSchemaAttribute
Generated by
1.10.0