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

Spezifika Prüfstelle

XML Source (w/o annotations (5); see within schema source)
<xs:element maxOccurs="1" minOccurs="1" name="saatbauInspektion">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="1" minOccurs="0" 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:sequence>
</xs:complexType>
</xs:element>
Content Element Detail (all declarations; defined in this component only; 4/4)
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="0" 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 SBI

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>

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