skel
element operations

Documentation

The operations element is the container for operation elements. This element is required.

Properties
This component is not nillable.

Model
<operations>
op
</operations>


Nested Element Summary
 op
          

The operation element contains information about a specific operation.

 
Source
<xs:element maxOccurs="1" minOccurs="1" name="operations">
<xs:complexType>
<xs:sequence>
<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>
</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.