ParameterEvaluator_Type

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
id xs:string optional
name xs:string required
valueType xs:string required

Used By

Source

<xs:complexType name="ParameterEvaluator_Type">
  <xs:complexContent>
    <xs:extension base="FieldmlEvaluator_Type">
      <xs:choice>
        <xs:element name="DenseArrayData" type="DenseArrayData_Type" minOccurs="1" maxOccurs="1"/>
        <xs:element name="DOKArrayData" type="DOKArrayData_Type" minOccurs="1" maxOccurs="1"/>
      </xs:choice>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>