element <aktion>
Namespace:
Type:
anonymous (restriction of xs:string)
Content:
simple
Defined:
locally within adresseTyp complexType in adresse.xsd; see XML source
XML Representation Summary
<aktion>
   
Content: 
{ enumeration of xs:string }
</aktion>
Simple Content Detail:
Enumeration:
"Abfrage", "Neumeldung", "Aenderung", "Loeschung", "NA"

Included in content model of elements (22):
Annotation

Datenbankaktion für das Objekt

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