element <anerkennungsStelle>
Namespace:
Type:
anonymous complexType
Content:
complex, 8 elements
Defined:
locally within adresseTyp complexType in adresse.xsd; see XML source
Includes:
definitions of 8 elements
XML Representation Summary
<anerkennungsStelle>
   
Content: 
akstNummer, akstNummerAlt?, akstBezeichnungAlt?, bundesLand, leiter?, bearbeiterSaatgut?, bearbeiterPflanzgut?, teilschlagUnterstuetzung?
</anerkennungsStelle>
Content model elements (8):
Included in content model of elements (22):
Annotation

Spezifika Anerkennungsstelle

XML Source (w/o annotations (8); see within schema source)
<xs:element maxOccurs="1" minOccurs="1" name="anerkennungsStelle">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="1" minOccurs="1" name="akstNummer">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="9"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element maxOccurs="1" minOccurs="0" name="akstNummerAlt">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="9"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element maxOccurs="1" minOccurs="0" name="akstBezeichnungAlt">
<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="bundesLand">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:pattern value="[0-9]{2}"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element maxOccurs="1" minOccurs="0" name="leiter">
<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="0" name="bearbeiterSaatgut">
<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="0" name="bearbeiterPflanzgut">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="50"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element minOccurs="0" name="teilschlagUnterstuetzung" type="xs:boolean"/>
</xs:sequence>
</xs:complexType>
</xs:element>
Content Element Detail (all declarations; defined in this component only; 8/8)
akstBezeichnungAlt
Type:
anonymous (restriction of xs:string), simple content

Alte Bezeichnung der Anerkennungsstelle

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

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

Adressnummer der Anerkennungsstelle: neunstellig

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

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

Adressnummer (Datenaustausch) der Anerkennungsstelle: neunstellig

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

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

Bearbeiter des Pflanzgutes

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

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

Bearbeiter des Saatgutes

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

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

Bundesland: zweistellig, nur Ziffern

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

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

Leiter der Anerkennungsstelle

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

teilschlagUnterstuetzung
Type:
xs:boolean, predefined, simple content
XML Source (see within schema source)
<xs:element minOccurs="0" name="teilschlagUnterstuetzung" type="xs:boolean"/>

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