QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
field | FIELD-NAME | required | ||||
mapMissingTo | NUMBER | optional | ||||
outliers | OUTLIER-TREATMENT-METHOD | asIs | optional |
Element Group | EXPRESSION |
<xs:element name="NormContinuous"> <xs:complexType> <xs:sequence> <xs:element ref="Extension" minOccurs="0" maxOccurs="unbounded"/> <xs:element ref="LinearNorm" minOccurs="2" maxOccurs="unbounded"/> </xs:sequence> <xs:attribute name="mapMissingTo" type="NUMBER"/> <xs:attribute name="field" type="FIELD-NAME" use="required"/> <xs:attribute name="outliers" type="OUTLIER-TREATMENT-METHOD" default="asIs"/> </xs:complexType> </xs:element> |