Home >Online Product Documentation >Table of Contents >Defining simpleTypes in XML Schemas
Defining simpleTypes in XML Schemas
Many simpleTypes, such as string
and integer
, are built in to an XML Schema. You can define your own simpleType by restricting the range of values provided by a built-in simpleType. You can also define simpleTypes that are derived from the simpleTypes you define.
This section covers the following topics: