Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / mcs / class / System.XML / Documentation / en / System.Xml.Schema / XmlSchemaForm.xml
index 8633c12dee64b14c7697135a01753fbd4ae61b2b..8d6c00df7341360411b63fa4768e5e0cde6d9c28 100644 (file)
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="utf-8"?>
 <Type Name="XmlSchemaForm" FullName="System.Xml.Schema.XmlSchemaForm">
   <TypeSignature Maintainer="auto" Language="C#" Value="public enum XmlSchemaForm" />
   <TypeSignature Language="ILAsm" Value=".class public auto ansi sealed XmlSchemaForm extends System.Enum" />
     <BaseTypeName>System.Enum</BaseTypeName>
   </Base>
   <Docs>
-    <summary>To be added</summary>
-    <remarks>To be added</remarks>
+    <remarks>
+      <attribution license="cc4" from="Microsoft" modified="false" />
+      <para>Used by <see cref="P:System.Xml.Schema.XmlSchema.AttributeFormDefault" /> and <see cref="P:System.Xml.Schema.XmlSchema.ElementFormDefault" />.</para>
+    </remarks>
+    <summary>
+      <attribution license="cc4" from="Microsoft" modified="false" />
+      <para>Indicates if attributes or elements need to be qualified with a namespace prefix.</para>
+    </summary>
   </Docs>
   <Members>
     <Member MemberName="None">
       </ReturnValue>
       <Parameters />
       <Docs>
-        <summary>To be added</summary>
         <remarks>To be added</remarks>
+        <summary>
+          <attribution license="cc4" from="Microsoft" modified="false" />
+          <para>Element and attribute form is not specified in the schema.</para>
+        </summary>
       </Docs>
     </Member>
     <Member MemberName="Qualified">
       </ReturnValue>
       <Parameters />
       <Docs>
-        <summary>To be added</summary>
         <remarks>To be added</remarks>
+        <summary>
+          <attribution license="cc4" from="Microsoft" modified="false" />
+          <para>Elements and attributes must be qualified with a namespace prefix.</para>
+        </summary>
       </Docs>
     </Member>
     <Member MemberName="Unqualified">
       </ReturnValue>
       <Parameters />
       <Docs>
-        <summary>To be added</summary>
         <remarks>To be added</remarks>
+        <summary>
+          <attribution license="cc4" from="Microsoft" modified="false" />
+          <para>Elements and attributes are not required to be qualified with a namespace prefix.</para>
+        </summary>
       </Docs>
     </Member>
   </Members>
-</Type>
+</Type>
\ No newline at end of file