summaryrefslogtreecommitdiffstats
path: root/DERMSInterfacePortType_schema1.xsd
blob: c8a895fce6ed278f02ce84d3062f65a632f3bb3e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<xs:schema version="1.0" xmlns:xs="http://www.w3.org/2001/XMLSchema">

  <xs:element name="arg0" nillable="true" type="xs:string"/>

  <xs:element name="arg1" nillable="true" type="xs:anyType"/>

  <xs:element name="arg2" nillable="true" type="xs:anyType"/>

  <xs:element name="arg3" nillable="true" type="xs:string"/>

  <xs:element name="arg4" nillable="true" type="xs:string"/>

  <xs:element name="return" nillable="true" type="xs:string"/>
</xs:schema>