complexType SecurityCodesType
diagram index_p1549.png
namespace http://www.fundsxml.org
children ISIN CUSIP SEDOL CountrySecurityCode OtherSecurityCodes UniqueID
used by
elements CountrySpecificDataType/DE/Reporting/BuBaReporting/Meldung10380/UebergeordneterFonds/Anteilklasse SecuritiesWithoutISINType/InternalSecurityID SecuritiesWithISINType/ISIN FundsXML/AssetMasterData/Asset/Security/ForeignExchangeTrade/OriginalSecurityCodes PortfolioType/Transactions/SecurityCode PortfolioType/Transactions/CorporateAction/from/SecurityCode PortfolioType/Transactions/CorporateAction/to/SecurityCode PortfolioType/Earnings/SecurityCode FundsXML/AssetMasterData/Asset/SecurityCodes FundsXML/AssetMasterData/Asset/Security/CreditDefaultSwap/CouponSpread/variable/SecurityCodes FundFactsType/ShareClassSecurityType/SecurityCodes FundFactsType/MainShareClass/SecurityCodes FundFactsType/Umbrella/SecurityCodes FundType/SecurityCodes PortfolioType/Accounts/SecurityCodes PortfolioAssetsType/SecurityCodes PortfolioAssetsType/Underlying/SecurityCodes UnderlyingType/SecurityCodes PricesType/ShareClassSecurityType CountrySpecificDataType/DE/Reporting/BuBaReporting/Meldung10380/UebergeordneterFonds/Teilfonds
annotation
documentation
Kennnummern des Fonds: Mit den Kennnummern werden nationale und internationale sowie nichtoffizielle (von Finanzinformationsgesellschaften stammenden) Fondsidentifizierungen definiert.
documentation
National, international as well as non-official codes associated with the fund.
source <xs:complexType name="SecurityCodesType">
 
<xs:annotation>
   
<xs:documentation xml:lang="de">Kennnummern des Fonds: Mit den Kennnummern werden nationale und internationale sowie nichtoffizielle (von Finanzinformationsgesellschaften stammenden) Fondsidentifizierungen definiert.</xs:documentation>
   
<xs:documentation xml:lang="en">National, international as well as non-official codes associated with the fund.</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="ISIN" nillable="true" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation xml:lang="de">Die ISIN ist die Internationale Wertpapierkennnummer.</xs:documentation>
       
<xs:documentation xml:lang="en">International ISIN security code of the fund.</xs:documentation>
     
</xs:annotation>
     
<xs:simpleType>
       
<xs:restriction base="xs:string">
         
<xs:pattern value="[A-Z]{2}[A-Z0-9]{10}"/>
       
</xs:restriction>
     
</xs:simpleType>
   
</xs:element>
   
<xs:element name="CUSIP" minOccurs="0">
     
<xs:simpleType>
       
<xs:restriction base="xs:string">
         
<xs:pattern value="[A-Za-z0-9]{8}[0-9]+"/>
       
</xs:restriction>
     
</xs:simpleType>
   
</xs:element>
   
<xs:element name="SEDOL" minOccurs="0">
     
<xs:simpleType>
       
<xs:restriction base="xs:string">
         
<xs:pattern value="[A-Za-z0-9]{6}[0-9]+"/>
       
</xs:restriction>
     
</xs:simpleType>
   
</xs:element>
   
<xs:element name="CountrySecurityCode" minOccurs="0" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation xml:lang="de">Landeskennnummer: Unterhalb der Landeskennnummer kann die fuer das Land spezifische Wertpapierkennnummer angegeben werden.</xs:documentation>
       
<xs:documentation xml:lang="en">Funds country code: all country-specific codes can be entered here.</xs:documentation>
     
</xs:annotation>
     
<xs:complexType>
       
<xs:sequence>
         
<xs:element name="CountryCode" type="ISOCountryCodeType">
           
<xs:annotation>
             
<xs:documentation xml:lang="de">Das Landeskennzeichen des Landes fuer das diese Wertpapierkennnummer gueltig ist als ISO-Code</xs:documentation>
             
<xs:documentation xml:lang="en">The country code in the form of an ISO-Code related to the security code.</xs:documentation>
           
</xs:annotation>
         
</xs:element>
         
<xs:element name="SecurityNumber" type="xs:string">
           
<xs:annotation>
             
<xs:documentation xml:lang="de">Die landesspezifische Kennnummer des Fonds.</xs:documentation>
             
<xs:documentation xml:lang="en">The value of the security code for the country specified.</xs:documentation>
           
</xs:annotation>
         
</xs:element>
       
