2.2.1.1.1 xdTitle

The xdTitle simple type specifies restrictions for a title string.

Referenced By

adoAdapter.xsfschema@name

adoAdapterExtension.xsf2.2.2.2.25@ref

adoAdapterExtension.xsf2.2.2.2.25@submitAdapterName

bdcAdapter.xsfschema@name

bdcAdapter.xsfschema@submitAdapterName

button.xsfschema@caption

button.xsfschema@tooltip

command.xsf2.2.2.2.5@caption

customCategory.xsfschema@name

dataObject.xsfschema@name

davAdapter.xsfschema@name

davAdapterExtension.xsf2.2.2.2.24@ref

editWith.xsfschema@caption

emailAdapter.xsfschema@name

emailAdapterExtension.xsf2.2.2.2.28@ref

field.xsfschema@columnName

field.xsfschema@name

grooveAdapter.xsfschema@name

hwsAdapter.xsfschema@name

initialXmlDocument.xsfschema@caption

inputScope.xsf2.2.2.2.40@caption

menu.xsfschema@caption

sharepointListAdapter.xsfschema@name

sharepointListAdapterExtension.xsf2.2.2.2.30@ref

sharepointListAdapterRW.xsfschema@name

sharepointListAdapterRWExtension.xsf2.2.2.2.54@ref

submitAction.rule.xsfschema@adapter

submitAction.submit.xsf2.2.2.2.45@adapter

submitAction.submit.xsfschema@adapter

submitToHostAdapter.xsfschema@name

toolbar.xsfschema@caption

toolbar.xsfschema@name

viewExtension.xsf2.2.2.2.35@ref

viewExtension.xsf2.2.3.2.9@ref

webServiceAdapter.xsfschema@name

webServiceAdapterExtension.xsf2.2.2.2.26@ref

xmlFileAdapter.xsfschema@name

xmlFileAdapterExtension.xsf2.2.2.2.29@ref

xmlToEditExtension.xsf2.2.2.2.36@ref

xmlToEditExtension.xsf2.2.3.2.10@ref

The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this simple type.

 <xsd:simpleType name="xdTitle">
   <xsd:restriction base="xsd:string">
     <xsd:minLength value="1"/>
     <xsd:maxLength value="255"/>
     <xsd:pattern value="([^\p{Z}\p{Cc}\p{Cf}\p{Cn}])(([^\p{Zl}\p{Zp}\p{Cc}])*([^\p{Z}\p{Cc}\p{Cf}\p{Cn}]))?"/>
   </xsd:restriction>
 </xsd:simpleType>