DekGenius.com
[ Team LiB ] Previous Section Next Section

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

public class XmlSchemaKeyref : XmlSchemaIdentityConstraint {
// Public Constructors
   public XmlSchemaKeyref( );  
// Public Instance Properties
   public XmlQualifiedName Refer{set; get; } 
}

This type is used to represent the xs:keyref schema element. Its Refer property contains the qualified name of the xs:key element to which it refers.

Hierarchy

System.Object XmlSchemaObject XmlSchemaAnnotated XmlSchemaIdentityConstraint XmlSchemaKeyref

    [ Team LiB ] Previous Section Next Section