diff options
Diffstat (limited to 'DERMSInterfacePortType_schema1.xsd')
| -rw-r--r-- | DERMSInterfacePortType_schema1.xsd | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/DERMSInterfacePortType_schema1.xsd b/DERMSInterfacePortType_schema1.xsd new file mode 100644 index 0000000..c8a895f --- /dev/null +++ b/DERMSInterfacePortType_schema1.xsd @@ -0,0 +1,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> + |