XML
In this category I want to collect all articles, which are related to processing XML. Why would he open a dedicated category just for XML? Because XML is a complex field.
If you have to define a simple XML element of a certain predefined type like string or long but you want to include properties in the resulting element, the following schema definition might come handy.
XML
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
The above schema extends the simple type string from the W3C xml namespace.
- Hits: 9713