complexType DETaxType
diagram index_p497.png
namespace http://www.fundsxml.org/XMLSchema/3.1
children ShareProfits RealEstateProfit
annotation
documentation
Price information: German Tax data
documentation
The type representing prices.
source <xs:complexType name="DETaxType">
 
<xs:annotation>
   
<xs:documentation xml:lang="DE">Price information: German Tax data</xs:documentation>
   
<xs:documentation xml:lang="EN">The type representing prices.</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="ShareProfits" type="PercentageType" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Aktiengewinn</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="RealEstateProfit" type="PercentageType" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Immobiliengewinn</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element DETaxType/ShareProfits
diagram index_p498.png
namespace http://www.fundsxml.org/XMLSchema/3.1
type PercentageType
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Aktiengewinn
source <xs:element name="ShareProfits" type="PercentageType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Aktiengewinn</xs:documentation>
 
</xs:annotation>
</xs:element>

element DETaxType/RealEstateProfit
diagram index_p499.png
namespace http://www.fundsxml.org/XMLSchema/3.1
type PercentageType
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Immobiliengewinn
source <xs:element name="RealEstateProfit" type="PercentageType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Immobiliengewinn</xs:documentation>
 
</xs:annotation>
</xs:element>


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