</xs:sequence>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="OtherSecurityCodes" minOccurs="0" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation xml:lang="de">Weitere Kennnummern: Hier kann man weitere nicht offizielle Kennnummern angeben wie z.B. die eindeutige Nummer von Reuters oder Bloomberg.</xs:documentation>
       
<xs:documentation xml:lang="en">Other non-official codes can be entered here i.e. unique numbers from Reuters or Bloomberg.</xs:documentation>
     
</xs:annotation>
     
<xs:complexType>
       
<xs:sequence>
         
<xs:element name="Name" type="xs:string">
           
<xs:annotation>
             
<xs:documentation xml:lang="de">Name der Kennnummer. Hiermit wird angegeben, nach welcher Klassifizierung diese Kennnummer angegeben wird. </xs:documentation>
             
<xs:documentation xml:lang="en">The Name of the classification used to specify security code.</xs:documentation>
           
</xs:annotation>
         
</xs:element>
         
<xs:element name="SecurityNumber" type="xs:string">
           
<xs:annotation>
             
<xs:documentation xml:lang="de">Die eigentliche Kennnummer auf die Klassifizierung bezogen.</xs:documentation>
             
<xs:documentation xml:lang="en">The value of the security code related to its classification.</xs:documentation>
           
</xs:annotation>
         
</xs:element>
       
</xs:sequence>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="UniqueID" type="xs:string" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Unique Identifier to reference between AssetMasterData / Transactions / Assets</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element SecurityCodesType/ISIN
diagram index_p1550.png
namespace http://www.fundsxml.org
type restriction of xs:string
properties
minOcc 0
maxOcc 1
content simple
nillable true
facets
Kind Value Annotation
pattern [A-Z]{2}[A-Z0-9]{10}
annotation
documentation
Die ISIN ist die Internationale Wertpapierkennnummer.
documentation
International ISIN security code of the fund.
source <xs:element name="ISIN" nillable="true" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation xml:lang="de">Die ISIN ist die Internationale Wertpapierkennnummer.</xs:documentation>
   
<xs:documentation xml:lang="en">International ISIN security code of the fund.</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:pattern value="[A-Z]{2}[A-Z0-9]{10}"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element SecurityCodesType/CUSIP
diagram index_p1551.png
namespace http://www.fundsxml.org
type restriction of xs:string
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
pattern [A-Za-z0-9]{8}[0-9]+
source <xs:element name="CUSIP" minOccurs="0">
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:pattern value="[A-Za-z0-9]{8}[0-9]+"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element SecurityCodesType/SEDOL
diagram index_p1552.png
namespace http://www.fundsxml.org
type restriction of xs:string
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
pattern [A-Za-z0-9]{6}[0-9]+
source <xs:element name="SEDOL" minOccurs="0">
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:pattern value="[A-Za-z0-9]{6}[0-9]+"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element SecurityCodesType/CountrySecurityCode
diagram index_p1553.png
namespace http://www.fundsxml.org
properties
minOcc 0
maxOcc unbounded
content complex
children CountryCode SecurityNumber
annotation
documentation
Landeskennnummer: Unterhalb der Landeskennnummer kann die fuer das Land spezifische Wertpapierkennnummer angegeben werden.
documentation
Funds country code: all country-specific codes can be entered here.
source <xs:element name="CountrySecurityCode" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation xml:lang="de">Landeskennnummer: Unterhalb der Landeskennnummer kann die fuer das Land spezifische Wertpapierkennnummer angegeben werden.</xs:documentation>
   
<xs:documentation xml:lang="en">Funds country code: all country-specific codes can be entered here.</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="CountryCode" type="ISOCountryCodeType">
       
<xs:annotation>
         
<xs:documentation xml:lang="de">Das Landeskennzeichen des Landes fuer das diese Wertpapierkennnummer gueltig ist als ISO-Code</xs:documentation>
         
<xs:documentation xml:lang="en">The country code in the form of an ISO-Code related to the security code.</xs:documentation>
       
</xs:annotation>
     
</xs:element>
     
<xs:element name="SecurityNumber" type="xs:string">
       
<xs:annotation>
         
<xs:documentation xml:lang="de">Die landesspezifische Kennnummer des Fonds.</xs:documentation>
         
<xs:documentation xml:lang="en">The value of the security code for the country specified.</xs:documentation>
       
</xs:annotation>
     
</xs:element>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element SecurityCodesType/CountrySecurityCode/CountryCode
diagram index_p1554.png
namespace http://www.fundsxml.org
type ISOCountryCodeType
properties
content simple
facets
Kind Value Annotation
minLength 2
maxLength 2
annotation
documentation
Das Landeskennzeichen des Landes fuer das diese Wertpapierkennnummer gueltig ist als ISO-Code
documentation
The country code in the form of an ISO-Code related to the security code.
source <xs:element name="CountryCode" type="ISOCountryCodeType">
 
