element <TypeOfPayment>
Namespace:
Type:
anonymous (restriction of xs:token)
Content:
simple
Defined:
globally in GWA_NEU.xsd; see XML source
Used:
XML Representation Summary
<TypeOfPayment>
   
Content: 
{ enumeration of xs:token }
</TypeOfPayment>
Simple Content Detail:
Enumeration:
"bezahlen.at", "Erlagschein"

Included in content model of elements (1):
Known Usage Locations
Annotation
Art der Bezahlung. Zulässige Werte sind "bezahlen.at" oder "Erlagschein".
Anonymous Type Detail
Type Derivation Tree
xs:token (restriction)
  simpleType
Derivation:
restriction of xs:token
Facets:
enumeration:
"bezahlen.at", "Erlagschein"
XML Source (w/o annotations (1); see within schema source)
<xs:element name="TypeOfPayment">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="bezahlen.at"/>
<xs:enumeration value="Erlagschein"/>
</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