Positions

/FundsXML4/RegulatoryReportings/IndirectReporting/TripartiteTemplateSolvencyII/Portfolio/Positions

Diagram

Positions Position SIIPositionType [1..*]

Documentation

EN

Inventory of the Portfolio

DE

Inventar des Portfolios

FR

Inventory de Portefeuille

NL

Inventory van Portefeuille

Properties

Type
(anonymous)
Cardinality
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
5

Child Elements & Attributes

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

Detail of each Position.

Details zu jeder Position.

Detail de chaque Position.

Detail van elke Positie.

Element Definition

<xs:element xmlns:altova="http://www.altova.com/xml-schema-extensions"
            xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
            xmlns:xs="http://www.w3.org/2001/XMLSchema"
            name="Positions">
   <xs:annotation>
      <xs:documentation xml:lang="en">Inventory of the Portfolio</xs:documentation>
      <xs:documentation xml:lang="de">Inventar des Portfolios</xs:documentation>
      <xs:documentation xml:lang="fr">Inventory de Portefeuille</xs:documentation>
      <xs:documentation xml:lang="nl">Inventory van Portefeuille</xs:documentation>
   </xs:annotation>
   <xs:complexType>
      <xs:sequence>
         <xs:element maxOccurs="unbounded" name="Position" type="SIIPositionType">
            <xs:annotation>
               <xs:documentation xml:lang="en">Detail of each Position.</xs:documentation>
               <xs:documentation xml:lang="de">Details zu jeder Position.</xs:documentation>
               <xs:documentation xml:lang="fr">Detail de chaque Position.</xs:documentation>
               <xs:documentation xml:lang="nl">Detail van elke Positie.</xs:documentation>
            </xs:annotation>
         </xs:element>
      </xs:sequence>
   </xs:complexType>
</xs:element>