xs:openContent
The xs:openContent Component
               

The openContent element enables instance documents to contain extension
            elements to be inserted amongst 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.
         
xs:openContent Properties
            
            | 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. | 
Note
This component is available for XML Schema 1.1 only. To change the
               version of the XML Schema, open the
                     Preferences dialog box  and go
               to  .
            
         