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

Documentation
      document base URI
      
Properties
This component is not nillable.

Model
<base
  href = URI
  id = xs:ID
  target = FrameTarget>

</base>


Attribute Summary
 URIhref
          
 xs:IDid
          
 FrameTargettarget
          

Attribute Detail

href

Type:
URI
Use:
optional
Form:
unqualified

id

Type:
xs:ID
Use:
optional
Form:
unqualified

target

Type:
FrameTarget
Use:
optional
Form:
unqualified

Source
<xs:element name="base">
<xs:complexType>
<xs:attribute name="id" type="xs:ID"/>
<xs:attribute name="href" type="URI"/>
<xs:attribute name="target" type="FrameTarget"/>
</xs:complexType>
</xs:element>


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