complexType "feldbestandsPruefungTyp"
Namespace:
Content:
complex, 15 elements, elem. wildcard
Abstract:
(cannot be assigned directly to elements used in instance XML documents)
Defined:
Includes:
definitions of 15 elements, elem. wildcard
Used:
XML Representation Summary
<...>
   
Content: 
besichtigungsArt, besichtigungsDatum, besichtiger?, flaecheZurueckgezogen?, grundZurueckziehung?, flaecheMitErfolg?, flaecheOhneErfolg?, grundOhneErfolg?, saatgutKategorieNachBesichtigung?, ertragsSchaetzung?, aberkennungsGrund?, gebuehr?, gebuehrenAbrechnung?, gebuehrenAbrechnung2?, bemerkung?, ({any}?)?
</...>
Content Model Elements (15):
aberkennungsGrund (type anonymous),
bemerkung (type anonymous),
besichtigungsArt (type anonymous),
besichtigungsDatum (type xs:date),
ertragsSchaetzung (type xs:double),
flaecheMitErfolg (type xs:double),
flaecheOhneErfolg (type xs:double),
flaecheZurueckgezogen (type xs:double),
gebuehr (type xs:double),
gebuehrenAbrechnung (type xs:boolean),
gebuehrenAbrechnung2 (type xs:boolean),
grundOhneErfolg (type anonymous),
grundZurueckziehung (type anonymous),
Known Direct Subtypes (2):
All Direct / Indirect Based Elements (2):
Known Usage Locations
XML Source (w/o annotations (15); see within schema source)
<xs:complexType abstract="true" name="feldbestandsPruefungTyp">
<xs:sequence>
<xs:element maxOccurs="1" minOccurs="1" name="besichtigungsArt">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="S"/>
<xs:enumeration value="N"/>
<xs:enumeration value="W"/>
<xs:enumeration value="K"/>
<xs:enumeration value="Z"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element maxOccurs="1" minOccurs="1" name="besichtigungsDatum" type="xs:date"/>
<xs:element maxOccurs="1" minOccurs="0" name="besichtiger" type="adresseTyp"/>
<xs:element maxOccurs="1" minOccurs="0" name="flaecheZurueckgezogen" type="xs:double"/>
<xs:element maxOccurs="1" minOccurs="0" name="grundZurueckziehung">
<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="flaecheMitErfolg" type="xs:double"/>
<xs:element maxOccurs="1" minOccurs="0" name="flaecheOhneErfolg" type="xs:double"/>
<xs:element maxOccurs="1" minOccurs="0" name="grundOhneErfolg">
<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="saatgutKategorieNachBesichtigung" type="saatgutKategorie"/>
<xs:element maxOccurs="1" minOccurs="0" name="ertragsSchaetzung" type="xs:double"/>
<xs:element maxOccurs="1" minOccurs="0" name="aberkennungsGrund">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="100"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element maxOccurs="1" minOccurs="0" name="gebuehr" 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="bemerkung">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="255"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:sequence maxOccurs="1" minOccurs="0">
<xs:any maxOccurs="1" minOccurs="0" namespace="##other"/>
</xs:sequence>
</xs:sequence>
</xs:complexType>
Content Element Detail (all declarations; defined in this component only; 16/16)
aberkennungsGrund
Type:
anonymous (restriction of xs:string), simple content

Grund der Aberkennung

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

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

Bemerkung

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>

besichtiger
Type:
adresseTyp, complex content

Adresse des Besichtigers

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

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

Art der Besichtigung

  • S = Standardbesichtigung
  • N = Nachbesichtigung
  • W = Wiederholungsbesichtigung
  • K = Kontrolle
  • Z = Vollständige Zurückziehung
Simple Content
enumeration of xs:string
Enumeration:
"S", "N", "W", "K", "Z"
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="1" name="besichtigungsArt">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="S"/>
<xs:enumeration value="N"/>
<xs:enumeration value="W"/>
<xs:enumeration value="K"/>
<xs:enumeration value="Z"/>
</xs:restriction>
</xs:simpleType>
</xs:element>

besichtigungsDatum
Type:
xs:date, predefined, simple content

Datum der Besichtigung

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

ertragsSchaetzung
Type:
xs:double, predefined, simple content

Ertragsschätzung

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

flaecheMitErfolg
Type:
xs:double, predefined, simple content

Besichtigte Fläche mit Erfolg

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

flaecheOhneErfolg
Type:
xs:double, predefined, simple content

Besichtigte Fläche ohne Erfolg

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

flaecheZurueckgezogen
Type:
xs:double, predefined, simple content

Zurückgezogene Fläche

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

gebuehr
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="gebuehr" type="xs:double"/>

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"/>

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

Grund warum Flächen nicht erfolgreich waren

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

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

Grund für die Zurückziehung

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

saatgutKategorieNachBesichtigung
Type:
saatgutKategorie, simple content

Saatgutkategorie nach der Besichtigung

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="0" name="saatgutKategorieNachBesichtigung" type="saatgutKategorie"/>

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

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