ag_codes:FinalReportedAcreageSimpleType
simpleType FinalReportedAcreageSimpleType in namespace http://release.niem.gov/niem/codes/ag_codes/4.0/
Definition
A data type for final number of acres that were reported.
Diagram
XML Schema
<xs:simpleType name="FinalReportedAcreageSimpleType">
<xs:annotation>
<xs:documentation>
A data type for final number of acres that were reported.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:decimal">
<xs:fractionDigits value="2"/>
<xs:totalDigits value="8"/>
</xs:restriction>
</xs:simpleType>