[ Team LiB ] Previous Section Next Section

XmlSchemaXPathSystem.Xml.Schema (system.xml.dll)    class 

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.Object XmlSchemaObject XmlSchemaAnnotated XmlSchemaXPath

    [ Team LiB ] Previous Section Next Section