xs:openContent

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.

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 XML > XML Parser > XML Schema.