Housekeeping

This commit is contained in:
2023-01-26 13:33:48 +01:00
parent e714c34726
commit e8352dfe3d
13 changed files with 39 additions and 13 deletions

View File

@@ -0,0 +1,5 @@
#url = "http://localhost:8082/xsd"
url = "http://localhost:5000/xsd"
data = "@xsd.json"
header = "Content-Type: application/json"
request = POST

View File

@@ -0,0 +1,6 @@
{
"data": "<ns0:values xmlns:ns0 = \"http://www.tibco.com/schemas/test/Test/Resources/Schema.xsd\"><ns0:value>Test</ns0:value><ns0:value>Test3</ns0:value></ns0:values>",
"process": "<xs:schema xmlns:xs=\"http://www.w3.org/2001/XMLSchema\" xmlns=\"http://www.tibco.com/schemas/test/Test/Resources/Schema.xsd\" targetNamespace=\"http://www.tibco.com/schemas/test/Test/Resources/Schema.xsd\" elementFormDefault=\"qualified\" attributeFormDefault=\"unqualified\"> <xs:element name=\"values\"><xs:complexType><xs:sequence><xs:element name=\"value\" type=\"xs:string\" minOccurs=\"0\" maxOccurs=\"unbounded\"/></xs:sequence></xs:complexType></xs:element></xs:schema>",
"processor": "saxon",
"version": "1.0"
}