<xs:complexType name="SubscriptionSummaryDTO" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:complexContent mixed="false">
<xs:extension xmlns:q4="http://schemas.datacontract.org/2004/07/SyncMedia.Core.Application.Model.DTOs.Common" base="q4:BaseDTO">
<xs:sequence>
<xs:element minOccurs="0" name="SubscriptionRuleContext" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="SubscriptionRuleId" type="ser:guid" />
<xs:element minOccurs="0" name="SubscriptionRuleMatchEventTimeStamp" nillable="true" xmlns:q5="http://schemas.datacontract.org/2004/07/SyncMedia.Application.Model.DTOs.Date" type="q5:DateTimeDTO" />
<xs:element minOccurs="0" name="SubscriptionRuleMatchEventType" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="SubscriptionRuleMatchId" type="ser:guid" />
<xs:element minOccurs="0" name="SubscriptionRuleMatchStatus" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="SubscriptionRuleMatchTimeStamp" nillable="true" xmlns:q6="http://schemas.datacontract.org/2004/07/SyncMedia.Application.Model.DTOs.Date" type="q6:DateTimeDTO" />
<xs:element minOccurs="0" name="SubscriptionRuleName" nillable="true" type="xs:string" />
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
|