<xs:complexType name="URL">
<xs:annotation>
<xs:documentation>
Text field containing a uniform resource locator, which is
an internet address conisisting of the access protocol, the domain
name, and optionally the path of a file or resource residing on the server.
An example is http://www.example.com
</xs:documentation>
</xs:annotation>
<xs:simpleContent>
<xs:extension base="commons:SecureURI">
<xs:attribute ref="commons:internalURLIndicator" />
</xs:extension>
</xs:simpleContent>
</xs:complexType>
|