| Document Structure Description |
Article Index for Document |
Website Links For Document |
Information AboutDocument Structure Description |
| CATEGORIES ABOUT DOCUMENT STRUCTURE DESCRIPTION | |
| xml-based standards | |
| xml | |
| data modeling languages | |
|
An example of DSD in its simplest form: <dsd xmlns=" xmlns:my=" <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 " One XML document that would be valid according to the above DSD would be: <foo xmlns=" <bar/> </foo> CURRENT SOFTWARE STORE
EXTERNAL LINKS |
|
|