ag_codes:MICSCodeSimpleType
simpleType MICSCodeSimpleType in namespace http://release.niem.gov/niem/codes/ag_codes/4.0/
Definition
A data type containing codes identifying the Mobile Implement Control System (MICS) used in the collection of geospatial data.
Diagram
Enumerations
Value | Definition |
AG | AGCO |
AL | AgLeader |
CNH | Case IH/Ford/New Holland |
FS | FSA |
JD | John Deere |
O | Other |
PP | Precision Planting |
RA | Raven |
TR | Trimble |
UN | Unknown |
XML Schema
<xs:simpleType name="MICSCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type containing codes identifying the Mobile Implement Control System (MICS) used in the collection of geospatial data.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="AG">
<xs:annotation>
<xs:documentation>
AGCO</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="AL">
<xs:annotation>
<xs:documentation>
AgLeader</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="CNH">
<xs:annotation>
<xs:documentation>
Case IH/Ford/New Holland</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="FS">
<xs:annotation>
<xs:documentation>
FSA</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="JD">
<xs:annotation>
<xs:documentation>
John Deere</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="O">
<xs:annotation>
<xs:documentation>
Other</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="PP">
<xs:annotation>
<xs:documentation>
Precision Planting</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="RA">
<xs:annotation>
<xs:documentation>
Raven</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="TR">
<xs:annotation>
<xs:documentation>
Trimble</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="UN">
<xs:annotation>
<xs:documentation>
Unknown</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>