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