Project

General

Profile

dset.xml

Dănuț Filimon, 04/17/2024 08:58 AM

Download (747 Bytes)

 
1
<?xml version='1.0'?>
2
<dsTt1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3
  <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="" xmlns:prodata="urn:schemas-progress-com:xml-prodata:0001">
4
    <xsd:element name="dsTt1" prodata:proDataSet="true">
5
      <xsd:complexType>
6
        <xsd:sequence>
7
          <xsd:element name="tt1" minOccurs="0" maxOccurs="unbounded" prodata:undo="true">
8
            <xsd:complexType>
9
              <xsd:sequence>
10
                <xsd:element name="f1" type="xsd:int" nillable="true"/>
11
              </xsd:sequence>
12
            </xsd:complexType>
13
          </xsd:element>
14
        </xsd:sequence>
15
      </xsd:complexType>
16
    </xsd:element>
17
  </xsd:schema>
18
  <tt1>
19
    <f1>1</f1>
20
  </tt1>
21
</dsTt1>