element <verwendung>
Namespace:
Type:
anonymous complexType
Content:
complex, 3 elements
Defined:
Includes:
definitions of 3 elements
XML Representation Summary
<verwendung>
   
Content: 
schlagBezeichnung, flaeche, verwendungsTyp
</verwendung>
Content model elements (3):
Included in content model of elements (1):
Annotation

Verwendung

XML Source (w/o annotations (4); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="1" name="verwendung">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="1" minOccurs="1" name="schlagBezeichnung">
<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="flaeche" type="xs:double"/>
<xs:element maxOccurs="1" minOccurs="1" name="verwendungsTyp">
<xs:simpleType>
<xs:restriction base="xs:integer">
<xs:enumeration value="1"/>
<xs:enumeration value="2"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
Content Element Detail (all declarations; defined in this component only; 3/3)
flaeche
Type:
xs:double, predefined, simple content

Fläche

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

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

Bezeichnung/Name des Schlages

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

verwendungsTyp
Type:
anonymous (restriction of xs:integer), simple content

Typ der Verwendung

  • 1 = Wirtschaftskartoffel
Simple Content
enumeration of xs:integer
Enumeration:
"1", "2"
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="1" name="verwendungsTyp">
<xs:simpleType>
<xs:restriction base="xs:integer">
<xs:enumeration value="1"/>
<xs:enumeration value="2"/>
</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