M
Mhaxx
I need something like this:
<xsd:simpleType name="url">
<xsd:restriction base="xsd:string">
<xsdattern value="http://(.)*"/>
</xsd:restriction>
</xsd:simpleType>
where (.)* is the right patter for an URL.
I can't find anything on web.. is there an URL type definition for XML
just done somewhere?
Mhaxx
<xsd:simpleType name="url">
<xsd:restriction base="xsd:string">
<xsdattern value="http://(.)*"/>
</xsd:restriction>
</xsd:simpleType>
where (.)* is the right patter for an URL.
I can't find anything on web.. is there an URL type definition for XML
just done somewhere?
Mhaxx