2.2.1.1.18 xdHWSname

The xdHWSname simple type specifies restrictions for an attribute that MUST NOT be present.

Referenced By

action.xsfschema@name

task.xsfschema@name

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

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