System.Xml.Schema Namespace
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The System.Xml.Schema namespace contains the XML classes that provide standards-based support for XML schema definition language (XSD) schemas.
| Class | Description | |
|---|---|---|
![]() | XmlSchema | This class is provided for interface compatibility. It is not intended to be used from your Windows Phone code. |
![]() | XmlSchemaObject | This class is provided for interface compatibility. It is not intended to be used from your Windows Phone code. |
![]() | XmlSchemaSet | This class is provided for interface compatibility. It is not intended to be used from your Windows Phone code. |
| Enumeration | Description | |
|---|---|---|
![]() | XmlSchemaForm | Indicates if attributes or elements need to be qualified with a namespace prefix. |
![]() | XmlSeverityType | Represents the severity of the validation event. |
![]() | XmlTypeCode | Represents the W3C XML Schema Definition Language (XSD) schema types. |
Show:

