| |||||||
DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES |
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.
Nested Element Summary | |
xs:integer | duration The number of years in the management rotation. |
xs:string | name Name of the management file. |
xs:string | notes Notes or comments related to the management file. |
| operations The operations element is the container for operation elements. |
Attribute Summary | |
xs:string | prog The program attribute of the management element contains the name of the originating application. |
xs:string | ver The version attribute of the management element contains the version number of the skel format used. |
Attribute Detail |
xs:string
optional
unqualified
xs:string
required
unqualified
<xs:element name="management"><xs:complexType></xs:element><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:sequence><xs:complexType></xs:element><xs:sequence></xs:complexType><xs:element maxOccurs="unbounded" minOccurs="0" name="op"></xs:sequence><xs:complexType></xs:element><xs:sequence></xs:complexType><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:sequence>
</xs:element><xs:attribute name="ver" type="xs:string" use="required">
</xs:attribute><xs:attribute name="prog" type="xs:string" use="optional"></xs:complexType>
</xs:attribute>
| |||||||
DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES |