complexType DocumentType
diagram index_p641.png
children Type Version Language TranslationsAvailable PublicationCountries Fund Subfunds ShareClasses Name FileName ForPublicUsage Restrictions Format Signature CreationDate ModificationDate ExpirationDate DataSupplier Attributes SizeInBytes DocumentURL BinaryData
used by
element DocumentsType/Document
source <xs:complexType name="DocumentType">
 
<xs:sequence>
   
<xs:element name="Type">
     
<xs:annotation>
       
<xs:documentation>Type of document</xs:documentation>
     
</xs:annotation>
     
<xs:complexType>
       
<xs:choice>
         
<xs:element name="ListedType">
           
<xs:annotation>
             
<xs:documentation>Document Type with enumeration:
AIFMD
AnnualReport
AuditReport
Factsheet
KID
Prospectus
PRIIPS-KID
</xs:documentation>
           
</xs:annotation>
           
<xs:simpleType>
             
<xs:restriction base="xs:string">
               
<xs:minLength value="3"/>
               
<xs:maxLength value="12"/>
               
<xs:enumeration value="AIFMD"/>
               
<xs:enumeration value="AnnualReport"/>
               
<xs:enumeration value="AuditReport"/>
               
<xs:enumeration value="Factsheet"/>
               
<xs:enumeration value="KID"/>
               
<xs:enumeration value="Prospectus"/>
               
<xs:enumeration value="PRIIPS-KID"/>
             
</xs:restriction>
           
</xs:simpleType>
         
</xs:element>
         
<xs:element name="UnlistedType">
           
<xs:annotation>
             
<xs:documentation>Description of other document types</xs:documentation>
           
</xs:annotation>
           
<xs:simpleType>
             
<xs:restriction base="Text128Type">
               
<xs:minLength value="1"/>
             
</xs:restriction>
           
</xs:simpleType>
         
</xs:element>
       
</xs:choice>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="Version" type="Text64Type" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Version of document</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="Language" type="xs:language">
     
<xs:annotation>
       
<xs:documentation>Language of document</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="TranslationsAvailable" type="xs:boolean" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Defines whether document is available in other languages as well</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="PublicationCountries" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>List of publication countries of document</xs:documentation>
     
</xs:annotation>
     
<xs:complexType>
       
<xs:sequence>
         
<xs:element name="Country" type="ISOCountryCodeType" maxOccurs="unbounded">
           
<xs:annotation>
             
<xs:documentation>Three letter ISO code of country</xs:documentation>
           
</xs:annotation>
         
</xs:element>
       
</xs:sequence>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="Fund" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Fund of document</xs:documentation>
     
</xs:annotation>
     
<xs:complexType>
       
<xs:sequence>
         
<xs:element name="Identifiers" type="IdentifiersType"/>
         
<xs:element name="Name" type="Text256Type" minOccurs="0"/>
         
<xs:element name="Currency" type="ISOCurrencyCodeType" minOccurs="0"/>
       
</xs:sequence>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="Subfunds" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Subfunds of document</xs:documentation>
     
</xs:annotation>
     
<xs:complexType>
       
<xs:sequence>
         
<xs:element name="Subfund" maxOccurs="unbounded">
           
<xs:complexType>
             
<xs:sequence>
               
<xs:element name="Identifiers" type="IdentifiersType"/>
               
<xs:element name="Name" type="Text256Type" minOccurs="0"/>
               
<xs:element name="Currency" type="ISOCurrencyCodeType" minOccurs="0"/>
             
</xs:sequence>
           
</xs:complexType>
         
</xs:element>
       
</xs:sequence>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="ShareClasses" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Share classes of document</xs:documentation>
     
</xs:annotation>
     
<xs:complexType>
       
<xs:sequence>
         
<xs:element name="ShareClass" maxOccurs="unbounded">
           
<xs:complexType>
             
<xs:sequence>
               
<xs:element name="Identifiers" type="IdentifiersType"/>
               
<xs:element name="Name" type="Text256Type" minOccurs="0"/>
               
