System.Xml.Schema.XmlSchemaKeyref public class XmlSchemaKeyref : XmlSchemaIdentityConstraint Documentation Code namespace System.Xml.Schema { public class XmlSchemaKeyref : XmlSchemaIdentityConstraint { public XmlQualifiedName Refer { get; set; } public XmlSchemaKeyref(); } }