complexType SecurityCodesType
diagram index_p2035.png
namespace http://www.fundsxml.org/XMLSchema/3.0.7
children ISIN CUSIP SEDOL CountrySecurityCode OtherSecurityCodes UniqueID
used by
elements CountrySpecificDataType/DE/Reporting/BuBaReporting/Meldung10380/UebergeordneterFonds/Anteilklasse SecuritiesWithoutISINType/InternalSecurityID SecuritiesWithISINType/ISIN FundFactsType/MainShareClass FundsXML/AssetMasterData/Asset/Security/ForeignExchangeTrade/OriginalSecurityCodes PortfolioType/Transactions/SecurityCode PortfolioType/Transactions/CorporateAction/from/SecurityCode PortfolioType/Transactions/CorporateAction/to/SecurityCode PortfolioType/Earnings/SecurityCode PortfolioType/AggregatedTransactions/SecurityCode FundsXML/AssetMasterData/Asset/SecurityCodes FundsXML/AssetMasterData/Asset/Security/CreditDefaultSwap/CouponSpread/variable/SecurityCodes FundsXML/AssetMasterData/Asset/Benchmark/Components/Component/SecurityCodes CategoryType/Position/SecurityCodes FundFactsType/Umbrella/SecurityCodes FundType/SecurityCodes PortfolioType/Accounts/SecurityCodes PortfolioAssetsType/SecurityCodes PortfolioAssetsType/Underlying/SecurityCodes UnderlyingType/SecurityCodes FundBenchmarkType/Type/SecurityCodes FundBenchmarkType/Type/Components/Component/SecurityCodes CountrySpecificDataType/AT/PKG2012/Details/Position/SecurityIdentifier FundsXML/AssetMasterData/Asset/Security/Repos/SecurityIDPledge FundFactsType/ShareClassSecurityType PricesType/ShareClassSecurityType CountrySpecificDataType/DE/Reporting/BuBaReporting/Meldung10380/UebergeordneterFonds/Teilfonds
annotation
documentation
National, international as well as non-official codes associated with the fund.
documentation
Kennnummern des Fonds: Mit den Kennnummern werden nationale und internationale sowie nichtoffizielle (von Finanzinformationsgesellschaften stammenden) Fondsidentifizierungen definiert.
source <xs:complexType name="SecurityCodesType">
 
<xs:annotation>
   
<xs:documentation xml:lang="en">National, international as well as non-official codes associated with the fund.</xs:documentation>
   
<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:annotation>
 
<xs:sequence>
   
<xs:element name="ISIN" nillable="true" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation xml:lang="en">International ISIN security code of the fund.</xs:documentation>
       
<xs:documentation xml:lang="de">Die ISIN ist die Internationale Wertpapierkennnummer.</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:annotation>
       
<xs:documentation xml:lang="en">CUSIP code</xs:documentation>
       
<xs:documentation xml:lang="de">CUSIP Code</xs:documentation>
     
</xs:annotation>
     
<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:annotation>
       
<xs:documentation xml:lang="en">SEDOL code</xs:documentation>
       
<xs:documentation xml:lang="de">SEDOL code</xs:documentation>
     
</xs:annotation>
     
<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="en">Funds country code: all country-specific codes can be entered here.</xs:documentation>
       
<xs:documentation xml:lang="de">Landeskennnummer: Unterhalb der Landeskennnummer kann die fuer das Land spezifische Wertpapierkennnummer angegeben werden.</xs:documentation>
     
</xs:annotation>
     
<xs:complexType>
       
<xs:sequence>
         
<xs:element name="CountryCode" type="ISOCountryCodeType">
           
<xs:annotation>
             
<xs:documentation xml:lang="en">The country code in the form of an ISO-Code related to the security code.</xs:documentation>
             
<xs:documentation xml:lang="de">Das Landeskennzeichen des Landes fuer das diese Wertpapierkennnummer gueltig ist als ISO-Code</xs:documentation>
           
</xs:annotation>
         
</xs:element>
         
<xs:element name="SecurityNumber" type="xs:string">
           
<xs:annotation>
             