<xs:annotation>
   
<xs:documentation xml:lang="de">Das Landeskennzeichen des Landes fuer das diese Wertpapierkennnummer gueltig ist als ISO-Code</xs:documentation>
   
<xs:documentation xml:lang="en">The country code in the form of an ISO-Code related to the security code.</xs:documentation>
 
</xs:annotation>
</xs:element>

element SecurityCodesType/CountrySecurityCode/SecurityNumber
diagram index_p1555.png
namespace http://www.fundsxml.org
type xs:string
properties
content simple
annotation
documentation
Die landesspezifische Kennnummer des Fonds.
documentation
The value of the security code for the country specified.
source <xs:element name="SecurityNumber" type="xs:string">
 
<xs:annotation>
   
<xs:documentation xml:lang="de">Die landesspezifische Kennnummer des Fonds.</xs:documentation>
   
<xs:documentation xml:lang="en">The value of the security code for the country specified.</xs:documentation>
 
</xs:annotation>
</xs:element>

element SecurityCodesType/OtherSecurityCodes
diagram index_p1556.png
namespace http://www.fundsxml.org
properties
minOcc 0
maxOcc unbounded
content complex
children Name SecurityNumber
annotation
documentation
Weitere Kennnummern: Hier kann man weitere nicht offizielle Kennnummern angeben wie z.B. die eindeutige Nummer von Reuters oder Bloomberg.
documentation
Other non-official codes can be entered here i.e. unique numbers from Reuters or Bloomberg.
source <xs:element name="OtherSecurityCodes" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation xml:lang="de">Weitere Kennnummern: Hier kann man weitere nicht offizielle Kennnummern angeben wie z.B. die eindeutige Nummer von Reuters oder Bloomberg.</xs:documentation>
   
<xs:documentation xml:lang="en">Other non-official codes can be entered here i.e. unique numbers from Reuters or Bloomberg.</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="Name" type="xs:string">
       
<xs:annotation>
         
<xs:documentation xml:lang="de">Name der Kennnummer. Hiermit wird angegeben, nach welcher Klassifizierung diese Kennnummer angegeben wird. </xs:documentation>
         
<xs:documentation xml:lang="en">The Name of the classification used to specify security code.</xs:documentation>
       
</xs:annotation>
     
</xs:element>
     
<xs:element name="SecurityNumber" type="xs:string">
       
<xs:annotation>
         
<xs:documentation xml:lang="de">Die eigentliche Kennnummer auf die Klassifizierung bezogen.</xs:documentation>
         
<xs:documentation xml:lang="en">The value of the security code related to its classification.</xs:documentation>
       
</xs:annotation>
     
</xs:element>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element SecurityCodesType/OtherSecurityCodes/Name
diagram index_p1557.png
namespace http://www.fundsxml.org
type xs:string
properties
content simple
annotation
documentation
Name der Kennnummer. Hiermit wird angegeben, nach welcher Klassifizierung diese Kennnummer angegeben wird.
documentation
The Name of the classification used to specify security code.
source <xs:element name="Name" type="xs:string">
 
<xs:annotation>
   
<xs:documentation xml:lang="de">Name der Kennnummer. Hiermit wird angegeben, nach welcher Klassifizierung diese Kennnummer angegeben wird. </xs:documentation>
   
<xs:documentation xml:lang="en">The Name of the classification used to specify security code.</xs:documentation>
 
</xs:annotation>
</xs:element>

element SecurityCodesType/OtherSecurityCodes/SecurityNumber
diagram index_p1558.png
namespace http://www.fundsxml.org
type xs:string
properties
content simple
annotation
documentation
Die eigentliche Kennnummer auf die Klassifizierung bezogen.
documentation
The value of the security code related to its classification.
source <xs:element name="SecurityNumber" type="xs:string">
 
<xs:annotation>
   
<xs:documentation xml:lang="de">Die eigentliche Kennnummer auf die Klassifizierung bezogen.</xs:documentation>
   
<xs:documentation xml:lang="en">The value of the security code related to its classification.</xs:documentation>
 
</xs:annotation>
</xs:element>

element SecurityCodesType/UniqueID
diagram index_p1559.png
namespace http://www.fundsxml.org
type xs:string
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Unique Identifier to reference between AssetMasterData / Transactions / Assets
source <xs:element name="UniqueID" type="xs:string" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Unique Identifier to reference between AssetMasterData / Transactions / Assets</xs:documentation>
 
</xs:annotation>
</xs:element>


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