<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>
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.
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>
<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>