SIAV.Archiflow.Entities.xsd 973 Bytes
Newer Older
CED SA's avatar
CED SA committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
<?xml version="1.0" encoding="utf-8"?>
<xs:schema elementFormDefault="qualified"
targetNamespace="http://schemas.datacontract.org/2004/07/SIAV.Archiflow.Entities"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:tns="http://schemas.datacontract.org/2004/07/SIAV.Archiflow.Entities">
  <xs:import schemaLocation="SIAV.Archiflow.Entities.Login.ValueObject.xsd"
  namespace="http://schemas.datacontract.org/2004/07/SIAV.Archiflow.Entities.Login.ValueObject" />
  <xs:complexType name="BaseInput">
    <xs:sequence>
      <xs:element name="SessionInfo" nillable="true"
      type="q1:SessionInfo"
      xmlns:q1="http://schemas.datacontract.org/2004/07/SIAV.Archiflow.Entities.Login.ValueObject" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="BaseInput" nillable="true"
  type="tns:BaseInput" />
  <xs:complexType name="BaseOutput">
    <xs:sequence />
  </xs:complexType>
  <xs:element name="BaseOutput" nillable="true"
  type="tns:BaseOutput" />
</xs:schema>