Zander’s Weblog

Brief notes to myself about movies, books, and ‘stuff’

myspaceblog.xsd

leave a comment »

 <?xml version="1.0" encoding="utf-8"?>
<xs:schema targetNamespace=http://tempuri.org/XMLSchema.xsd
    elementFormDefault="qualified"
    xmlns=http://tempuri.org/XMLSchema.xsd
    xmlns:mstns="http://tempuri.org/XMLSchema.xsd"
    xmlns:xs="http://www.w3.org/2001/XMLSchema">
 
  <!-- Document Element -->
  <xs:element name="items" type="ItemsType"/>
 
  <!-- Type Defs -->
  <xs:complexType name="ItemsType">
    <xs:sequence>
      <xs:element name="item" type="ItemType"/>
    </xs:sequence>
  </xs:complexType>
 
  <xs:complexType name="ItemType">
    <xs:sequence>
      <xs:element name="postdate" type="xs:string"/>
      <xs:element name="title" type="xs:string"/>
      <xs:element name="category" type="xs:string"/>
      <xs:element name="content" type="xs:string"/>
    </xs:sequence>
  </xs:complexType>
 
</xs:schema>

Written by zanderxo

June 9, 2008 at 5:03 pm

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

Follow

Get every new post delivered to your Inbox.