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