# GrapeCity.Documents.Word.Settings.AttachedXmlSchemas

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Documents_Word_Settings_AttachedXmlSchemas_" data-uid="GrapeCity.Documents.Word.Settings.AttachedXmlSchemas*">AttachedXmlSchemas Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Documents_Word_Settings_AttachedXmlSchemas_" data-uid="GrapeCity.Documents.Word.Settings.AttachedXmlSchemas*"></a>
<h4 id="GrapeCity_Documents_Word_Settings_AttachedXmlSchemas" data-uid="GrapeCity.Documents.Word.Settings.AttachedXmlSchemas">AttachedXmlSchemas</h4>
<div class="markdown level1 summary"><p>Gets the list of custom XML schema whose target namespace should be associated with this document when it is loaded, if such a schema is available to the hosting application.
Applications can also load and utilize any additional schemas as well as those explicitly mentioned here.
These custom XML schemas can then be used to validate the structure of the <a class="xref" href="GrapeCity.Documents.Word.CustomXmlPart.XmlDocument.html#GrapeCity_Documents_Word_CustomXmlPart_XmlDocument">XmlDocument</a> in the document, etc.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public List&lt;string&gt; AttachedXmlSchemas { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public ReadOnly Property AttachedXmlSchemas As List(Of String)</code></pre>
</div>
</div>
