Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Complex Type BinaryDataType
Annotations
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.
Diagram
Diagram Primitives_xsd_Complex_Type_BinaryDataType.tmp#BinaryDataType_count
Type extension of xs:base64Binary
Used by
Attributes
QName Type Use Annotation
count NaturalType required
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>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Primitives.xsd
Attribute BinaryDataType / @count
Annotations
The required count attribute is the number of bytes in the binary block.
Type NaturalType
Properties
use required
Facets
minInclusive 1
Used by
Complex Type BinaryDataType
Source
<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>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Primitives.xsd