skel
element management

Documentation

The management element is the root of an NRCS skeleton file. All other elements and atributes are contained within the management element. This element is required.

Properties
This component is not nillable.

Model
<management
  prog = xs:string
  ver = xs:string>
(name, notes?, duration, operations )
</management>


Nested Element Summary
xs:integerduration
          

The number of years in the management rotation.

 
xs:stringname
          

Name of the management file.

 
xs:stringnotes
          

Notes or comments related to the management file.

 
 operations
          

The operations element is the container for operation elements.

 

Attribute Summary
 xs:stringprog
          

The program attribute of the management element contains the name of the originating application.

 
 xs:stringver
          

The version attribute of the management element contains the version number of the skel format used.

 

Attribute Detail

prog

The program attribute of the management element contains the name of the originating application. This is the application which wrote the skel file. This attribute is optional. Current Known Applications: RUSLE2 http://www.rusle2.org and WEPS http://weru.ksu.edu/

Type:
xs:string
Use:
optional
Form:
unqualified

ver

The version attribute of the management element contains the version number of the skel format used. This tag is intended to allow expansion of the format while giving applications a method to detect and support older formats. This attribute is required.

Type:
xs:string
Use:
required
Form:
unqualified

Source
<xs:element name="management">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="1" minOccurs="1" name="name" type="xs:string">
</xs:element>
<xs:element maxOccurs="1" minOccurs="0" name="notes" type="xs:string">
</xs:element>
<xs:element maxOccurs="1" minOccurs="1" name="duration" type="xs:integer">
</xs:element>
<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>
</xs:sequence>
<xs:attribute name="ver" type="xs:string" use="required">
</xs:attribute>
<xs:attribute name="prog" type="xs:string" use="optional">
</xs:attribute>
</xs:complexType>
</xs:element>


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