Java content class for desktop-menu complex type.
The following schema fragment specifies the expected content contained within this java content object.
<complexType name="desktop-menu">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="label" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="struts-tile-template" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="menu-option" type="{}menu-option" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
|