Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
XmlSchemaUse.cs
Go to the documentation of this file.
1
using
System.Xml.Serialization
;
2
3
namespace
System.Xml.Schema
;
4
5
public
enum
XmlSchemaUse
6
{
7
[XmlIgnore]
8
None
,
9
[XmlEnum(
"optional"
)]
10
Optional
,
11
[XmlEnum(
"prohibited"
)]
12
Prohibited
,
13
[XmlEnum(
"required"
)]
14
Required
15
}
System.Xml.Schema.XmlSchemaUse
XmlSchemaUse
Definition
XmlSchemaUse.cs:6
System.Xml.Schema.XmlSchemaUse.Required
@ Required
System.Xml.Schema.XmlSchemaUse.Prohibited
@ Prohibited
System.Xml.Schema.XmlSchemaUse.Optional
@ Optional
System.Xml.Schema.FacetType.None
@ None
System.Xml.Schema
Definition
Extensions.cs:3
System.Xml.Serialization
Definition
DateTimeSerializationSection.cs:1
source
System.Private.Xml
System.Xml.Schema
XmlSchemaUse.cs
Generated by
1.10.0