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   If this element or attribute is in the form definition file (.xsf), InfoPath Forms Services will prevent the form template from being deployed to the server as a browser-compatible form.

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>