The BinaryDataType represents a Base64-encoded arbitrary binary data block. For base64Binary data the entire binary stream is encoded using the Base64 Alphabet in RFC 2045.
The required count attribute is the number of bytes in the binary block.
Source
<xs:complexType name="BinaryDataType"><xs:annotation><xs:documentation>The BinaryDataType represents a Base64-encoded arbitrary binary data block. For base64Binary data the entire binary stream is encoded using the Base64 Alphabet in RFC 2045.</xs:documentation></xs:annotation><xs:simpleContent><xs:extension base="xs:base64Binary"><xs:attribute name="count" type="NaturalType" use="required"><xs:annotation><xs:documentation>The required count attribute is the number of bytes in the binary block.</xs:documentation></xs:annotation></xs:attribute></xs:extension></xs:simpleContent></xs:complexType>
<xs:attribute name="count" type="NaturalType" use="required"><xs:annotation><xs:documentation>The required count attribute is the number of bytes in the binary block.</xs:documentation></xs:annotation></xs:attribute>