complexType "beschaffenheitsPruefung"
Namespace:
Content:
complex, 16 elements, elem. wildcard
Abstract:
(cannot be assigned directly to elements used in instance XML documents)
Defined:
Includes:
definitions of 16 elements, elem. wildcard
Used:
XML Representation Summary
<...>
   
Content: 
anerkennungsStelle?, pruefStelle, pruefstellenKennung?, probeNehmer?, aufbereiter?, voFirma?, zuechter?, vermehrerAliase?, untersuchungsJahr, ernteJahr?, anerkennungsErgebnis?, grundAberkennung?, untersuchungsGebuehr?, gebuehrenAbrechnung?, gebuehrenAbrechnung2?, bemerkungen?, {any}*
</...>
Content Model Elements (16):
anerkennungsErgebnis (type anonymous),
bemerkungen (type anonymous),
ernteJahr (type anonymous),
gebuehrenAbrechnung (type xs:boolean),
gebuehrenAbrechnung2 (type xs:boolean),
grundAberkennung (type xs:string),
pruefstellenKennung (type xs:string),
untersuchungsGebuehr (type xs:double),
untersuchungsJahr (type anonymous),
vermehrerAliase (type xs:string),
Known Direct Subtypes (2):
All Direct / Indirect Based Elements (2):
Known Usage Locations
XML Source (w/o annotations (17); see within schema source)
<xs:complexType abstract="true" name="beschaffenheitsPruefung">
<xs:sequence>
<xs:element maxOccurs="1" minOccurs="0" name="anerkennungsStelle" type="adresseTyp"/>
<xs:element maxOccurs="1" minOccurs="1" name="pruefStelle" type="adresseTyp"/>
<xs:element maxOccurs="1" minOccurs="0" name="pruefstellenKennung" type="xs:string"/>
<xs:element maxOccurs="1" minOccurs="0" name="probeNehmer" type="adresseTyp"/>
<xs:element maxOccurs="1" minOccurs="0" name="aufbereiter" type="adresseTyp"/>
<xs:element maxOccurs="1" minOccurs="0" name="voFirma" type="adresseTyp"/>
<xs:element maxOccurs="1" minOccurs="0" name="zuechter" type="adresseTyp"/>
<xs:element maxOccurs="1" minOccurs="0" name="vermehrerAliase" type="xs:string"/>
<xs:element maxOccurs="1" minOccurs="1" name="untersuchungsJahr">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="4"/>
<xs:pattern value="[0-9]{4}"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element maxOccurs="1" minOccurs="0" name="ernteJahr">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="4"/>
<xs:pattern value="[0-9]{4}"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element maxOccurs="1" minOccurs="0" name="anerkennungsErgebnis">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="J"/>
<xs:enumeration value="F"/>
<xs:enumeration value="N"/>
<xs:enumeration value="O"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element maxOccurs="1" minOccurs="0" name="grundAberkennung" type="xs:string"/>
<xs:element maxOccurs="1" minOccurs="0" name="untersuchungsGebuehr" type="xs:double"/>
<xs:element maxOccurs="1" minOccurs="0" name="gebuehrenAbrechnung" type="xs:boolean"/>
<xs:element maxOccurs="1" minOccurs="0" name="gebuehrenAbrechnung2" type="xs:boolean"/>
<xs:element maxOccurs="1" minOccurs="0" name="bemerkungen">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="1" name="bemerkungsText">
<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:any maxOccurs="unbounded" minOccurs="0" namespace="##other"/>
</xs:sequence>
</xs:complexType>
Content Element Detail (all declarations; defined in this component only; 17/17)
anerkennungsErgebnis
Type:
anonymous (restriction of xs:string), simple content

Anerkennungsergebnis

  • J = anerkannt
  • F = anerkennungsfähig (SaPlus)
  • N = abgelehnt
  • O = offen
Simple Content
enumeration of xs:string
Enumeration:
"J", "F", "N", "O"
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="anerkennungsErgebnis">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="J"/>
<xs:enumeration value="F"/>
<xs:enumeration value="N"/>
<xs:enumeration value="O"/>
</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="0" name="anerkennungsStelle" type="adresseTyp"/>

aufbereiter
Type:
adresseTyp, complex content

Adresse des Probenehmers

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

bemerkungen
Type:
anonymous, complex content

Bemerkungen/Kommentare

XML Source (w/o annotations (2); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="bemerkungen">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="1" name="bemerkungsText">
<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>

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

Erntejahr der Rohware

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

gebuehrenAbrechnung
Type:
xs:boolean, predefined, simple content

Gebührenabrechnung (1)

  • true = Erste Gebührenabrechnung liegt vor
  • false = Erste Gebührenabrechnung liegt nicht vor
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="gebuehrenAbrechnung" type="xs:boolean"/>

gebuehrenAbrechnung2
Type:
xs:boolean, predefined, simple content

Gebührenabrechnung (2)

  • true = Zweite Gebührenabrechnung liegt vor
  • false = Zweite Gebührenabrechnung liegt nicht vor
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="gebuehrenAbrechnung2" type="xs:boolean"/>

grundAberkennung
Type:
xs:string, predefined, simple content
wird angegeben wenn eine Aberkenung erfolgt ist
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="grundAberkennung" type="xs:string"/>

probeNehmer
Type:
adresseTyp, complex content

Adresse des Probenehmers

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

pruefStelle
Type:
adresseTyp, complex content

Adresse der Prüfstelle

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

pruefstellenKennung
Type:
xs:string, predefined, simple content
Kennung der Prüfstelle
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="pruefstellenKennung" type="xs:string"/>

untersuchungsGebuehr
Type:
xs:double, predefined, simple content

Untersuchungsgebühr

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

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

Jahr der Untersuchung

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

vermehrerAliase
Type:
xs:string, predefined, simple content

Adressnummern aller beteiligten Vermehrer

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

voFirma
Type:
adresseTyp, complex content

Adresse der VO-Firma

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

zuechter
Type:
adresseTyp, complex content

Adresse des Züchters

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

{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