retrieving sql:datatype in xsd



hi all,

I need to read the xml schema file and retrieve the sql:datatype
element value in the xsd file.
The schema file format is below
<xsd:sequence>
<xsd:element name="safe_job" type = "xsd:string"
sql:datatype="varchar(255)" />
</xsd:sequence>

Can anyone give me a sample code to retrieve the value varchar(255)
from sql:datatype and store it in a string using vb.net. Any help would
be appreciated.
Thanks in advance

.



Relevant Pages

  • retrieving sql:datatype in xsd
    ... I need to read the xml schema file and retrieve the sql:datatype ... element value in the xsd file. ... The schema file format is below ... Can anyone give me a sample code to retrieve the value varchar ...
    (microsoft.public.dotnet.xml)
  • Converting a XSD to a *.DF
    ... Is there a way to convert a XSD file into a data definitions file? ... I'd like to load an entire schema file into a database (without doing ...
    (comp.databases.progress)
  • Use of GetNodeTypedValue() method to get a value of specific datat
    ... I have an XML file and an XSD file for validating it. ... getNodeTypeValue() to get an integer from an element(the restriction being ... specified in the Schema file) i get it only as VT_BSTR type. ... the dt:dt attribute for the element do i get the correct datatype. ...
    (microsoft.public.vc.atl)
  • howto extract type pattern from xsd shema file / or DOM Document object from JAVA
    ... Do i have to parse the xsd file using ... SAX or JDOM, and get the pattern form Document? ... here is the code of schema file ...
    (comp.lang.java.programmer)
  • Programatically reading a XSD File
    ... Let us say I have a schema file like this sample below. ... ..NET classes be able to read this XSD file and get all the values for each ... Prev by Date: ...
    (microsoft.public.dotnet.xml)

Loading