| Element | Description | Class |
|---|---|---|
| pizza | This is a tasty Pizza | org.apache.xbean.spring.example.PizzaService |
| restaurant | A Restaurant thingy | org.apache.xbean.spring.example.RestaurantService |
| Attribute | Type | Description |
|---|---|---|
| cheese | xs:string | |
| myTopping | xs:string | |
| price | xs:double | |
| size | xs:integer |
| Attribute | Type | Description |
|---|---|---|
| serviceName | xs:QName | |
| uri | xs:string |
| Element | Type | Description |
|---|---|---|
| dinnerMenu | (pizza)* | |
| favourite | pizza | |
| lunchMenu | (pizza)* |