<xs:element name="Currency" type="ISOCurrencyCodeType" minOccurs="0"/>
             
</xs:sequence>
           
</xs:complexType>
         
</xs:element>
       
</xs:sequence>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="Name" type="Text256Type" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Name of document</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="FileName" type="Text256Type" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Name of file (including file extension)</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="ForPublicUsage" type="xs:boolean" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Defines whether document can be published to the public</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="Restrictions" type="xs:string" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Description of restrictions</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="Format" type="Text256Type">
     
<xs:annotation>
       
<xs:documentation>Technical format of document:
PDF, XML, Excel, Word, Image, ...
</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="Signature" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Defines whether signature is available:
No, Digital, Scan
</xs:documentation>
     
</xs:annotation>
     
<xs:simpleType>
       
<xs:restriction base="xs:string">
         
<xs:enumeration value="No"/>
         
<xs:enumeration value="Digital"/>
         
<xs:enumeration value="Scan"/>
       
</xs:restriction>
     
</xs:simpleType>
   
</xs:element>
   
<xs:element name="CreationDate" type="xs:date" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Date when document has been generated</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="ModificationDate" type="xs:date" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Date of last change (e.g. for KID)</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="ExpirationDate" type="xs:date" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Document is valid till this expiration date</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="DataSupplier" type="DataSupplierType" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Data supplier of document</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="Attributes" type="AttributesType" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Attributes of document (depending on type of document)</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="SizeInBytes" type="xs:positiveInteger" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Size of document in bytes (exact size of binary data, estimated size in case of download)</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="DocumentURL" type="Text1000Type" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Link of document for downloading</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="BinaryData" type="xs:base64Binary" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Document in xml base64Binary format</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element DocumentType/Type
diagram index_p642.png
properties
content complex
children ListedType UnlistedType
annotation
documentation
Type of document
source <xs:element name="Type">
 
<xs:annotation>
   
<xs:documentation>Type of document</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:choice>
     
<xs:element name="ListedType">
       
<xs:annotation>
         
<xs:documentation>Document Type with enumeration:
AIFMD
AnnualReport
AuditReport
Factsheet
KID
Prospectus
PRIIPS-KID
</xs:documentation>
       
</xs:annotation>
       
<xs:simpleType>
         
<xs:restriction base="xs:string">
           
<xs:minLength value="3"/>
           
<xs:maxLength value="12"/>
           
<xs:enumeration value="AIFMD"/>
           
<xs:enumeration value="AnnualReport"/>
           
<xs:enumeration value="AuditReport"/>
           
<xs:enumeration value="Factsheet"/>
           
<xs:enumeration value="KID"/>
           
<xs:enumeration value="Prospectus"/>
           
<xs:enumeration value="PRIIPS-KID"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:element>
     
<xs:element name="UnlistedType">
       
<xs:annotation>
         
<xs:documentation>Description of other document types</xs:documentation>
       
</xs:annotation>
       
<xs:simpleType>
         
<xs:restriction base="Text128Type">
           
<xs:minLength value="1"/>
         
</xs:restriction>
       
</xs:simpleType>
     
</xs:element>
   
</xs:choice>
 
</xs:complexType>
</xs:element>

element DocumentType/Type/ListedType
diagram index_p643.png
type restriction of xs:string
properties
content simple
facets
Kind Value Annotation
minLength 3
maxLength 12
enumeration AIFMD
enumeration AnnualReport
enumeration AuditReport
enumeration Factsheet
enumeration KID
enumeration Prospectus
enumeration PRIIPS-KID
annotation
documentation
Document Type with enumeration:
AIFMD
AnnualReport
AuditReport
Factsheet
KID
Prospectus
PRIIPS-KID
source <xs:element name="ListedType">
 
<xs:annotation>
   
<xs:documentation>Document Type with enumeration:
AIFMD
AnnualReport
AuditReport
Factsheet
KID
Prospectus
PRIIPS-KID
</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:minLength value="3"/>
     
<xs:maxLength value="12"/>
     
