2.2.1.1.19 xdHWSCaption

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

Referenced By

action.xsfschema@caption

task.xsfschema@caption

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

 <xsd:simpleType name="xdHWSCaption">
   <xsd:restriction base="xsd:string">
     <xsd:minLength value="1"/>
     <xsd:maxLength value="255"/>
   </xsd:restriction>
 </xsd:simpleType>