Copyright (c) 2009
Die eComradeGroup ( www.ecomradegroup.de ) vertreten durch Christian Werner. Alle Rechte vorbehalten. Weiterverbreitung und Verwendung in Form des XML Schema oder als Softwarerepräsentation, mit oder ohne Veränderung, sind unter den folgenden Bedingungen zulässig:
DIESE SOFTWARE WIRD VOM VERWALTUNGSRAT UND DEN BEITRAGSLEISTENDEN OHNE JEGLICHE SPEZIELLE ODER IMPLIZIERTE GARANTIEN ZUR VERFÜGUNG GESTELLT, DIE UNTER ANDEREM EINSCHLIESSEN: DIE IMPLIZIERTE GARANTIE DER VERWENDBARKEIT DER XML SCHEMA FÜR EINEN BESTIMMTEN ZWECK. AUF KEINEN FALL SIND DIE VERWALTUNGSRÄTE ODER DIE BEITRAGSLEISTENDEN FÜR IRGENDWELCHE DIREKTEN, INDIREKTEN, ZUFÄLLIGEN, SPEZIELLEN, BEISPIELHAFTEN ODER FOLGENDEN SCHÄDEN (UNTER ANDEREM VERSCHAFFEN VON ERSATZGÜTERN ODER -DIENSTLEISTUNGEN; EINSCHRÄNKUNG DER NUTZUNGSFÄHIGKEIT; VERLUST VON NUTZUNGSFÄHIGKEIT; DATEN; PROFIT ODER GESCHÄFTSUNTERBRECHUNG), WIE AUCH IMMER VERURSACHT UND UNTER WELCHER VERPFLICHTUNG AUCH IMMER, OB IN VERTRAG, STRIKTER VERPFLICHTUNG ODER UNERLAUBTE HANDLUNG (INKLUSIVE FAHRLÄSSIGKEIT) VERANTWORTLICH, AUF WELCHEM WEG SIE AUCH IMMER DURCH DIE BENUTZUNG DIESER SOFTWARE ENTSTANDEN SIND, SOGAR, WENN SIE AUF DIE MÖGLICHKEIT EINES SOLCHEN SCHADENS HINGEWIESEN WORDEN SIND.
<?xml version="1.0" encoding="UTF-8"?> <xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="http://www.saat-xml.de" version="1.0" xmlns="http://www.saat-xml.de" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:annotation> <xs:documentation xmlns="http://www.w3.org/1999/xhtml"> <p>Copyright (c) 2009</p> <p> Die eComradeGroup ( <a href="http://www.ecomradegroup.de">www.ecomradegroup.de</a> ) vertreten durch Christian Werner. Alle Rechte vorbehalten. Weiterverbreitung und Verwendung in Form des XML Schema oder als Softwarerepräsentation, mit oder ohne Veränderung, sind unter den folgenden Bedingungen zulässig: </p> <ol> <li> Weiterverbreitete XML Schema müssen das obige Copyright, die Liste der Bedingungen und den folgenden Haftungsausschluss im Quelltext enthalten. </li> <li> Weiterverbreitete Softwarerepräsentationen müssen das obige Copyright, die Liste der Bedingungen und den folgenden Haftungsausschluss in der Dokumentation und/oder anderen Materialien, die mit dem Exemplar verbreitet werden, enthalten. </li> <li> Alle Werbematerialien, die Eigenschaften oder die Benutzung erwähnen, müssen die folgende Bemerkung enthalten: „Dieses Produkt enthält Software, die von der eComradeGroup und Beitragsleistenden entwickelt wurde.“ </li> <li> Weder der Name der eComradeGroup noch die Namen der Beitragsleistenden dürfen zum Kennzeichnen oder Bewerben von Produkten, die von dieser XML Schema abgeleitet wurden, ohne spezielle vorherige schriftliche Genehmigung verwendet werden. </li> </ol> <p> DIESE SOFTWARE WIRD VOM VERWALTUNGSRAT UND DEN BEITRAGSLEISTENDEN OHNE JEGLICHE SPEZIELLE ODER IMPLIZIERTE GARANTIEN ZUR VERFÜGUNG GESTELLT, DIE UNTER ANDEREM EINSCHLIESSEN: DIE IMPLIZIERTE GARANTIE DER VERWENDBARKEIT DER XML SCHEMA FÜR EINEN BESTIMMTEN ZWECK. AUF KEINEN FALL SIND DIE VERWALTUNGSRÄTE ODER DIE BEITRAGSLEISTENDEN FÜR IRGENDWELCHE DIREKTEN, INDIREKTEN, ZUFÄLLIGEN, SPEZIELLEN, BEISPIELHAFTEN ODER FOLGENDEN SCHÄDEN (UNTER ANDEREM VERSCHAFFEN VON ERSATZGÜTERN ODER -DIENSTLEISTUNGEN; EINSCHRÄNKUNG DER NUTZUNGSFÄHIGKEIT; VERLUST VON NUTZUNGSFÄHIGKEIT; DATEN; PROFIT ODER GESCHÄFTSUNTERBRECHUNG), WIE AUCH IMMER VERURSACHT UND UNTER WELCHER VERPFLICHTUNG AUCH IMMER, OB IN VERTRAG, STRIKTER VERPFLICHTUNG ODER UNERLAUBTE HANDLUNG (INKLUSIVE FAHRLÄSSIGKEIT) VERANTWORTLICH, AUF WELCHEM WEG SIE AUCH IMMER DURCH DIE BENUTZUNG DIESER SOFTWARE ENTSTANDEN SIND, SOGAR, WENN SIE AUF DIE MÖGLICHKEIT EINES SOLCHEN SCHADENS HINGEWIESEN WORDEN SIND. </p> </xs:documentation> </xs:annotation> <xs:annotation> <xs:documentation xmlns="http://www.w3.org/1999/xhtml"> <p>Ableitung für Saatgut</p> </xs:documentation> </xs:annotation> <xs:complexContent> <xs:sequence> <xs:annotation> <xs:documentation xmlns="http://www.w3.org/1999/xhtml"> <p>Fläche nach §8</p> </xs:documentation> </xs:annotation> </xs:element> <xs:annotation> <xs:documentation xmlns="http://www.w3.org/1999/xhtml"> <p>Überhangfläche nach §8</p> </xs:documentation> </xs:annotation> </xs:element> <xs:annotation> <xs:documentation xmlns="http://www.w3.org/1999/xhtml"> <p>Grund für Fläche nach §8</p> </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:minLength value="1"/> <xs:maxLength value="255"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:annotation> <xs:documentation xmlns="http://www.w3.org/1999/xhtml"> <p>Grund für eine Nachbesichtigung</p> <ul> <li>1 = Schild fehlt</li> <li>2 = Trennstreifen zum Nachbarschlag fehlt</li> <li>3 = Trennstreifen im Vermehrungsschlag fehlt</li> <li>4 = Ränder nicht gemäht</li> </ul> </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:integer"> <xs:enumeration value="1"/> <xs:enumeration value="2"/> <xs:enumeration value="3"/> <xs:enumeration value="4"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:annotation> <xs:documentation xmlns="http://www.w3.org/1999/xhtml"> <p>Allgemeiner Eindruck</p> <ul> <li>1 = gut / sehr gut</li> <li>2 = mittel</li> <li>3 = mäßig</li> <li>4 = schlecht</li> </ul> </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:integer"> <xs:enumeration value="1"/> <xs:enumeration value="2"/> <xs:enumeration value="3"/> <xs:enumeration value="4"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:annotation> <xs:documentation xmlns="http://www.w3.org/1999/xhtml"> <p>Entwicklung</p> <ul> <li>1 = gleichmäßig</li> <li>2 = etwas ungleich</li> <li>3 = ungleich</li> <li>4 = stark ungleich</li> </ul> </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:integer"> <xs:enumeration value="1"/> <xs:enumeration value="2"/> <xs:enumeration value="3"/> <xs:enumeration value="4"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:annotation> <xs:documentation xmlns="http://www.w3.org/1999/xhtml"> <p>Lager</p> <ul> <li>1 = ohne</li> <li>2 = mittel</li> <li>3 = stark</li> <li>4 = streifig</li> </ul> </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:integer"> <xs:enumeration value="1"/> <xs:enumeration value="2"/> <xs:enumeration value="3"/> <xs:enumeration value="4"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:annotation> <xs:documentation xmlns="http://www.w3.org/1999/xhtml"> <p>Zwiewuchs</p> <ul> <li>true = JA</li> <li>false = NEIN</li> </ul> </xs:documentation> </xs:annotation> </xs:element> <xs:annotation> <xs:documentation xmlns="http://www.w3.org/1999/xhtml"> <p>Nässe</p> <ul> <li>true = JA</li> <li>false = NEIN</li> </ul> </xs:documentation> </xs:annotation> </xs:element> <xs:annotation> <xs:documentation xmlns="http://www.w3.org/1999/xhtml"> <p>Dürre</p> <ul> <li>true = JA</li> <li>false = NEIN</li> </ul> </xs:documentation> </xs:annotation> </xs:element> <xs:annotation> <xs:documentation xmlns="http://www.w3.org/1999/xhtml"> <p>OECD erfüllt</p> <ul> <li>true = JA</li> <li>false = NEIN</li> </ul> </xs:documentation> </xs:annotation> </xs:element> <xs:annotation> <xs:documentation xmlns="http://www.w3.org/1999/xhtml"> <p>Flugbrand entfernt</p> <ul> <li>true = JA</li> <li>false = NEIN</li> </ul> </xs:documentation> </xs:annotation> </xs:element> <xs:annotation> <xs:documentation xmlns="http://www.w3.org/1999/xhtml"> <p> Liste mit einem oder mehreren "feldbestandsPruefungsKriterium"-Elementen </p> </xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:annotation> <xs:documentation xmlns="http://www.w3.org/1999/xhtml"> <p> Definition eines konkreten "feldbestandsPruefungsKriterium"-Elementes </p> </xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:annotation> <xs:documentation xmlns="http://www.w3.org/1999/xhtml"> <p>Nummer/Schlüssel des Kriteriums</p> </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:minLength value="1"/> <xs:maxLength value="4"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:annotation> <xs:documentation xmlns="http://www.w3.org/1999/xhtml"> <p>Wert des Kriteriums</p> </xs:documentation> </xs:annotation> </xs:element> <xs:annotation> <xs:documentation xmlns="http://www.w3.org/1999/xhtml"> <p>Text/Beschreibung des Kriteriums</p> </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:minLength value="1"/> <xs:maxLength value="100"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:annotation> <xs:documentation xmlns="http://www.w3.org/1999/xhtml"> <p>Einzel- oder Summenkriterium</p> <ul> <li>false = Einzelkriterium</li> <li>true = Summenkriterium</li> </ul> </xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> <xs:annotation> <xs:documentation xmlns="http://www.w3.org/1999/xhtml"> <p> true = eingehalten false = mindestabstand zu Nachbarfeld nicht eingehalten </p> </xs:documentation> <xs:appinfo>ab 1.0.1</xs:appinfo> </xs:annotation> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> </xs:schema> |
XML schema documentation generated with DocFlex/XML RE 1.8.0 using DocFlex/XML XSDDoc 2.2.0 template set |