(ns org.domaindrivenarchitecture.fed-poc.xsd "A spec translation implementation of xsd. Predicates are implemented fully functional." (:require [clojure.spec.alpha :as s] [org.domaindrivenarchitecture.fed-poc.predicates :as p])) ;https://www.w3.org/TR/xmlschema11-2/#anyURI (s/def ::anyURI p/uri-string?)