http://maven.apache.org/FML/1.0.1
element iframe

Documentation
      inline subwindow
      
Properties
This component is not nillable.

Model
<iframe
  align = ImgAlign
  class = xs:NMTOKENS
  frameborder = xs:token : 1
  height = Length
  id = xs:ID
  longdesc = URI
  marginheight = Pixels
  marginwidth = Pixels
  name = xs:NMTOKEN
  scrolling = xs:token : auto
  src = URI
  style = StyleSheet
  title = Text
  width = Length>
((p | (h1 | h2 | h3 | h4 | h5) | div | (ul | ol | dl | menu | dir) | (pre | hr | blockquote | address | center | noframes) | isindex | fieldset | table) | form | (a | ((br | span | bdo) | (object | applet | img | map | iframe | source | macro) ) | ((tt | i | b | u | s | strike) | (big | small | font | basefont) ) | ((em | strong | dfn | code | q | samp | kbd | var | cite | abbr | acronym) | (sub | sup) ) | (input | select | textarea | label | button) ) | (noscript | (ins | del | script) ) )*
</iframe>


Nested Element Summary
 a
          
 abbr
          
 acronym
          
 address
          
 applet
          
 b
          
 basefont
          
 bdo
          
 big
          
 blockquote
          
 br
          
 button
          
 center
          
 cite
          
 code
          
 del
          
 dfn
          
 dir
          
 div
          
 dl
          
 em
          
 fieldset
          
 font
          
 form
          
 h1
          
 h2
          
 h3
          
 h4
          
 h5
          
 hr
          
 i
          
 iframe
          
 img
          
 input
          
 ins
          
 isindex
          
 kbd
          
 label
          
 macro
          
 map
          
 menu
          
 noframes
          
 noscript
          
 object
          
 ol
          
 p
          
 pre
          
 q
          
 s
          
 samp
          
 script
          
 select
          
 small
          
 source
          
 span
          
 strike
          
 strong
          
 sub
          
 sup
          
 table
          
 textarea
          
 tt
          
 u
          
 ul
          
 var
          

Attribute Summary
 ImgAlignalign
          
 xs:NMTOKENSclass
          
 xs:tokenframeborder
          
 Lengthheight
          
 xs:IDid
          
 URIlongdesc
          
 Pixelsmarginheight
          
 Pixelsmarginwidth
          
 xs:NMTOKENname
          
 xs:tokenscrolling
          
 URIsrc
          
 StyleSheetstyle
          
 Texttitle
          
 Lengthwidth
          

Attribute Detail

align

Type:
ImgAlign
Use:
optional
Form:
unqualified

class

Type:
xs:NMTOKENS
Use:
optional
Form:
unqualified

frameborder

Type:
based on
with :
Default:
1
Use:
optional
Form:
unqualified

height

Type:
Length
Use:
optional
Form:
unqualified

id

Type:
xs:ID
Use:
optional
Form:
unqualified

longdesc

Type:
URI
Use:
optional
Form:
unqualified

marginheight

Type:
Pixels
Use:
optional
Form:
unqualified

marginwidth

Type:
Pixels
Use:
optional
Form:
unqualified

name

Type:
xs:NMTOKEN
Use:
optional
Form:
unqualified

scrolling

Type:
based on
with :
Default:
auto
Use:
optional
Form:
unqualified

src

Type:
URI
Use:
optional
Form:
unqualified

style

Type:
StyleSheet
Use:
optional
Form:
unqualified

title

Type:
Text
Use:
optional
Form:
unqualified

width

Type:
Length
Use:
optional
Form:
unqualified

Source
<xs:element name="iframe">
<xs:complexType mixed="true">
<xs:complexContent>
<xs:extension base="Flow">
<xs:attributeGroup ref="coreattrs"/>
<xs:attribute name="longdesc" type="URI"/>
<xs:attribute name="name" type="xs:NMTOKEN"/>
<xs:attribute name="src" type="URI"/>
<xs:attribute default="1" name="frameborder">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="1"/>
<xs:enumeration value="0"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="marginwidth" type="Pixels"/>
<xs:attribute name="marginheight" type="Pixels"/>
<xs:attribute default="auto" name="scrolling">
<xs:simpleType>
<xs:restriction base="xs:token">
<xs:enumeration value="yes"/>
<xs:enumeration value="no"/>
<xs:enumeration value="auto"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="align" type="ImgAlign"/>
<xs:attribute name="height" type="Length"/>
<xs:attribute name="width" type="Length"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>


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