ag:AcreageSubmissionFileType
complexType AcreageSubmissionFileType in namespace http://release.niem.gov/niem/domains/agriculture/4.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. This file set is used to transmit an acreage report from an FSA County Office, an Approved Insurance Provider (AIP), or a producer.
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.
This file set is used to transmit an acreage report from an FSA County Office, an Approved Insurance Provider (AIP), or a producer.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="structures:ObjectType">
<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>