All Element Summary | ||||||||||||||
any |
|
|||||||||||||
contributor |
|
|||||||||||||
coverage |
|
|||||||||||||
creator |
|
|||||||||||||
date |
|
|||||||||||||
description |
|
|||||||||||||
format |
|
|||||||||||||
identifier |
|
|||||||||||||
language |
|
|||||||||||||
publisher |
|
|||||||||||||
relation |
|
|||||||||||||
rights |
|
|||||||||||||
source |
|
|||||||||||||
subject |
|
|||||||||||||
title |
|
|||||||||||||
type |
|
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.
|
||||||||||
This is the default type for all of the DC elements.
|
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.
|
<?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> 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:annotation> 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> This structure has been altered from its original declaration of: <xs:restriction base="xs:anyType"> <xs:sequence> </xs:sequence> </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:complexType> <xs:annotation> 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:choice> </xs:sequence> </xs:group> <xs:annotation> 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:choice> </xs:complexType> </xs:schema> |
XML schema documentation generated with DocFlex/XML 1.8.7 using DocFlex/XML XSDDoc 2.7.0 template set |