SizeInBytes

/FundsXML4/Documents/Document/SizeInBytes

Diagram

SizeInBytes

Documentation

EN

Size of document in bytes (exact size of binary data, estimated size in case of download)

DE

Größe des Dokuments in Bytes (exakte Größe der Binärdaten, geschätzte Größe bei Download)

FR

Taille du document en octets (taille exacte des données binaires, taille estimée en cas de téléchargement)

NL

Grootte van het document in bytes (exacte grootte van binaire gegevens, geschatte grootte bij download)

Properties

Type
xs:positiveInteger
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
3
Sample Data
6601

Element Definition

<xs:element xmlns:altova="http://www.altova.com/xml-schema-extensions"
            xmlns:ds="http://www.w3.org/2000/09/xmldsig#"
            xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
            xmlns:xs="http://www.w3.org/2001/XMLSchema"
            minOccurs="0"
            name="SizeInBytes"
            type="xs:positiveInteger">
   <xs:annotation>
      <xs:documentation xml:lang="en">Size of document in bytes (exact size of binary data, estimated size in case of download)</xs:documentation>
      <xs:documentation xml:lang="de">Größe des Dokuments in Bytes (exakte Größe der Binärdaten, geschätzte Größe bei Download)</xs:documentation>
      <xs:documentation xml:lang="fr">Taille du document en octets (taille exacte des données binaires, taille estimée en cas de téléchargement)</xs:documentation>
      <xs:documentation xml:lang="nl">Grootte van het document in bytes (exacte grootte van binaire gegevens, geschatte grootte bij download)</xs:documentation>
   </xs:annotation>
</xs:element>