xdHWSname simpleType

Microsoft Office InfoPath

xdHWSname simpleType

Specifies a type for a unique name of the Microsoft Biztalk Server 2004 HWS (Human Workflow Services) action or task element as specified by the HWS workflow designer.

Type

xsd:NCName

Facets

Name Description
pattern [^-^\.^\\^\[^\]^\|^\+^?^\*^@^\{^\}^\(^\)^>^<^=^;^,]*

Remarks

The name cannot contain the following characters:

\ / " [ ] : < > + = ; , ? * @

Note  This item is not supported when the Disable Service Pack features option on the Advanced tab of the Options dialog box in InfoPath is selected or when Microsoft Office 2003 Editions Service Pack 1 or later is not installed. Any form defined by a form definition file (.xsf) that includes this item cannot be opened in InfoPath when service pack features are disabled or unavailable.

Example

The following example is the declaration of the xdHWSname type:

    <xsd:simpleType name="xdHWSname" >
  <xsd:restriction base="xsd:NCName">
    <xsd:pattern value="[^-^\.^\\^\[^\]^\|^\+^?^\*^@^\{^\}^\(^\)^&gt;^&lt;^=^;^,]*" />
  </xsd:restriction>
</xsd:simpleType>