element <Charge>
Namespace:
Type:
anonymous complexType
Content:
complex, 4 elements
Defined:
globally in GWA_NEU.xsd; see XML source
Includes:
definitions of 4 elements
Used:
XML Representation Summary
<Charge>
   
Content: 
Amount, TypeOfPayment, TypeOfTax?, DescriptionOfCharge
</Charge>
Content model elements (4):
Included in content model of elements (2):
Known Usage Locations
Annotation
Struktur für Beschreibung einer konkreten Gebühr.
XML Source (w/o annotations (1); see within schema source)
<xs:element name="Charge">
<xs:complexType>
<xs:sequence>
<xs:element ref="Amount"/>
<xs:element ref="TypeOfPayment"/>
<xs:element minOccurs="0" ref="TypeOfTax"/>
<xs:element ref="DescriptionOfCharge"/>
</xs:sequence>
</xs:complexType>
</xs:element>
Content Element Detail (all declarations; defined in this component only; 4/4)
Amount
Type:
AmountType, simple content
Simple Content
xs:decimal
fractionDigits:
2
XML Source (see within schema source)
<xs:element ref="Amount"/>

DescriptionOfCharge
Type:
String255, simple content
Simple Content
xs:string
maxLength:
255
XML Source (see within schema source)
<xs:element ref="DescriptionOfCharge"/>

TypeOfPayment
Type:
anonymous (restriction of xs:token), simple content
Simple Content
enumeration of xs:token
Enumeration:
"bezahlen.at", "Erlagschein"
XML Source (see within schema source)
<xs:element ref="TypeOfPayment"/>

TypeOfTax
Type:
anonymous (restriction of xs:token), simple content
Simple Content
enumeration of xs:token
Enumeration:
"brutto", "netto"
XML Source (see within schema source)
<xs:element minOccurs="0" ref="TypeOfTax"/>

XML schema documentation generated with DocFlex/XML RE 1.8.0 using DocFlex/XML XSDDoc 2.2.0 template set