Name

XmlSchemaXPath — System.Xml.Schema (system.xml.dll)    class 

Synopsis

public class XmlSchemaXPath : XmlSchemaAnnotated {
// Public Constructors
   public XmlSchemaXPath( );  
// Public Instance Properties
   public string XPath{set; get; } 
}

This type is used to represent the xs:selector schema element. Its XPath property is used to access the xpath attribute as a string, which represents the relative XPath expression whose result is an element on which the uniqueness constraint is based. The xs:field schema element is represented as an XmlSchemaObjectCollection of XmlSchemaXPath instances.

Hierarchy

System.ObjectXmlSchemaObjectXmlSchemaAnnotatedXmlSchemaXPath

Get .NET & XML now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.