ee5b9aaa9fa7546efe530e7c49e3c835745c0fb3
[mono.git] / mcs / class / System.XML / Documentation / en / System.Xml.Schema / XmlSchemaSimpleTypeRestriction.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <Type Name="XmlSchemaSimpleTypeRestriction" FullName="System.Xml.Schema.XmlSchemaSimpleTypeRestriction">
3   <TypeSignature Maintainer="auto" Language="C#" Value="public class XmlSchemaSimpleTypeRestriction : System.Xml.Schema.XmlSchemaSimpleTypeContent" />
4   <TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit XmlSchemaSimpleTypeRestriction extends System.Xml.Schema.XmlSchemaSimpleTypeContent" />
5   <AssemblyInfo>
6     <AssemblyName>System.Xml</AssemblyName>
7     <AssemblyPublicKey>[00 00 00 00 00 00 00 00 04 00 00 00 00 00 00 00]</AssemblyPublicKey>
8     <AssemblyVersion>1.0.5000.0</AssemblyVersion>
9     <AssemblyVersion>2.0.0.0</AssemblyVersion>
10     <AssemblyVersion>4.0.0.0</AssemblyVersion>
11   </AssemblyInfo>
12   <ThreadSafetyStatement>To be added</ThreadSafetyStatement>
13   <Base>
14     <BaseTypeName>System.Xml.Schema.XmlSchemaSimpleTypeContent</BaseTypeName>
15   </Base>
16   <Interfaces />
17   <Docs>
18     <remarks>To be added</remarks>
19     <summary>
20       <attribution license="cc4" from="Microsoft" modified="false" />
21       <para>Represents the restriction element for simple types from XML Schema as specified by the <format type="text/html"><a href="">World Wide Web Consortium (W3C)</a></format>. This class can be used restricting simpleType element.</para>
22     </summary>
23   </Docs>
24   <Members>
25     <Member MemberName=".ctor">
26       <MemberSignature Language="C#" Value="public XmlSchemaSimpleTypeRestriction ();" />
27       <MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor() cil managed" />
28       <MemberType>Constructor</MemberType>
29       <AssemblyInfo>
30         <AssemblyVersion>1.0.5000.0</AssemblyVersion>
31         <AssemblyVersion>2.0.0.0</AssemblyVersion>
32         <AssemblyVersion>4.0.0.0</AssemblyVersion>
33       </AssemblyInfo>
34       <ReturnValue />
35       <Parameters />
36       <Docs>
37         <remarks>To be added</remarks>
38         <summary>
39           <attribution license="cc4" from="Microsoft" modified="false" />
40           <para>Initializes a new instance of the <see cref="T:System.Xml.Schema.XmlSchemaSimpleTypeRestriction" /> class.</para>
41         </summary>
42       </Docs>
43     </Member>
44     <Member MemberName="BaseType">
45       <MemberSignature Language="C#" Value="public System.Xml.Schema.XmlSchemaSimpleType BaseType { get; set; }" />
46       <MemberSignature Language="ILAsm" Value=".property instance class System.Xml.Schema.XmlSchemaSimpleType BaseType" />
47       <MemberType>Property</MemberType>
48       <AssemblyInfo>
49         <AssemblyVersion>1.0.5000.0</AssemblyVersion>
50         <AssemblyVersion>2.0.0.0</AssemblyVersion>
51         <AssemblyVersion>4.0.0.0</AssemblyVersion>
52       </AssemblyInfo>
53       <Attributes>
54         <Attribute>
55           <AttributeName>System.Xml.Serialization.XmlElement("simpleType", Type=typeof(System.Xml.Schema.XmlSchemaSimpleType))</AttributeName>
56         </Attribute>
57       </Attributes>
58       <ReturnValue>
59         <ReturnType>System.Xml.Schema.XmlSchemaSimpleType</ReturnType>
60       </ReturnValue>
61       <Parameters />
62       <Docs>
63         <value>To be added: an object of type 'XmlSchemaSimpleType'</value>
64         <remarks>
65           <attribution license="cc4" from="Microsoft" modified="false" />
66           <para>The use of <see cref="P:System.Xml.Schema.XmlSchemaSimpleTypeRestriction.BaseTypeName" /> and BaseType are mutually exclusive.</para>
67         </remarks>
68         <summary>
69           <attribution license="cc4" from="Microsoft" modified="false" />
70           <para>Gets or sets information on the base type.</para>
71         </summary>
72       </Docs>
73     </Member>
74     <Member MemberName="BaseTypeName">
75       <MemberSignature Language="C#" Value="public System.Xml.XmlQualifiedName BaseTypeName { get; set; }" />
76       <MemberSignature Language="ILAsm" Value=".property instance class System.Xml.XmlQualifiedName BaseTypeName" />
77       <MemberType>Property</MemberType>
78       <AssemblyInfo>
79         <AssemblyVersion>1.0.5000.0</AssemblyVersion>
80         <AssemblyVersion>2.0.0.0</AssemblyVersion>
81         <AssemblyVersion>4.0.0.0</AssemblyVersion>
82       </AssemblyInfo>
83       <Attributes>
84         <Attribute>
85           <AttributeName>System.Xml.Serialization.XmlAttribute("base")</AttributeName>
86         </Attribute>
87       </Attributes>
88       <ReturnValue>
89         <ReturnType>System.Xml.XmlQualifiedName</ReturnType>
90       </ReturnValue>
91       <Parameters />
92       <Docs>
93         <value>To be added: an object of type 'System.Xml.XmlQualifiedName'</value>
94         <remarks>
95           <attribution license="cc4" from="Microsoft" modified="false" />
96           <para>The use of BaseTypeName and <see cref="P:System.Xml.Schema.XmlSchemaSimpleTypeRestriction.BaseType" /> are mutually exclusive.</para>
97         </remarks>
98         <summary>
99           <attribution license="cc4" from="Microsoft" modified="false" />
100           <para>Gets or sets the name of the qualified base type.</para>
101         </summary>
102       </Docs>
103     </Member>
104     <Member MemberName="Facets">
105       <MemberSignature Language="C#" Value="public System.Xml.Schema.XmlSchemaObjectCollection Facets { get; }" />
106       <MemberSignature Language="ILAsm" Value=".property instance class System.Xml.Schema.XmlSchemaObjectCollection Facets" />
107       <MemberType>Property</MemberType>
108       <AssemblyInfo>
109         <AssemblyVersion>1.0.5000.0</AssemblyVersion>
110         <AssemblyVersion>2.0.0.0</AssemblyVersion>
111         <AssemblyVersion>4.0.0.0</AssemblyVersion>
112       </AssemblyInfo>
113       <Attributes>
114         <Attribute>
115           <AttributeName>System.Xml.Serialization.XmlElement("minExclusive", typeof(System.Xml.Schema.XmlSchemaMinExclusiveFacet))</AttributeName>
116         </Attribute>
117         <Attribute>
118           <AttributeName>System.Xml.Serialization.XmlElement("minInclusive", typeof(System.Xml.Schema.XmlSchemaMinInclusiveFacet))</AttributeName>
119         </Attribute>
120         <Attribute>
121           <AttributeName>System.Xml.Serialization.XmlElement("maxExclusive", typeof(System.Xml.Schema.XmlSchemaMaxExclusiveFacet))</AttributeName>
122         </Attribute>
123         <Attribute>
124           <AttributeName>System.Xml.Serialization.XmlElement("maxInclusive", typeof(System.Xml.Schema.XmlSchemaMaxInclusiveFacet))</AttributeName>
125         </Attribute>
126         <Attribute>
127           <AttributeName>System.Xml.Serialization.XmlElement("totalDigits", typeof(System.Xml.Schema.XmlSchemaTotalDigitsFacet))</AttributeName>
128         </Attribute>
129         <Attribute>
130           <AttributeName>System.Xml.Serialization.XmlElement("fractionDigits", typeof(System.Xml.Schema.XmlSchemaFractionDigitsFacet))</AttributeName>
131         </Attribute>
132         <Attribute>
133           <AttributeName>System.Xml.Serialization.XmlElement("length", typeof(System.Xml.Schema.XmlSchemaLengthFacet))</AttributeName>
134         </Attribute>
135         <Attribute>
136           <AttributeName>System.Xml.Serialization.XmlElement("minLength", typeof(System.Xml.Schema.XmlSchemaMinLengthFacet))</AttributeName>
137         </Attribute>
138         <Attribute>
139           <AttributeName>System.Xml.Serialization.XmlElement("maxLength", typeof(System.Xml.Schema.XmlSchemaMaxLengthFacet))</AttributeName>
140         </Attribute>
141         <Attribute>
142           <AttributeName>System.Xml.Serialization.XmlElement("enumeration", typeof(System.Xml.Schema.XmlSchemaEnumerationFacet))</AttributeName>
143         </Attribute>
144         <Attribute>
145           <AttributeName>System.Xml.Serialization.XmlElement("whiteSpace", typeof(System.Xml.Schema.XmlSchemaWhiteSpaceFacet))</AttributeName>
146         </Attribute>
147         <Attribute>
148           <AttributeName>System.Xml.Serialization.XmlElement("pattern", typeof(System.Xml.Schema.XmlSchemaPatternFacet))</AttributeName>
149         </Attribute>
150       </Attributes>
151       <ReturnValue>
152         <ReturnType>System.Xml.Schema.XmlSchemaObjectCollection</ReturnType>
153       </ReturnValue>
154       <Docs>
155         <value>To be added: an object of type 'XmlSchemaObjectCollection'</value>
156         <remarks>To be added</remarks>
157         <summary>
158           <attribution license="cc4" from="Microsoft" modified="false" />
159           <para>Gets or sets an Xml Schema facet. </para>
160         </summary>
161       </Docs>
162     </Member>
163   </Members>
164 </Type>