Showing:

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