The properties of an XML schema are:
| Property Name | Description | Editable | Data Type |
|---|---|---|---|
| Name | The name of element, attribute or reference of element in XML instance. | N | String |
| Data Type | The data type of simple element or attribute. | N | String |
| Format Pattern Type | The format pattern for data of Date, Time or DateTime type. | N | Enumeration |
| Format Pattern | The format pattern for data of Date, Time or DateTime type. | N | String |
| Is Multiple | Indicates whether or not the selected element occurs more than once in the XML instance. | N | Boolean |
| List | Specifies whether or not to set the data type of element or attribute as List. | N | Boolean |
| List Delimiter | The delimiter to separate items in a list. | N | Enumeration |
| Default Value | The value for the selected element or attribute, of which there is no specific value in an XML instance. | N | String |
| Fixed Value | The value for the selected element or attribute. | N | String |