ag_codes:PlantedDateModifiedReasonCodeSimpleType

simpleType PlantedDateModifiedReasonCodeSimpleType in namespace http://release.niem.gov/niem/codes/ag_codes/5.0/

Definition

A data type containing the reason codes that a planted date was modified from its original value.

Diagram

Enumerations

ValueDefinition
CCorrection
MPMultiple Planting Dates
OOther

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: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>