Showing:

Annotations
Attributes
Diagrams
Model
Properties
Source
Used by
Imported schema dc.xsd
Namespace http://purl.org/dc/elements/1.1/
Annotations
DCMES 1.1 XML Schema
      XML Schema for http://purl.org/dc/elements/1.1/ namespace

      Created 2008-02-11

      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 declares XML elements for the 15 DC elements from the
      http://purl.org/dc/elements/1.1/ namespace.

      It defines a complexType SimpleLiteral which permits mixed content 
      and makes the xml:lang attribute available. It disallows child elements by
      use of minOcccurs/maxOccurs.

      However, this complexType does permit the derivation of other complexTypes
      which would permit child elements.

      All elements are declared as substitutable for the abstract element any, 
      which means that the default type for all elements is dc:SimpleLiteral.
Properties
attribute form default unqualified
element form default qualified
Element any
Namespace http://purl.org/dc/elements/1.1/
Diagram
Diagram xml2001_xsd.tmp#lang dc_xsd.tmp#SimpleLiteral dcterms_xsd.tmp#accrualMethod dcterms_xsd.tmp#accrualPeriodicity dcterms_xsd.tmp#accrualPolicy dcterms_xsd.tmp#audience dc_xsd.tmp#contributor dc_xsd.tmp#coverage dc_xsd.tmp#creator dc_xsd.tmp#date dc_xsd.tmp#description dc_xsd.tmp#format dc_xsd.tmp#identifier dcterms_xsd.tmp#instructionalMethod dc_xsd.tmp#language dcterms_xsd.tmp#provenance dc_xsd.tmp#publisher dc_xsd.tmp#relation dc_xsd.tmp#rights dcterms_xsd.tmp#rightsHolder dc_xsd.tmp#source dc_xsd.tmp#subject dc_xsd.tmp#title dc_xsd.tmp#type
Type SimpleLiteral
Properties
content complex
abstract true
Substitution Group
Used by
Model
ANY element from ANY namespace
Attributes
QName Type Use Annotation
xml:lang xs:language optional
In due course, we should install the relevant ISO 2- and 3-letter
codes as the enumerated possible values . . .
Source
<xs:element name="any" type="SimpleLiteral" abstract="true"/>
Element title
Namespace http://purl.org/dc/elements/1.1/
Diagram
Diagram dcterms_xsd.tmp#http___purl.org_dc_terms__title dc_xsd.tmp#any
Substitution Group
Substitution Group Affiliation
Source
<xs:element name="title" substitutionGroup="any"/>
Element creator
Namespace http://purl.org/dc/elements/1.1/
Diagram
Diagram dcterms_xsd.tmp#http___purl.org_dc_terms__creator dc_xsd.tmp#any
Substitution Group
Substitution Group Affiliation
Source
<xs:element name="creator" substitutionGroup="any"/>
Element subject
Namespace http://purl.org/dc/elements/1.1/
Diagram
Diagram dcterms_xsd.tmp#http___purl.org_dc_terms__subject dc_xsd.tmp#any
Substitution Group
Substitution Group Affiliation
Source
<xs:element name="subject" substitutionGroup="any"/>
Element description
Namespace http://purl.org/dc/elements/1.1/
Diagram
Diagram dcterms_xsd.tmp#http___purl.org_dc_terms__description dc_xsd.tmp#any
Substitution Group
Substitution Group Affiliation
Source
<xs:element name="description" substitutionGroup="any"/>
Element publisher
Namespace http://purl.org/dc/elements/1.1/
Diagram
Diagram dcterms_xsd.tmp#http___purl.org_dc_terms__publisher dc_xsd.tmp#any
Substitution Group
Substitution Group Affiliation
Source
<xs:element name="publisher" substitutionGroup="any"/>
Element contributor
Namespace http://purl.org/dc/elements/1.1/
Diagram
Diagram dcterms_xsd.tmp#http___purl.org_dc_terms__contributor dc_xsd.tmp#any
Substitution Group
Substitution Group Affiliation
Source
<xs:element name="contributor" substitutionGroup="any"/>
Element date
Namespace http://purl.org/dc/elements/1.1/
Diagram
Diagram dcterms_xsd.tmp#http___purl.org_dc_terms__date dc_xsd.tmp#any
Substitution Group
Substitution Group Affiliation
Source
<xs:element name="date" substitutionGroup="any"/>
Element type
Namespace http://purl.org/dc/elements/1.1/
Diagram
Diagram dcterms_xsd.tmp#http___purl.org_dc_terms__type dc_xsd.tmp#any
Substitution Group
Substitution Group Affiliation
Source
<xs:element name="type" substitutionGroup="any"/>
Element format
Namespace http://purl.org/dc/elements/1.1/
Diagram
Diagram dcterms_xsd.tmp#http___purl.org_dc_terms__format dc_xsd.tmp#any
Substitution Group
Substitution Group Affiliation
Source
<xs:element name="format" substitutionGroup="any"/>
Element identifier
Namespace http://purl.org/dc/elements/1.1/
Diagram
Diagram dcterms_xsd.tmp#http___purl.org_dc_terms__identifier dc_xsd.tmp#any
Substitution Group
Substitution Group Affiliation
Source
<xs:element name="identifier" substitutionGroup="any"/>
Element source
Namespace http://purl.org/dc/elements/1.1/
Diagram
Diagram dcterms_xsd.tmp#http___purl.org_dc_terms__source dc_xsd.tmp#any
Substitution Group
Substitution Group Affiliation
Source
<xs:element name="source" substitutionGroup="any"/>
Element language
Namespace http://purl.org/dc/elements/1.1/
Diagram
Diagram dcterms_xsd.tmp#http___purl.org_dc_terms__language dc_xsd.tmp#any
Substitution Group
Substitution Group Affiliation
Source
<xs:element name="language" substitutionGroup="any"/>
Element relation
Namespace http://purl.org/dc/elements/1.1/
Diagram
Diagram dcterms_xsd.tmp#http___purl.org_dc_terms__relation dc_xsd.tmp#any
Substitution Group
Substitution Group Affiliation
Source
<xs:element name="relation" substitutionGroup="any"/>
Element coverage
Namespace http://purl.org/dc/elements/1.1/
Diagram
Diagram dcterms_xsd.tmp#http___purl.org_dc_terms__coverage dc_xsd.tmp#any
Substitution Group
Substitution Group Affiliation
Source
<xs:element name="coverage" substitutionGroup="any"/>
Element rights
Namespace http://purl.org/dc/elements/1.1/
Diagram
Diagram dcterms_xsd.tmp#http___purl.org_dc_terms__rights dc_xsd.tmp#any
Substitution Group
Substitution Group Affiliation
Source
<xs:element name="rights" substitutionGroup="any"/>
Complex Type SimpleLiteral
Namespace http://purl.org/dc/elements/1.1/
Annotations
This is the default type for all of the DC elements.
            It permits text content only with optional
            xml:lang attribute.
            Text is allowed because mixed="true", but sub-elements
            are disallowed because minOccurs="0" and maxOccurs="0" 
            are on the xs:any tag.

    	    This complexType allows for restriction or extension permitting
            child elements.
