Click here to Skip to main content
15,894,630 members
Articles / Programming Languages / C# 4.0

Expression Blend 4 for Windows Phone

Rate me:
Please Sign up or sign in to vote.
4.53/5 (13 votes)
31 May 2010CPOL5 min read 43.3K   766   23  
An important thing in Blend for Windows Phone is that it is pretty much the same as in Silverlight with Blend. All the features work in the same way...
<?xml version="1.0" encoding="utf-8"?>
<!--
      *********    DO NOT MODIFY THIS FILE     *********
      This file is regenerated by a design tool. Making
      changes to this file can cause errors.
-->
<xs:schema xmlns:tns="Expression.Blend.SampleData.AwardSampleDataSource" xmlns:blend="http://schemas.microsoft.com/expression/blend/2008" targetNamespace="Expression.Blend.SampleData.AwardSampleDataSource" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:element name="records" type="tns:records" />
  <xs:complexType name="records">
    <xs:sequence>
      <xs:element name="infoCollection" type="tns:infoCollection" />
    </xs:sequence>
  </xs:complexType>
  <xs:complexType name="infoCollection">
    <xs:sequence>
      <xs:element maxOccurs="unbounded" name="info" type="tns:info" />
    </xs:sequence>
  </xs:complexType>
  <xs:complexType name="info">
    <xs:attribute name="name" type="xs:string" />
    <xs:attribute name="title" type="xs:string" />
    <xs:attribute name="imageurl" type="xs:string" />
    <xs:attribute name="description" type="xs:string" />
  </xs:complexType>
</xs:schema>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Technical Lead
India India
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions