Sha256: 8841e9471ec80fbbd7fefa05c57a613281846757be0928f96250477dd78e2ef9

Contents?: true

Size: 1.54 KB

Versions: 1

Compression:

Stored size: 1.54 KB

Contents

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

  <xs:import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="xml.xsd"/>

  <xs:annotation>
    <xs:documentation xml:lang="en">
      DCMI Type Vocabulary XML Schema
      XML Schema for http://purl.org/dc/dcmitype/ namespace

      Created 2003-04-02

      Created by

      Tim Cole (t-cole3@uiuc.edu)
      Tom Habing (thabing@uiuc.edu)
      Jane Hunter (jane@dstc.edu.au)
      Pete Johnston (p.johnston@ukoln.ac.uk),
      Carl Lagoze (lagoze@cs.cornell.edu)

      This schema defines a simpleType which enumerates
      the allowable values for the DCMI Type Vocabulary.
    </xs:documentation>


  </xs:annotation>


  <xs:simpleType name="DCMIType">
     <xs:union>
        <xs:simpleType>
           <xs:restriction base="xs:Name">
		<xs:enumeration value="Collection"/>
		<xs:enumeration value="Dataset"/>
		<xs:enumeration value="Event"/>
		<xs:enumeration value="Image"/>
		<xs:enumeration value="InteractiveResource"/>
		<xs:enumeration value="Service"/>
		<xs:enumeration value="Software"/>
		<xs:enumeration value="Sound"/>
		<xs:enumeration value="Text"/>
		<xs:enumeration value="PhysicalObject"/>
            </xs:restriction>
        </xs:simpleType>
     </xs:union>
  </xs:simpleType>

</xs:schema>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
caxlsx-3.2.0 lib/schema/dcmitype.xsd