Diagram
Diagram xml2001_xsd.tmp#lang
Used by
Model
ANY element from ANY namespace
Attributes
QName Type Use Annotation
xml:lang xs:language optional
In due course, we should install the relevant ISO 2- and 3-letter
codes as the enumerated possible values . . .
Source
<xs:complexType name="SimpleLiteral">
  <xs:annotation>
    <xs:documentation xml:lang="en">This is the default type for all of the DC elements. It permits text content only with optional xml:lang attribute. Text is allowed because mixed="true", but sub-elements are disallowed because minOccurs="0" and maxOccurs="0" are on the xs:any tag. This complexType allows for restriction or extension permitting child elements.</xs:documentation>
  </xs:annotation>
  <xs:complexContent mixed="true">
    <xs:restriction base="xs:anyType">
      <xs:sequence>
        <xs:any processContents="lax" minOccurs="0" maxOccurs="0"/>
      </xs:sequence>
      <xs:attribute ref="xml:lang" use="optional"/>
    </xs:restriction>
  </xs:complexContent>
</xs:complexType>
Complex Type elementContainer
Namespace http://purl.org/dc/elements/1.1/
Annotations
This complexType is included as a convenience for schema authors who need to define a root
or container element for all of the DC elements.
Diagram
Diagram dc_xsd.tmp#any dc_xsd.tmp#elementsGroup
Model
((any))
Children any
Source
<xs:complexType name="elementContainer">
  <xs:annotation>
    <xs:documentation xml:lang="en">This complexType is included as a convenience for schema authors who need to define a root or container element for all of the DC elements.</xs:documentation>
  </xs:annotation>
  <xs:choice>
    <xs:group ref="elementsGroup"/>
  </xs:choice>
</xs:complexType>
Element Group elementsGroup
Namespace http://purl.org/dc/elements/1.1/
Annotations
This group is included as a convenience for schema authors
who need to refer to all the elements in the 
http://purl.org/dc/elements/1.1/ namespace.
Diagram
Diagram dc_xsd.tmp#any
Used by
Complex Type elementContainer
Model
(any)
Children any
Source
<xs:group name="elementsGroup">
  <xs:annotation>
    <xs:documentation xml:lang="en">This group is included as a convenience for schema authors who need to refer to all the elements in the http://purl.org/dc/elements/1.1/ namespace.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="any"/>
    </xs:choice>
  </xs:sequence>
</xs:group>