<?xml version="1.0" encoding="UTF-8"?> <!-- XML Schema for the VODML lite mapping L. Michel 06/2020 --> <!-- MIVOT schema for the record --> <!-- GL 2021-07-23: Refactoring towards using type definitions rather than global elements. Following VOTable v 1.11 refactoring from 23-May-2006 LM 2021-08-25: add VOtable import, prefix prefixes with dm-mapping --> <!-- ======================= --> <!-- XSD sample http://users.polytech.unice.fr/~pfz/LANGDOC/COURS/EXEMPLES/XSD_DXS/chapter14.html --> <xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="http://www.ivoa.net/xml/mivot" version="1.1" xmlns:dm-mapping="http://www.ivoa.net/xml/mivot" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <!-- Required to validate mapping block within a VOTable (LM 08/2021) --> <xs:import namespace="http://www.ivoa.net/xml/VOTable/v1.3" schemaLocation="http://www.ivoa.net/xml/VOTable/v1.3"/> <xs:import namespace="http://www.ivoa.net/xml/VOTable/v1.2" schemaLocation="http://www.ivoa.net/xml/VOTable/v1.2"/> <xs:import namespace="http://www.ivoa.net/xml/VOTable/v1.1" schemaLocation="http://www.ivoa.net/xml/VOTable/v1.1"/> <!-- Top level structure of the mapping block --> <xs:complexType> <xs:sequence> </xs:sequence> <!-- MD proposal --> </xs:complexType> <!-- Make sure dmid is unique within the mapping block --> <xs:unique name="Uniquedmid"> <xs:selector xpath=".//*"/> <xs:field xpath="@dmid"/> </xs:unique> </xs:element> <!-- Annotation process report--> </xs:complexType> <!-- Declaration of one used model --> </xs:complexType> <!-- Mapping of the data that have a global scope (e.g. frames) --> <xs:sequence> <xs:choice> </xs:choice> </xs:sequence> </xs:complexType> <!-- Mapping of the data contained in a particular table --> <xs:sequence> </xs:sequence> </xs:complexType> <!-- Mapping of either a Datatype or an Objecttype --> <xs:sequence> <xs:choice maxOccurs="unbounded"> </xs:choice> <!-- can this now be an xs:all --> <xs:choice maxOccurs="unbounded"> </xs:choice> </xs:sequence> </xs:complexType> <!-- Atomic attribute --> </xs:complexType> <!-- Data list mapping block --> <xs:choice maxOccurs="unbounded"> </xs:choice> </xs:complexType> <xs:sequence> </xs:sequence> </xs:complexType> <!-- Join with another table. --> <xs:sequence> </xs:sequence> </xs:complexType> <!-- Select table rows with value of the column @ref = @value --> </xs:complexType> </xs:complexType> </xs:complexType> </xs:schema> |
This XML schema documentation has been generated with DocFlex/XML RE 1.8.0 using DocFlex/XML XSDDoc 2.2.0 template set. DocFlex/XML RE is a reduced edition of DocFlex/XML, which is a tool for programming and running highly sophisticated documentation and reports generators by the data obtained from any kind of XML files. The actual doc-generators are implemented in the form of special templates that are designed visually using a high quality Template Designer GUI basing on the XML schema (or DTD) files describing the data source XML. DocFlex/XML XSDDoc is a commercial template application of DocFlex/XML that implements a high-end XML Schema documentation generator with simultaneous support of framed multi-file HTML, single-file HTML and RTF output formats. (More formats are planned in the future). A commercial license for "DocFlex/XML XSDDoc" will allow you:
Once having only such a license, you will be able to run the fully-featured XML schema documentation generator both with DocFlex/XML SDK and with DocFlex/XML RE, which is a reduced free edition containing only the template interpretor / output generator. No other licenses will be required! But this is not all. In addition to it, a commercial license for DocFlex/XML SDK will allow you to modify the XSDDoc templates themselves as much as you want. You will be able to achieve whatever was impossible to do with the template parameters only. And, of course, you could develop any template applications by your own! Please note: By purchasing a license for this software, you not only acquire a useful tool, you will also make an important investment in its future development, the result of which you could enjoy later by yourself. Every single your purchase matters and makes a difference for us! To buy a license, please follow this link: http://www.filigris.com/shop/ |