Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
IXmlSchemaInfo.cs
Go to the documentation of this file.
1
namespace
System.Xml.Schema
;
2
3
public
interface
IXmlSchemaInfo
4
{
5
XmlSchemaValidity
Validity
{
get
; }
6
7
bool
IsDefault
{
get
; }
8
9
bool
IsNil
{
get
; }
10
11
XmlSchemaSimpleType
?
MemberType
{
get
; }
12
13
XmlSchemaType
?
SchemaType
{
get
; }
14
15
XmlSchemaElement
?
SchemaElement
{
get
; }
16
17
XmlSchemaAttribute
?
SchemaAttribute
{
get
; }
18
}
System.Xml.Schema.XmlSchemaAttribute
Definition
XmlSchemaAttribute.cs:8
System.Xml.Schema.XmlSchemaElement
Definition
XmlSchemaElement.cs:8
System.Xml.Schema.XmlSchemaSimpleType
Definition
XmlSchemaSimpleType.cs:6
System.Xml.Schema.XmlSchemaType
Definition
XmlSchemaType.cs:8
System.Xml.Schema.IXmlSchemaInfo.SchemaAttribute
XmlSchemaAttribute? SchemaAttribute
Definition
IXmlSchemaInfo.cs:17
System.Xml.Schema.IXmlSchemaInfo.SchemaElement
XmlSchemaElement? SchemaElement
Definition
IXmlSchemaInfo.cs:15
System.Xml.Schema.IXmlSchemaInfo.IsNil
bool IsNil
Definition
IXmlSchemaInfo.cs:9
System.Xml.Schema.IXmlSchemaInfo.IsDefault
bool IsDefault
Definition
IXmlSchemaInfo.cs:7
System.Xml.Schema.IXmlSchemaInfo.MemberType
XmlSchemaSimpleType? MemberType
Definition
IXmlSchemaInfo.cs:11
System.Xml.Schema.IXmlSchemaInfo.Validity
XmlSchemaValidity Validity
Definition
IXmlSchemaInfo.cs:5
System.Xml.Schema.IXmlSchemaInfo
Definition
IXmlSchemaInfo.cs:4
System.Xml.Schema.XmlSchemaValidity
XmlSchemaValidity
Definition
XmlSchemaValidity.cs:4
System.Xml.Schema.SchemaType
SchemaType
Definition
SchemaType.cs:4
System.Xml.Schema
Definition
Extensions.cs:3
source
System.Private.Xml
System.Xml.Schema
IXmlSchemaInfo.cs
Generated by
1.10.0