complexType "bezugsloseBeschaffenheitsPruefungTyp"
Namespace:
Content:
complex, 6 elements
Defined:
Includes:
definitions of 6 elements
Used:
XML Representation Summary
<...>
   
Content: 
((fruchtArt, sortenNummer) | (fruchtArtFreitext, sortenFreitext)), bezugsText?, beschaffenheitsPruefung
</...>
Content Model Elements (6):
All Direct / Indirect Based Elements (1):
Known Usage Locations
XML Source (w/o annotations (6); see within schema source)
<xs:complexType name="bezugsloseBeschaffenheitsPruefungTyp">
<xs:sequence>
<xs:choice maxOccurs="1" minOccurs="1">
<xs:sequence maxOccurs="1" minOccurs="1">
<xs:element maxOccurs="1" minOccurs="1" name="fruchtArt">
<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="1" name="sortenNummer">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:pattern value="[0-9]{5}"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
<xs:sequence maxOccurs="1" minOccurs="1">
<xs:element maxOccurs="1" minOccurs="1" name="fruchtArtFreitext">
<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="1" name="sortenFreitext">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="255"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:choice>
<xs:element maxOccurs="1" minOccurs="0" name="bezugsText">
<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="1" name="beschaffenheitsPruefung">
<xs:complexType>
<xs:choice maxOccurs="1" minOccurs="1">
<xs:element maxOccurs="1" minOccurs="1" name="beschaffenheitsPruefungPflanzgut" type="beschaffenheitsPruefungPflanzgut"/>
<xs:element maxOccurs="1" minOccurs="1" name="beschaffenheitsPruefungSaatgut" type="beschaffenheitsPruefungSaatgut"/>
</xs:choice>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
Content Element Detail (all declarations; defined in this component only; 6/6)
beschaffenheitsPruefung
Type:
anonymous, complex content
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="1" name="beschaffenheitsPruefung">
<xs:complexType>
<xs:choice maxOccurs="1" minOccurs="1">
<xs:element maxOccurs="1" minOccurs="1" name="beschaffenheitsPruefungPflanzgut" type="beschaffenheitsPruefungPflanzgut"/>
<xs:element maxOccurs="1" minOccurs="1" name="beschaffenheitsPruefungSaatgut" type="beschaffenheitsPruefungSaatgut"/>
</xs:choice>
</xs:complexType>
</xs:element>

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

Bezugstext

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="bezugsText">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="255"/>
</xs:restriction>
</xs:simpleType>
</xs:element>

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

Fruchtartschlüssel BSA für Arten die im Artenverzeichnis stehen: dreistellig

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

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

Fruchtartfreitext für Arten die NICHT im Artenverzeichnis stehen

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

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

Sortenfreitext für Sorten die NICHT beim BSA gelistet sind.

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

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

Sortennummer (BSA): fünfstellig, bestehend aus Ziffern

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

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