tsd:subTreeAdabasPE

Purpose This element is needed for mapping elements of the XML schema to Adabas periodic groups.
Parent element tsd:map
Child elements None
Attributes shortname
Restrictions tsd:subTreeAdabasPE is only allowed if the containingtsd:map element is a descendant element of a tsd:elementInfo, not a tsd:attributeInfo.
Attributes
Name Type Description
shortname xs:string This value of this required attribute specifies the short name of the Adabas periodic group.

Example

This example shows the tsd:elementInfo for an element to be mapped to an Adabas periodic group.

<xs:element name = "partner">
  <xs:annotation>
    <xs:appinfo>
      <tsd:elementInfo>
        <tsd:logical>
          <tsd:collation>
            <tsd:language value="de"/>
            <tsd:strength value="secondary"/>
            <tsd:caseFirst value = "lowerFirst"/>
            <tsd:alternate value = "shifted"/>
            <tsd:caseLevel value = "false"/>
            <tsd:french value = "false"/>
            <tsd:normalization value ="false"/>
          </tsd:collation>
        </tsd:logical>
        <tsd:physical>
          <tsd:map>
            <tsd:subTreeAdabasPE shortname="p"/>
          </tsd:map>
        </tsd:physical>
      </tsd:elementInfo
   </xs:appinfo>
 </xs:annotation>
 .
 .
 .
</xs:element>