<xs:documentation xml:lang="en">The value of the security code for the country specified.</xs:documentation>
             
<xs:documentation xml:lang="de">Die landesspezifische Kennnummer des Fonds.</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="en">Other non-official codes can be entered here i.e. unique numbers from Reuters or Bloomberg.</xs:documentation>
       
<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:annotation>
     
<xs:complexType>
       
<xs:sequence>
         
<xs:element name="Name" type="xs:string">
           
<xs:annotation>
             
<xs:documentation xml:lang="en">The Name of the classification used to specify security code.</xs:documentation>
             
<xs:documentation xml:lang="de">Name der Kennnummer. Hiermit wird angegeben, nach welcher Klassifizierung diese Kennnummer angegeben wird. </xs:documentation>
           
</xs:annotation>
         
</xs:element>
         
<xs:element name="SecurityNumber" type="xs:string">
           
<xs:annotation>
             
<xs:documentation xml:lang="en">The value of the security code related to its classification.</xs:documentation>
             
<xs:documentation xml:lang="de">Die eigentliche Kennnummer auf die Klassifizierung bezogen.</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_p2036.png
namespace http://www.fundsxml.org/XMLSchema/3.0.7
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
International ISIN security code of the fund.
documentation
Die ISIN ist die Internationale Wertpapierkennnummer.
source <xs:element name="ISIN" nillable="true" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation xml:lang="en">International ISIN security code of the fund.</xs:documentation>
   
<xs:documentation xml:lang="de">Die ISIN ist die Internationale Wertpapierkennnummer.</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_p2037.png
namespace http://www.fundsxml.org/XMLSchema/3.0.7
type restriction of xs:string
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
pattern [A-Za-z0-9]{8}[0-9]+
annotation
documentation
CUSIP code
documentation
CUSIP Code
source <xs:element name="CUSIP" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation xml:lang="en">CUSIP code</xs:documentation>
   
<xs:documentation xml:lang="de">CUSIP Code</xs:documentation>
 
</xs:annotation>
 
<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_p2038.png
namespace http://www.fundsxml.org/XMLSchema/3.0.7
type restriction of xs:string
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
pattern [A-Za-z0-9]{6}[0-9]+
annotation
documentation
SEDOL code
documentation
SEDOL code
source <xs:element name="SEDOL" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation xml:lang="en">SEDOL code</xs:documentation>
   
<xs:documentation xml:lang="de">SEDOL code</xs:documentation>
 
</xs:annotation>
 
<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_p2039.png
namespace http://www.fundsxml.org/XMLSchema/3.0.7
properties
minOcc 0
maxOcc unbounded
content complex
children CountryCode SecurityNumber
annotation
documentation
Funds country code: all country-specific codes can be entered here.
documentation
Landeskennnummer: Unterhalb der Landeskennnummer kann die fuer das Land spezifische Wertpapierkennnummer angegeben werden.
source <xs:element name="CountrySecurityCode" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation xml:lang="en">Funds country code: all country-specific codes can be entered here.</xs:documentation>
   
<xs:documentation xml:lang="de">Landeskennnummer: Unterhalb der Landeskennnummer kann die fuer das Land spezifische Wertpapierkennnummer angegeben werden.</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="CountryCode" type="ISOCountryCodeType">
       
<xs:annotation>
         
<xs:documentation xml:lang="en">The country code in the form of an ISO-Code related to the security code.</xs:documentation>
         
<xs:documentation xml:lang="de">Das Landeskennzeichen des Landes fuer das diese Wertpapierkennnummer gueltig ist als ISO-Code</xs:documentation>
       
</xs:annotation>
     
</xs:element>
     
<xs:element name="SecurityNumber" type="xs:string">
       
<xs:annotation>
         
<xs:documentation xml:lang="en">The value of the security code for the country specified.</xs:documentation>
         
<xs:documentation xml:lang="de">Die landesspezifische Kennnummer des Fonds.</xs:documentation>
       
</xs:annotation>
     
</xs:element>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

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

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

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

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

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

element SecurityCodesType/UniqueID
diagram index_p2045.png
namespace http://www.fundsxml.org/XMLSchema/3.0.7
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