complexType "tns:ImportOptionsType"
Namespace:
Content:
complex, 10 elements
Defined:
globally in common-1.xsd; see XML source
Includes:
definitions of 10 elements
Used:
never
XML Representation Summary
<...>
   
Content: 
tns:overwrite?, tns:keepOid?, tns:stopAfterErrors?, tns:summarizeSucceses?, tns:summarizeErrors?, tns:referentialIntegrity?, tns:validateStaticSchema?, tns:validateDynamicSchema?, tns:encryptProtectedValues?, tns:fetchResourceSchema?
</...>
Content Model Elements (10):
tns:encryptProtectedValues (type xsd:boolean), tns:fetchResourceSchema (type xsd:boolean), tns:keepOid (type xsd:boolean), tns:overwrite (type xsd:boolean), tns:referentialIntegrity (type xsd:boolean), tns:stopAfterErrors (type xsd:int), tns:summarizeErrors (type xsd:boolean), tns:summarizeSucceses (type xsd:boolean), tns:validateDynamicSchema (type xsd:boolean), tns:validateStaticSchema (type xsd:boolean)
Annotation
The options for import tasks. It specifies optional settings for import such as "overwrite" and "stop on error".
XML Source (see within schema source)
<xsd:complexType name="ImportOptionsType">
<xsd:annotation>
<xsd:documentation>
The options for import tasks. It specifies optional settings for import such as "overwrite" and "stop on error".
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element minOccurs="0" name="overwrite" type="xsd:boolean">
<xsd:annotation>
<xsd:documentation>
If set to a true value it will cause that objects that are already in the repository will be
overwritten by the imported objects.
It may not be applicable to all import types. E.g. it makes no sense for import from resource, as this
is not storing objects in the repository directly.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="keepOid" type="xsd:boolean">
<xsd:annotation>
<xsd:documentation>
If set to a true value it will cause that objects that overwritten objects will reuse the same OID
as previous objects.
May be potentially dangerous. USE WITH CARE.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="stopAfterErrors" type="xsd:int">
<xsd:annotation>
<xsd:documentation>
Number of errors that will cause import to stop. If set to one the import will stop on first error.
If set to zero or negative value the import will not stop on any error.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element default="true" minOccurs="0" name="summarizeSucceses" type="xsd:boolean">
<xsd:annotation>
<xsd:documentation>
If set to true the successfuly imported items will be summarized in the result.
WARNING: setting this to false may result in a very large result structure and may cause overflow of
the system memory.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element default="false" minOccurs="0" name="summarizeErrors" type="xsd:boolean">
<xsd:annotation>
<xsd:documentation>
If set to true the importe errors will be summarized in the result.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element default="false" minOccurs="0" name="referentialIntegrity" type="xsd:boolean">
<xsd:annotation>
<xsd:documentation>
If set to true the importe errors will be summarized in the result.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element default="true" minOccurs="0" name="validateStaticSchema" type="xsd:boolean">
<xsd:annotation>
<xsd:documentation>
If set to true the importe errors will be summarized in the result.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element default="true" minOccurs="0" name="validateDynamicSchema" type="xsd:boolean">
<xsd:annotation>
<xsd:documentation>
If set to true the importe errors will be summarized in the result.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element default="true" minOccurs="0" name="encryptProtectedValues" type="xsd:boolean">
<xsd:annotation>
<xsd:documentation>
If set to true the importe errors will be summarized in the result.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element default="false" minOccurs="0" name="fetchResourceSchema" type="xsd:boolean">
<xsd:annotation>
<xsd:documentation>
If set to true the importe errors will be summarized in the result.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
Content Element Detail (all declarations; 10/10)
tns:encryptProtectedValues
Type:
xsd:boolean, simple content
Default:
"true"
Defined:
locally within (this) tns:ImportOptionsType complexType
If set to true the importe errors will be summarized in the result.
XML Source (see within schema source)
<xsd:element default="true" minOccurs="0" name="encryptProtectedValues" type="xsd:boolean">
<xsd:annotation>
<xsd:documentation>
If set to true the importe errors will be summarized in the result.
</xsd:documentation>
</xsd:annotation>
</xsd:element>

