dotnet-core/release-notes/1.0/1.0.0-api/1.0.0-api_System.Xml.Schema.md

14 lines
206 B
Markdown
Raw Normal View History

2017-07-05 23:24:38 +02:00
# System.Xml.Schema
``` diff
+namespace System.Xml.Schema {
+ public class XmlSchema
+ public enum XmlSchemaForm {
+ None = 0,
+ Qualified = 1,
+ Unqualified = 2,
+ }
+}
```