Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Element FunctionDiscreteType / DomainValues
Annotations
The DomainValues element gives the values in the domain.
Diagram
Diagram Primitives_xsd_Simple_Type_ListDoubleType.tmp#ListDoubleType
Type ListDoubleType
Properties
content simple
Source
<xs:element name="DomainValues" type="ListDoubleType">
  <xs:annotation>
    <xs:documentation>The DomainValues element gives the values in the domain.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFMeasurementResources.xsd
Element FunctionDiscreteType / RangeValues
Annotations
The RangeValues element gives the values in the range.
Diagram
Diagram Primitives_xsd_Simple_Type_ListDoubleType.tmp#ListDoubleType
Type ListDoubleType
Properties
content simple
Source
<xs:element name="RangeValues" type="ListDoubleType">
  <xs:annotation>
    <xs:documentation>The RangeValues element gives the values in the range.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFMeasurementResources.xsd
Complex Type FunctionDiscreteType
Annotations
The FunctionDiscreteType describes a mathematical function whose domain and range are arrays of double values. The function is represented by matching pairs of values from the domain and range.
Diagram
Diagram QIFMeasurementResources_xsd_Complex_Type_FunctionDiscreteType.tmp#FunctionDiscreteType_n QIFMeasurementResources_xsd_Complex_Type_FunctionDiscreteType.tmp#FunctionDiscreteType_DomainValues QIFMeasurementResources_xsd_Complex_Type_FunctionDiscreteType.tmp#FunctionDiscreteType_RangeValues
Used by
Children DomainValues, RangeValues
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute gives the number of values in the domain and range.
Source
<xs:complexType name="FunctionDiscreteType">
  <xs:annotation>
    <xs:documentation>The FunctionDiscreteType describes a mathematical function whose domain and range are arrays of double values. The function is represented by matching pairs of values from the domain and range.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="DomainValues" type="ListDoubleType">
      <xs:annotation>
        <xs:documentation>The DomainValues element gives the values in the domain.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="RangeValues" type="ListDoubleType">
      <xs:annotation>
        <xs:documentation>The RangeValues element gives the values in the range.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attribute name="n" type="NaturalType" use="required">
    <xs:annotation>
      <xs:documentation>The required n attribute gives the number of values in the domain and range.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFMeasurementResources.xsd
Attribute FunctionDiscreteType / @n
Annotations
The required n attribute gives the number of values in the domain and range.
Type NaturalType
Properties
use required
Facets
minInclusive 1
Used by
Complex Type FunctionDiscreteType
Source
<xs:attribute name="n" type="NaturalType" use="required">
  <xs:annotation>
    <xs:documentation>The required n attribute gives the number of values in the domain and range.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFMeasurementResources.xsd