nc:NumericType
complexType NumericType in namespace http://release.niem.gov/niem/niem-core/4.0/
Definition
A data type for a number value.
Diagram
XML Schema
<xs:complexType name="NumericType">
<xs:annotation>
<xs:documentation>
A data type for a number value.</xs:documentation>
</xs:annotation>
<xs:simpleContent>
<xs:extension base="niem-xs:decimal">
<xs:attribute ref="nc:confidencePercent" use="optional"/>
<xs:attribute ref="nc:toleranceNumeric" use="optional"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>