Draft:DataSet-XML
This article has multiple issues. Please help improve it or discuss these issues on the talk page. (Learn how and when to remove these messages)
|
Draft article not currently submitted for review.
This is a draft Articles for creation (AfC) submission. It is not currently pending review. While there are no deadlines, abandoned drafts may be deleted after six months. To edit the draft click on the "Edit" tab at the top of the window. To be accepted, a draft should:
It is strongly discouraged to write about yourself, your business or employer. If you do so, you must declare it. Where to get help
How to improve a draft
You can also browse Wikipedia:Featured articles and Wikipedia:Good articles to find examples of Wikipedia's best writing on topics similar to your proposed article. Improving your odds of a speedy review To improve your odds of a faster review, tag your draft with relevant WikiProject tags using the button below. This will let reviewers know a new draft has been submitted in their area of interest. For instance, if you wrote about a female astronomer, you would want to add the Biography, Astronomy, and Women scientists tags. Editor resources
Last edited by PerfectSoundWhatever (talk | contribs) 3 months ago. (Update) |
- Clinical Research Data Exchange: In this context, DataSet-XML is a standard format for exchanging tabular data in clinical research applications. It utilizes ODM-based XML technologies, which allows for consistent communication of study datasets between different systems. This is particularly important for regulatory submissions, where data needs to be presented in a specific format to authorities. You can find more details about this type of DataSet-XML on the CDISC website [CDISC Dataset-XML].
- ADO.NET Data Representation: ADO.NET, a data access technology in Microsoft's .NET framework, allows datasets to be represented internally in a proprietary binary format. However, this data can also be seamlessly retrieved and stored in XML format. This XML representation can include the data itself and optionally the schema (structure) of the data. This functionality is useful for tasks like transferring data between applications or persisting data in an XML format. You can find more information about this on the Microsoft Docs website [ADO.NET DataSet XML].