skel
element op

Documentation

The operation element contains information about a specific operation. This element is optional and unlimited in number.

Properties
This component is not nillable.

Model
<op>
(date, name, veg? )
</op>


Nested Element Summary
rotationDatedate
          

The date element contains the date of the operation.

 
xs:stringname
          

The name element contains the name of the operation.

 
xs:stringveg
          

The vegetation element contains the name of the plant or crop related to the operation.

 
Source
<xs:element maxOccurs="unbounded" minOccurs="0" name="op">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="1" minOccurs="1" name="date" type="rotationDate">
</xs:element>
<xs:element maxOccurs="1" minOccurs="1" name="name" type="xs:string">
</xs:element>
<xs:element maxOccurs="1" minOccurs="0" name="veg" type="xs:string">
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.