this is my final using
<xs:element name="coordinate">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:pattern value="whatever"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
Thanks tsuji!!
I have sorted my probbs which basically were about point 1. I have properly defined my user defined type and everything goes ok.
thanks man
Hi all, I m actually dealing with adding into my owl file a new coordinate datatype feature. I m having problems while parsing with turtle.
What I want to do is:
1)Create my new datatype as follows:
<!-- Spatial coord-->
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<xsd:element...
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.