tns:fetchResourceSchema
Type:
xsd:boolean, simple content
Default:
"false"
Defined:
locally within (this) tns:ImportOptionsType complexType
If set to true the importe errors will be summarized in the result.
XML Source (see within schema source)
<xsd:element default="false" minOccurs="0" name="fetchResourceSchema" type="xsd:boolean">
<xsd:annotation>
<xsd:documentation>
If set to true the importe errors will be summarized in the result.
</xsd:documentation>
</xsd:annotation>
</xsd:element>

tns:keepOid
Type:
xsd:boolean, simple content
Defined:
locally within (this) tns:ImportOptionsType complexType
If set to a true value it will cause that objects that overwritten objects will reuse the same OID as previous objects. May be potentially dangerous. USE WITH CARE.
XML Source (see within schema source)
<xsd:element minOccurs="0" name="keepOid" type="xsd:boolean">
<xsd:annotation>
<xsd:documentation>
If set to a true value it will cause that objects that overwritten objects will reuse the same OID
as previous objects.
May be potentially dangerous. USE WITH CARE.
</xsd:documentation>
</xsd:annotation>
</xsd:element>

tns:overwrite
Type:
xsd:boolean, simple content
Defined:
locally within (this) tns:ImportOptionsType complexType
If set to a true value it will cause that objects that are already in the repository will be overwritten by the imported objects. It may not be applicable to all import types. E.g. it makes no sense for import from resource, as this is not storing objects in the repository directly.
XML Source (see within schema source)
<xsd:element minOccurs="0" name="overwrite" type="xsd:boolean">
<xsd:annotation>
<xsd:documentation>
If set to a true value it will cause that objects that are already in the repository will be
overwritten by the imported objects.
It may not be applicable to all import types. E.g. it makes no sense for import from resource, as this
is not storing objects in the repository directly.
</xsd:documentation>
</xsd:annotation>
</xsd:element>

tns:referentialIntegrity
Type:
xsd:boolean, simple content
Default:
"false"
Defined:
locally within (this) tns:ImportOptionsType complexType
If set to true the importe errors will be summarized in the result.
XML Source (see within schema source)
<xsd:element default="false" minOccurs="0" name="referentialIntegrity" type="xsd:boolean">
<xsd:annotation>
<xsd:documentation>
If set to true the importe errors will be summarized in the result.
</xsd:documentation>
</xsd:annotation>
</xsd:element>

tns:stopAfterErrors
Type:
xsd:int, simple content
Defined:
locally within (this) tns:ImportOptionsType complexType
Number of errors that will cause import to stop. If set to one the import will stop on first error. If set to zero or negative value the import will not stop on any error.
XML Source (see within schema source)
<xsd:element minOccurs="0" name="stopAfterErrors" type="xsd:int">
<xsd:annotation>
<xsd:documentation>
Number of errors that will cause import to stop. If set to one the import will stop on first error.
If set to zero or negative value the import will not stop on any error.
</xsd:documentation>
</xsd:annotation>
</xsd:element>

tns:summarizeErrors
Type:
xsd:boolean, simple content
Default:
"false"
Defined:
locally within (this) tns:ImportOptionsType complexType
If set to true the importe errors will be summarized in the result.
XML Source (see within schema source)
<xsd:element default="false" minOccurs="0" name="summarizeErrors" type="xsd:boolean">
<xsd:annotation>
<xsd:documentation>
If set to true the importe errors will be summarized in the result.
</xsd:documentation>
</xsd:annotation>
</xsd:element>

