System.Xml
[00 00 00 00 00 00 00 00 04 00 00 00 00 00 00 00]
1.0.5000.0
2.0.0.0
4.0.0.0
To be added
System.Xml.Schema.XmlSchemaAnnotated
An association between a name and one of several varieties of identity constraint related to uniqueness and reference.
Class for the identity constraints: key, keyref, and unique elements.
Constructor
1.0.5000.0
2.0.0.0
4.0.0.0
To be added
Initializes a new instance of the class.
Property
1.0.5000.0
2.0.0.0
4.0.0.0
System.Xml.Serialization.XmlElement("field", typeof(System.Xml.Schema.XmlSchemaXPath))
System.Xml.Schema.XmlSchemaObjectCollection
To be added: an object of type 'XmlSchemaObjectCollection'
The collection of fields that apply as children. Each field in the collection specifies the node set under the context element that the identity constraint applies to.
Gets the collection of fields that apply as children for the XML Path Language (XPath) expression selector.
Property
1.0.5000.0
2.0.0.0
4.0.0.0
System.Xml.Serialization.XmlAttribute("name")
System.String
To be added: an object of type 'string'
To be added
Gets or sets the name of the identity constraint.
Property
1.0.5000.0
2.0.0.0
4.0.0.0
System.Xml.Serialization.XmlIgnore
System.Xml.XmlQualifiedName
To be added: an object of type 'System.Xml.XmlQualifiedName'
To be added
Gets the qualified name of the identity constraint, which holds the post-compilation value of the QualifiedName property.
Property
1.0.5000.0
2.0.0.0
4.0.0.0
System.Xml.Serialization.XmlElement("selector", typeof(System.Xml.Schema.XmlSchemaXPath))
System.Xml.Schema.XmlSchemaXPath
To be added: an object of type 'XmlSchemaXPath'
An XPath expression that is relative to the element being declared. This expression identifies the node set under the context element that the identity constraint applies to.
Gets or sets the XPath expression selector element.