Subversion Repositories SRW 1.0 Schema

[/] [diagnostic.xsd] - Rev 1

Compare with Previous | Blame | View Log

<?xml version="1.0" encoding="UTF-8"?>
<!-- ZiNG SRU/SRW WSDL Specification                   -->
<!-- Version 1.0                                       -->
<!--                                                   -->
<!-- Editors:                                          -->
<!--   Matthew J. Dovey, Oxford University             -->
<!--   Poul Henrik Jorgensen, Portia                   -->
<!--   Rob Sanderson, Liverpool University             -->
<!--                                                   -->
<!-- Contributors:                                     -->
<!--  Ray Denenberg, Library of Congress               -->
<!--  Adam Dickmeiss, IndexData                        -->
<!--  Larry Dixon, Library of Congress                 -->
<!--  Janifer Gatenby, PICA                            -->
<!--  Sebastian Hammer, IndexData                      -->
<!--  Ian Ibbotson, Knowledge Integration              -->
<!--  Alan Kent, InQuirion Pty Ltd                     -->
<!--  Ralph Le Van, OCLC                               -->
<!--  Pat Stevens, OCLC                                -->
<!--  Mike Taylor, Independent Consultant              -->
<!--  Ashley Sanders, Manchester University            -->
<!--  Ben Soares, Edina                                -->
<!--  Theo van Veen, Koninlijke Bibliotheek            -->
<!--                                                   -->
<!--                                                   -->
<!--  History:                                         -->
<!--    2002-07-14  Initial Draft                      -->
<!--    2002-07-24  Service description modifications  -->
<!--    2002-09-12  Removed Authentication parameter   -->
<!--    2002-10-31  Incorporated corrections from PHJ  -->
<!--    2002-11-15  Release candidate                  -->
<!--    2002-12-02  Corrected types                    -->
<!--                                                   -->
<!--                                                   -->
<!--                                                   -->

<xs:schema targetNamespace="http://www.loc.gov/zing/srw/v1.0/diagnostic/"
          xmlns="http://www.loc.gov/zing/srw/v1.0/diagnostic/"
          xmlns:xs="http://www.w3.org/2001/XMLSchema"
          elementFormDefault="qualified" attributeFormDefault="unqualified">
        <xs:element name="diagnostic" type="diagnosticType"/>
        <xs:complexType name="diagnosticType">
                <xs:sequence>
                        <xs:element name="code">
                                <xs:simpleType>
                                        <xs:restriction base="xs:integer">
                                                <xs:minInclusive value="0"/>
                                        </xs:restriction>
                                </xs:simpleType>
                        </xs:element>
                        <xs:element name="details" type="xs:string" minOccurs="0"/>
                </xs:sequence>
        </xs:complexType>
</xs:schema>
 

Compare with Previous | Blame | View Log