URI field (Simplified)

Defines a URI field that may contain any valid URI. URI syntax is defined by RFC 2396 and RFC 2732.

Syntax
<field
    name="NCName"
    id="NCName"?
    type="uri"
  >
  <constraints>...</constraints>?
  ANY-FOREIGN-ELEMENT*
  <parameter/>*
</field>

Only one form of the constraints element may be used: Boolean constraints.

Attributes
name="NCName"

The name of the field element. Note that no two fields belonging to the same panel may have the same name.

id="NCName" (optional)

The id of the field element. Set this attribute if you want to be able to reference this element using XInclude. Otherwise it is not required.

type="uri"

Defines the type of the field.