Copyright (c) 2009
Die eComradeGroup ( www.ecomradegroup.de ) vertreten durch Christian Werner-Munkel. 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-Munkel. 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>Globalelementdefinition der Sorte</p> </xs:documentation> </xs:annotation> </xs:element> <xs:sequence> <xs:annotation> <xs:documentation xmlns="http://www.w3.org/1999/xhtml"> <p> Sortennummer (BSA): fünfstellig, bestehend aus Ziffern </p> <p>Ist bei vorläufigen Sorten (Satzart 3) optional</p> </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="[0-9]{5}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:annotation> <xs:documentation xmlns="http://www.w3.org/1999/xhtml"> <p>Name der Sorte</p> </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:minLength value="1"/> <xs:maxLength value="50"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:annotation> <xs:documentation xmlns="http://www.w3.org/1999/xhtml"> <p>Referenz auf Fruchtartobergruppe</p> </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:minLength value="1"/> <xs:maxLength value="2"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:annotation> <xs:documentation xmlns="http://www.w3.org/1999/xhtml"> <p>Referenz auf Fruchtartgruppe</p> </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:minLength value="1"/> <xs:maxLength value="2"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:annotation> <xs:documentation xmlns="http://www.w3.org/1999/xhtml"> <p>Referenz auf Fruchtart: dreistellig</p> </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:minLength value="1"/> <xs:maxLength value="3"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:annotation> <xs:documentation xmlns="http://www.w3.org/1999/xhtml"> <p>Referenz auf Unterfruchtart: einstellig</p> </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:minLength value="1"/> <xs:maxLength value="1"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:annotation> <xs:documentation xmlns="http://www.w3.org/1999/xhtml"> <p>Sommerung = 1, Winterung = 2, Ganzjaehrig = 3/0</p> </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:integer"> <xs:enumeration value="0"/> <xs:enumeration value="1"/> <xs:enumeration value="2"/> <xs:enumeration value="3"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:annotation> <xs:documentation xmlns="http://www.w3.org/1999/xhtml"> <p>Adresse des Züchters</p> </xs:documentation> </xs:annotation> </xs:element> <xs:annotation> <xs:documentation xmlns="http://www.w3.org/1999/xhtml"> <p>Adresse des Züchtervertriebes</p> </xs:documentation> </xs:annotation> </xs:element> <xs:annotation> <xs:documentation xmlns="http://www.w3.org/1999/xhtml"> <p>Adresse des Rechnungsempfängers</p> </xs:documentation> </xs:annotation> </xs:element> <xs:annotation> <xs:documentation xmlns="http://www.w3.org/1999/xhtml"> <p>Anerkennungsfähigkeit der Sorte</p> <ul> <li>1 = Zugelassene Sorte</li> <li>2 = §55-Sorte</li> <li>3 = Stämme</li> <li>9 = nicht zuordenbar (gesperrt)</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="9"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:choice maxOccurs="1" minOccurs="1"> <xs:complexType> <xs:sequence> <xs:annotation> <xs:documentation xmlns="http://www.w3.org/1999/xhtml"> <p>Codierte Kriterien des BSA im Originaltext</p> </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:minLength value="1"/> <xs:maxLength value="20"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:annotation> <xs:documentation xmlns="http://www.w3.org/1999/xhtml"> <p> Saatgut der Sorte darf nur mit dem Hinweis zu gewerblichen Zwecken in den Verkehr gebracht werden: </p> <ul> <li>1 = Nicht zur Nutzung als Futterpflanze bestimmt</li> <li>2 = Erbkomponenten</li> <li> 4 = Zur Ausfuhr außerhalb der Vertragsstaaten bestimmt </li> <li>5 = Nur für Grünnutzung</li> <li>6 = Für Herbstaussaat bestimmt</li> <li>9 = Bitterlupine</li> <li>15 = Nur zur Nutzung als Bestäuber bestimmt</li> <li>20 = nicht mehr gültig</li> <li>40 = nicht mehr gültig</li> </ul> </xs:documentation> </xs:annotation> </xs:element> <xs:annotation> <xs:documentation xmlns="http://www.w3.org/1999/xhtml"> <p>Datum der Zulassung</p> </xs:documentation> </xs:annotation> </xs:element> <xs:annotation> <xs:documentation xmlns="http://www.w3.org/1999/xhtml"> <p>Dauer der Zulassung</p> </xs:documentation> </xs:annotation> </xs:element> <xs:annotation> <xs:documentation xmlns="http://www.w3.org/1999/xhtml"> <p>Auslauffrist</p> </xs:documentation> </xs:annotation> </xs:element> <xs:annotation> <xs:documentation xmlns="http://www.w3.org/1999/xhtml"> <p>Auslauf der Verkehrsfähigkeit</p> </xs:documentation> </xs:annotation> </xs:element> <xs:annotation> <xs:documentation xmlns="http://www.w3.org/1999/xhtml"> <p>true = Verlängerungsantrag gestellt</p> <p>false = Verlängerungsantrag nicht gestellt</p> </xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> </xs:element> <xs:complexType> <xs:sequence> <xs:annotation> <xs:documentation xmlns="http://www.w3.org/1999/xhtml"> <p>Codierte Kriterien des BSA im Originaltext</p> </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:minLength value="1"/> <xs:maxLength value="20"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:annotation> <xs:documentation xmlns="http://www.w3.org/1999/xhtml"> <p> Saatgut der Sorte darf nur mit dem Hinweis zu gewerblichen Zwecken in den Verkehr gebracht werden: </p> <ul> <li>1 = Nicht zur Nutzung als Futterpflanze bestimmt</li> <li>2 = Erbkomponenten</li> <li> 4 = Zur Ausfuhr außerhalb der Vertragsstaaten bestimmt </li> <li>5 = Nur für Grünnutzung</li> <li>6 = Für Herbstaussaat bestimmt</li> <li>9 = Bitterlupine</li> <li>15 = Nur zur Nutzung als Bestäuber bestimmt</li> <li>20 = nicht mehr gültig</li> <li>40 = nicht mehr gültig</li> </ul> </xs:documentation> </xs:annotation> </xs:element> <xs:annotation> <xs:documentation xmlns="http://www.w3.org/1999/xhtml"> <p>Dauer der Anerkennungsfähigkeit</p> </xs:documentation> </xs:annotation> </xs:element> <xs:annotation> <xs:documentation xmlns="http://www.w3.org/1999/xhtml"> <p>Datum des Bescheides</p> </xs:documentation> </xs:annotation> </xs:element> <xs:annotation> <xs:documentation xmlns="http://www.w3.org/1999/xhtml"> <p>Zugelassen in den Ländern</p> </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:minLength value="1"/> <xs:maxLength value="22"/> </xs:restriction> </xs:simpleType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> <xs:complexType> <xs:sequence> <xs:annotation> <xs:documentation xmlns="http://www.w3.org/1999/xhtml"> <p>Vorläufige Nummer</p> <p> Entspricht die Vorläufige Nummer der Sortennummer (BSA), dann handelt es sich hierbei um einen züchtereigenen Stamm. </p> </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="[0-9]{5}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:annotation> <xs:documentation xmlns="http://www.w3.org/1999/xhtml"> <p>Datum des Antrages</p> </xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> </xs:element> <xs:complexType> <xs:sequence> <xs:annotation> <xs:documentation xmlns="http://www.w3.org/1999/xhtml"> <p>Datum der Löschung</p> </xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> </xs:element> </xs:choice> <xs:annotation> <xs:documentation xmlns="http://www.w3.org/1999/xhtml"> <p>Reihenfolgenummer des BSA</p> <p>TODO: Wie lang, num. oder alphanum.</p> </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:minLength value="1"/> <xs:maxLength value="10"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:choice maxOccurs="1" minOccurs="0"> <xs:annotation> <xs:documentation xmlns="http://www.w3.org/1999/xhtml"> <p>Sortenkritieren von Saatgut</p> </xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:annotation> <xs:documentation xmlns="http://www.w3.org/1999/xhtml"> <p>Einjährigkeit: JA/NEIN</p> </xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> </xs:element> <xs:annotation> <xs:documentation xmlns="http://www.w3.org/1999/xhtml"> <p>Sortenkritieren von Pflanzgut</p> </xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:annotation> <xs:documentation xmlns="http://www.w3.org/1999/xhtml"> <p>Reifegruppe</p> <ul> <li>1 = sehr früh</li> <li>2 = früh</li> <li>3 = mittelfrüh</li> <li>4 = mittelspät</li> <li> 6 = EG-Sorten, die keiner Reifegruppe zugeordnet werden konnten </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:enumeration value="6"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:annotation> <xs:documentation xmlns="http://www.w3.org/1999/xhtml"> <p>Rhizoctonia-Krankheit 1</p> </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:minLength value="1"/> <xs:maxLength value="1"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:annotation> <xs:documentation xmlns="http://www.w3.org/1999/xhtml"> <p>Rhizoctonia-Krankheit 2</p> </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:minLength value="1"/> <xs:maxLength value="1"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:annotation> <xs:documentation xmlns="http://www.w3.org/1999/xhtml"> <p>Rhizoctonia-Krankheit 3</p> </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:minLength value="1"/> <xs:maxLength value="1"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:annotation> <xs:documentation xmlns="http://www.w3.org/1999/xhtml"> <p>Rhizoctonia-Krankheit 4</p> </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:minLength value="1"/> <xs:maxLength value="1"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:annotation> <xs:documentation xmlns="http://www.w3.org/1999/xhtml"> <p>Rhizoctonia-Krankheit 5</p> </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:minLength value="1"/> <xs:maxLength value="1"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:annotation> <xs:documentation xmlns="http://www.w3.org/1999/xhtml"> <p>Globodera pallida-Befall 2</p> </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:minLength value="1"/> <xs:maxLength value="1"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:annotation> <xs:documentation xmlns="http://www.w3.org/1999/xhtml"> <p>Globodera pallida-Befall 3</p> </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:minLength value="1"/> <xs:maxLength value="1"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:annotation> <xs:documentation xmlns="http://www.w3.org/1999/xhtml"> <p>Virustest Vorstufe</p> </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:minLength value="1"/> <xs:maxLength value="11"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:annotation> <xs:documentation xmlns="http://www.w3.org/1999/xhtml"> <p>Virustest Basis</p> </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:minLength value="1"/> <xs:maxLength value="11"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:annotation> <xs:documentation xmlns="http://www.w3.org/1999/xhtml"> <p>Virustest Zertifiziert</p> </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:minLength value="1"/> <xs:maxLength value="11"/> </xs:restriction> </xs:simpleType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> </xs:choice> <xs:annotation> <xs:documentation xmlns="http://www.w3.org/1999/xhtml"> <p>Qualitätsmerkmal</p> </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:minLength value="1"/> <xs:maxLength value="50"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:annotation> <xs:documentation xmlns="http://www.w3.org/1999/xhtml"> <p>Datum der letzten Änderung</p> </xs:documentation> </xs:annotation> </xs:element> <xs:annotation> <xs:documentation xmlns="http://www.w3.org/1999/xhtml"> <ul> <li>true = gesperrt</li> <li>false = nicht gesperrt</li> </ul> </xs:documentation> </xs:annotation> </xs:element> <xs:annotation> <xs:documentation xmlns="http://www.w3.org/1999/xhtml"> <p>Datenbankaktion für das Objekt</p> <ul> <li> Abfrage = Abfrage der gemeldeten Daten zur Aufnahme/Bestaetigung der eigenen Daten </li> <li>Neumeldung = Meldung der Adresse als Neuaufnahme</li> <li> Aenderung = Meldung der Adresse als Datenaenderung </li> <li>Loeschung = Die Adresse ist nicht mehr aktiv</li> <li> NA (nicht definiert) = Bei Meldung der Adressen innerhalb von Vermehrungen kann dies genutzt werden, da der Empfaenger entscheiden muss, ob eine Adresse geaendert/neu oder unferaendert belassen wird. </li> </ul> </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="Abfrage"/> <xs:enumeration value="Neumeldung"/> <xs:enumeration value="Aenderung"/> <xs:enumeration value="Loeschung"/> <xs:enumeration value="NA"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:any maxOccurs="unbounded" minOccurs="0" namespace="##other"/> </xs:sequence> </xs:complexType> </xs:schema> |
XML schema documentation generated with DocFlex/XML RE 1.8.0 using DocFlex/XML XSDDoc 2.2.0 template set |