Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Element LengthFunctionDiscreteType / DomainLinearUnit
Annotations
The DomainLinearUnit element gives the name of the linear unit for the domain. This must be the name of a defined linear unit.
Diagram
Diagram
Type xs:token
Properties
content simple
Source
<xs:element name="DomainLinearUnit" type="xs:token">
  <xs:annotation>
    <xs:documentation>The DomainLinearUnit element gives the name of the linear unit for the domain. This must be the name of a defined linear unit.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFMeasurementResources.xsd
Element LengthFunctionDiscreteType / RangeLinearUnit
Annotations
The RangeLinearUnit element gives the name of the linear unit for the range. This must be the name of a defined linear unit.
Diagram
Diagram
Type xs:token
Properties
content simple
Source
<xs:element name="RangeLinearUnit" type="xs:token">
  <xs:annotation>
    <xs:documentation>The RangeLinearUnit element gives the name of the linear unit for the range. This must be the name of a defined linear unit.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFMeasurementResources.xsd
Complex Type LengthFunctionDiscreteType
Annotations
The LengthFunctionDiscreteType describes a discrete function whose domain is an array of values representing distances and whose range is an array of values representing distances.
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 QIFMeasurementResources_xsd_Complex_Type_FunctionDiscreteType.tmp#FunctionDiscreteType QIFMeasurementResources_xsd_Complex_Type_LengthFunctionDiscreteType.tmp#LengthFunctionDiscreteType_DomainLinearUnit QIFMeasurementResources_xsd_Complex_Type_LengthFunctionDiscreteType.tmp#LengthFunctionDiscreteType_RangeLinearUnit
Type extension of FunctionDiscreteType
Type hierarchy
Used by
Children DomainLinearUnit, DomainValues, RangeLinearUnit, 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="LengthFunctionDiscreteType">
  <xs:annotation>
    <xs:documentation>The LengthFunctionDiscreteType describes a discrete function whose domain is an array of values representing distances and whose range is an array of values representing distances.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="FunctionDiscreteType">
      <xs:sequence>
        <xs:element name="DomainLinearUnit" type="xs:token">
          <xs:annotation>
            <xs:documentation>The DomainLinearUnit element gives the name of the linear unit for the domain. This must be the name of a defined linear unit.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="RangeLinearUnit" type="xs:token">
          <xs:annotation>
            <xs:documentation>The RangeLinearUnit element gives the name of the linear unit for the range. This must be the name of a defined linear unit.</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFMeasurementResources.xsd