ag_codes:FarmNumberIDSimpleType
simpleType FarmNumberIDSimpleType in namespace http://release.niem.gov/niem/codes/ag_codes/4.0/
Definition
A data type for identification number assigned to all land under control of a particular operator within a particular county. Each County assigns Farm Numbers independently. As a result, farms in different counties might be assigned the same Farm Number; i.e, a Farm Number might be unique only within a particular county. Thus, to uniquely identify a farm, the State FSA Code and County FSA Code must be specified in combination with the Farm Number.
Diagram
XML Schema
<xs:simpleType name="FarmNumberIDSimpleType">
<xs:annotation>
<xs:documentation>
A data type for identification number assigned to all land under control of a particular operator within a particular county.
Each County assigns Farm Numbers independently. As a result, farms in different counties might be assigned the same Farm Number; i.e, a Farm Number might be unique only within a particular county. Thus, to uniquely identify a farm, the State FSA Code and County FSA Code must be specified in combination with the Farm Number.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:integer">
<xs:minInclusive value="1"/>
<xs:totalDigits value="7"/>
<xs:maxInclusive value="9999999"/>
</xs:restriction>
</xs:simpleType>