tns:summarizeSucceses
Type:
xsd:boolean, simple content
Default:
"true"
Defined:
locally within (this) tns:ImportOptionsType complexType
If set to true the successfuly imported items will be summarized in the result. WARNING: setting this to false may result in a very large result structure and may cause overflow of the system memory.
XML Source (see within schema source)
<xsd:element default="true" minOccurs="0" name="summarizeSucceses" type="xsd:boolean">
<xsd:annotation>
<xsd:documentation>
If set to true the successfuly imported items will be summarized in the result.
WARNING: setting this to false may result in a very large result structure and may cause overflow of
the system memory.
</xsd:documentation>
</xsd:annotation>
</xsd:element>

tns:validateDynamicSchema
Type:
xsd:boolean, simple content
Default:
"true"
Defined:
locally within (this) tns:ImportOptionsType complexType
If set to true the importe errors will be summarized in the result.
XML Source (see within schema source)
<xsd:element default="true" minOccurs="0" name="validateDynamicSchema" type="xsd:boolean">
<xsd:annotation>
<xsd:documentation>
If set to true the importe errors will be summarized in the result.
</xsd:documentation>
</xsd:annotation>
</xsd:element>

tns:validateStaticSchema
Type:
xsd:boolean, simple content
Default:
"true"
Defined:
locally within (this) tns:ImportOptionsType complexType
If set to true the importe errors will be summarized in the result.
XML Source (see within schema source)
<xsd:element default="true" minOccurs="0" name="validateStaticSchema" type="xsd:boolean">
<xsd:annotation>
<xsd:documentation>
If set to true the importe errors will be summarized in the result.
</xsd:documentation>
</xsd:annotation>
</xsd:element>

This XML schema documentation has been generated with DocFlex/XML RE 1.8.5 using DocFlex/XML XSDDoc 2.5.0 template set.
DocFlex/XML RE is a reduced edition of DocFlex/XML, which is a tool for programming and running highly sophisticated documentation and reports generators by the data obtained from any kind of XML files. The actual doc-generators are implemented in the form of special templates that are designed visually using a high-quality Template Designer GUI basing on the XML schema (or DTD) files describing the data source XML.
DocFlex/XML XSDDoc is a commercial template application of DocFlex/XML that implements a high-quality XML Schema documentation generator with simultaneous support of framed multi-file HTML, single-file HTML and RTF output formats. (More formats are planned in the future).
A commercial license for "DocFlex/XML XSDDoc" will allow you:
  • To configure the generated documentation so much as you want. Thanks to our template technology, it was possible to support > 400 template parameters, which work the same as "options" of ordinary doc-generators. The parameters are organized in nested groups, which form a parameter tree. Most of them have their default values calculated dynamically from a few primary parameters. So, you'll never need to specify all of them. That will give you swift and effective control over the generated content!
  • To use certain features disabled in the free mode (such as the full documenting of substitution groups).
  • To select only the initial, imported, included, redefined XML schemas to be documented or only those directly specified by name.
  • To include only XML schema components specified by name.
  • To document local element components both globally and locally (similar to attributes).
  • To allow/suppress unification of local elements by type.
  • To enable/disable reproducing of namespace prefixes.
  • To use PlainDoc.tpl main template to generate all the XML schema documentation in a signle-file form as both HTML and incredible quality RTF output.
  • To format your annotations with XHTML tags and reproduce that formatting both in HTML and RTF output.
  • To insert images in your annotations using XHTML <img> tags (supported both in HTML and RTF output).
  • To remove this very advertisement text!
Once having only such a license, you will be able to run the fully-featured XML schema documentation generator both with DocFlex/XML (Full Edition) and with DocFlex/XML RE, which is a reduced free edition containing only the template interpretor / output generator. No other licenses will be required!
But this is not all. In addition to it, a commercial license for "DocFlex/XML SDK" will allow you to modify the XSDDoc templates themselves as much as you want. You will be able to achieve whatever was impossible to do with the template parameters only. And, of course, you could develop any template applications by your own!
Please note that by purchasing a license for this software, you not only acquire a useful tool, you will also make an important investment in its future development, the results of which you could enjoy later by yourself. Every single your purchase matters and makes a difference for us!
To purchase a license, please follow this link: http://www.filigris.com/shop/