November 2003
Intermediate to advanced
476 pages
14h 38m
English
XmlSchemaUnique — System.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.
System.Object → XmlSchemaObject
→ XmlSchemaAnnotated
→ XmlSchemaIdentityConstraint
→ XmlSchemaUnique