SIAV.Archiflow.Entities.ExternNotifications.ValueObject.xsd 2.23 KB
Newer Older
prova's avatar
prova committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50
<?xml version="1.0" encoding="utf-8"?>
<xs:schema elementFormDefault="qualified"
targetNamespace="http://schemas.datacontract.org/2004/07/SIAV.Archiflow.Entities.ExternNotifications.ValueObject"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:tns="http://schemas.datacontract.org/2004/07/SIAV.Archiflow.Entities.ExternNotifications.ValueObject">
  <xs:import schemaLocation="Arrays1.xsd"
  namespace="http://schemas.microsoft.com/2003/10/Serialization/Arrays" />
  <xs:complexType name="ExternNotification">
    <xs:sequence>
      <xs:element minOccurs="0" name="OfficesAddress"
      nillable="true" type="tns:ArrayOfExternNotificationOffice" />
      <xs:element minOccurs="0" name="UsersAddress" nillable="true"
      type="tns:ExternNotificationUsers" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ExternNotification" nillable="true"
  type="tns:ExternNotification" />
  <xs:complexType name="ArrayOfExternNotificationOffice">
    <xs:sequence>
      <xs:element minOccurs="0" maxOccurs="unbounded"
      name="ExternNotificationOffice" nillable="true"
      type="tns:ExternNotificationOffice" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ArrayOfExternNotificationOffice"
  nillable="true" type="tns:ArrayOfExternNotificationOffice" />
  <xs:complexType name="ExternNotificationOffice">
    <xs:sequence>
      <xs:element minOccurs="0" name="Adresses" nillable="true"
      type="q1:ArrayOfstring"
      xmlns:q1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" />
      <xs:element minOccurs="0" name="OfficeID" type="xs:int" />
      <xs:element minOccurs="0" name="URL" nillable="true"
      type="xs:string" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ExternNotificationOffice" nillable="true"
  type="tns:ExternNotificationOffice" />
  <xs:complexType name="ExternNotificationUsers">
    <xs:sequence>
      <xs:element minOccurs="0" name="Adresses" nillable="true"
      type="q2:ArrayOfstring"
      xmlns:q2="http://schemas.microsoft.com/2003/10/Serialization/Arrays" />
      <xs:element minOccurs="0" name="URL" nillable="true"
      type="xs:string" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ExternNotificationUsers" nillable="true"
  type="tns:ExternNotificationUsers" />
</xs:schema>