complexType "vermehrungsVorhabenTyp"
Namespace:
Content:
complex, 60 elements, elem. wildcard
Defined:
Includes:
definitions of 60 elements, elem. wildcard
Used:
XML Representation Summary
<...>
   
Content: 
akstVorhabenId?, webseedVorhabenId?, neueAnerkennungsNummer?, status?, sorte, anmelder, vertriebsOrganisation, zuechter, vermehrer, rechnungsEmpfaenger, unterVO?, aufbereiter?, saatbauInspektion?, anerkennungsstelle, kuenftigeAnerkennungsStelle?, kuenftigeAnerkennungsStelle2?, kuenftigeAnerkennungsStelle3?, kuenftigeAnerkennungsStelle4?, abgetreteneMenge?, abgetreteneMenge2?, abgetreteneMenge3?, abgetreteneMenge4?, gesamtMenge?, geplanterFeldbesichtiger?, vorReiniger?, saatgutKategorie, vermehrungArt, oekoNummer?, nob?, eigenVermehrung?, aussaatJahr, ernteJahr, andererVerwendungszwecks?, bemerkung?, zuordnungGesellschafter?, lager?, mengenertragGeschaetzt?, mengenertragGemeldet?, bodenSchaetzung?, direktVermehrung?, beregnung?, auftragsProduktion?, anerkennungsNummern?, kategorieNachTests?, umstellungsVermehrung?, anzahlBeete?, vermehrungsvertragVorhanden?, aufbereitungslizenzvertragVorhanden?, vovertragVorhanden?, uvovertragVorhanden?, rahmenvertragVermehrerVorhanden?, anwerbeformularVorhanden?, aussaatDichte?, flaecheWirtschaftskartoffeln?, saatgutBezuege?, feldStuecke?, abbruch?, umstufung?, letzteAenderung, aktion, {any}*
</...>
Content Model Elements (60):
letzteAenderung (type xs:date),
neueAnerkennungsNummer (type xs:string),
All Direct / Indirect Based Elements (1):
Known Usage Locations
XML Source (w/o annotations (84); see within schema source)
<xs:complexType name="vermehrungsVorhabenTyp">
<xs:sequence>
<xs:element maxOccurs="1" minOccurs="0" name="akstVorhabenId">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:pattern value="[0-9A-Z]{21}"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element maxOccurs="1" minOccurs="0" name="webseedVorhabenId">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:pattern value="[0-9A-Z]{21}"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element maxOccurs="1" minOccurs="0" name="neueAnerkennungsNummer" type="xs:string"/>
<xs:element maxOccurs="1" minOccurs="0" name="status" type="xs:int"/>
<xs:element maxOccurs="1" minOccurs="1" ref="sorte"/>
<xs:element maxOccurs="1" minOccurs="1" name="anmelder" type="adresseTyp"/>
<xs:element maxOccurs="1" minOccurs="1" name="vertriebsOrganisation" type="adresseTyp"/>
<xs:element maxOccurs="1" minOccurs="1" name="zuechter" type="adresseTyp"/>
<xs:element maxOccurs="1" minOccurs="1" name="vermehrer" type="adresseTyp"/>
<xs:element maxOccurs="1" minOccurs="1" name="rechnungsEmpfaenger" type="adresseTyp"/>
<xs:element maxOccurs="1" minOccurs="0" name="unterVO" type="adresseTyp"/>
<xs:element maxOccurs="1" minOccurs="0" name="aufbereiter" type="adresseTyp"/>
<xs:element maxOccurs="1" minOccurs="0" name="saatbauInspektion" type="adresseTyp"/>
<xs:element maxOccurs="1" minOccurs="1" name="anerkennungsstelle" type="adresseTyp"/>
<xs:element maxOccurs="1" minOccurs="0" name="kuenftigeAnerkennungsStelle" type="adresseTyp"/>
<xs:element maxOccurs="1" minOccurs="0" name="kuenftigeAnerkennungsStelle2" type="adresseTyp"/>
<xs:element maxOccurs="1" minOccurs="0" name="kuenftigeAnerkennungsStelle3" type="adresseTyp"/>
<xs:element maxOccurs="1" minOccurs="0" name="kuenftigeAnerkennungsStelle4" type="adresseTyp"/>
<xs:element maxOccurs="1" minOccurs="0" name="abgetreteneMenge" type="xs:long"/>
<xs:element maxOccurs="1" minOccurs="0" name="abgetreteneMenge2" type="xs:long"/>
<xs:element maxOccurs="1" minOccurs="0" name="abgetreteneMenge3" type="xs:long"/>
<xs:element maxOccurs="1" minOccurs="0" name="abgetreteneMenge4" type="xs:long"/>
<xs:element maxOccurs="1" minOccurs="0" name="gesamtMenge" type="xs:long"/>
<xs:element maxOccurs="1" minOccurs="0" name="geplanterFeldbesichtiger" type="adresseTyp"/>
<xs:element maxOccurs="1" minOccurs="0" name="vorReiniger" type="adresseTyp"/>
<xs:element maxOccurs="1" minOccurs="1" name="saatgutKategorie" type="saatgutKategorie"/>
<xs:element maxOccurs="1" minOccurs="1" name="vermehrungArt">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="N"/>
<xs:enumeration value="O"/>
<xs:enumeration value="G"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element maxOccurs="1" minOccurs="0" name="oekoNummer">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="30"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element maxOccurs="1" minOccurs="0" name="nob" type="xs:boolean"/>
<xs:element maxOccurs="1" minOccurs="0" name="eigenVermehrung" type="xs:boolean"/>
<xs:element maxOccurs="1" minOccurs="1" name="aussaatJahr">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:pattern value="[0-9]{4}"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element maxOccurs="1" minOccurs="1" name="ernteJahr">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:pattern value="[0-9]{4}"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element maxOccurs="1" minOccurs="0" name="andererVerwendungszwecks">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="1" name="verwendung">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="1" minOccurs="1" name="schlagBezeichnung">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="50"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element maxOccurs="1" minOccurs="1" name="flaeche" type="xs:double"/>
<xs:element maxOccurs="1" minOccurs="1" name="verwendungsTyp">
<xs:simpleType>
<xs:restriction base="xs:integer">
<xs:enumeration value="1"/>
<xs:enumeration value="2"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element maxOccurs="1" minOccurs="0" name="bemerkung">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="255"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element maxOccurs="1" minOccurs="0" name="zuordnungGesellschafter">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="255"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element maxOccurs="1" minOccurs="0" name="lager">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="255"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element maxOccurs="1" minOccurs="0" name="mengenertragGeschaetzt" type="xs:double"/>
<xs:element maxOccurs="1" minOccurs="0" name="mengenertragGemeldet" type="xs:double"/>
<xs:element maxOccurs="1" minOccurs="0" name="bodenSchaetzung">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="255"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element maxOccurs="1" minOccurs="0" name="direktVermehrung" type="xs:boolean"/>
<xs:element maxOccurs="1" minOccurs="0" name="beregnung" type="xs:boolean"/>
<xs:element maxOccurs="1" minOccurs="0" name="auftragsProduktion" type="xs:boolean"/>
<xs:element maxOccurs="1" minOccurs="0" name="anerkennungsNummern">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="2048"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element maxOccurs="1" minOccurs="0" name="kategorieNachTests">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="255"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element maxOccurs="1" minOccurs="0" name="umstellungsVermehrung" type="xs:boolean"/>
<xs:element maxOccurs="1" minOccurs="0" name="anzahlBeete" type="xs:double"/>
<xs:element maxOccurs="1" minOccurs="0" name="vermehrungsvertragVorhanden" type="xs:boolean"/>
<xs:element maxOccurs="1" minOccurs="0" name="aufbereitungslizenzvertragVorhanden" type="xs:boolean"/>
<xs:element maxOccurs="1" minOccurs="0" name="vovertragVorhanden" type="xs:boolean"/>
<xs:element maxOccurs="1" minOccurs="0" name="uvovertragVorhanden" type="xs:boolean"/>
<xs:element maxOccurs="1" minOccurs="0" name="rahmenvertragVermehrerVorhanden" type="xs:boolean"/>
<xs:element maxOccurs="1" minOccurs="0" name="anwerbeformularVorhanden" type="xs:boolean"/>
<xs:element maxOccurs="1" minOccurs="0" name="aussaatDichte" type="xs:double"/>
<xs:element maxOccurs="1" minOccurs="0" name="flaecheWirtschaftskartoffeln" type="xs:double"/>
<xs:element maxOccurs="1" minOccurs="0" name="saatgutBezuege">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="1" name="saatgutBezug">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="1" minOccurs="1" name="anerkennungsNummer">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="20"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element maxOccurs="1" minOccurs="1" name="menge" type="xs:int"/>
<xs:element maxOccurs="1" minOccurs="1" name="saatgutKategorie" type="saatgutKategorie"/>
<xs:element maxOccurs="1" minOccurs="0" name="feldGeneration">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="3"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element maxOccurs="1" minOccurs="0" name="fraktion">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="10"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element maxOccurs="1" minOccurs="0" name="aussaatDatum" type="xs:date"/>
<xs:element maxOccurs="1" minOccurs="0" name="eigenentnahme" type="xs:boolean"/>
<xs:element maxOccurs="1" minOccurs="0" name="pflanzstaerke" type="xs:int"/>
<xs:element maxOccurs="1" minOccurs="0" name="pflanzabstand" type="xs:double"/>
<xs:element maxOccurs="1" minOccurs="0" name="knollengewicht" type="xs:double"/>
<xs:element maxOccurs="1" minOccurs="0" name="aussaatFlaeche" type="xs:double"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element maxOccurs="1" minOccurs="0" name="feldStuecke">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="1" name="feldStueck">
<xs:complexType>
<xs:complexContent>
<xs:extension base="feldStueckBasisTyp">
<xs:sequence>
<xs:element maxOccurs="1" minOccurs="0" name="feldbestandsPruefungen">
<xs:complexType>
<xs:choice maxOccurs="unbounded" minOccurs="1">
<xs:element maxOccurs="1" minOccurs="1" name="feldbestandsPruefungPflanzgut" type="feldbestandsPruefungPflanzgut"/>
<xs:element maxOccurs="1" minOccurs="1" name="feldbestandsPruefungSaatgut" type="feldbestandsPruefungSaatgut"/>
</xs:choice>
</xs:complexType>
</xs:element>
<xs:element maxOccurs="1" minOccurs="0" name="partien">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="1" name="partie">
<xs:complexType>
<xs:complexContent>
<xs:extension base="partieTyp"/>
</xs:complexContent>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element maxOccurs="1" minOccurs="0" name="kommentar" type="xs:string"/>
<xs:element maxOccurs="1" minOccurs="1" name="letzteAenderung" type="xs:date"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element maxOccurs="1" minOccurs="0" name="abbruch">
<xs:complexType>
<xs:sequence maxOccurs="1" minOccurs="1">
<xs:element maxOccurs="1" minOccurs="1" name="antragsDatum" type="xs:date"/>
<xs:element maxOccurs="1" minOccurs="1" name="abbruchsGrund">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="255"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element maxOccurs="1" minOccurs="0" name="umstufung">
<xs:complexType>
<xs:sequence maxOccurs="1" minOccurs="1">
<xs:element maxOccurs="1" minOccurs="1" name="katVorUmstufung" type="saatgutKategorie"/>
<xs:element maxOccurs="1" minOccurs="1" name="umstufungGrund">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="200"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element maxOccurs="1" minOccurs="1" name="letzteAenderung" type="xs:date"/>
<xs:element maxOccurs="1" minOccurs="1" name="aktion">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="Anmeldung"/>
<xs:enumeration value="Korrekturmeldung"/>
<xs:enumeration value="Feldbesichtigung"/>
<xs:enumeration value="Beschaffenheitspruefung"/>
<xs:enumeration value="Abtretung"/>
<xs:enumeration value="Umstufung"/>
<xs:enumeration value="Zurueckziehung"/>
<xs:enumeration value="Gesamtdatenmeldung"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:any maxOccurs="unbounded" minOccurs="0" namespace="##other"/>
</xs:sequence>
</xs:complexType>
Content Element Detail (all declarations; defined in this component only; 61/61)
abbruch
Type:
anonymous, complex content

