<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<xs:schema version="1.0" xmlns:xs="http://www.w3.org/2001/XMLSchema">

  <xs:element name="contentModel" type="contentModel"/>

  <xs:complexType name="contentModel">
    <xs:sequence>
      <xs:element name="id" type="xs:long"/>
      <xs:element name="contentType" type="xs:string"/>
      <xs:element name="description" type="xs:string"/>
      <xs:element name="shape" type="xs:string"/>
      <xs:element name="stylesheet" type="xs:string" minOccurs="0"/>
    </xs:sequence>
  </xs:complexType>
</xs:schema>

