2.2.1.1.2 xdViewName

The xdViewName simple type specifies restrictions for specifying the name of a form view.

Referenced By

externalView.xsfschema@name

includedView.xsf2.2.2.2.16@name

role.xsfschema@name

switchViewAction.xsfschema@view

view.xsfschema@caption

view.xsfschema@name

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

 <xsd:simpleType name="xdViewName">
   <xsd:restriction base="xsd:string">
     <xsd:minLength value="1"/>
     <xsd:maxLength value="255"/>
     <xsd:pattern value="([^\p{Z}\p{C}/\\#&&quot;&gt;&lt;])(([^\p{Zl}\p{Zp}\p{C}/\\#&&quot;&gt;&lt;])*([^\p{Z}\p{C}/\\#&&quot;&gt;&lt;]))?"/>
   </xsd:restriction>
 </xsd:simpleType>