This element can be used in different contexts:
In the context of tsd:elementInfo
or
tsd:attributeInfo
:
Purpose |
In the context of
This element is optional. |
Parent element | tsd:elementInfo or
tsd:attributeInfo
|
Child elements | tsd:collation ,
tsd:default ,
tsd:trigger |
Attributes | None |
Type | xs:complexType |
In the context of tsd:shadowXML
:
Purpose |
In the context of
This element is optional. |
Parent element | tsd:shadowXML |
Child elements | tsd:content ,
tsd:unique |
Attributes | None |
Type | xs:complexType |
The following example illustrates the use of the
tsd:logical
element in the context of
tsd:shadowXML
. This
example defines the Server Extensions for the shadow functions and specifies
that the schema should be treated as open content:
<tsd:shadowXML> <tsd:onBinaryInsert>SXSBinaryIndexer.put</tsd:onBinaryInsert> <tsd:onTextInsert>SXSTextIndexer.put</tsd:onTextInsert> <tsd:logical> <tsd:content>open</tsd:content> </tsd:logical> </tsd:shadowXML>
In the context of tsd:doctype
:
Caution:
This usage of tsd:logical
is deprecated in
Tamino 4.2.
Purpose |
In the context of
This element is optional. |
Parent element | tsd:doctype |
Child elements | tsd:content ,
tsd:accessOptions ,
tsd:unique |
Attributes | None |
Type | xs:complexType |