
Chapter 1 XML Model Basics
Extract of an XSD file:
An XSD file always starts with the <schema> tag (root element). All objects created in the model will appear in the XSD file between the schema
♦An XDR file is a simplified XSD file (or schema). It does not support simple and complex
Extract of an XDR file:
An XDR file always starts with the <schema> tag (root element). All objects created in the model will appear in the XDR file between the schema
Objects in an XML model
An XML model represents the structure of a potential or existing XML document through an XSD, a DTD or an XDR file.
XSM User's Guide | 5 |