<?xml version="1.0" encoding="UTF-8"?>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<xsd:element name="student" type="StudentType"/>
<xsd:complexType name="StudentType">
<xsd:sequence>
<xsd:element name="roll" type="xsd:integer"/>
<xsd:element name="name" type="xsd:string"/>
<xsd:element name="marks" type="xsd:integer"/>
<xsd:element name="result" type="xsd:string"/>
</xsd:sequence>
</xsd:complexType>
</xsd:schema>
Be the first to comment
You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.