ag_codes:FarmNumberIDSimpleType
simpleType FarmNumberIDSimpleType in namespace http://release.niem.gov/niem/codes/ag_codes/5.0/
Definition
A data type for identification number assigned to all land under control of a particular operator within a particular county.
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.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:integer">
<xs:minInclusive value="1"/>
<xs:maxInclusive value="9999999"/>
<xs:totalDigits value="7"/>
</xs:restriction>
</xs:simpleType>