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
The anyAttribute element enables any attribute from the specified namespace or namespaces to appear in the containing complexType element.
Represents the World Wide Web Consortium (W3C) anyAttribute element.
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.XmlAttribute("namespace")
System.String
To be added: an object of type 'string'
If no namespace is specified, ##any is the default. If the namespace is specified, it must be one of the values shown in the following table.
-
Namespace value
Description
-
##any
Elements from any namespace can be present.
-
##other
Elements from any namespace that is not the targetNamespace of the parent element containing the anyAttribute element can be present.
-
##local
Elements that are not qualified with a namespace can be present.
-
##targetNamespace
Elements from the targetNamespace of the parent element containing the anyAttribute element can be present.
-
List of {URIs, ##targetNamespace, ##local}
Elements from a space-delimited list of namespaces can be present. The list can contain the following: Uniform Resource Identifier (URI) references of namespaces, ##targetNamespace, and ##local.
Gets or sets the namespaces containing the attributes that can be used.
Property
1.0.5000.0
2.0.0.0
4.0.0.0
System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)
System.Xml.Serialization.XmlAttribute("processContents")
System.Xml.Schema.XmlSchemaContentProcessing
To be added: an object of type 'XmlSchemaContentProcessing'
To be added
Gets or sets information about how an application or XML processor should handle the validation of XML documents for the attributes specified by the anyAttribute element.