aaa

C code posted
created at 25 Jan 06:32

Edit | Back
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<xs:complexType name="TypeSW">
    <xs:sequence>
      <xs:element name="NAME" type="xs:string" />
      <xs:element name="CODE" type="xs:string" />
      <xs:element name="REV" type="xs:string" />
      <!-- 
          Added by Kim, Daehwan
          11.01.20
          
          In case of AddSW and Patches, Client should check installation status of S/W using "VerifyAttribute".
      -->
      <xs:element name="VerifyAttribute" type="xs:string" />
      <xs:element name="VerifyPara1" type="xs:string" />
      <xs:element name="VerifyPara2" type="xs:string" />
      <!-- ******************************************************************* -->
      
      <xs:element name="AUTOINSTALL" minOccurs="0">
        <xs:simpleType>
          <xs:restriction base="xs:string">
            <xs:pattern value="Y|N" />
          </xs:restriction>
        </xs:simpleType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
955 Bytes in 3 ms with coderay