A XmlSchemaDefinition is created using a Spring bean with the following attributes:
| Attribute | Value | Description |
|---|---|---|
| id | User-defined | A unique ID for the bean. |
| parent | xml.schema.xsd.abstract | The parent bean. |
The XmlSchemaDefinition bean takes the following properties:
| Property | Type | Mandatory | Description |
|---|---|---|---|
| label | String | Required | A label for the XSD. |
| location | String | Required | The schema location from the XSD. |
| namespace | String | Optional | The schema namespace from the XSD. |