XML Schema Documentation

Table of Contents

top

Schema Document Properties

Target Namespace http://www.example.com/ns2
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/ns2">
...
</xs:schema>
top

Global Declarations

Element: test

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

Generated by xs3p. Last modified: