Java content class for log-on complex type.
The following schema fragment specifies the expected content contained within this java content object.
<complexType name="log-on">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="class-name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="webapp-root" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="logged-on-title" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="users" type="{}users"/>
</sequence>
</restriction>
</complexContent>
</complexType>
|