a88aa5c6a89bbe242629cd82101e64a2b31ef5d2
[mono.git] / mcs / class / System.XML / Documentation / en / System.Xml.Schema / XmlSchemaSimpleTypeRestriction.xml
1 <Type Name="XmlSchemaSimpleTypeRestriction" FullName="System.Xml.Schema.XmlSchemaSimpleTypeRestriction">
2   <TypeSignature Maintainer="auto" Language="C#" Value="public class XmlSchemaSimpleTypeRestriction : System.Xml.Schema.XmlSchemaSimpleTypeContent" />
3   <TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit XmlSchemaSimpleTypeRestriction extends System.Xml.Schema.XmlSchemaSimpleTypeContent" />
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.XmlSchemaSimpleTypeContent</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 XmlSchemaSimpleTypeRestriction ();" />
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="BaseType">
38       <MemberSignature Language="C#" Value="public System.Xml.Schema.XmlSchemaSimpleType BaseType { get; set; }" />
39       <MemberSignature Language="ILAsm" Value=".property instance class System.Xml.Schema.XmlSchemaSimpleType BaseType" />
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("simpleType", Type=typeof(System.Xml.Schema.XmlSchemaSimpleType))</AttributeName>
49         </Attribute>
50       </Attributes>
51       <ReturnValue>
52         <ReturnType>System.Xml.Schema.XmlSchemaSimpleType</ReturnType>
53       </ReturnValue>
54       <Parameters />
55       <Docs>
56         <summary>To be added</summary>
57         <value>To be added: an object of type 'XmlSchemaSimpleType'</value>
58         <remarks>To be added</remarks>
59       </Docs>
60     </Member>
61     <Member MemberName="BaseTypeName">
62       <MemberSignature Language="C#" Value="public System.Xml.XmlQualifiedName BaseTypeName { get; set; }" />
63       <MemberSignature Language="ILAsm" Value=".property instance class System.Xml.XmlQualifiedName BaseTypeName" />
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.XmlAttribute("base")</AttributeName>
73         </Attribute>
74       </Attributes>
75       <ReturnValue>
76         <ReturnType>System.Xml.XmlQualifiedName</ReturnType>
77       </ReturnValue>
78       <Parameters />
79       <Docs>
80         <summary>To be added</summary>
81         <value>To be added: an object of type 'System.Xml.XmlQualifiedName'</value>
82         <remarks>To be added</remarks>
83       </Docs>
84     </Member>
85     <Member MemberName="Facets">
86       <MemberSignature Language="C#" Value="public System.Xml.Schema.XmlSchemaObjectCollection Facets { get; }" />
87       <MemberSignature Language="ILAsm" Value=".property instance class System.Xml.Schema.XmlSchemaObjectCollection Facets" />
88       <MemberType>Property</MemberType>
89       <AssemblyInfo>
90         <AssemblyVersion>1.0.5000.0</AssemblyVersion>
91         <AssemblyVersion>2.0.0.0</AssemblyVersion>
92         <AssemblyVersion>4.0.0.0</AssemblyVersion>
93       </AssemblyInfo>
94       <Attributes>
95         <Attribute>
96           <AttributeName>System.Xml.Serialization.XmlElement("minExclusive", typeof(System.Xml.Schema.XmlSchemaMinExclusiveFacet))</AttributeName>
97         </Attribute>
98         <Attribute>
99           <AttributeName>System.Xml.Serialization.XmlElement("minInclusive", typeof(System.Xml.Schema.XmlSchemaMinInclusiveFacet))</AttributeName>
100         </Attribute>
101         <Attribute>
102           <AttributeName>System.Xml.Serialization.XmlElement("maxExclusive", typeof(System.Xml.Schema.XmlSchemaMaxExclusiveFacet))</AttributeName>
103         </Attribute>
104         <Attribute>
105           <AttributeName>System.Xml.Serialization.XmlElement("maxInclusive", typeof(System.Xml.Schema.XmlSchemaMaxInclusiveFacet))</AttributeName>
106         </Attribute>
107         <Attribute>
108           <AttributeName>System.Xml.Serialization.XmlElement("totalDigits", typeof(System.Xml.Schema.XmlSchemaTotalDigitsFacet))</AttributeName>
109         </Attribute>
110         <Attribute>
111           <AttributeName>System.Xml.Serialization.XmlElement("fractionDigits", typeof(System.Xml.Schema.XmlSchemaFractionDigitsFacet))</AttributeName>
112         </Attribute>
113         <Attribute>
114           <AttributeName>System.Xml.Serialization.XmlElement("length", typeof(System.Xml.Schema.XmlSchemaLengthFacet))</AttributeName>
115         </Attribute>
116         <Attribute>
117           <AttributeName>System.Xml.Serialization.XmlElement("minLength", typeof(System.Xml.Schema.XmlSchemaMinLengthFacet))</AttributeName>
118         </Attribute>
119         <Attribute>
120           <AttributeName>System.Xml.Serialization.XmlElement("maxLength", typeof(System.Xml.Schema.XmlSchemaMaxLengthFacet))</AttributeName>
121         </Attribute>
122         <Attribute>
123           <AttributeName>System.Xml.Serialization.XmlElement("enumeration", typeof(System.Xml.Schema.XmlSchemaEnumerationFacet))</AttributeName>
124         </Attribute>
125         <Attribute>
126           <AttributeName>System.Xml.Serialization.XmlElement("whiteSpace", typeof(System.Xml.Schema.XmlSchemaWhiteSpaceFacet))</AttributeName>
127         </Attribute>
128         <Attribute>
129           <AttributeName>System.Xml.Serialization.XmlElement("pattern", typeof(System.Xml.Schema.XmlSchemaPatternFacet))</AttributeName>
130         </Attribute>
131       </Attributes>
132       <ReturnValue>
133         <ReturnType>System.Xml.Schema.XmlSchemaObjectCollection</ReturnType>
134       </ReturnValue>
135       <Docs>
136         <summary>To be added</summary>
137         <value>To be added: an object of type 'XmlSchemaObjectCollection'</value>
138         <remarks>To be added</remarks>
139       </Docs>
140     </Member>
141   </Members>
142 </Type>