Name

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

Synopsis

public class XmlSchemaIdentityConstraint : XmlSchemaAnnotated {
// Public Constructors
   public XmlSchemaIdentityConstraint( );  
// Public Instance Properties
   public XmlSchemaObjectCollection Fields{get; } 
   public string Name{set; get; } 
   public XmlQualifiedName QualifiedName{get; } 
   public XmlSchemaXPath Selector{set; get; } 
}

This type is used as the base for all identity constraints, XmlSchemaKey, XmlSchemaKeyref, and XmlSchemaUnique. Its Selector property contains an XmlSchemaXPath instance that represents the XPath expression for the constraint.

Hierarchy

System.ObjectXmlSchemaObjectXmlSchemaAnnotatedXmlSchemaIdentityConstraint

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.