QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
column | xs:string | optional | ||||
field | xs:string | required | ||||
precision | xs:double | 1E-6 | optional | |||
zeroThreshold | xs:double | 1E-16 | optional |
Element | VerificationFields |
<xs:element name="VerificationField"> <xs:complexType> <xs:sequence> <xs:element ref="Extension" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> <xs:attribute name="field" type="xs:string" use="required"/> <xs:attribute name="column" type="xs:string" use="optional"/> <xs:attribute name="precision" type="xs:double" default="1E-6"/> <xs:attribute name="zeroThreshold" type="xs:double" default="1E-16"/> </xs:complexType> </xs:element> |