FrameTarget

render in this frame

Simple Type Information

Used By

Source

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