XML Schema Documentation

Table of Contents

top

Schema Document Properties

Target Namespace http://www.example.com/ns1
Element and Attribute Namespaces
  • Global element and attribute declarations belong to this schema's target namespace.
  • By default, local element declarations have no namespace.
  • By default, local attribute declarations have no namespace.

Declared Namespaces

Prefix Namespace
xml http://www.w3.org/XML/1998/namespace
xs http://www.w3.org/2001/XMLSchema
Schema Component Representation
<xs:schema targetNamespace="http://www.example.com/ns1">
...
</xs:schema>
top

Global Declarations

Element: part2

Name part2
Type xs:string
Nillable no
Abstract no
XML Instance Representation
<part2> xs:string </part2>
Schema Component Representation
<xs:element name="part2" type=" xs:string "/>
top

Generated by xs3p. Last modified: