Showing:

Annotations
Diagrams
Properties
Source
Imported schema dcmitype.xsd
Namespace http://purl.org/dc/dcmitype/
Annotations
DCMI Type Vocabulary XML Schema
      XML Schema for http://purl.org/dc/dcmitype/ namespace

      Created 2008-02-11

      Created by 

      Tim Cole ([email protected])
      Tom Habing ([email protected])
      Jane Hunter ([email protected])
      Pete Johnston ([email protected]),
      Carl Lagoze ([email protected])

      This schema defines a simpleType which enumerates
      the allowable values for the DCMI Type Vocabulary.
Properties
attribute form default unqualified
element form default qualified
Simple Type DCMIType
Namespace http://purl.org/dc/dcmitype/
Diagram
Diagram
Type union of(restriction of xs:Name)
Source
<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="MovingImage"/>
        <xs:enumeration value="StillImage"/>
        <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>