<xs:enumeration value="AIFMD"/>
     
<xs:enumeration value="AnnualReport"/>
     
<xs:enumeration value="AuditReport"/>
     
<xs:enumeration value="Factsheet"/>
     
<xs:enumeration value="KID"/>
     
<xs:enumeration value="Prospectus"/>
     
<xs:enumeration value="PRIIPS-KID"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element DocumentType/Type/UnlistedType
diagram index_p644.png
type restriction of Text128Type
properties
content simple
facets
Kind Value Annotation
minLength 1
maxLength 128
annotation
documentation
Description of other document types
source <xs:element name="UnlistedType">
 
<xs:annotation>
   
<xs:documentation>Description of other document types</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="Text128Type">
     
<xs:minLength value="1"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element DocumentType/Version
diagram index_p645.png
type Text64Type
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
maxLength 64
annotation
documentation
Version of document
source <xs:element name="Version" type="Text64Type" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Version of document</xs:documentation>
 
</xs:annotation>
</xs:element>

element DocumentType/Language
diagram index_p646.png
type xs:language
properties
content simple
annotation
documentation
Language of document
source <xs:element name="Language" type="xs:language">
 
<xs:annotation>
   
<xs:documentation>Language of document</xs:documentation>
 
</xs:annotation>
</xs:element>

element DocumentType/TranslationsAvailable
diagram index_p647.png
type xs:boolean
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Defines whether document is available in other languages as well
source <xs:element name="TranslationsAvailable" type="xs:boolean" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Defines whether document is available in other languages as well</xs:documentation>
 
</xs:annotation>
</xs:element>

element DocumentType/PublicationCountries
diagram index_p648.png
properties
minOcc 0
maxOcc 1
content complex
children Country
annotation
documentation
List of publication countries of document
source <xs:element name="PublicationCountries" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>List of publication countries of document</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="Country" type="ISOCountryCodeType" maxOccurs="unbounded">
       
<xs:annotation>
         
<xs:documentation>Three letter ISO code of country</xs:documentation>
       
</xs:annotation>
     
</xs:element>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element DocumentType/PublicationCountries/Country
diagram index_p649.png
type ISOCountryCodeType
properties
minOcc 1
maxOcc unbounded
content simple
facets
Kind Value Annotation
minLength 2
maxLength 2
annotation
documentation
Three letter ISO code of country
source <xs:element name="Country" type="ISOCountryCodeType" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Three letter ISO code of country</xs:documentation>
 
</xs:annotation>
</xs:element>

element DocumentType/Fund
diagram index_p650.png
properties
minOcc 0
maxOcc 1
content complex
children Identifiers Name Currency
annotation
documentation
Fund of document
source <xs:element name="Fund" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Fund of document</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="Identifiers" type="IdentifiersType"/>
     
<xs:element name="Name" type="Text256Type" minOccurs="0"/>
     
<xs:element name="Currency" type="ISOCurrencyCodeType" minOccurs="0"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element DocumentType/Fund/Identifiers
diagram index_p651.png
type IdentifiersType
properties
content complex
children ISIN Bloomberg CUSIP GermanWKN LEI MexID ReutersRIC SEDOL SwissValorenCode SwiftBIC OtherID
source <xs:element name="Identifiers" type="IdentifiersType"/>

element DocumentType/Fund/Name
diagram index_p652.png
type Text256Type
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
maxLength 256
source <xs:element name="Name" type="Text256Type" minOccurs="0"/>

element DocumentType/Fund/Currency
diagram index_p653.png
type ISOCurrencyCodeType
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minLength 3
maxLength 3
pattern [A-Z]{3}
source <xs:element name="Currency" type="ISOCurrencyCodeType" minOccurs="0"/>

element DocumentType/Subfunds
diagram index_p654.png
properties
minOcc 0
maxOcc 1
content complex
children Subfund
annotation
documentation
Subfunds of document
source <xs:element name="Subfunds" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Subfunds of document</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="Subfund" maxOccurs="unbounded">
       
<xs:complexType>
         
