Discretize

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
dataType DATATYPE optional
defaultValue xs:string optional
field FIELD-NAME required
mapMissingTo xs:string optional

Used By

Element Group EXPRESSION

Source

<xs:element name="Discretize">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="Extension" minOccurs="0" maxOccurs="unbounded"/>
      <xs:element ref="DiscretizeBin" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
    <xs:attribute name="field" type="FIELD-NAME" use="required"/>
    <xs:attribute name="mapMissingTo" type="xs:string"/>
    <xs:attribute name="defaultValue" type="xs:string"/>
    <xs:attribute name="dataType" type="DATATYPE"/>
  </xs:complexType>
</xs:element>

Sample