http://maven.apache.org/XDOC/2.0
simpleType FrameTarget

Super Types
{http://www.w3.org/2001/XMLSchema}NMTOKEN
|
+--{http://maven.apache.org/XDOC/2.0}FrameTarget (restriction)

Documentation
      render in this frame
      
Properties
This component is not nillable.

Model

_(blank|self|parent|top)|[A-Za-z]\c*


Source
<xs:simpleType name="FrameTarget">
<xs:restriction base="xs:NMTOKEN">
<xs:pattern value="_(blank|self|parent|top)|[A-Za-z]\c*"/>
</xs:restriction>
</xs:simpleType>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.