<xs:sequence>
           
<xs:element name="Identifiers" type="IdentifiersType"/>
           
<xs:element name="Name" type="Text256Type" minOccurs="0"/>
           
<xs:element name="Currency" type="ISOCurrencyCodeType" minOccurs="0"/>
         
</xs:sequence>
       
</xs:complexType>
     
</xs:element>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element DocumentType/Subfunds/Subfund
diagram index_p655.png
properties
minOcc 1
maxOcc unbounded
content complex
children Identifiers Name Currency
source <xs:element name="Subfund" maxOccurs="unbounded">
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="Identifiers" type="IdentifiersType"/>
     
<xs:element name="Name" type="Text256Type" minOccurs="0"/>
     
<xs:element name="Currency" type="ISOCurrencyCodeType" minOccurs="0"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element DocumentType/Subfunds/Subfund/Identifiers
diagram index_p656.png
type IdentifiersType
properties
content complex
children ISIN Bloomberg CUSIP GermanWKN LEI MexID ReutersRIC SEDOL SwissValorenCode SwiftBIC OtherID
source <xs:element name="Identifiers" type="IdentifiersType"/>

element DocumentType/Subfunds/Subfund/Name
diagram index_p657.png
type Text256Type
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
maxLength 256
source <xs:element name="Name" type="Text256Type" minOccurs="0"/>

element DocumentType/Subfunds/Subfund/Currency
diagram index_p658.png
type ISOCurrencyCodeType
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minLength 3
maxLength 3
pattern [A-Z]{3}
source <xs:element name="Currency" type="ISOCurrencyCodeType" minOccurs="0"/>

element DocumentType/ShareClasses
diagram index_p659.png
properties
minOcc 0
maxOcc 1
content complex
children ShareClass
annotation
documentation
Share classes of document
source <xs:element name="ShareClasses" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Share classes of document</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="ShareClass" maxOccurs="unbounded">
       
<xs:complexType>
         
<xs:sequence>
           
<xs:element name="Identifiers" type="IdentifiersType"/>
           
<xs:element name="Name" type="Text256Type" minOccurs="0"/>
           
<xs:element name="Currency" type="ISOCurrencyCodeType" minOccurs="0"/>
         
</xs:sequence>
       
</xs:complexType>
     
</xs:element>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element DocumentType/ShareClasses/ShareClass
diagram index_p660.png
properties
minOcc 1
maxOcc unbounded
content complex
children Identifiers Name Currency
source <xs:element name="ShareClass" maxOccurs="unbounded">
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="Identifiers" type="IdentifiersType"/>
     
<xs:element name="Name" type="Text256Type" minOccurs="0"/>
     
<xs:element name="Currency" type="ISOCurrencyCodeType" minOccurs="0"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element DocumentType/ShareClasses/ShareClass/Identifiers
diagram index_p661.png
type IdentifiersType
properties
content complex
children ISIN Bloomberg CUSIP GermanWKN LEI MexID ReutersRIC SEDOL SwissValorenCode SwiftBIC OtherID
source <xs:element name="Identifiers" type="IdentifiersType"/>

element DocumentType/ShareClasses/ShareClass/Name
diagram index_p662.png
type Text256Type
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
maxLength 256
source <xs:element name="Name" type="Text256Type" minOccurs="0"/>

element DocumentType/ShareClasses/ShareClass/Currency
diagram index_p663.png
type ISOCurrencyCodeType
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minLength 3
maxLength 3
pattern [A-Z]{3}
source <xs:element name="Currency" type="ISOCurrencyCodeType" minOccurs="0"/>

element DocumentType/Name
diagram index_p664.png
type Text256Type
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
maxLength 256
annotation
documentation
Name of document
source <xs:element name="Name" type="Text256Type" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Name of document</xs:documentation>
 
</xs:annotation>
</xs:element>

element DocumentType/FileName
diagram index_p665.png
type Text256Type
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
maxLength 256
annotation
documentation
Name of file (including file extension)
source <xs:element name="FileName" type="Text256Type" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Name of file (including file extension)</xs:documentation>
 
