7dad95cda3a6e45aa35c7ec7f07ffdb209b293b5
[mono.git] / mcs / class / System.XML / Documentation / en / System.Xml.Schema / XmlSchemaComplexContentRestriction.xml
1 <Type Name="XmlSchemaComplexContentRestriction" FullName="System.Xml.Schema.XmlSchemaComplexContentRestriction">
2   <TypeSignature Maintainer="auto" Language="C#" Value="public class XmlSchemaComplexContentRestriction : System.Xml.Schema.XmlSchemaContent" />
3   <TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit XmlSchemaComplexContentRestriction extends System.Xml.Schema.XmlSchemaContent" />
4   <AssemblyInfo>
5     <AssemblyName>System.Xml</AssemblyName>
6     <AssemblyPublicKey>[00 00 00 00 00 00 00 00 04 00 00 00 00 00 00 00]</AssemblyPublicKey>
7     <AssemblyVersion>1.0.5000.0</AssemblyVersion>
8     <AssemblyVersion>2.0.0.0</AssemblyVersion>
9     <AssemblyVersion>4.0.0.0</AssemblyVersion>
10   </AssemblyInfo>
11   <ThreadSafetyStatement>To be added</ThreadSafetyStatement>
12   <Base>
13     <BaseTypeName>System.Xml.Schema.XmlSchemaContent</BaseTypeName>
14   </Base>
15   <Interfaces />
16   <Docs>
17     <summary>To be added</summary>
18     <remarks>To be added</remarks>
19   </Docs>
20   <Members>
21     <Member MemberName=".ctor">
22       <MemberSignature Language="C#" Value="public XmlSchemaComplexContentRestriction ();" />
23       <MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor() cil managed" />
24       <MemberType>Constructor</MemberType>
25       <AssemblyInfo>
26         <AssemblyVersion>1.0.5000.0</AssemblyVersion>
27         <AssemblyVersion>2.0.0.0</AssemblyVersion>
28         <AssemblyVersion>4.0.0.0</AssemblyVersion>
29       </AssemblyInfo>
30       <ReturnValue />
31       <Parameters />
32       <Docs>
33         <summary>To be added</summary>
34         <remarks>To be added</remarks>
35       </Docs>
36     </Member>
37     <Member MemberName="AnyAttribute">
38       <MemberSignature Language="C#" Value="public System.Xml.Schema.XmlSchemaAnyAttribute AnyAttribute { get; set; }" />
39       <MemberSignature Language="ILAsm" Value=".property instance class System.Xml.Schema.XmlSchemaAnyAttribute AnyAttribute" />
40       <MemberType>Property</MemberType>
41       <AssemblyInfo>
42         <AssemblyVersion>1.0.5000.0</AssemblyVersion>
43         <AssemblyVersion>2.0.0.0</AssemblyVersion>
44         <AssemblyVersion>4.0.0.0</AssemblyVersion>
45       </AssemblyInfo>
46       <Attributes>
47         <Attribute>
48           <AttributeName>System.Xml.Serialization.XmlElement("anyAttribute")</AttributeName>
49         </Attribute>
50       </Attributes>
51       <ReturnValue>
52         <ReturnType>System.Xml.Schema.XmlSchemaAnyAttribute</ReturnType>
53       </ReturnValue>
54       <Parameters />
55       <Docs>
56         <summary>To be added</summary>
57         <value>To be added: an object of type 'XmlSchemaAnyAttribute'</value>
58         <remarks>To be added</remarks>
59       </Docs>
60     </Member>
61     <Member MemberName="Attributes">
62       <MemberSignature Language="C#" Value="public System.Xml.Schema.XmlSchemaObjectCollection Attributes { get; }" />
63       <MemberSignature Language="ILAsm" Value=".property instance class System.Xml.Schema.XmlSchemaObjectCollection Attributes" />
64       <MemberType>Property</MemberType>
65       <AssemblyInfo>
66         <AssemblyVersion>1.0.5000.0</AssemblyVersion>
67         <AssemblyVersion>2.0.0.0</AssemblyVersion>
68         <AssemblyVersion>4.0.0.0</AssemblyVersion>
69       </AssemblyInfo>
70       <Attributes>
71         <Attribute>
72           <AttributeName>System.Xml.Serialization.XmlElement("attribute", typeof(System.Xml.Schema.XmlSchemaAttribute))</AttributeName>
73         </Attribute>
74         <Attribute>
75           <AttributeName>System.Xml.Serialization.XmlElement("attributeGroup", typeof(System.Xml.Schema.XmlSchemaAttributeGroupRef))</AttributeName>
76         </Attribute>
77       </Attributes>
78       <ReturnValue>
79         <ReturnType>System.Xml.Schema.XmlSchemaObjectCollection</ReturnType>
80       </ReturnValue>
81       <Docs>
82         <summary>To be added</summary>
83         <value>To be added: an object of type 'XmlSchemaObjectCollection'</value>
84         <remarks>To be added</remarks>
85       </Docs>
86     </Member>
87     <Member MemberName="BaseTypeName">
88       <MemberSignature Language="C#" Value="public System.Xml.XmlQualifiedName BaseTypeName { get; set; }" />
89       <MemberSignature Language="ILAsm" Value=".property instance class System.Xml.XmlQualifiedName BaseTypeName" />
90       <MemberType>Property</MemberType>
91       <AssemblyInfo>
92         <AssemblyVersion>1.0.5000.0</AssemblyVersion>
93         <AssemblyVersion>2.0.0.0</AssemblyVersion>
94         <AssemblyVersion>4.0.0.0</AssemblyVersion>
95       </AssemblyInfo>
96       <Attributes>
97         <Attribute>
98           <AttributeName>System.Xml.Serialization.XmlAttribute("base")</AttributeName>
99         </Attribute>
100       </Attributes>
101       <ReturnValue>
102         <ReturnType>System.Xml.XmlQualifiedName</ReturnType>
103       </ReturnValue>
104       <Parameters />
105       <Docs>
106         <summary>To be added</summary>
107         <value>To be added: an object of type 'System.Xml.XmlQualifiedName'</value>
108         <remarks>To be added</remarks>
109       </Docs>
110     </Member>
111     <Member MemberName="Particle">
112       <MemberSignature Language="C#" Value="public System.Xml.Schema.XmlSchemaParticle Particle { get; set; }" />
113       <MemberSignature Language="ILAsm" Value=".property instance class System.Xml.Schema.XmlSchemaParticle Particle" />
114       <MemberType>Property</MemberType>
115       <AssemblyInfo>
116         <AssemblyVersion>1.0.5000.0</AssemblyVersion>
117         <AssemblyVersion>2.0.0.0</AssemblyVersion>
118         <AssemblyVersion>4.0.0.0</AssemblyVersion>
119       </AssemblyInfo>
120       <Attributes>
121         <Attribute>
122           <AttributeName>System.Xml.Serialization.XmlElement("group", typeof(System.Xml.Schema.XmlSchemaGroupRef))</AttributeName>
123         </Attribute>
124         <Attribute>
125           <AttributeName>System.Xml.Serialization.XmlElement("all", typeof(System.Xml.Schema.XmlSchemaAll))</AttributeName>
126         </Attribute>
127         <Attribute>
128           <AttributeName>System.Xml.Serialization.XmlElement("choice", typeof(System.Xml.Schema.XmlSchemaChoice))</AttributeName>
129         </Attribute>
130         <Attribute>
131           <AttributeName>System.Xml.Serialization.XmlElement("sequence", typeof(System.Xml.Schema.XmlSchemaSequence))</AttributeName>
132         </Attribute>
133       </Attributes>
134       <ReturnValue>
135         <ReturnType>System.Xml.Schema.XmlSchemaParticle</ReturnType>
136       </ReturnValue>
137       <Parameters />
138       <Docs>
139         <summary>To be added</summary>
140         <value>To be added: an object of type 'XmlSchemaParticle'</value>
141         <remarks>To be added</remarks>
142       </Docs>
143     </Member>
144   </Members>
145 </Type>