urn:uddi-org:api_v2
>
URLType
LOCATION:
http://uddi.org/schema/uddi_v2.xsd
SECTIONS:
Basic
|
XML
|
Reference
Overview
|
TOC
|
No TOC
|
Help
urn:uddi-org:api_v2
The
URLType
Simple Type
Simple Type
URLType
URLType is derived from
NMTOKEN
type. There are several restrictions on the value. The schema processor collapses value's whitespace. The value must match "
\c+
". Enumeration values are
(mailto | http | https | ftp | fax | phone | other).
Enumeration
Description
mailto
http
https
ftp
fax
phone
other
XML
-
<
xsd:simpleType
name
="
URLType
"
>
-
<
xsd:restriction
base
="
NMTOKEN
"
>
<
xsd:enumeration
value
="
mailto
"
/>
<
xsd:enumeration
value
="
http
"
/>
<
xsd:enumeration
value
="
https
"
/>
<
xsd:enumeration
value
="
ftp
"
/>
<
xsd:enumeration
value
="
fax
"
/>
<
xsd:enumeration
value
="
phone
"
/>
<
xsd:enumeration
value
="
other
"
/>
</
xsd:restriction
>
</
xsd:simpleType
>
Uses
Type (1)
NMTOKEN
Used-By
Attribute (1)
accessPoint/@URLType
Generated by
XSDdoc 2.0
©