Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Complex Type ArrayUnsignedByteType
Annotations
The ArrayUnsignedByteType is an array of unsigned byte values.
Diagram
Diagram Primitives_xsd_Simple_Type_ListUnsignedByteType.tmp#ListUnsignedByteType Primitives_xsd_Complex_Type_ArrayUnsignedByteType.tmp#ArrayUnsignedByteType_count
Type extension of ListUnsignedByteType
Type hierarchy
Used by
Attributes
QName Type Use Annotation
count NaturalType required
The required count attribute is the number of unsigned byte values in this array.
Source
<xs:complexType name="ArrayUnsignedByteType">
  <xs:annotation>
    <xs:documentation>The ArrayUnsignedByteType is an array of unsigned byte values.</xs:documentation>
  </xs:annotation>
  <xs:simpleContent>
    <xs:extension base="ListUnsignedByteType">
      <xs:attribute name="count" type="NaturalType" use="required">
        <xs:annotation>
          <xs:documentation>The required count attribute is the number of unsigned byte values in this array.</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 ArrayUnsignedByteType / @count
Annotations
The required count attribute is the number of unsigned byte values in this array.
Type NaturalType
Properties
use required
Facets
minInclusive 1
Used by
Complex Type ArrayUnsignedByteType
Source
<xs:attribute name="count" type="NaturalType" use="required">
  <xs:annotation>
    <xs:documentation>The required count attribute is the number of unsigned byte values in this array.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Primitives.xsd