SizeInBytes

/FundsXML4/Documents/Document/SizeInBytes

Diagram

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

Documentation

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

Properties

Type
xs:positiveInteger
Cardinality
0..1
Namespace
xs = "http://www.w3.org/2001/XMLSchema"
altova = "http://www.altova.com/xml-schema-extensions"
ds = "http://www.w3.org/2000/09/xmldsig#"
Level
3
Sample Data
8665

Element Definition

<xs:element xmlns:altova="http://www.altova.com/xml-schema-extensions"
            xmlns:ds="http://www.w3.org/2000/09/xmldsig#"
            xmlns:xs="http://www.w3.org/2001/XMLSchema"
            minOccurs="0"
            name="SizeInBytes"
            type="xs:positiveInteger">
   <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>