ag:AcreageSubmissionFileType

complexType AcreageSubmissionFileType in namespace http://release.niem.gov/niem/domains/agriculture/5.0/

Definition

A data type containing the entire set of the crops planted on a farm, itemized down to the acreage of individual fields and subfields and the individual producer stakeholders.

Diagram

XML Schema

<xs:complexType name="AcreageSubmissionFileType">
<xs:annotation>
<xs:documentation>
A data type containing the entire set of the crops planted on a farm, itemized down to the acreage of individual fields and subfields and the individual producer stakeholders.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="ag:CropYearValue" minOccurs="1" maxOccurs="1"/>
<xs:element ref="ag:OriginatorIdentificationID" minOccurs="1" maxOccurs="1"/>
<xs:element ref="ag:CustomerInfo" minOccurs="1" maxOccurs="unbounded"/>
<xs:element ref="ag:FarmCropAcreage" minOccurs="1" maxOccurs="unbounded"/>
<xs:element ref="ag:AcreageSubmissionFileAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>