XML Schema "dc.xsd"
Target Namespace:
http://purl.org/dc/elements/1.1/
Defined Components:
elements (16 global), complexTypes (3), element groups (1)
Default Namespace-Qualified Form:
Local Elements: qualified; Local Attributes: unqualified
Schema Location:
D:\XMLSchema\DDI\DDI_3_2_2014-02-05_Documentation_XMLSchema\XMLSchema\dc.xsd; see XML source
Imports Schemas (1):
xml.xsd [src]
Imported by Schemas (1):
dcterms.xsd [src]
Annotation
DCMES 1.1 XML Schema XML Schema for http://purl.org/dc/elements/1.1/ 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 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.
All Element Summary
any
Type:
Content:
mixed (allows character data), 1 attribute
Abstract:
(may not be used directly in instance XML documents)
Subst.Gr:
may be substituted with 48 elements
Defined:
globally; see XML source
Used:
at 18 locations
contributor
Type:
SimpleLiteral, inherited from any
Content:
mixed (allows character data), 1 attribute
Subst.Gr:
may substitute for element any
Defined:
globally; see XML source
Used:
never
coverage
Type:
SimpleLiteral, inherited from any
Content:
mixed (allows character data), 1 attribute
Subst.Gr:
may substitute for element any; may be substituted with 2 elements
Defined:
globally; see XML source
Used:
creator
Type:
SimpleLiteral, inherited from any
Content:
mixed (allows character data), 1 attribute
Subst.Gr:
may substitute for element any
Defined:
globally; see XML source
Used:
never
date
Type:
SimpleLiteral, inherited from any
Content:
mixed (allows character data), 1 attribute
Subst.Gr:
may substitute for element any; may be substituted with 8 elements
Defined:
globally; see XML source
Used:
description
Type:
SimpleLiteral, inherited from any
Content:
mixed (allows character data), 1 attribute
Subst.Gr:
may substitute for element any; may be substituted with 2 elements
Defined:
globally; see XML source
Used:
format
Type:
SimpleLiteral, inherited from any
Content:
mixed (allows character data), 1 attribute
Subst.Gr:
may substitute for element any; may be substituted with 2 elements
Defined:
globally; see XML source
Used:
identifier
Type:
SimpleLiteral, inherited from any
Content:
mixed (allows character data), 1 attribute
Subst.Gr:
may substitute for element any; may be substituted with 1 element
Defined:
globally; see XML source
Used:
language
Type:
SimpleLiteral, inherited from any
Content:
mixed (allows character data), 1 attribute
Subst.Gr:
may substitute for element any
Defined:
globally; see XML source
Used:
never
publisher
Type:
SimpleLiteral, inherited from any
Content:
mixed (allows character data), 1 attribute
Subst.Gr:
may substitute for element any
Defined:
globally; see XML source
Used:
never
relation
Type:
SimpleLiteral, inherited from any
Content:
mixed (allows character data), 1 attribute
Subst.Gr:
may substitute for element any; may be substituted with 13 elements
Defined:
globally; see XML source
Used:
at 13 locations
rights
Type:
SimpleLiteral, inherited from any
Content:
mixed (allows character data), 1 attribute
Subst.Gr:
may substitute for element any; may be substituted with 1 element
Defined:
globally; see XML source
Used:
source
Type:
SimpleLiteral, inherited from any
Content:
mixed (allows character data), 1 attribute
Subst.Gr:
may substitute for element any
Defined:
globally; see XML source
Used:
never
subject
Type:
SimpleLiteral, inherited from any
Content:
mixed (allows character data), 1 attribute
Subst.Gr:
may substitute for element any
Defined:
globally; see XML source
Used:
never
title
Type:
SimpleLiteral, inherited from any
Content:
mixed (allows character data), 1 attribute
Subst.Gr:
may substitute for element any; may be substituted with 1 element
Defined:
globally; see XML source
Used:
type
Type:
SimpleLiteral, inherited from any
Content:
mixed (allows character data), 1 attribute
Subst.Gr:
may substitute for element any
Defined:
globally; see XML source
Used:
never
Complex Type Summary
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.
Content:
complex, 1 element
Defined:
globally; see XML source
Used:
never
This is the default type for all of the DC elements.
Content:
mixed (allows character data), 1 attribute
Defined:
globally; see XML source
Includes:
definition of 1 attribute
Used:
at 18 locations
Element Group Summary
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.
Content:
Defined:
globally; see XML source
Includes:
definition of 1 element
Used:
XML Source
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="http://purl.org/dc/elements/1.1/" xmlns="http://purl.org/dc/elements/1.1/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:annotation>
<xs:documentation xml:lang="en">
DCMES 1.1 XML Schema
XML Schema for http://purl.org/dc/elements/1.1/ 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 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.
</xs:documentation>
</xs:annotation>
<xs:import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="xml.xsd"/>
<xs:complexType mixed="true" 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:documentation xml:lang="en">
This structure has been altered from
its original declaration of:
<xs:complexType name="SimpleLiteral">
<xs:complexContent mixed="true">
<xs:restriction base="xs:anyType">
<xs:sequence>
<xs:any maxOccurs="0" minOccurs="0" processContents="lax"/>
</xs:sequence>
<xs:attribute ref="xml:lang" use="optional"/>
</xs:restriction>
</xs:complexContent>
</xs:complexType>
Such a restriction from the xs:anyType is unnecessary, as this is
implicit in all types. Further, the xs:any element with a minOccurs="0"
causes issues with Apache Xml Beans. This declaration allows for an
equivalent content model while still allowing extensions from this type
to declare elements to allow for true mixed content.
</xs:documentation>
</xs:annotation>
<xs:attribute ref="xml:lang" use="optional"/>
</xs:complexType>
<xs:element abstract="true" name="any" type="SimpleLiteral"/>
<xs:element name="title" substitutionGroup="any"/>
<xs:element name="creator" substitutionGroup="any"/>
<xs:element name="subject" substitutionGroup="any"/>
<xs:element name="description" substitutionGroup="any"/>
<xs:element name="publisher" substitutionGroup="any"/>
<xs:element name="contributor" substitutionGroup="any"/>
<xs:element name="date" substitutionGroup="any"/>
<xs:element name="type" substitutionGroup="any"/>
<xs:element name="format" substitutionGroup="any"/>
<xs:element name="identifier" substitutionGroup="any"/>
<xs:element name="source" substitutionGroup="any"/>
<xs:element name="language" substitutionGroup="any"/>
<xs:element name="relation" substitutionGroup="any"/>
<xs:element name="coverage" substitutionGroup="any"/>
<xs:element name="rights" substitutionGroup="any"/>
<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 maxOccurs="unbounded" minOccurs="0">
<xs:element ref="any"/>
</xs:choice>
</xs:sequence>
</xs:group>
<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>
</xs:schema>

XML schema documentation generated with DocFlex/XML RE 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set