Search Result

Collapse
16 results in 0.0044 seconds.
Keywords
Members
Tags
xsd
  •  

  • driftingprogram
    started a topic Default length of the String data type
    in XML

    Default length of the String data type

    Hi,

    http://www.w3.org/2001/XMLSchema schema defines String data type, and provides the option of specifying its max length min length and length.

    If i do not specify any value for these properties of the String data type what will be the default maximum length of the String data type.

    Is this default platform specific, if so is there any way to know it's value in java.

    Thanks in advance,...
    See more | Go to post

  • Joukoik
    started a topic XML Schema validation problem
    in XML

    XML Schema validation problem

    Hey, I have a little problem in my XML Schema that ive been thinking for some time but as a beginner I think it would be better that I ask opinions from experts.

    So I have this simple xsd file
    Code:
    <?xml version="1.0"  encoding="utf-8"?>
    <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
    
    <xs:complexType name="Henkilokunta">
    <xs:sequence>
    ...
    See more | Go to post
    Last edited by Joukoik; Mar 23 '12, 03:25 PM. Reason: I worked it a little bit after posting the original and now I have a new problem

  • emilyQ
    started a topic xsd problem
    in XML

    xsd problem

    I am new in learning XML. I have to create a XSD for my XML file.
    Below is my XSD file. But I got an error like this:
    s4s-elt-must-match.1: The content of 'Album' must match (annotation?, (simpleType | complexType)?, (unique | key | keyref)*)). A problem was found starting at: element. music.xsd

    I cannot figured it out. Could anyone help me? Thanks a lot!

    my xml file
    Code:
    <?xml version="1.0"
    ...
    See more | Go to post

  • saurabh9gupta
    started a topic Customized XSD Creation

    Customized XSD Creation

    Hello All.

    I need to develop a tool basically a windows forms application which creates an XSD according to drop down and choices!

    Does anyone have any leads on this?
    See more | Go to post

  • saurabh9gupta
    started a topic To convert XSD to XML and Text file to XSD
    in .NET

    To convert XSD to XML and Text file to XSD

    Hello All.

    I am working on two things.

    1) To convert an XSD to XML file using C#.
    2) To convert a text file to XSD using C#.

    Please guide me on how to do this?

    I tried googling but articles were not sufficient
    See more | Go to post

  • Getting a .NET 4.0 site working on GoDaddy or another shared host....

    Hello All,

    I have a .NET 4.0 web application that I'm trying to get working on a GoDaddy shared hosting plan. It's their best windows one and from a requirement point of view on paper they have everything I need.

    What I have is a DLL with all my classes inside of it and these classes use a strongly typed dataset (built in Visual Studio 2010) so they have to be able to access that .xsd file. I've tried uploading the...
    See more | Go to post

  • How do I fill attributes of a .xsd file converted to a class

    Hi
    I have converted a .xsd file to a class by using xsd.exe. Now I need to fill the attributes of the .xsd class so that I can use XMLSerializer to create a xml file. I dont need to fill every attribute but only the ones I need. I would like to know how do I fill these attributes!
    Kind Regards
    Ernst
    See more | Go to post

  • asearle
    started a topic XML to CSV ... and back
    in XML

    XML to CSV ... and back

    For a data-exchange scenario, I need to be able to tansform a rather complex XML structure into CSV ... and back again.

    I could programme this but am hoping to find a tool that could cut down some of the 'leg-work'.

    The authority which manages the exchange provides ample XSL and XSD files and structure-descriptions which we are hoping to use.

    There seem to be a number of tools around (e.g. XML2CSV and...
    See more | Go to post

  • javatoil260309
    started a topic Random generation of xml
    in Java

    Random generation of xml

    Hi guys,
    How can I generate xml files randomly from a schema definition file.
    Currently I have an xsd, which I insatantiate each time to generate an xml.
    My requirement is to generate xml randomly such that fields in the xml conform to the xsd. Is it possible? Is there any java library which will help me do that?

    I am using jaxb right now, which lets me generate xml for an xsd. But for this I need to feed value for...
    See more | Go to post
    Last edited by Frinavale; Sep 23 '09, 11:07 PM. Reason: Merged duplicate threads.

  • how to include xchema namespave in the instantiated xml in jaxb

    Hey guys,

    I am using an xsd to generate an xml file. For this I'm using jaxb from "https://jaxb.dev.java.n et/2.1.9/JAXB2_20081030. jar".
    I have successfully managed to create marshal for a context and generated the xml for the xsd.
    However I have not been able to include the XSD namespace, target namespace etc
    in my generated xml file.
    Can you guys please help me on this.
    Thanks in adv...
    See more | Go to post

  • javatoil260309
    started a topic how do i instantiate xml from an xsd file ??
    in XML

    how do i instantiate xml from an xsd file ??

    Hi..
    i have used visual studio xsd.exe to obtain ".xsd" file from a sample xml file.
    I would like to know how i can instantiate an xml file using this xsd in java...

    Any help will be greatly appreciated... Thanks a lot in advance ...
    See more | Go to post

  • javatoil260309
    started a topic how to include namespace in generated xml
    in Java

    how to include namespace in generated xml

    hi... i have an exsisting code to generate xml from dtd file.
    I have now modified the code to generate xml using xsd.
    However, though the xsd has namespace in it clearly, the generated xml doesn have it.
    How do i resolve this issue.
    See more | Go to post

  • shailesh333
    started a topic How do I generate xml from a simple xsd file.
    in Java

    How do I generate xml from a simple xsd file.

    I have a simple xsd file with me.
    How do I create xml instance of this xsd file.
    See more | Go to post

  • transform XML data into custom variable type to send to webservice (https)

    Hi,
    I have to connect to a webservice, and the data i have is:
    WSDL
    XML sample file (which is what i have to send to the webservice and with credentials, user and password tags).
    XSD file

    My status is: I've created a Service reference with the wsdl, it has one method.

    The problem is that this method wants as parameter one type of variable ( draftClaimEntry , which is the name of the XSD file...
    See more | Go to post

  • tonysmith99
    started a topic XSD file for Web Service Input
    in .NET

    XSD file for Web Service Input

    Hi ,

    This question is for .Net 2005.

    I'm creating a .Net application which will receive the input from the business users as an XML file and it will pass the input to the java web service.

    The java web-service has around input 300 fields. I have added the web reference of the java web service in the .Net project. This has generated WSDL file, Web service XSD file and its class file.

    Now,...
    See more | Go to post
Working...