use v6;
role ISO_32000_2::Table_211-Entry_in_a_URI_dictionary {
    method Base {...};
}

=begin pod

=head1 Description

Table 211 — Entry in a URI dictionary

=head1 Methods (Entries)

=head2 Base [ASCII string]
- (Optional) The base URI that is used in resolving relative URI references. URI actions within the document may specify URIs in partial form, to be interpreted relative to this base address. If no base URI is specified, such partial URIs is interpreted relative to the location of the document itself. The use of this entry is parallel to that of the body element <BASE>, as described in the HTML 4.01 Specification.

=end pod
