Arrays1.xsd 965 Bytes
Newer Older
CED SA's avatar
CED SA committed
1
<?xml version="1.0" encoding="utf-8"?><xs:schema elementFormDefault="qualified" targetNamespace="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:ser="http://schemas.microsoft.com/2003/10/Serialization/" xmlns:tns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"><xs:import schemaLocation="http://sinthesiweb-sv.provincia.padova.it/ArchiflowService/Agraf.svc?xsd=xsd1" namespace="http://schemas.microsoft.com/2003/10/Serialization/"/><xs:complexType name="ArrayOfguid"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="guid" type="ser:guid"/></xs:sequence></xs:complexType><xs:element name="ArrayOfguid" nillable="true" type="tns:ArrayOfguid"/><xs:complexType name="ArrayOfint"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="int" type="xs:int"/></xs:sequence></xs:complexType><xs:element name="ArrayOfint" nillable="true" type="tns:ArrayOfint"/></xs:schema>