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>Globales Adresselement</p> </xs:documentation> </xs:annotation> </xs:element> <xs:sequence> <xs:annotation> <xs:documentation xmlns="http://www.w3.org/1999/xhtml"> <p>Adressnummer: neunstellig, nur Ziffern</p> </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="[0-9]{9}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:annotation> <xs:documentation xmlns="http://www.w3.org/1999/xhtml"> <p> Bisherige Adressnummer (bis 2020): neunstellig, nur Ziffern </p> </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="[0-9]{9}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:annotation> <xs:documentation xmlns="http://www.w3.org/1999/xhtml"> <p> Adressnummer der Folgeadresse (falls neue Nummer vergeben wurde): neunstellig, nur Ziffern </p> </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="[0-9]{9}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:annotation> <xs:documentation xmlns="http://www.w3.org/1999/xhtml"> <p>Anrede</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>Akademischer Titel</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>Firmenname, vollständiger Name</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>Firmenzusatz 1, respektive Name</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>Firmenzusatz 2, respektive Vorname</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:choice maxOccurs="1" minOccurs="1"> <xs:sequence maxOccurs="1" minOccurs="1"> <xs:annotation> <xs:documentation xmlns="http://www.w3.org/1999/xhtml"> <p>Strasse und Hausnummer</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>Amtliche Postleitzahl</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:sequence> <xs:sequence maxOccurs="1" minOccurs="1"> <xs:annotation> <xs:documentation xmlns="http://www.w3.org/1999/xhtml"> <p>Postfach</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>Postleitzahl bei Angabe eines Postfaches</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:sequence> </xs:choice> <xs:annotation> <xs:documentation xmlns="http://www.w3.org/1999/xhtml"> <p>Ort</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>Ortsteil</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> Amtlicher Kennzeichen oder KFZ-Zeichen des Kreises: 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>Land: nach "ISO 3166 Alpha-3" Standard</p> </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="[A-Za-z]{3}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:annotation> <xs:documentation xmlns="http://www.w3.org/1999/xhtml"> <p>Telefon</p> </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:minLength value="1"/> <xs:maxLength value="30"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:annotation> <xs:documentation xmlns="http://www.w3.org/1999/xhtml"> <p>Mobiltelefon</p> </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:minLength value="1"/> <xs:maxLength value="30"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:annotation> <xs:documentation xmlns="http://www.w3.org/1999/xhtml"> <p>Faxnummer</p> </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:minLength value="1"/> <xs:maxLength value="30"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:annotation> <xs:documentation xmlns="http://www.w3.org/1999/xhtml"> <p>E-Mail-Adresse</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>Internetadresse der Website</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>Bemerkung/Kommentar</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>Latitude</p> </xs:documentation> </xs:annotation> </xs:element> <xs:annotation> <xs:documentation xmlns="http://www.w3.org/1999/xhtml"> <p>Longitude</p> </xs:documentation> </xs:annotation> </xs:element> <xs:choice maxOccurs="1" minOccurs="0"> <xs:annotation> <xs:documentation xmlns="http://www.w3.org/1999/xhtml"> <p>Spezifika Anerkennungsstelle</p> </xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:annotation> <xs:documentation xmlns="http://www.w3.org/1999/xhtml"> <p>Adressnummer der Anerkennungsstelle: neunstellig</p> </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:minLength value="1"/> <xs:maxLength value="9"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:annotation> <xs:documentation xmlns="http://www.w3.org/1999/xhtml"> <p> Adressnummer (Datenaustausch) der Anerkennungsstelle: neunstellig </p> </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:minLength value="1"/> <xs:maxLength value="9"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:annotation> <xs:documentation xmlns="http://www.w3.org/1999/xhtml"> <p>Alte Bezeichnung der Anerkennungsstelle</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>Bundesland: zweistellig, nur Ziffern</p> </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="[0-9]{2}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:annotation> <xs:documentation xmlns="http://www.w3.org/1999/xhtml"> <p>Leiter der Anerkennungsstelle</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>Bearbeiter des Saatgutes</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>Bearbeiter des Pflanzgutes</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:sequence> </xs:complexType> </xs:element> <xs:annotation> <xs:documentation xmlns="http://www.w3.org/1999/xhtml"> <p>Spezifika Aufbereiter</p> </xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:annotation> <xs:documentation xmlns="http://www.w3.org/1999/xhtml"> <p> Adressnummer (Datenaustausch) des Aufbereiters: neunstellig, nur Ziffern </p> </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="[0-9]{9}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:annotation> <xs:documentation xmlns="http://www.w3.org/1999/xhtml"> <p> Betrieb kann an einer "Nicht obligatorische Beschaffenheitsprüfung" teilnehmen. </p> </xs:documentation> </xs:annotation> </xs:element> <xs:annotation> <xs:documentation xmlns="http://www.w3.org/1999/xhtml"> <p>Betrieb ist "QSS" zertifiziert.</p> </xs:documentation> </xs:annotation> </xs:element> <xs:annotation> <xs:documentation xmlns="http://www.w3.org/1999/xhtml"> <p>Betrieb ist "QualityPlus" zertifiziert.</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>Spezifika Feldbesichtiger</p> </xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:annotation> <xs:documentation xmlns="http://www.w3.org/1999/xhtml"> <p>Privater Feldbesichtiger: 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>Spezifika Probenehmer</p> </xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:annotation> <xs:documentation xmlns="http://www.w3.org/1999/xhtml"> <p>Privater Probenehmer: 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>Spezifika Prüfstelle</p> </xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:annotation> <xs:documentation xmlns="http://www.w3.org/1999/xhtml"> <p>Prüfstellennummer: sechsstellig, alphanummerisch</p> </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:minLength value="1"/> <xs:maxLength value="6"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:annotation> <xs:documentation xmlns="http://www.w3.org/1999/xhtml"> <p>Alte Bezeichnung der Prüfstelle</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>Bundesland: zweistellig, nur Ziffern</p> </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="[0-9]{2}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:annotation> <xs:documentation xmlns="http://www.w3.org/1999/xhtml"> <p>Private Prüfstelle: JA/NEIN</p> </xs:documentation> </xs:annotation> </xs:element> <xs:annotation> <xs:documentation xmlns="http://www.w3.org/1999/xhtml"> <p>Leiter der Prüfstelle</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>Bearbeiter des Saatgutes</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>Bearbeiter des Pflanzgutes</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:sequence> </xs:complexType> </xs:element> <xs:annotation> <xs:documentation xmlns="http://www.w3.org/1999/xhtml"> <p>Spezifika Prüfstelle</p> </xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:annotation> <xs:documentation xmlns="http://www.w3.org/1999/xhtml"> <p>Bundesland: zweistellig, nur Ziffern</p> </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="[0-9]{2}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:annotation> <xs:documentation xmlns="http://www.w3.org/1999/xhtml"> <p>Leiter der SBI</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>Bearbeiter des Saatgutes</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>Bearbeiter des Pflanzgutes</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:sequence> </xs:complexType> </xs:element> <xs:annotation> <xs:documentation xmlns="http://www.w3.org/1999/xhtml"> <p>Spezifika Vermehrer</p> </xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:annotation> <xs:documentation xmlns="http://www.w3.org/1999/xhtml"> <p> Adressnummer (Datenaustausch) des Vermehrers: neunstellig, nur Ziffern </p> </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="[0-9]{9}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:annotation> <xs:documentation xmlns="http://www.w3.org/1999/xhtml"> <p>INVEKOS-Nummer: zehnstellig</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:annotation> <xs:documentation xmlns="http://www.w3.org/1999/xhtml"> <p>EU-Betriebsnummer: 30-stellig</p> </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:minLength value="1"/> <xs:maxLength value="30"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:annotation> <xs:documentation xmlns="http://www.w3.org/1999/xhtml"> <p>Ökobetrieb</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>Nummer des Anerkennungsbezirkes: 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> Adressnummer der Saatbauinspektion: neunstellig, nur Ziffern </p> </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="[0-9]{9}"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:annotation> <xs:documentation xmlns="http://www.w3.org/1999/xhtml"> <p> Betrieb kann an einer "QSS" teilnehmen. Am Vermehrer wird dies nur angegeben wenn dieser Betrieb gleichzeitig auch Aufbereiter ist. </p> </xs:documentation> </xs:annotation> </xs:element> <xs:annotation> <xs:documentation xmlns="http://www.w3.org/1999/xhtml"> <p>Schlagnummer beginnend ab.</p> </xs:documentation> </xs:annotation> </xs:element> <xs:annotation> <xs:documentation xmlns="http://www.w3.org/1999/xhtml"> <p> Erntezeitpunkt (1 = sehr früh, 2 = früh, 3 = mittel, 4 = spät) </p> </xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> </xs:element> <xs:element maxOccurs="1" minOccurs="1" name="vertriebsOrganisation" type="vertriebsOrganisationTyp"> <xs:annotation> <xs:documentation xmlns="http://www.w3.org/1999/xhtml"> <p>Spezifika VO</p> </xs:documentation> </xs:annotation> </xs:element> <xs:element maxOccurs="1" minOccurs="1" name="unterVertriebsOrganisation" type="vertriebsOrganisationTyp"> <xs:annotation> <xs:documentation xmlns="http://www.w3.org/1999/xhtml"> <p>Spezifika Unter-VO</p> </xs:documentation> </xs:annotation> </xs:element> <xs:annotation> <xs:documentation xmlns="http://www.w3.org/1999/xhtml"> <p>Spezifika Züchter</p> </xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence/> </xs:complexType> </xs:element> </xs:choice> <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 unveraendert 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: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 |