[ Team LiB ] Previous Section Next Section

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

public class XmlSchemaUnique : XmlSchemaIdentityConstraint {
// Public Constructors
   public XmlSchemaUnique( );  
}

This type represents the xs:unique schema element, which is use to define a unique constraint for an element. Like xs:key, the Selector property contains the XmlSchemaXPath instance that defines the constraint.

Hierarchy

System.Object XmlSchemaObject XmlSchemaAnnotated XmlSchemaIdentityConstraint XmlSchemaUnique

    [ Team LiB ] Previous Section Next Section