BayesInput

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
fieldName xs:string required

Used By

Element BayesInputs

Source

<xs:element name="BayesInput">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="Extension" minOccurs="0" maxOccurs="unbounded"/>
      <xs:choice>
        <xs:element ref="TargetValueStats" minOccurs="1" maxOccurs="1"/>
        <xs:sequence>
          <xs:element ref="DerivedField" minOccurs="0" maxOccurs="1"/>
          <xs:element ref="PairCounts" minOccurs="1" maxOccurs="unbounded"/>
        </xs:sequence>
      </xs:choice>
    </xs:sequence>
    <xs:attribute name="fieldName" type="xs:string" use="required"/>
  </xs:complexType>
</xs:element>

Sample