url

Simple Type Information

Used By

Element concept_id

Source

<xs:simpleType name="url">
  <xs:restriction base="xs:token">
    <xs:pattern value="[hH][tT]{2}[pP]://[wW]{3}.*"/>
  </xs:restriction>
</xs:simpleType>