Data exchange language
This article may have been previously nominated for deletion: Wikipedia:Articles for deletion/Data exchange language exists. It is proposed that this article be deleted because of the following concern:
If you can address this concern by improving, copyediting, sourcing, renaming, or merging the page, please edit this page and do so. You may remove this message if you improve the article or otherwise object to deletion for any reason. Although not required, you are encouraged to explain why you object to the deletion, either in your edit summary or on the talk page. If this template is removed, do not replace it. This message has remained in place for seven days, so the article may be deleted without further notice. Find sources: "Data exchange language" – news · newspapers · books · scholar · JSTOR Nominator: Please consider notifying the author/project: {{subst:proposed deletion notify|Data exchange language|concern=[[WP:CRYSTAL]]. Unlinked from the relevant topics such as XML. No formal definition, no sources. Just a few links to JSON, XML, YAML don't make a good article --[[Special:Contributions/85.72.43.134|85.72.43.134]] ([[User talk:85.72.43.134|talk]]) 21:53, 8 September 2011 (UTC)}} ~~~~ Timestamp: 20110908215320 21:53, 8 September 2011 (UTC) Administrators: delete |
Data exchange languages are formal languages specifically designed to support the communication of data and metadata. There are two kinds of data exchange languages: Markup languages work with embedded data structuring mark-up, while data model based languages apply pre-defined standardised data models.
Examples of the first category languages include JSON, YAML and REBOL.
Examples of the second category are the ISO STEP application protocols (ISO 10303) and ISO 13584 with dedicated fixed data models and ISO 10303-221, ISO 15926 and the Gellish language with flexible multi-purpose data models. The latter two combine a generic data model where the domain specific concepts are defined in an extensible accompanying dictionary (or vocabulary) of concepts in which the concepts are arranged in a taxonomy.
Programming languages such as JavaScript also provide direct support for the exchange of data.
Some data exchange languages, such as XML and REBOL, support dialecting, the definition of domain-specific sublanguages.