diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2024-11-26 16:09:43 -0500 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2024-11-26 16:09:43 -0500 |
| commit | d00c3e4a54c7fa36a6832249baf221d1d6afef2f (patch) | |
| tree | 6d23febae6d120b8710cc89cf470cd6b83e453ce /DERMSInterfacePortType_schema1.xsd | |
| parent | aebaf1276e850ab9d97ff5208680224a39a5ba4a (diff) | |
| download | soen423-d00c3e4a54c7fa36a6832249baf221d1d6afef2f.zip | |
wsdl files
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> + |