ag:ProducerShareType

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

Definition

A data type that contains producer's share in the benefits coming from a crop, expressed as a percentage.

Diagram

XML Schema

<xs:complexType name="ProducerShareType">
<xs:annotation>
<xs:documentation>
A data type that contains producer's share in the benefits coming from a crop, expressed as a percentage.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="ag:FileCustomerID" minOccurs="1" maxOccurs="1"/>
<xs:element ref="ag:ProducerSharePercent" minOccurs="1" maxOccurs="unbounded"/>
<xs:element ref="ag:ProducerShareAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>