root/site/api/schemas/nsp/client/xml/Exchange-Container-1.0.xsd
@
502
| Revision 502, 2.5 kB (checked in by nadya, 4 years ago) |
|---|
| Line | |
|---|---|
| 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | |
| 3 | <!-- |
| 4 | |
| 5 | Copyright (c) 2009, Telnic Ltd. |
| 6 | |
| 7 | All rights reserved. |
| 8 | |
| 9 | Redistribution and use in source and binary forms, with or without |
| 10 | modification, are permitted provided that the following conditions are met: |
| 11 | |
| 12 | - Redistributions of source code must retain the above copyright notice, |
| 13 | this list of conditions and the following disclaimer. |
| 14 | - Redistributions in binary form must reproduce the above copyright notice, |
| 15 | this list of conditions and the following disclaimer in the documentation |
| 16 | and/or other materials provided with the distribution. |
| 17 | - Neither the name of the Telnic Ltd. nor the names of its contributors may |
| 18 | be used to endorse or promote products derived from this software without |
| 19 | specific prior written permission. |
| 20 | |
| 21 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" |
| 22 | AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, |
| 23 | THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR |
| 24 | PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR |
| 25 | CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, |
| 26 | EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, |
| 27 | PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; |
| 28 | OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, |
| 29 | WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR |
| 30 | OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF |
| 31 | ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 32 | |
| 33 | XML schema for the NSP export/import container (root element) |
| 34 | --> |
| 35 | |
| 36 | <schema |
| 37 | xmlns="http://www.w3.org/2001/XMLSchema" |
| 38 | targetNamespace="http://xmlns.telnic.org/nsp/exchange-container-1.0" |
| 39 | elementFormDefault="qualified" |
| 40 | attributeFormDefault="unqualified"> |
| 41 | |
| 42 | <element name="exports"> |
| 43 | <annotation> |
| 44 | <documentation>This is the root element for all exports. |
| 45 | It may contain an arbitrary number of elements from defined namespaces, |
| 46 | with each element containing an export which syntax is defined by its |
| 47 | namespace. The elements are regarded as alternatives, i.e. |
| 48 | an importer should probe their namespaces and use the "best" |
| 49 | among the exports the importer supports.</documentation> |
| 50 | </annotation> |
| 51 | <complexType> |
| 52 | <sequence> |
| 53 | <any namespace="##other" minOccurs="1" maxOccurs="unbounded" |
| 54 | processContents="lax"/> |
| 55 | </sequence> |
| 56 | </complexType> |
| 57 | </element> |
| 58 | </schema> |
Note: See TracBrowser
for help on using the browser.








