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

Spezifika Prüfstelle

XML Source (w/o annotations (8); see within schema source)
<xs:element maxOccurs="1" minOccurs="1" name="pruefStelle">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="1" minOccurs="1" name="pruefstNummer">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="6"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element maxOccurs="1" minOccurs="0" name="pruefstBezeichnungAlt">
<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="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="1" name="privat" type="xs:boolean"/>
<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; 7/7)
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 Prüfstelle

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>

privat
Type:
xs:boolean, predefined, simple content

Private Prüfstelle: JA/NEIN

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

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

Alte Bezeichnung der Prüfstelle

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

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

Prüfstellennummer: sechsstellig, alphanummerisch

Simple Content
xs:string
maxLength:
6
minLength:
1
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="1" name="pruefstNummer">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
<xs:maxLength value="6"/>
</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