The openContent element enables instance documents to contain extension elements interleaved among the elements declared by the schema. You can declare open content for your elements at one place - within the complexType definition, or at the schema level.
For further details about the openContent component, go to http://www.w3.org/TR/xmlschema11-1/#element-openContent.
| Property Name | Description | Possible Value |
|---|---|---|
| Mode | Specifies where the extension elements can be inserted. | The value can be: "interleave", "suffix" or "none". The default value is "interleave". |
| ID | The component id. | Any ID. |
| Component | The edited component name. | Not editable property. |
| System ID | The component system id. | Not editable property. |