November 2003
Intermediate to advanced
476 pages
14h 38m
English
XmlSchemaIdentityConstraint — System.Xml.Schema (system.xml.dll) class
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.
System.Object → XmlSchemaObject
→ XmlSchemaAnnotated
→ XmlSchemaIdentityConstraint