Target Namespace | http://www.example.com/ns1 |
---|---|
Element and Attribute Namespaces |
|
Schema Composition |
|
Prefix | Namespace |
---|---|
xml | http://www.w3.org/XML/1998/namespace |
xs | http://www.w3.org/2001/XMLSchema |
ns1 | http://www.example.com/ns1 |
ns2 | http://www.example.com/ns2 |
Schema Component Representation |
---|
<xs:schema
targetNamespace="http://www.example.com/ns1">
<xs:include
schemaLocation="schemaNS1-part1.xsd"/>
<xs:include
schemaLocation="schemaNS1-part2.xsd"/>
<xs:import
namespace="http://www.example.com/ns2" schemaLocation="schemaNS2.xsd"/>
... </xs:schema> |
Name | master |
---|---|
Type | Locally-defined complex type |
Nillable | no |
Abstract | no |
XML Instance Representation |
---|
Schema Component Representation |
---|
Generated by xs3p. Last modified: