Project

General

Profile

htt.xsd

schema after READ-XMLSCHEMA/WRITE-XMLSCHEMA (4GL) - Igor Skornyakov, 09/30/2022 01:29 PM

Download (1.48 KB)

 
1
<?xml version="1.0" encoding="UTF-8"?>
2
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://goldencode.com/testNamespace" xmlns:fwdPrefix="http://goldencode.com/testNamespace" targetNamespace="http://goldencode.com/testNamespace" elementFormDefault="qualified" xmlns:prodata="urn:schemas-progress-com:xml-prodata:0001">
3
  <xsd:element name="tt" prodata:proTempTable="true" prodata:prefix="fwdPrefix">
4
    <xsd:complexType>
5
      <xsd:sequence>
6
        <xsd:element name="ttRow" minOccurs="0" maxOccurs="unbounded">
7
          <xsd:complexType>
8
            <xsd:sequence>
9
              <xsd:element name="f1" type="xsd:string" nillable="true" default="99AA"/>
10
              <xsd:element name="f1a" type="xsd:string" nillable="true"/>
11
              <xsd:element name="f1b" type="xsd:string" nillable="true"/>
12
              <xsd:element name="f1c" type="xsd:string" nillable="true"/>
13
              <xsd:element name="f2" type="xsd:string" nillable="true"/>
14
              <xsd:element name="f3" type="xsd:string" nillable="true"/>
15
              <xsd:element name="f4" type="xsd:string" nillable="true"/>
16
              <xsd:element name="f5" type="xsd:string" nillable="true"/>
17
              <xsd:element name="f6" type="xsd:dateTime" nillable="true" prodata:dataType="prodata:dateTime" prodata:initial="prodata:now"/>
18
            </xsd:sequence>
19
          </xsd:complexType>
20
        </xsd:element>
21
      </xsd:sequence>
22
    </xsd:complexType>
23
  </xsd:element>
24
</xsd:schema>