In a relational schema, we have such definition:
create demain( posInt AS int default 1 CHECK(value >1)
create table book( isbn posInt PRIMARY KEy,......)
I convert the domain to this XML schema,
<xsd:simpleType name="posInt">
<xsd:restriction base="xsd:integer">
<xsd:minExclusive...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.