79 lines
3.7 KiB
HTML
79 lines
3.7 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<title>System.Xml.Schema.XmlSchemaDerivationMethod</title>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
|
|
<link rel="stylesheet" type="text/css" href="../../_assets/page.css">
|
|
</head>
|
|
|
|
<body>
|
|
<div class="container">
|
|
|
|
<table style="width: 100%;">
|
|
<tr>
|
|
<td>XmlSchemaDerivationMethod {System.Xml.Schema}</td>
|
|
<td style="text-align: right;">.NET clr documentation</td>
|
|
</tr>
|
|
</table>
|
|
|
|
<h2>XmlSchemaDerivationMethod</h2>
|
|
|
|
<h3>Description</h3>
|
|
|
|
|
|
|
|
<h3>Declare</h3>
|
|
|
|
<pre>
|
|
<code id="clr_ts">
|
|
# namespace System.Xml.Schema
|
|
export class XmlSchemaDerivationMethod extends <a href="/vignettes/clr/System/Enum.html">Enum</a> {
|
|
Empty: <a href="/vignettes/clr/System/Xml/Schema/XmlSchemaDerivationMethod.html">XmlSchemaDerivationMethod</a> = 0;
|
|
|
|
Substitution: <a href="/vignettes/clr/System/Xml/Schema/XmlSchemaDerivationMethod.html">XmlSchemaDerivationMethod</a> = 1;
|
|
|
|
Extension: <a href="/vignettes/clr/System/Xml/Schema/XmlSchemaDerivationMethod.html">XmlSchemaDerivationMethod</a> = 2;
|
|
|
|
Restriction: <a href="/vignettes/clr/System/Xml/Schema/XmlSchemaDerivationMethod.html">XmlSchemaDerivationMethod</a> = 4;
|
|
|
|
List: <a href="/vignettes/clr/System/Xml/Schema/XmlSchemaDerivationMethod.html">XmlSchemaDerivationMethod</a> = 8;
|
|
|
|
Union: <a href="/vignettes/clr/System/Xml/Schema/XmlSchemaDerivationMethod.html">XmlSchemaDerivationMethod</a> = 16;
|
|
|
|
All: <a href="/vignettes/clr/System/Xml/Schema/XmlSchemaDerivationMethod.html">XmlSchemaDerivationMethod</a> = 255;
|
|
|
|
None: <a href="/vignettes/clr/System/Xml/Schema/XmlSchemaDerivationMethod.html">XmlSchemaDerivationMethod</a> = 256;
|
|
|
|
}
|
|
</code>
|
|
</pre>
|
|
|
|
<h3>.NET clr type reference tree</h3>
|
|
|
|
<ol>
|
|
<li>this class extends from <a href="/vignettes/clr/System/Enum.html">Enum</a> class: <a href="/vignettes/clr/System/Enum.html">Enum</a></li>
|
|
<li>use by <i>field</i> member <code>Empty</code>: <a href="/vignettes/clr/System/Xml/Schema/XmlSchemaDerivationMethod.html">XmlSchemaDerivationMethod</a></li>
|
|
<li>use by <i>field</i> member <code>Substitution</code>: <a href="/vignettes/clr/System/Xml/Schema/XmlSchemaDerivationMethod.html">XmlSchemaDerivationMethod</a></li>
|
|
<li>use by <i>field</i> member <code>Extension</code>: <a href="/vignettes/clr/System/Xml/Schema/XmlSchemaDerivationMethod.html">XmlSchemaDerivationMethod</a></li>
|
|
<li>use by <i>field</i> member <code>Restriction</code>: <a href="/vignettes/clr/System/Xml/Schema/XmlSchemaDerivationMethod.html">XmlSchemaDerivationMethod</a></li>
|
|
<li>use by <i>field</i> member <code>List</code>: <a href="/vignettes/clr/System/Xml/Schema/XmlSchemaDerivationMethod.html">XmlSchemaDerivationMethod</a></li>
|
|
<li>use by <i>field</i> member <code>Union</code>: <a href="/vignettes/clr/System/Xml/Schema/XmlSchemaDerivationMethod.html">XmlSchemaDerivationMethod</a></li>
|
|
<li>use by <i>field</i> member <code>All</code>: <a href="/vignettes/clr/System/Xml/Schema/XmlSchemaDerivationMethod.html">XmlSchemaDerivationMethod</a></li>
|
|
<li>use by <i>field</i> member <code>None</code>: <a href="/vignettes/clr/System/Xml/Schema/XmlSchemaDerivationMethod.html">XmlSchemaDerivationMethod</a></li>
|
|
</ol>
|
|
|
|
|
|
<hr />
|
|
<div style="text-align: center;">[Package <em>{$package}</em> version {$version} <a
|
|
href="../{$package}.html">Index</a>]
|
|
</div>
|
|
</div>
|
|
</body>
|
|
|
|
<script type="text/javascript" src="../../_assets/R_syntax.js"></script>
|
|
<script type="text/javascript" src="../../_assets/highlights.js"></script>
|
|
<script type="text/javascript">r_highlights("clr_ts");</script>
|
|
|
|
</html> |