ag_codes:ProducerSharePercentSimpleType
simpleType ProducerSharePercentSimpleType in namespace http://release.niem.gov/niem/codes/ag_codes/4.0/
Definition
A data type for producer's share of a crop and the benefits coming from that crop, expressed as a percentage.
Diagram
XML Schema
<xs:simpleType name="ProducerSharePercentSimpleType">
<xs:annotation>
<xs:documentation>
A data type for producer's share of a crop and the benefits coming from that crop, expressed as a percentage.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:decimal">
<xs:fractionDigits value="4"/>
<xs:totalDigits value="5"/>
</xs:restriction>
</xs:simpleType>