ag_codes:TractNumberIDSimpleType
simpleType TractNumberIDSimpleType in namespace http://release.niem.gov/niem/codes/ag_codes/4.0/
Definition
A data type for identification number assigned to a unit of contiguous land that is under one ownership and that is operated as a farm or part of a farm. An owner is a person or business having deed to the land. Tract numbers are assigned by an FSA county office, and are unique within that office''s farms. A Tract Number is used in conjunction with a State FSA Code and County FSA Code for uniqueness. Tract numbers are not necessarily unique based upon State ANSI Code and County ANSI in instance where the ANSI codes are not the same as the FSA codes.
Diagram
XML Schema
<xs:simpleType name="TractNumberIDSimpleType">
<xs:annotation>
<xs:documentation>
A data type for identification number assigned to a unit of contiguous land that is under one ownership and that is operated as a farm or part of a farm. An owner is a person or business having deed to the land.
Tract numbers are assigned by an FSA county office, and are unique within that office''s farms. A Tract Number is used in conjunction with a State FSA Code and County FSA Code for uniqueness.
Tract numbers are not necessarily unique based upon State ANSI Code and County ANSI in instance where the ANSI codes are not the same as the FSA codes.</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>