netUpdate, a program capable of updating
and upgrading products over the Internet.
netUpdate
    XSD DocBrowser   ·  Revision history
    Download area
    FAQ
 
home
system
integrators
search the
site
 

validator
modules
invoice
modules
credit
modules
miscellaneous
modules
tools

  Design by TMR AG
  © by sumex1.net
 
online DocBrowser for netUpdate_def.xsd
Version:  1.00
Generation Date:  1 May 2003

Preamble
The preamble of the schema file is defined as follows:
    <schema 
        targetNamespace="http://www.netupdate.ch/xsd/netupdate"
        xmlns:netupdate="http://www.netupdate.ch/xsd/netupdate" 
        xmlns="http://www.w3.org/2001/XMLSchema" 
        elementFormDefault="qualified"
        attributeFormDefault="unqualified">		    

From this definition it is evident that all elements must be qualified that is defined with the namespace tag followed by the element name. Furthermore, the target namespace and the specific name space netupdate maps to the URI http://www.sumex1.net/xsd/netupdate. Therefore, to define a correct data file the XML elements must be defined inside the following XML code snippet:

    <?xml version="1.0" standalone="no"?>
    <netupdate:definition 
        xmlns:netupdate="http://www.netupdate.ch/xsd/netupdate" 
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://www.netupdate.ch/xsd/netupdate
        netupdate_def.xsd">

            XML elements go here...

    </netupdate:definition>
Root element
definition
 
All elements  4 elements 
company definition parameter
product    
 
 
XSD basic data types
data types