</xs:annotation>
</xs:element>

element DocumentType/ForPublicUsage
diagram index_p666.png
type xs:boolean
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Defines whether document can be published to the public
source <xs:element name="ForPublicUsage" type="xs:boolean" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Defines whether document can be published to the public</xs:documentation>
 
</xs:annotation>
</xs:element>

element DocumentType/Restrictions
diagram index_p667.png
type xs:string
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Description of restrictions
source <xs:element name="Restrictions" type="xs:string" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Description of restrictions</xs:documentation>
 
</xs:annotation>
</xs:element>

element DocumentType/Format
diagram index_p668.png
type Text256Type
properties
content simple
facets
Kind Value Annotation
maxLength 256
annotation
documentation
Technical format of document:
PDF, XML, Excel, Word, Image, ...
source <xs:element name="Format" type="Text256Type">
 
<xs:annotation>
   
<xs:documentation>Technical format of document:
PDF, XML, Excel, Word, Image, ...
</xs:documentation>
 
</xs:annotation>
</xs:element>

element DocumentType/Signature
diagram index_p669.png
type restriction of xs:string
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
enumeration No
enumeration Digital
enumeration Scan
annotation
documentation
Defines whether signature is available:
No, Digital, Scan
source <xs:element name="Signature" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Defines whether signature is available:
No, Digital, Scan
</xs:documentation>
 
</xs:annotation>
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:enumeration value="No"/>
     
<xs:enumeration value="Digital"/>
     
<xs:enumeration value="Scan"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element DocumentType/CreationDate
diagram index_p670.png
type xs:date
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Date when document has been generated
source <xs:element name="CreationDate" type="xs:date" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Date when document has been generated</xs:documentation>
 
</xs:annotation>
</xs:element>

element DocumentType/ModificationDate
diagram index_p671.png
type xs:date
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Date of last change (e.g. for KID)
source <xs:element name="ModificationDate" type="xs:date" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Date of last change (e.g. for KID)</xs:documentation>
 
</xs:annotation>
</xs:element>

element DocumentType/ExpirationDate
diagram index_p672.png
type xs:date
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Document is valid till this expiration date
source <xs:element name="ExpirationDate" type="xs:date" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Document is valid till this expiration date</xs:documentation>
 
</xs:annotation>
</xs:element>

element DocumentType/DataSupplier
diagram index_p673.png
type DataSupplierType
properties
minOcc 0
maxOcc 1
content complex
children SystemCountry Short Name Type Contact
annotation
documentation
Data supplier of document
source <xs:element name="DataSupplier" type="DataSupplierType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Data supplier of document</xs:documentation>
 
</xs:annotation>
</xs:element>

element DocumentType/Attributes
diagram index_p674.png
type AttributesType
properties
minOcc 0
maxOcc 1
content complex
children Attribute
annotation
documentation
Attributes of document (depending on type of document)
source <xs:element name="Attributes" type="AttributesType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Attributes of document (depending on type of document)</xs:documentation>
 
</xs:annotation>
</xs:element>

element DocumentType/SizeInBytes
diagram index_p675.png
type xs:positiveInteger
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Size of document in bytes (exact size of binary data, estimated size in case of download)
source <xs:element name="SizeInBytes" type="xs:positiveInteger" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Size of document in bytes (exact size of binary data, estimated size in case of download)</xs:documentation>
 
</xs:annotation>
</xs:element>

element DocumentType/DocumentURL
diagram index_p676.png
type Text1000Type
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
maxLength 1000
annotation
documentation
Link of document for downloading
source <xs:element name="DocumentURL" type="Text1000Type" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Link of document for downloading</xs:documentation>
 
</xs:annotation>
</xs:element>

element DocumentType/BinaryData
diagram index_p677.png
type xs:base64Binary
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Document in xml base64Binary format
source <xs:element name="BinaryData" type="xs:base64Binary" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Document in xml base64Binary format</xs:documentation>
 
</xs:annotation>
</xs:element>


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