ag_codes:PlantedDateModifiedReasonCodeSimpleType
simpleType PlantedDateModifiedReasonCodeSimpleType in namespace http://release.niem.gov/niem/codes/ag_codes/4.0/
Definition
A data type containing the reason codes that a planted date was modified from its original value.
Diagram
Enumerations
Value | Definition |
C | Correction |
MP | Multiple Planting Dates |
O | Other |
XML Schema
<xs:simpleType name="PlantedDateModifiedReasonCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type containing the reason codes that a planted date was modified from its original value.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="C">
<xs:annotation>
<xs:documentation>
Correction</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="MP">
<xs:annotation>
<xs:documentation>
Multiple Planting Dates</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="O">
<xs:annotation>
<xs:documentation>
Other</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>