Namespace: |
|
Content: |
complex, 6 elements |
Defined: |
globally in bezugslosebeschaffenheitspruefung.xsd; see XML source |
Includes: |
definitions of 6 elements |
Used: |
at 1 location |
XML Representation Summary | |||||
<...> | |||||
|
|||||
</...> |
<xs:complexType name="bezugsloseBeschaffenheitsPruefungTyp"> <xs:sequence> <xs:choice maxOccurs="1" minOccurs="1"> <xs:sequence maxOccurs="1" minOccurs="1"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:minLength value="1"/> <xs:maxLength value="3"/> </xs:restriction> </xs:simpleType> </xs:element> <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:simpleType> <xs:restriction base="xs:string"> <xs:minLength value="1"/> <xs:maxLength value="255"/> </xs:restriction> </xs:simpleType> </xs:element> <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:simpleType> <xs:restriction base="xs:string"> <xs:minLength value="1"/> <xs:maxLength value="255"/> </xs:restriction> </xs:simpleType> </xs:element> <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> |
Type: |
anonymous, complex content |
<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> |
Type: |
Bezugstext
xs:string |
maxLength: |
255 |
minLength: |
1 |
<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> |
Type: |
Fruchtartschlüssel BSA für Arten die im Artenverzeichnis stehen: dreistellig
xs:string |
maxLength: |
3 |
minLength: |
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> |
Type: |
Fruchtartfreitext für Arten die NICHT im Artenverzeichnis stehen
xs:string |
maxLength: |
255 |
minLength: |
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> |
Type: |
Sortenfreitext für Sorten die NICHT beim BSA gelistet sind.
xs:string |
maxLength: |
255 |
minLength: |
1 |
<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> |
Type: |
Sortennummer (BSA): fünfstellig, bestehend aus Ziffern
xs:string |
Pattern: |
[0-9]{5} |
<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 |