blob: c93ffa6b0627776a47337e90d85d707eea7e58af [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html>
<head>
<meta HTTP-EQUIV=CONTENT-TYPE CONTENT="text/html; charset=utf-8">
<title>Parse of a top level schema document. </title>
</head>
<body>
<center>
<a href="text0.html">First page</a> <a href="text0.html">Back</a> <a href="text2.html">Continue</a> <a href="text12.html">Last page</a> <a href="index.html">Overview</a> <a href="siframes.html">Graphics</a></center><br>
<h1>Parse of a top level schema document. </h1><p>
<ul><li><h2><b>&lt;xs:schema targetNamespace=“t1“ xmlns:xs=“http://www.w3.org/2001/XMLSchema”&gt;</b></h2>
<li><h2><b> &lt;xs:include schemaLocation=“s3.xsd”/&gt;</b></h2>
<li><h2><b> &lt;xs:import namespace=“t2” schemaLocation=“s2.xsd”/&gt;</b></h2>
<li><h2><b> &lt;xs:element name=“t1e1” type=“xs:string”/&gt;</b></h2>
<li><h2><b>&lt;/xs:schema&gt;</b></h2>
<li><h2><b></b></h2>
<li><h2><b>s2.xsd:</b></h2>
<li><h2><b>&lt;xs:schema targetNamespace=“t2” xmlns:xs=“http://www.w3.org/2001/XMLSchema”&gt;</b></h2>
<li><h2><b> &lt;xs:element name=“t2e1” type=“xs:string”/&gt;</b></h2>
<li><h2><b>&lt;/xs:schema&gt;</b></h2>
<li><h2><b></b></h2>
<li><h2><b>s3.xsd:</b></h2>
<li><h2><b>&lt;xs:schema targetNamespace=“t1” xmlns:xs=“http://www.w3.org/2001/XMLSchema”&gt;</b></h2>
<li><h2><b> &lt;xs:element name=“t1e2” type=“xs:string”/&gt;</b></h2>
<li><h2><b>&lt;/xs:schema&gt;</b></h2>
</ul></body>
</html>