element <vermehrungArt>
Namespace:
Type:
anonymous (restriction of xs:string)
Content:
simple
Defined:
XML Representation Summary
<vermehrungArt>
   
Content: 
{ enumeration of xs:string }
</vermehrungArt>
Simple Content Detail:
Enumeration:
"N", "O", "G"

Included in content model of elements (1):
Annotation

Art der Vermehrung

Anonymous Type Detail
Type Derivation Tree
xs:string (restriction)
  simpleType
Derivation:
restriction of xs:string
Facets:
enumeration:
"N", "O", "G"
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="1" name="vermehrungArt">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="N"/>
<xs:enumeration value="O"/>
<xs:enumeration value="G"/>
</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