QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
dataType | DATATYPE | optional | ||||
defaultValue | xs:string | optional | ||||
field | FIELD-NAME | required | ||||
mapMissingTo | xs:string | optional |
Element Group | EXPRESSION |
<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> |