ag:FieldCropAcreageType

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

Definition

A data type that contains field related information including CLU related information, field number, and one to many agriculture production plans.

Diagram

XML Schema

<xs:complexType name="FieldCropAcreageType">
<xs:annotation>
<xs:documentation>
A data type that contains field related information including CLU related information, field number, and one to many agriculture production plans.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="ag:CLUID" minOccurs="1" maxOccurs="1"/>
<xs:element ref="ag:FieldNumberID" minOccurs="1" maxOccurs="1"/>
<xs:element ref="ag:CLUProducerReviewRequestIndicator" minOccurs="1" maxOccurs="1"/>
<xs:element ref="ag:AgricultureProductionPlan" minOccurs="1" maxOccurs="unbounded"/>
<xs:element ref="ag:FieldCropAcreageAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>