<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
           xmlns:pndsdc="http://purl.org/mla/pnds/pndsdc/"
           xmlns="http://example.org/my/"
           targetNamespace="http://example.org/my/"
           elementFormDefault="qualified"
           attributeFormDefault="unqualified">

  <xs:annotation>
    <xs:documentation xml:lang="en">
      XML Schema for http://example.org/my/ namespace.

      Created 2006-01-25

      Created by 

      Pete Johnston (p.johnston@ukoln.ac.uk),

    </xs:documentation>

  </xs:annotation>

  <xs:import namespace="http://purl.org/mla/pnds/pndsdc/"
             schemaLocation="pndsdc.xsd">
  </xs:import>

      
  <xs:group name="DescriptionElementsGroup">
    <xs:sequence>
      <xs:element ref="pndsdc:description" minOccurs="1" maxOccurs="unbounded" />
    </xs:sequence>
  </xs:group>	

  <xs:complexType name="DescriptionSet">
    <xs:sequence>
      <xs:group ref="DescriptionElementsGroup"/>
    </xs:sequence>
    <xs:anyAttribute namespace="##any" processContents="lax" />
  </xs:complexType>
  
  <xs:element name="descriptionSet" type="DescriptionSet" />

</xs:schema>
