- XSD - Home
- XSD - Overview
- XSD - Syntax
- XSD - Validation
- XSD - Simple Types
- XSD - Complex Types
- XSD - String
- XSD - Date Time
- XSD - Numeric
- XSD - Miscellaneous
- XSD Useful Resources
- XSD - Quick Guide
- XSD - Useful Resources
- XSD - Discussion
Selected Reading
XSD - Simple Types
In this chapter, we'll see Simple Types that XSD defines.
| S.No. | Simple Type & Description |
|---|---|
| 1 |
Simple Element can contain only text. It can not contain any other element. |
| 2 |
Attribute is itself a type and is used in Complex Element. |
| 3 |
Restriction defines the acceptable values of an XML element. |
Advertisements