Global Information Lookup Global Information

Document Structure Description information


Document Structure Description, or DSD, is a schema language for XML, that is, a language for describing valid XML documents. It's an alternative to DTD or the W3C XML Schema.

An example of DSD in its simplest form:

<dsd xmlns="http://www.brics.dk/DSD/2.0"
 xmlns:my="http://example.com">
 
 <if><element name="my:foo"/>
  <declare>
   <attribute name="first"/>
   <attribute name="second"/>
   <contents>
    <element name="my:bar"/>
   </contents>
  </declare>
 </if>
 
 <if><element name="my:bar"/>
  <declare>
   <contents>
   </contents>
  </declare>
 </if>
 
</dsd>

This says that element named "foo" in the XML namespace "http://example.com" may have two attributes, named "first" and "second". A "foo" element may not have any character data. It must contain one subelement, named "bar", also in the "http://example.com" namespace. A "bar" element is not allowed any attributes, character data or subelements.

One XML document that would be valid according to the above DSD would be:

<foo xmlns="http://example.com" second="2">
 <bar/>
</foo>

and 27 Related for: Document Structure Description information

Request time (Page generated in 0.9519 seconds.)

Document Structure Description

Last Update:

Document Structure Description, or DSD, is a schema language for XML, that is, a language for describing valid XML documents. It's an alternative to DTD...

Word Count : 184

XML schema

Last Update:

schema is a description of a type of XML document, typically expressed in terms of constraints on the structure and content of documents of that type...

Word Count : 3200

Document

Last Update:

truth or fact. In the Computer Age, "document" usually denotes a primarily textual computer file, including its structure and format, e.g. fonts, colors, and...

Word Count : 1398

RELAX NG

Last Update:

supported XML schemas DTD (Document Type Definition) Document Structure Description XML Schema (W3C) Schematron ODD (One Document Does it all) SXML RELAX...

Word Count : 855

Software design description

Last Update:

A software design description (a.k.a. software design document or SDD; just design document; also Software Design Specification) is a representation of...

Word Count : 574

PDF

Last Update:

PostScript language, each PDF file encapsulates a complete description of a fixed-layout flat document, including the text, fonts, vector graphics, raster images...

Word Count : 9342

Document Style Semantics and Specification Language

Last Update:

manipulate the tree structure of documents prior to presentation, and a formatting process that associates the elements in the source document with specific...

Word Count : 508

List of XML markup languages

Last Update:

markup language for technical documentation. Document Schema Definition Languages Document Structure Description: a schema language for XML EAC: Encoded Archival...

Word Count : 2583

Job description

Last Update:

presented as a stand-alone document, but in practice it is usually included within the job description. A job description is often used by employers in...

Word Count : 1449

IMRAD

Last Update:

Discussion) is a common organizational structure (a document format). IMRaD is the most prominent norm for the structure of a scientific journal article of...

Word Count : 2888

RDFa

Last Update:

XHTML and various XML-based document types for embedding rich metadata within Web documents. The Resource Description Framework (RDF) data-model mapping...

Word Count : 2854

Product description

Last Update:

a product description (PDD) is a structured format that presents information about a project product. It is a management product (document), usually created...

Word Count : 263

Document Object Model

Last Update:

The Document Object Model (DOM) is a cross-platform and language-independent interface that treats an HTML or XML document as a tree structure wherein...

Word Count : 2089

Document Structuring Conventions

Last Update:

Document Structuring Conventions, or DSC, is a set of standards for PostScript, based on the use of comments, that specifies a way to structure a PostScript...

Word Count : 889

Data dictionary

Last Update:

(DBMS): A document describing a database or collection of databases An integral component of a DBMS that is required to determine its structure A piece...

Word Count : 1425

Interface description language

Last Update:

Data Structures". RFC Editor. doi:10.17487/RFC8610. S2CID 195857027. Retrieved 2022-05-24. "FIDL Overview". Fuchsia. Retrieved 2022-02-23. Documenting Software...

Word Count : 564

Web Services Description Language

Last Update:

The Web Services Description Language (WSDL /ˈwɪz dəl/) is an XML-based interface description language that is used for describing the functionality offered...

Word Count : 1254

Living document

Last Update:

documents are changed through revisions that may or may not reference previous iterative changes. The rate of document drift depends on the structure...

Word Count : 924

Hardware description language

Last Update:

computer engineering, a hardware description language (HDL) is a specialized computer language used to describe the structure and behavior of electronic circuits...

Word Count : 3569

XML

Last Update:

the design of XML focuses on documents, the language is widely used for the representation of arbitrary data structures, such as those used in web services...

Word Count : 7031

Open XML Paper Specification

Last Update:

referred to as OpenXPS) is an open specification for a page description language and a fixed-document format. Microsoft developed it as the XML Paper Specification...

Word Count : 2511

Meta element

Last Update:

Meta elements are tags used in HTML and XHTML documents to provide structured metadata about a Web page. They are part of a web page's head section. Multiple...

Word Count : 2886

OpenDocument

Last Update:

"Document Description and Processing Languages-->Summary of Voting on DIS ISO/IEC 26300 – Open Document Format for Office Applications (OpenDocument)...

Word Count : 4330

Computer architecture

Last Update:

architecture is a description of the structure of a computer system made from component parts. It can sometimes be a high-level description that ignores details...

Word Count : 3230

Document type definition

Last Update:

can be used to validate documents. A DTD defines the valid building blocks of an XML document. It defines the document structure with a list of validated...

Word Count : 6122

DSD

Last Update:

variables Data structure diagram of a data model Direct Stream Digital, Sony and Philips digital recording trademark Document Structure Description, a schema...

Word Count : 239

Work breakdown structure

Last Update:

Structures for Defense Materiel Items" (MIL-STD-881), a military standard requiring the use of work breakdown structures across the DoD. The document...

Word Count : 3125

PDF Search Engine © AllGlobal.net