simpleType WebAddressType
namespace http://fifa.com/fc
type restriction of xsd:anyURI
properties
base xsd:anyURI
facets
Kind Value Annotation
pattern [hH][tT]{2}[pP][sS]{0,1}://.*
annotation
documentation
The Format of a Web address.
source <xsd:simpleType name="WebAddressType">
 
<xsd:annotation>
   
<xsd:documentation>The Format of a Web address.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:restriction base="xsd:anyURI">
   
<xsd:pattern value="[hH][tT]{2}[pP][sS]{0,1}://.*"/>
 
</xsd:restriction>
</xsd:simpleType>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy