Merge pull request #920
[mono.git] / mcs / class / System.XML / Documentation / en / System.Xml.Schema / XmlSchemaAnnotated.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <Type Name="XmlSchemaAnnotated" FullName="System.Xml.Schema.XmlSchemaAnnotated">
3   <TypeSignature Maintainer="auto" Language="C#" Value="public class XmlSchemaAnnotated : System.Xml.Schema.XmlSchemaObject" />
4   <TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit XmlSchemaAnnotated extends System.Xml.Schema.XmlSchemaObject" />
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.XmlSchemaObject</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>The base class for any element that can contain annotation elements.</para>
22     </summary>
23   </Docs>
24   <Members>
25     <Member MemberName=".ctor">
26       <MemberSignature Language="C#" Value="public XmlSchemaAnnotated ();" />
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.XmlSchemaAnnotated" /> class.</para>
41         </summary>
42       </Docs>
43     </Member>
44     <Member MemberName="Annotation">
45       <MemberSignature Language="C#" Value="public System.Xml.Schema.XmlSchemaAnnotation Annotation { get; set; }" />
46       <MemberSignature Language="ILAsm" Value=".property instance class System.Xml.Schema.XmlSchemaAnnotation Annotation" />
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("annotation", Type=typeof(System.Xml.Schema.XmlSchemaAnnotation))</AttributeName>
56         </Attribute>
57       </Attributes>
58       <ReturnValue>
59         <ReturnType>System.Xml.Schema.XmlSchemaAnnotation</ReturnType>
60       </ReturnValue>
61       <Parameters />
62       <Docs>
63         <value>To be added: an object of type 'XmlSchemaAnnotation'</value>
64         <remarks>To be added</remarks>
65         <summary>
66           <attribution license="cc4" from="Microsoft" modified="false" />
67           <para>Gets or sets the annotation property.</para>
68         </summary>
69       </Docs>
70     </Member>
71     <Member MemberName="Id">
72       <MemberSignature Language="C#" Value="public string Id { get; set; }" />
73       <MemberSignature Language="ILAsm" Value=".property instance string Id" />
74       <MemberType>Property</MemberType>
75       <AssemblyInfo>
76         <AssemblyVersion>1.0.5000.0</AssemblyVersion>
77         <AssemblyVersion>2.0.0.0</AssemblyVersion>
78         <AssemblyVersion>4.0.0.0</AssemblyVersion>
79       </AssemblyInfo>
80       <Attributes>
81         <Attribute>
82           <AttributeName>System.Xml.Serialization.XmlAttribute("id", DataType="ID")</AttributeName>
83         </Attribute>
84       </Attributes>
85       <ReturnValue>
86         <ReturnType>System.String</ReturnType>
87       </ReturnValue>
88       <Parameters />
89       <Docs>
90         <value>To be added: an object of type 'string'</value>
91         <remarks>
92           <attribution license="cc4" from="Microsoft" modified="false" />
93           <para>The id value must be of type ID and be unique within the document containing this element.</para>
94           <para>Optional.</para>
95         </remarks>
96         <summary>
97           <attribution license="cc4" from="Microsoft" modified="false" />
98           <para>Gets or sets the string id.</para>
99         </summary>
100       </Docs>
101     </Member>
102     <Member MemberName="UnhandledAttributes">
103       <MemberSignature Language="C#" Value="public System.Xml.XmlAttribute[] UnhandledAttributes { get; set; }" />
104       <MemberSignature Language="ILAsm" Value=".property instance class System.Xml.XmlAttribute[] UnhandledAttributes" />
105       <MemberType>Property</MemberType>
106       <AssemblyInfo>
107         <AssemblyVersion>1.0.5000.0</AssemblyVersion>
108         <AssemblyVersion>2.0.0.0</AssemblyVersion>
109         <AssemblyVersion>4.0.0.0</AssemblyVersion>
110       </AssemblyInfo>
111       <Attributes>
112         <Attribute>
113           <AttributeName>System.Xml.Serialization.XmlAnyAttribute</AttributeName>
114         </Attribute>
115       </Attributes>
116       <ReturnValue>
117         <ReturnType>System.Xml.XmlAttribute[]</ReturnType>
118       </ReturnValue>
119       <Parameters />
120       <Docs>
121         <value>To be added: an object of type 'System.Xml.XmlAttribute[]'</value>
122         <remarks>To be added</remarks>
123         <summary>
124           <attribution license="cc4" from="Microsoft" modified="false" />
125           <para>Gets or sets the qualified attributes that do not belong to the current schema's target namespace.</para>
126         </summary>
127       </Docs>
128     </Member>
129   </Members>
130 </Type>