Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Complex Type ArrayBinaryType
Annotations
The ArrayBinaryType represents an array of Base64-encoded binary elements. For base64Binary data the entire binary stream is encoded using the Base64 Alphabet in RFC 2045.
Diagram
Diagram Primitives_xsd_Complex_Type_ArrayBinaryType.tmp#ArrayBinaryType_count Primitives_xsd_Complex_Type_ArrayBinaryType.tmp#ArrayBinaryType_sizeElement
Type extension of xs:base64Binary
Used by
Attributes
QName Type Use Annotation
count NaturalType required
The required count attribute is the number of elements in this array.
sizeElement xs:unsignedInt required
The required sizeElement attribute shows the size (in bytes) of one element stored in the array. The total size of the binary array can be calculated as: count*sizeElement.
Source
<xs:complexType name="ArrayBinaryType">
  <xs:annotation>
    <xs:documentation>The ArrayBinaryType represents an array of Base64-encoded binary elements. 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 elements in this array.</xs:documentation>
        </xs:annotation>
      </xs:attribute>
      <xs:attribute name="sizeElement" type="xs:unsignedInt" use="required">
        <xs:annotation>
          <xs:documentation>The required sizeElement attribute shows the size (in bytes) of one element stored in the array. The total size of the binary array can be calculated as: count*sizeElement.</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 ArrayBinaryType / @count
Annotations
The required count attribute is the number of elements in this array.
Type NaturalType
Properties
use required
Facets
minInclusive 1
Used by
Complex Type ArrayBinaryType
Source
<xs:attribute name="count" type="NaturalType" use="required">
  <xs:annotation>
    <xs:documentation>The required count attribute is the number of elements in this array.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Primitives.xsd
Attribute ArrayBinaryType / @sizeElement
Annotations
The required sizeElement attribute shows the size (in bytes) of one element stored in the array. The total size of the binary array can be calculated as: count*sizeElement.
Type xs:unsignedInt
Properties
use required
Used by
Complex Type ArrayBinaryType
Source
<xs:attribute name="sizeElement" type="xs:unsignedInt" use="required">
  <xs:annotation>
    <xs:documentation>The required sizeElement attribute shows the size (in bytes) of one element stored in the array. The total size of the binary array can be calculated as: count*sizeElement.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Primitives.xsd