<xsd:complexType name="NumericType">
<xsd:annotation>
<xsd:documentation>A data type for a number value.</xsd:documentation>
<xsd:appinfo>
<i:Base i:namespace="http://niem.gov/niem/proxy/xsd/2.0" i:name="decimal" xmlns:i="http://niem.gov/niem/appinfo/2.0" />
</xsd:appinfo>
</xsd:annotation>
<xsd:simpleContent>
<xsd:extension base="niem-xsd:decimal">
<xsd:attribute ref="nc:confidenceNumeric" use="optional" />
<xsd:attribute ref="nc:toleranceNumeric" use="optional" />
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
|