complexType FeesType
diagram index_p896.png
namespace http://www.fundsxml.org
children Date Fee
used by
element ProcessDataType/Fees
annotation
documentation
Ein Typ fuer die Gebuehren. Unterhalb diese elementes werden alle Gebuehren abgelegt.
documentation
Feestype. All informations about fees are placed below this element.
source <xs:complexType name="FeesType">
 
<xs:annotation>
   
<xs:documentation xml:lang="de">Ein Typ fuer die Gebuehren. Unterhalb diese elementes werden alle Gebuehren abgelegt.</xs:documentation>
   
<xs:documentation xml:lang="en">Feestype. All informations about fees are placed below this element.</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="Date" type="xs:date">
     
<xs:annotation>
       
<xs:documentation xml:lang="de">Das Datum an dem diese Gebuehr gueltig ist oder war.</xs:documentation>
       
<xs:documentation xml:lang="en">The date on which this fee is valid.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="Fee" type="FeeType" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation xml:lang="de">Eine Gebuehr mit den entsprechenden Informationen.</xs:documentation>
       
<xs:documentation xml:lang="en">One fee.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element FeesType/Date
diagram index_p897.png
namespace http://www.fundsxml.org
type xs:date
properties
content simple
annotation
documentation
Das Datum an dem diese Gebuehr gueltig ist oder war.
documentation
The date on which this fee is valid.
source <xs:element name="Date" type="xs:date">
 
<xs:annotation>
   
<xs:documentation xml:lang="de">Das Datum an dem diese Gebuehr gueltig ist oder war.</xs:documentation>
   
<xs:documentation xml:lang="en">The date on which this fee is valid.</xs:documentation>
 
</xs:annotation>
</xs:element>

element FeesType/Fee
diagram index_p898.png
namespace http://www.fundsxml.org
type FeeType
properties
minOcc 1
maxOcc unbounded
content complex
children Name Text AbsoluteValue RelativeValue Text Range
annotation
documentation
Eine Gebuehr mit den entsprechenden Informationen.
documentation
One fee.
source <xs:element name="Fee" type="FeeType" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation xml:lang="de">Eine Gebuehr mit den entsprechenden Informationen.</xs:documentation>
   
<xs:documentation xml:lang="en">One fee.</xs:documentation>
 
</xs:annotation>
</xs:element>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy