XML namespace: Difference between revisions

Content deleted Content added
ClueBot (talk | contribs)
Reverting possible vandalism by Special:Contributions/59.94.114.192 to version by CardinalDan. False positive? report it. Thanks, User:ClueBot. (147536) (Bot)
Anwar saadat (talk | contribs)
Accounting XML, EDI XML,...
Line 1:
An '''XML namespace''' is a [[W3C]] recommendation for providing uniquely named elements and attributes in an [[XML]] instance. An XML instance may contain element or attribute names from more than one [[XML vocabularyVocabulary]]. If each vocabulary is given a [[Namespace (computer science)|namespace]] then the ambiguity between identically named elements or attributes can be resolved.
 
All element names within a namespace must be unique.
Line 21:
*[http://www.w3.org/TR/REC-xml-names/ W3C XML namespace documentation]
*[http://xml.coverpages.org/namespaces.html Cover Pages: Namespaces in XML]
*[http://www.service-architecture.com/xml/articles/common_xml_vocabularies.html Common XML Vocabularies]
*[http://www.service-architecture.com/xml/articles/specific_xml_vocabularies.html Specific XML Vocabularies]
 
[[Category:XML]]