Abbruch eines Vorhabens

XML Source (w/o annotations (3); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="abbruch">
<xs:complexType>
<xs:sequence maxOccurs="1" minOccurs="1">
<xs:element maxOccurs="1" minOccurs="1" name="antragsDatum" type="xs:date"/>
<xs:element maxOccurs="1" minOccurs="1" name="abbruchsGrund">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="255"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>

abgetreteneMenge
Type:
xs:long, predefined, simple content

Abgetretene Menge in kg

XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="abgetreteneMenge" type="xs:long"/>

abgetreteneMenge2
Type:
xs:long, predefined, simple content

Abgetretene Menge in kg

XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="abgetreteneMenge2" type="xs:long"/>

abgetreteneMenge3
Type:
xs:long, predefined, simple content

Abgetretene Menge in kg

XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="abgetreteneMenge3" type="xs:long"/>

abgetreteneMenge4
Type:
xs:long, predefined, simple content

Abgetretene Menge in kg

XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="abgetreteneMenge4" type="xs:long"/>

akstVorhabenId
Type:
anonymous (restriction of xs:string), simple content

Amtliche Vorhabennummer der Anerkennungsstellen, 21-stellig

Die Vorhabennummer wird ausschließlich von den Anerkennungsstellen vergeben!

Simple Content
xs:string
Pattern:
[0-9A-Z]{21}
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="akstVorhabenId">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:pattern value="[0-9A-Z]{21}"/>
</xs:restriction>
</xs:simpleType>
</xs:element>

aktion
Type:
anonymous (restriction of xs:string), simple content
Simple Content
enumeration of xs:string
Enumeration:
"Anmeldung", "Korrekturmeldung", "Feldbesichtigung", "Beschaffenheitspruefung", "Abtretung", "Umstufung", "Zurueckziehung", "Gesamtdatenmeldung"
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="1" name="aktion">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="Anmeldung"/>
<xs:enumeration value="Korrekturmeldung"/>
<xs:enumeration value="Feldbesichtigung"/>
<xs:enumeration value="Beschaffenheitspruefung"/>
<xs:enumeration value="Abtretung"/>
<xs:enumeration value="Umstufung"/>
<xs:enumeration value="Zurueckziehung"/>
<xs:enumeration value="Gesamtdatenmeldung"/>
</xs:restriction>
</xs:simpleType>
</xs:element>

andererVerwendungszwecks
Type:
anonymous, complex content

Anderer Verwendungenzweck der Vermehrung

XML Source (w/o annotations (5); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="andererVerwendungszwecks">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="1" name="verwendung">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="1" minOccurs="1" name="schlagBezeichnung">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="50"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element maxOccurs="1" minOccurs="1" name="flaeche" type="xs:double"/>
<xs:element maxOccurs="1" minOccurs="1" name="verwendungsTyp">
<xs:simpleType>
<xs:restriction base="xs:integer">
<xs:enumeration value="1"/>
<xs:enumeration value="2"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>

anerkennungsNummern
Type:
anonymous (restriction of xs:string), simple content

Anerkennungsnummern der produzierten Partien

Simple Content
xs:string
maxLength:
2048
minLength:
1
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="anerkennungsNummern">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="2048"/>
</xs:restriction>
</xs:simpleType>
</xs:element>

anerkennungsstelle
Type:
adresseTyp, complex content

Adresse der Anerkennungsstelle

XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="1" name="anerkennungsstelle" type="adresseTyp"/>

anmelder
Type:
adresseTyp, complex content

Adresse des Anmelders

XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="1" name="anmelder" type="adresseTyp"/>

anwerbeformularVorhanden
Type:
xs:boolean, predefined, simple content

Mind. ein Anwerbeformular (Vermehrer) vorhanden

XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="anwerbeformularVorhanden" type="xs:boolean"/>

anzahlBeete
Type:
xs:double, predefined, simple content

Anzahl der Beete

XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="anzahlBeete" type="xs:double"/>

aufbereiter
Type:
adresseTyp, complex content

Adresse des Aufbereiters

XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="aufbereiter" type="adresseTyp"/>

aufbereitungslizenzvertragVorhanden
Type:
xs:boolean, predefined, simple content

Mind. ein Aufbereitungslizenzvertrag vorhanden

XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="aufbereitungslizenzvertragVorhanden" type="xs:boolean"/>

auftragsProduktion
Type:
xs:boolean, predefined, simple content

Auftragsproduktion

XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="auftragsProduktion" type="xs:boolean"/>

aussaatDichte
Type:
xs:double, predefined, simple content

Aussaatdichte, errechnet aus Bezugsmengen und Schlagflächen

XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="aussaatDichte" type="xs:double"/>

aussaatJahr
Type:
anonymous (restriction of xs:string), simple content

Aussaatjahr

Simple Content
xs:string
Pattern:
[0-9]{4}
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="1" name="aussaatJahr">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:pattern value="[0-9]{4}"/>
</xs:restriction>
</xs:simpleType>
</xs:element>

bemerkung
Type:
anonymous (restriction of xs:string), simple content

Bemerkung/Kommentar

Simple Content
xs:string
maxLength:
255
minLength:
1
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="bemerkung">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="255"/>
</xs:restriction>
</xs:simpleType>
</xs:element>

beregnung
Type:
xs:boolean, predefined, simple content

Beregnung

XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="beregnung" type="xs:boolean"/>

bodenSchaetzung
Type:
anonymous (restriction of xs:string), simple content

Bodenschätzung / Bonitur

Simple Content
xs:string
maxLength:
255
minLength:
1
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="bodenSchaetzung">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="255"/>
</xs:restriction>
</xs:simpleType>
</xs:element>

direktVermehrung
Type:
xs:boolean, predefined, simple content

Direktvermehrung

XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="direktVermehrung" type="xs:boolean"/>

eigenVermehrung
Type:
xs:boolean, predefined, simple content

Eigenvermehrung (nur Pflanzgut)

  • true = Eigenvermehrung
  • false = Keine Eigenvermehrung
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="eigenVermehrung" type="xs:boolean"/>

ernteJahr
Type:
anonymous (restriction of xs:string), simple content

Erntejahr

Simple Content
xs:string
Pattern:
[0-9]{4}
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="1" name="ernteJahr">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:pattern value="[0-9]{4}"/>
</xs:restriction>
</xs:simpleType>
</xs:element>

feldStuecke
Type:
anonymous, complex content

Liste mit einem oder mehreren "feldStueck"-Elementen

XML Source (w/o annotations (8); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="feldStuecke">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="1" name="feldStueck">
<xs:complexType>
<xs:complexContent>
<xs:extension base="feldStueckBasisTyp">
<xs:sequence>
<xs:element maxOccurs="1" minOccurs="0" name="feldbestandsPruefungen">
<xs:complexType>
<xs:choice maxOccurs="unbounded" minOccurs="1">
<xs:element maxOccurs="1" minOccurs="1" name="feldbestandsPruefungPflanzgut" type="feldbestandsPruefungPflanzgut"/>
<xs:element maxOccurs="1" minOccurs="1" name="feldbestandsPruefungSaatgut" type="feldbestandsPruefungSaatgut"/>
</xs:choice>
</xs:complexType>
</xs:element>
<xs:element maxOccurs="1" minOccurs="0" name="partien">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="1" name="partie">
<xs:complexType>
<xs:complexContent>
<xs:extension base="partieTyp"/>
</xs:complexContent>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element maxOccurs="1" minOccurs="0" name="kommentar" type="xs:string"/>
<xs:element maxOccurs="1" minOccurs="1" name="letzteAenderung" type="xs:date"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>

flaecheWirtschaftskartoffeln
Type:
xs:double, predefined, simple content

Fläche mit Wirtschaftskartoffeln

XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="flaecheWirtschaftskartoffeln" type="xs:double"/>

geplanterFeldbesichtiger
Type:
adresseTyp, complex content

Adresse des Feldbesichtigers

XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="geplanterFeldbesichtiger" type="adresseTyp"/>

gesamtMenge
Type:
xs:long, predefined, simple content

Abgetretene Menge in kg

XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="gesamtMenge" type="xs:long"/>

kategorieNachTests
Type:
anonymous (restriction of xs:string), simple content

Abweichende Kategorie(n) nach Feldbestandsprüfung resp. Beschaffenheitsprüfung

Simple Content
xs:string
maxLength:
255
minLength:
1
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="kategorieNachTests">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="255"/>
</xs:restriction>
</xs:simpleType>
</xs:element>

kuenftigeAnerkennungsStelle
Type:
adresseTyp, complex content

Adresse der künftigen Anerkennungsstelle

XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="kuenftigeAnerkennungsStelle" type="adresseTyp"/>

kuenftigeAnerkennungsStelle2
Type:
adresseTyp, complex content

Adresse einer zusätzlichen künftigen Anerkennungsstelle

XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="kuenftigeAnerkennungsStelle2" type="adresseTyp"/>

kuenftigeAnerkennungsStelle3
Type:
adresseTyp, complex content

Adresse einer zusätzlichen künftigen Anerkennungsstelle

XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="kuenftigeAnerkennungsStelle3" type="adresseTyp"/>

kuenftigeAnerkennungsStelle4
Type:
adresseTyp, complex content

Adresse einer zusätzlichen künftigen Anerkennungsstelle

XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="kuenftigeAnerkennungsStelle4" type="adresseTyp"/>

lager
Type:
anonymous (restriction of xs:string), simple content

Lager

Simple Content
xs:string
maxLength:
255
minLength:
1
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="lager">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="255"/>
</xs:restriction>
</xs:simpleType>
</xs:element>

letzteAenderung
Type:
xs:date, predefined, simple content

Datum der letzten Änderung

Entspricht dem Datum der letzten Änderung des zu letzt geänderten Feldstückes.

XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="1" name="letzteAenderung" type="xs:date"/>

mengenertragGemeldet
Type:
xs:double, predefined, simple content

Gemeldete Menge/Tonnage

XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="mengenertragGemeldet" type="xs:double"/>

mengenertragGeschaetzt
Type:
xs:double, predefined, simple content

Geschätzte/Geplante Menge/Tonnage

XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="mengenertragGeschaetzt" type="xs:double"/>

neueAnerkennungsNummer
Type:
xs:string, predefined, simple content

Nach Abtretung wird die Anerkennung unter einer anderen Nummer geführt.

(Nur Pflanzgut)

XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="neueAnerkennungsNummer" type="xs:string"/>

nob
Type:
xs:boolean, predefined, simple content

Nicht obligatorische Beschaffenheitsprüfung (nur Saatgut)

  • true = Nicht obligatorische Beschaffenheitsprüfung
  • false = normale Beschaffenheitsprüfung
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="nob" type="xs:boolean"/>

oekoNummer
Type:
anonymous (restriction of xs:string), simple content

Nummer für ökologische Vermehrungen

Simple Content
xs:string
maxLength:
30
minLength:
1
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="oekoNummer">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="30"/>
</xs:restriction>
</xs:simpleType>
</xs:element>

rahmenvertragVermehrerVorhanden
Type:
xs:boolean, predefined, simple content

Mind. ein Rahmenvertrag (Vermehrer) vorhanden

XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="rahmenvertragVermehrerVorhanden" type="xs:boolean"/>

rechnungsEmpfaenger
Type:
adresseTyp, complex content

Adresse des Rechnungsempfängers

XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="1" name="rechnungsEmpfaenger" type="adresseTyp"/>

saatbauInspektion
Type:
adresseTyp, complex content

Adresse der Saatbauinspektion

XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="saatbauInspektion" type="adresseTyp"/>

saatgutBezuege
Type:
anonymous, complex content

Liste mit einem oder mehreren "saatgutBezug"-Elementen

XML Source (w/o annotations (13); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="saatgutBezuege">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="1" name="saatgutBezug">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="1" minOccurs="1" name="anerkennungsNummer">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="20"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element maxOccurs="1" minOccurs="1" name="menge" type="xs:int"/>
<xs:element maxOccurs="1" minOccurs="1" name="saatgutKategorie" type="saatgutKategorie"/>
<xs:element maxOccurs="1" minOccurs="0" name="feldGeneration">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="3"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element maxOccurs="1" minOccurs="0" name="fraktion">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="10"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element maxOccurs="1" minOccurs="0" name="aussaatDatum" type="xs:date"/>
<xs:element maxOccurs="1" minOccurs="0" name="eigenentnahme" type="xs:boolean"/>
<xs:element maxOccurs="1" minOccurs="0" name="pflanzstaerke" type="xs:int"/>
<xs:element maxOccurs="1" minOccurs="0" name="pflanzabstand" type="xs:double"/>
<xs:element maxOccurs="1" minOccurs="0" name="knollengewicht" type="xs:double"/>
<xs:element maxOccurs="1" minOccurs="0" name="aussaatFlaeche" type="xs:double"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>

saatgutKategorie
Type:
saatgutKategorie, simple content

Kategorie des Saatgutes

Simple Content
enumeration of xs:string
Enumeration:
"B", "BE", "BS", "BSE", "M3", "NAV", "PB", "PBTC", "V", "Z1", "Z2", "Z3", "ZA", "ZB", "MK"
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="1" name="saatgutKategorie" type="saatgutKategorie"/>

sorte
Type:
sorteTyp, complex content

Sorte

XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="1" ref="sorte"/>

status
Type:
xs:int, predefined, simple content

Status-Flag, frei verwendbar.

XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="status" type="xs:int"/>

umstellungsVermehrung
Type:
xs:boolean, predefined, simple content

Es handelt sich um eine Umstellungsvermehrung

XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="umstellungsVermehrung" type="xs:boolean"/>

umstufung
Type:
anonymous, complex content
XML Source (see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="umstufung">
<xs:complexType>
<xs:sequence maxOccurs="1" minOccurs="1">
<xs:element maxOccurs="1" minOccurs="1" name="katVorUmstufung" type="saatgutKategorie"/>
<xs:element maxOccurs="1" minOccurs="1" name="umstufungGrund">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="200"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>

unterVO
Type:
adresseTyp, complex content

Adresse der Unter-VO

XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="unterVO" type="adresseTyp"/>

uvovertragVorhanden
Type:
xs:boolean, predefined, simple content

Mind. ein Kombi-UVO-Vertrag vorhanden

XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="uvovertragVorhanden" type="xs:boolean"/>

vermehrer
Type:
adresseTyp, complex content

Adresse des Vermehrers

XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="1" name="vermehrer" type="adresseTyp"/>

vermehrungArt
Type:
anonymous (restriction of xs:string), simple content

Art der Vermehrung

  • N = Normalvermehrung
  • O = Ökovermehrung
  • G = Genveränderte Vermehrung
Simple Content
enumeration of xs:string
Enumeration:
"N", "O", "G"
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="1" name="vermehrungArt">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="N"/>
<xs:enumeration value="O"/>
<xs:enumeration value="G"/>
</xs:restriction>
</xs:simpleType>
</xs:element>

vermehrungsvertragVorhanden
Type:
xs:boolean, predefined, simple content

Mind. ein Vermehrungsvertrag vorhanden

XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="vermehrungsvertragVorhanden" type="xs:boolean"/>

vertriebsOrganisation
Type:
adresseTyp, complex content

Adresse der VO

XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="1" name="vertriebsOrganisation" type="adresseTyp"/>

vorReiniger
Type:
adresseTyp, complex content

Adresse des Vorreinigers

XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="vorReiniger" type="adresseTyp"/>

vovertragVorhanden
Type:
xs:boolean, predefined, simple content

Mind. ein Kombi-VO-Vertrag vorhanden

XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="vovertragVorhanden" type="xs:boolean"/>

webseedVorhabenId
Type:
anonymous (restriction of xs:string), simple content

Von WebSeed generierte (vorläufige) Vorhabennummer, 21-stellig

Wird grundsätzlich dazu verwendet, um Vorhaben auf korrespondierende WebSeed-Objekte zu mappen.

Simple Content
xs:string
Pattern:
[0-9A-Z]{21}
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="webseedVorhabenId">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:pattern value="[0-9A-Z]{21}"/>
</xs:restriction>
</xs:simpleType>
</xs:element>

zuechter
Type:
adresseTyp, complex content

Adresse des Züchters

XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="1" name="zuechter" type="adresseTyp"/>

zuordnungGesellschafter
Type:
anonymous (restriction of xs:string), simple content

Zuordnung zum Gesellschafter

Simple Content
xs:string
maxLength:
255
minLength:
1
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="zuordnungGesellschafter">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="255"/>
</xs:restriction>
</xs:simpleType>
</xs:element>

{any element with non-schema namespace}
XML Source (see within schema source)
<xs:any maxOccurs="unbounded" minOccurs="0" namespace="##other"/>

XML schema documentation generated with DocFlex/XML RE 1.8.0 using DocFlex/XML XSDDoc 2.2.0 template set