ag:AgricultureProductionPlanType

complexType AgricultureProductionPlanType in namespace http://release.niem.gov/niem/domains/agriculture/4.0/

Definition

A data type that contains agriculture production plan related information including location, product, acreage, planting, practice and data modifications details.

Diagram

XML Schema

<xs:complexType name="AgricultureProductionPlanType">
<xs:annotation>
<xs:documentation>
A data type that contains agriculture production plan related information including location, product, acreage, planting, practice and data modifications details.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="nc:LocationStateFIPS5-2Code" minOccurs="1" maxOccurs="1"/>
<xs:element ref="nc:LocationCountyCode" minOccurs="1" maxOccurs="1"/>
<xs:element ref="ag:SubfieldNumberID" minOccurs="0" maxOccurs="1"/>
<xs:element ref="ag:CoreProductCode" minOccurs="1" maxOccurs="1"/>
<xs:element ref="ag:CoreProductCategoryCode" minOccurs="0" maxOccurs="1"/>
<xs:element ref="ag:ProductIntendedUseCode" minOccurs="0" maxOccurs="1"/>
<xs:element ref="ag:OriginalReportedAcreageValue" minOccurs="1" maxOccurs="1"/>
<xs:element ref="ag:FinalReportedAcreageValue" minOccurs="1" maxOccurs="1"/>
<xs:element ref="ag:ReportedAcreageModifiedIndicator" minOccurs="1" maxOccurs="1"/>
<xs:element ref="ag:ReportedAcreageModifiedReasonCode" minOccurs="0" maxOccurs="1"/>
<xs:element ref="ag:ReportedAcreageModifiedOtherReasonText" minOccurs="0" maxOccurs="1"/>
<xs:element ref="ag:AcreageCalculationProjectionCode" minOccurs="0" maxOccurs="1"/>
<xs:element ref="ag:OriginalPlantedDate" minOccurs="0" maxOccurs="1"/>
<xs:element ref="ag:FinalPlantedDate" minOccurs="0" maxOccurs="1"/>
<xs:element ref="ag:PlantedDateModifiedIndicator" minOccurs="1" maxOccurs="1"/>
<xs:element ref="ag:PlantedDateModifiedReasonCode" minOccurs="0" maxOccurs="1"/>
<xs:element ref="ag:PlantedDateModifiedOtherReasonText" minOccurs="0" maxOccurs="1"/>
<xs:element ref="ag:ProductPlantingCode" minOccurs="0" maxOccurs="1"/>
<xs:element ref="ag:IrrigationPracticeCode" minOccurs="1" maxOccurs="1"/>
<xs:element ref="ag:OrganicPracticeCategoryCode" minOccurs="1" maxOccurs="1"/>
<xs:element ref="ag:CroppingPracticeCode" minOccurs="1" maxOccurs="1"/>
<xs:element ref="ag:GeospatialSourceInfo" minOccurs="0" maxOccurs="1"/>
<xs:element ref="ag:ProducerShare" minOccurs="1" maxOccurs="unbounded"/>
<xs:element ref="ag:AgricultureProductionPlanAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>