What is XML Schema?
- XML Schema provides much more control on element and attribute datatypes.
- Some datatypes are predefined and new ones can be created.
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <xsd:element name="test"> <xsd:complexType>
Figure 2: XML Schema
EmoticonEmoticon