Wednesday, January 20, 2010

Week -13 XML Schema

Quick Question
01. Different between simple type and complex type
In XML Schema, the difference is between complex types which allow child elements in their content and may contain attributes, and simple types which cannot contain child elements and cannot contain any attributes.

02. XML Scema
This speciel language is called as XML Schema Language and here we dont need to learn a
03. Types
String datatypes
normalizedString
token
Integer

Longer Question
01. <”xs:schema xmlns:xs=http://www.w3.org/2001/xmlSchema”>
xmlns:xs – XML way to define the namespace
http://www.w3.org - A URL which uniquily idenfies.
xmlSchema – there is a corresponding end tag
at the end of the document

02. XML Schema for the bank transcetion appllication
a)



b) Payment_doc –
c)












No comments:

Post a Comment