Java class for foo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="foo">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="position" type="{http://cxf.apache.org/configuration/foo}point" minOccurs="0"/>
<element name="address" type="{http://cxf.apache.org/configuration/foo}address" minOccurs="0"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="intDefault" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="intNoDefault" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
|