[
Lists Home |
Date Index |
Thread Index
]
- To: <xml-dev@lists.xml.org>
- Subject: is it possible to descrime arbitrary matrix in XML schema ?
- From: <Valeri.Kireitchik@SIS.Com.By>
- Date: Tue, 24 Sep 2002 08:34:46 +0300
- Thread-index: AcJjjIFAikknt6RUQUivwHv2Q6VIhQ==
- Thread-topic: is it possible to descrime arbitrary matrix in XML schema ?
Title: is it possible to descrime arbitrary matrix in XML schema ?
Hello all,
how matrix like example below can be discribed in XML schema in such way that actual number of rows and columns in XML file could be checked during the validation against this schema?
Example:
<Matrix>
<Description>
<rows>3</rows>
<columns>4</columns>
</Description>
<row>
<cell>23.7</cell>
<cell>2.7</cell>
<cell>3.7</cell>
<cell>23.9</cell>
</row>
<row>
<cell>13.0</cell>
<cell>2.7</cell>
<cell>3.7</cell>
<cell>2</cell>
</row>
<row>
<cell>2.5</cell>
<cell>2.7</cell>
<cell>3.7</cell>
<cell>23.9</cell>
</row>
</Matrix>
Best regards
ITC-M, SIS Company
Mr. Valeri Kireitchik
Deputy Director
Fujitsu Siemens Computers Qualified Partner
Microsoft Certified Partner
Oracle Partner Program Member
Y. Kolasa str., 73, office 1007
220113 Minsk
Republic of Belarus
ph.: +375 (17) 262 50 23
fax: +375 (17) 262 55 91
<http://www.sis-group.com/>
|