<?xml version="1.0" encoding="UTF-8"?>
<schema targetNamespace="http://codegen.sahits.ch/java/table" elementFormDefault="qualified" xmlns="http://www.w3.org/2001/XMLSchema" xmlns:sahits="http://codegen.sahits.ch/java/table" xmlns:Q1="http://codegen.sahits.ch/java">
<include schemaLocation="input.xsd"></include>
<complexType name="tableType">
<complexContent>
<extension base="Q1:modelType">
<sequence>
<element name="field" type="sahits:fieldType"
minOccurs="1" maxOccurs="unbounded">
</element>
<element name="index" type="sahits:indexType" minOccurs="0" maxOccurs="unbounded"></element>
</sequence>
</extension>
</complexContent>
</complexType>
<complexType name="fieldType">
<attribute name="fieldName" type="string" use="required"></attribute>
<attribute name="nullAllowed" type="boolean" use="optional"></attribute>
<attribute name="type" type="typeType">
</attribute>
</complexType>
<complexType name="typeType" abstract="true">
</complexType>
<complexType name="indexType">
<sequence>
<element ref="sahits:field" minOccurs="1" maxOccurs="unbounded"></element>
</sequence>
<attribute name="indexName" type="string" use="required"></attribute>
<attribute name="type" type="string" use="optional"></attribute>
</complexType>
<element name="field" type="string"></element>
<complexType name="indexTypeType">
<simpleContent>
<restriction base="string">
<enumeration value="UNIQUE"></enumeration>
<enumeration value="BITMAP"></enumeration>
<enumeration value="FOREGIN"></enumeration>
</restriction>
</simpleContent>
</complexType>
</schema>