Permalink
Cannot retrieve contributors at this time
Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign up
Fetching contributors…

<Type Name="XmlSchemaAny" FullName="System.Xml.Schema.XmlSchemaAny"> | |
<TypeSignature Language="C#" Value="public class XmlSchemaAny : System.Xml.Schema.XmlSchemaParticle" /> | |
<TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit XmlSchemaAny extends System.Xml.Schema.XmlSchemaParticle" /> | |
<TypeSignature Language="DocId" Value="T:System.Xml.Schema.XmlSchemaAny" /> | |
<TypeSignature Language="VB.NET" Value="Public Class XmlSchemaAny
Inherits XmlSchemaParticle" /> | |
<TypeSignature Language="C++ CLI" Value="public ref class XmlSchemaAny : System::Xml::Schema::XmlSchemaParticle" /> | |
<TypeSignature Language="F#" Value="type XmlSchemaAny = class
 inherit XmlSchemaParticle" /> | |
<AssemblyInfo> | |
<AssemblyName>System.Xml</AssemblyName> | |
<AssemblyVersion>1.0.5000.0</AssemblyVersion> | |
<AssemblyVersion>2.0.0.0</AssemblyVersion> | |
<AssemblyVersion>2.0.5.0</AssemblyVersion> | |
<AssemblyVersion>4.0.0.0</AssemblyVersion> | |
</AssemblyInfo> | |
<AssemblyInfo> | |
<AssemblyName>netstandard</AssemblyName> | |
<AssemblyVersion>2.0.0.0</AssemblyVersion> | |
<AssemblyVersion>2.1.0.0</AssemblyVersion> | |
</AssemblyInfo> | |
<AssemblyInfo> | |
<AssemblyName>System.Xml.ReaderWriter</AssemblyName> | |
<AssemblyVersion>4.2.0.0</AssemblyVersion> | |
<AssemblyVersion>4.2.1.0</AssemblyVersion> | |
<AssemblyVersion>4.2.2.0</AssemblyVersion> | |
</AssemblyInfo> | |
<Base> | |
<BaseTypeName>System.Xml.Schema.XmlSchemaParticle</BaseTypeName> | |
</Base> | |
<Interfaces /> | |
<Docs> | |
<summary>Represents the World Wide Web Consortium (W3C) <see langword="any" /> element.</summary> | |
<remarks> | |
<format type="text/markdown"><] | |
[!code-csharp[Classic WebData XmlSchemaAny Example#1](~/samples/snippets/csharp/VS_Snippets_Data/Classic WebData XmlSchemaAny Example/CS/source.cs#1)] | |
[!code-vb[Classic WebData XmlSchemaAny Example#1](~/samples/snippets/visualbasic/VS_Snippets_Data/Classic WebData XmlSchemaAny Example/VB/source.vb#1)] | |
The following XML file is generated for the preceding code example. | |
[!code-xml[Classic WebData XmlSchemaAny Example#2](~/samples/snippets/xml/VS_Snippets_Data/Classic WebData XmlSchemaAny Example/XML/source.xml#2)] | |
]]></format> | |
</remarks> | |
</Docs> | |
<Members> | |
<Member MemberName=".ctor"> | |
<MemberSignature Language="C#" Value="public XmlSchemaAny ();" /> | |
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor() cil managed" /> | |
<MemberSignature Language="DocId" Value="M:System.Xml.Schema.XmlSchemaAny.#ctor" /> | |
<MemberSignature Language="VB.NET" Value="Public Sub New ()" /> | |
<MemberSignature Language="C++ CLI" Value="public:
 XmlSchemaAny();" /> | |
<MemberType>Constructor</MemberType> | |
<AssemblyInfo> | |
<AssemblyName>System.Xml</AssemblyName> | |
<AssemblyVersion>1.0.5000.0</AssemblyVersion> | |
<AssemblyVersion>2.0.0.0</AssemblyVersion> | |
<AssemblyVersion>2.0.5.0</AssemblyVersion> | |
<AssemblyVersion>4.0.0.0</AssemblyVersion> | |
</AssemblyInfo> | |
<AssemblyInfo> | |
<AssemblyName>netstandard</AssemblyName> | |
<AssemblyVersion>2.0.0.0</AssemblyVersion> | |
<AssemblyVersion>2.1.0.0</AssemblyVersion> | |
</AssemblyInfo> | |
<AssemblyInfo> | |
<AssemblyName>System.Xml.ReaderWriter</AssemblyName> | |
<AssemblyVersion>4.2.0.0</AssemblyVersion> | |
<AssemblyVersion>4.2.1.0</AssemblyVersion> | |
<AssemblyVersion>4.2.2.0</AssemblyVersion> | |
</AssemblyInfo> | |
<Attributes> | |
<Attribute FrameworkAlternate="netframework-4.0"> | |
<AttributeName>System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")</AttributeName> | |
</Attribute> | |
</Attributes> | |
<Parameters /> | |
<Docs> | |
<summary>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaAny" /> class.</summary> | |
<remarks>To be added.</remarks> | |
</Docs> | |
</Member> | |
<Member MemberName="Namespace"> | |
<MemberSignature Language="C#" Value="public string Namespace { get; set; }" /> | |
<MemberSignature Language="ILAsm" Value=".property instance string Namespace" /> | |
<MemberSignature Language="DocId" Value="P:System.Xml.Schema.XmlSchemaAny.Namespace" /> | |
<MemberSignature Language="VB.NET" Value="Public Property Namespace As String" /> | |
<MemberSignature Language="C++ CLI" Value="public:
 property System::String ^ Namespace { System::String ^ get(); void set(System::String ^ value); };" /> | |
<MemberSignature Language="F#" Value="member this.Namespace : string with get, set" Usage="System.Xml.Schema.XmlSchemaAny.Namespace" /> | |
<MemberType>Property</MemberType> | |
<AssemblyInfo> | |
<AssemblyName>System.Xml</AssemblyName> | |
<AssemblyVersion>1.0.5000.0</AssemblyVersion> | |
<AssemblyVersion>2.0.0.0</AssemblyVersion> | |
<AssemblyVersion>2.0.5.0</AssemblyVersion> | |
<AssemblyVersion>4.0.0.0</AssemblyVersion> | |
</AssemblyInfo> | |
<AssemblyInfo> | |
<AssemblyName>netstandard</AssemblyName> | |
<AssemblyVersion>2.0.0.0</AssemblyVersion> | |
<AssemblyVersion>2.1.0.0</AssemblyVersion> | |
</AssemblyInfo> | |
<AssemblyInfo> | |
<AssemblyName>System.Xml.ReaderWriter</AssemblyName> | |
<AssemblyVersion>4.2.0.0</AssemblyVersion> | |
<AssemblyVersion>4.2.1.0</AssemblyVersion> | |
<AssemblyVersion>4.2.2.0</AssemblyVersion> | |
</AssemblyInfo> | |
<Attributes> | |
<Attribute FrameworkAlternate="netcore-2.0;netcore-2.1;netframework-1.1;netframework-2.0;netframework-3.0;netframework-3.5;netframework-4.0;netframework-4.5;netframework-4.5.1;netframework-4.5.2;netframework-4.6;netframework-4.6.1;netframework-4.6.2;netframework-4.7;netframework-4.7.1;netframework-4.7.2;xamarinandroid-7.1;xamarinios-10.8;xamarinmac-3.0;netframework-4.8;netcore-2.2;netcore-3.0;netstandard-2.1;netcore-3.1"> | |
<AttributeName>System.Xml.Serialization.XmlAttribute("namespace")</AttributeName> | |
</Attribute> | |
<Attribute FrameworkAlternate="netframework-4.0"> | |
<AttributeName>get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")</AttributeName> | |
</Attribute> | |
<Attribute FrameworkAlternate="netframework-4.0"> | |
<AttributeName>set: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")</AttributeName> | |
</Attribute> | |
</Attributes> | |
<ReturnValue> | |
<ReturnType>System.String</ReturnType> | |
</ReturnValue> | |
<Docs> | |
<summary>Gets or sets the namespaces containing the elements that can be used.</summary> | |
<value>Namespaces for elements that are available for use. The default is <see langword="##any" />. Optional.</value> | |
<remarks> | |
<format type="text/markdown"><![CDATA[ | |
## Remarks | |
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 `any` 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 `any` 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`.| | |
]]></format> | |
</remarks> | |
</Docs> | |
</Member> | |
<Member MemberName="ProcessContents"> | |
<MemberSignature Language="C#" Value="public System.Xml.Schema.XmlSchemaContentProcessing ProcessContents { get; set; }" /> | |
<MemberSignature Language="ILAsm" Value=".property instance valuetype System.Xml.Schema.XmlSchemaContentProcessing ProcessContents" /> | |
<MemberSignature Language="DocId" Value="P:System.Xml.Schema.XmlSchemaAny.ProcessContents" /> | |
<MemberSignature Language="VB.NET" Value="Public Property ProcessContents As XmlSchemaContentProcessing" /> | |
<MemberSignature Language="C++ CLI" Value="public:
 property System::Xml::Schema::XmlSchemaContentProcessing ProcessContents { System::Xml::Schema::XmlSchemaContentProcessing get(); void set(System::Xml::Schema::XmlSchemaContentProcessing value); };" /> | |
<MemberSignature Language="F#" Value="member this.ProcessContents : System.Xml.Schema.XmlSchemaContentProcessing with get, set" Usage="System.Xml.Schema.XmlSchemaAny.ProcessContents" /> | |
<MemberType>Property</MemberType> | |
<AssemblyInfo> | |
<AssemblyName>System.Xml</AssemblyName> | |
<AssemblyVersion>1.0.5000.0</AssemblyVersion> | |
<AssemblyVersion>2.0.0.0</AssemblyVersion> | |
<AssemblyVersion>2.0.5.0</AssemblyVersion> | |
<AssemblyVersion>4.0.0.0</AssemblyVersion> | |
</AssemblyInfo> | |
<AssemblyInfo> | |
<AssemblyName>netstandard</AssemblyName> | |
<AssemblyVersion>2.0.0.0</AssemblyVersion> | |
<AssemblyVersion>2.1.0.0</AssemblyVersion> | |
</AssemblyInfo> | |
<AssemblyInfo> | |
<AssemblyName>System.Xml.ReaderWriter</AssemblyName> | |
<AssemblyVersion>4.2.0.0</AssemblyVersion> | |
<AssemblyVersion>4.2.1.0</AssemblyVersion> | |
<AssemblyVersion>4.2.2.0</AssemblyVersion> | |
</AssemblyInfo> | |
<Attributes> | |
<Attribute FrameworkAlternate="netcore-2.0;netcore-2.1;netframework-1.1;netframework-2.0;netframework-3.0;netframework-3.5;netframework-4.0;netframework-4.5;netframework-4.5.1;netframework-4.5.2;netframework-4.6;netframework-4.6.1;netframework-4.6.2;netframework-4.7;netframework-4.7.1;netframework-4.7.2;netstandard-2.0;xamarinandroid-7.1;xamarinios-10.8;xamarinmac-3.0;netframework-4.8;netcore-2.2;netcore-3.0;netstandard-2.1;netcore-3.1"> | |
<AttributeName>System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)</AttributeName> | |
</Attribute> | |
<Attribute FrameworkAlternate="netcore-2.0;netcore-2.1;netframework-1.1;netframework-2.0;netframework-3.0;netframework-3.5;netframework-4.0;netframework-4.5;netframework-4.5.1;netframework-4.5.2;netframework-4.6;netframework-4.6.1;netframework-4.6.2;netframework-4.7;netframework-4.7.1;netframework-4.7.2;xamarinandroid-7.1;xamarinios-10.8;xamarinmac-3.0;netframework-4.8;netcore-2.2;netcore-3.0;netstandard-2.1;netcore-3.1"> | |
<AttributeName>System.Xml.Serialization.XmlAttribute("processContents")</AttributeName> | |
</Attribute> | |
<Attribute FrameworkAlternate="netframework-4.0"> | |
<AttributeName>get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")</AttributeName> | |
</Attribute> | |
<Attribute FrameworkAlternate="netframework-4.0"> | |
<AttributeName>set: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")</AttributeName> | |
</Attribute> | |
</Attributes> | |
<ReturnValue> | |
<ReturnType>System.Xml.Schema.XmlSchemaContentProcessing</ReturnType> | |
</ReturnValue> | |
<Docs> | |
<summary>Gets or sets information about how an application or XML processor should handle the validation of XML documents for the elements specified by the <see langword="any" /> element.</summary> | |
<value>One of the <see cref="T:System.Xml.Schema.XmlSchemaContentProcessing" /> values. If no <see langword="processContents" /> attribute is specified, the default is <see langword="Strict" />.</value> | |
<remarks>To be added.</remarks> | |
</Docs> | |
</Member> | |
</Members> | |
</Type> |