tsd:xTension

Purpose This element specifies mapping information for logical nodes in the schema that are mapped to the Tamino Server Extension.
Parent element tsd:map
Child elements tsd:onDelete, , tsd:onProcess, tsd:onUpdate
Attributes None

Example

This example illustrates the mapping to Tamino Server Extensions:

<xs:element name = "firstname" type="xs:string">
  <xs:annotation>
    <xs:appinfo>
      <tsd:elementInfo>
        <tsd:physical>
          <tsd:xTension>
            <tsd:onProcess>SXSBMapping.SxsStoreToFile</tsd:onProcess>
            <tsd:onDelete>SXSBMapping.SxsDeleteFile</tsd:onDelete>
          </tsd:xTension>
        </tsd:physical>
      </tsd:elementInfo
    </xs:appinfo>
  </xs:annotation>
</xs:element>