Summary

/FundsXML4/Funds/Fund/CountrySpecificData/AT/PKG2012/Summary

Diagram

Summary Position (anonymous) [1..*]

Documentation

EN

Summen je Kategorie (entspricht dem Meldeformular)

DE

Summen je Kategorie (entspricht dem Meldeformular)

FR

Summen je Kategorie (entspricht dem Meldeformular)

NL

Summen je Kategorie (entspricht dem Meldeformular)

Properties

Type
(anonymous)
Cardinality
0..1
Namespace
xs = "http://www.w3.org/2001/XMLSchema"
vc = "http://www.w3.org/2007/XMLSchema-versioning"
altova = "http://www.altova.com/xml-schema-extensions"
ds = "http://www.w3.org/2000/09/xmldsig#"
Level
6

Child Elements & Attributes

Child elements and attributes of this element
Name (XPath) Type Documentation Sample Data
(anonymous)

Je Kategorie ein Knoten

Je Kategorie ein Knoten

Je Kategorie ein Knoten

Je Kategorie ein Knoten

Element Definition

<xs:element xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
            xmlns:xs="http://www.w3.org/2001/XMLSchema"
            minOccurs="0"
            name="Summary">
   <xs:annotation>
      <xs:documentation xml:lang="en">Summen je Kategorie (entspricht dem Meldeformular)</xs:documentation>
      <xs:documentation xml:lang="de">Summen je Kategorie (entspricht dem Meldeformular)</xs:documentation>
      <xs:documentation xml:lang="fr">Summen je Kategorie (entspricht dem Meldeformular)</xs:documentation>
      <xs:documentation xml:lang="nl">Summen je Kategorie (entspricht dem Meldeformular)</xs:documentation>
   </xs:annotation>
   <xs:complexType>
      <xs:sequence>
         <xs:element maxOccurs="unbounded" name="Position">
            <xs:annotation>
               <xs:documentation xml:lang="en">Je Kategorie ein Knoten</xs:documentation>
               <xs:documentation xml:lang="de">Je Kategorie ein Knoten</xs:documentation>
               <xs:documentation xml:lang="fr">Je Kategorie ein Knoten</xs:documentation>
               <xs:documentation xml:lang="nl">Je Kategorie ein Knoten</xs:documentation>
            </xs:annotation>
            <xs:complexType>
               <xs:sequence>
                  <xs:element name="Category">
                     <xs:annotation>
                        <xs:documentation xml:lang="en">PKG/QMV-Kategorie (dreistellige Nummer) laut Vermögensausweis</xs:documentation>
                        <xs:documentation xml:lang="de">PKG/QMV-Kategorie (dreistellige Nummer) laut Vermögensausweis</xs:documentation>
                        <xs:documentation xml:lang="fr">PKG/QMV-Kategorie (dreistellige Nummer) laut Vermögensausweis</xs:documentation>
                        <xs:documentation xml:lang="nl">PKG/QMV-Kategorie (dreistellige Nummer) laut Vermögensausweis</xs:documentation>
                     </xs:annotation>
                     <xs:simpleType>
                        <xs:restriction base="xs:decimal">
                           <xs:totalDigits value="3"/>
                        </xs:restriction>
                     </xs:simpleType>
                  </xs:element>
                  <xs:element name="Value" type="AmountType">
                     <xs:annotation>
                        <xs:documentation xml:lang="en">Summe für obige Kategorie</xs:documentation>
                        <xs:documentation xml:lang="de">Summe für obige Kategorie</xs:documentation>
                        <xs:documentation xml:lang="fr">Summe für obige Kategorie</xs:documentation>
                        <xs:documentation xml:lang="nl">Summe für obige Kategorie</xs:documentation>
                     </xs:annotation>
                  </xs:element>
               </xs:sequence>
            </xs:complexType>
         </xs:element>
      </xs:sequence>
   </xs:complexType>
</xs:element>