ag_codes:OrganicPracticeCategoryCodeSimpleType

simpleType OrganicPracticeCategoryCodeSimpleType in namespace http://release.niem.gov/niem/codes/ag_codes/5.0/

Definition

A data type containing certification codes used for farm acreage in regards to a system/plan of production and handling practice to produce an organic commodity.

Diagram

Enumerations

ValueDefinition
NNot Specified (Conventional)
OCOrganic (USDA Certified)
OTOrganic (Transitional)

XML Schema

<xs:simpleType name="OrganicPracticeCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type containing certification codes used for farm acreage in regards to a system/plan of production and handling practice to produce an organic commodity.
</xs:documentation>
</xs:annotation>
<xs:enumeration value="N">
<xs:annotation>
<xs:documentation>
Not Specified (Conventional)
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="OC">
<xs:annotation>
<xs:documentation>
Organic (USDA Certified)
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="OT">
<xs:annotation>
<xs:documentation>
Organic (Transitional)
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>