WindowsPhone.Recipes.Push.Server.Models.xsd 649 B

12345678910
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <xs:schema xmlns:tns="http://schemas.datacontract.org/2004/07/WindowsPhone.Recipes.Push.Server.Models" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/WindowsPhone.Recipes.Push.Server.Models" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  3. <xs:complexType name="ServerInfo">
  4. <xs:sequence>
  5. <xs:element minOccurs="0" name="Counter" type="xs:int" />
  6. <xs:element minOccurs="0" name="PushPattern" nillable="true" type="xs:string" />
  7. </xs:sequence>
  8. </xs:complexType>
  9. <xs:element name="ServerInfo" nillable="true" type="tns:ServerInfo" />
  10. </xs:schema>