DDI 3.1 XML Schema Documentation (2009-10-18)
© DDI Alliance 2009 - licensed under the terms of the GNU Lesser General Public License
complexType "DCElementsType"
Namespace:
Content:
complex, 15 elements
Defined:
globally in dcelements.xsd, see XML source
Includes:
definitions of 15 elements
Used:
XML Representation Summary
<...>
   
Content: 
(dc:title | dc:creator | dc:subject | dc:description | dc:publisher | dc:contributor | dc:date | dc:type | dc:format | dc:identifier | dc:source | dc:language | dc:relation | dc:coverage | dc:rights)*
</...>
Content Model Elements (15):
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
The DCElementsType describes the contents of a Dublin Core reference, using the simple Dublin Core XML namespace.
XML Source (w/o annotations (1); see within schema source)
<xs:complexType name="DCElementsType">
<xs:sequence>
<xs:choice maxOccurs="unbounded" minOccurs="0">
<xs:element ref="dc:title"/>
<xs:element ref="dc:creator"/>
<xs:element ref="dc:subject"/>
<xs:element ref="dc:description"/>
<xs:element ref="dc:publisher"/>
<xs:element ref="dc:contributor"/>
<xs:element ref="dc:date"/>
<xs:element ref="dc:type"/>
<xs:element ref="dc:format"/>
<xs:element ref="dc:identifier"/>
<xs:element ref="dc:source"/>
<xs:element ref="dc:language"/>
<xs:element ref="dc:relation"/>
<xs:element ref="dc:coverage"/>
<xs:element ref="dc:rights"/>
</xs:choice>
</xs:sequence>
</xs:complexType>
Content Element Detail (defined in this component only; 15/15)
dc:contributor
Type:
dc:elementType, simple content
Simple Content
xs:string
XML Source (see within schema source)
<xs:element ref="dc:contributor"/>

dc:coverage
Type:
dc:elementType, simple content
Simple Content
xs:string
XML Source (see within schema source)
<xs:element ref="dc:coverage"/>

dc:creator
Type:
dc:elementType, simple content
Simple Content
xs:string
XML Source (see within schema source)
<xs:element ref="dc:creator"/>

dc:date
Type:
dc:elementType, simple content
Simple Content
xs:string
XML Source (see within schema source)
<xs:element ref="dc:date"/>

dc:description
Type:
dc:elementType, simple content
Simple Content
xs:string
XML Source (see within schema source)
<xs:element ref="dc:description"/>

dc:format
Type:
dc:elementType, simple content
Simple Content
xs:string
XML Source (see within schema source)
<xs:element ref="dc:format"/>

dc:identifier
Type:
dc:elementType, simple content
Simple Content
xs:string
XML Source (see within schema source)
<xs:element ref="dc:identifier"/>

dc:language
Type:
dc:elementType, simple content
Simple Content
xs:string
XML Source (see within schema source)
<xs:element ref="dc:language"/>

dc:publisher
Type:
dc:elementType, simple content
Simple Content
xs:string
XML Source (see within schema source)
<xs:element ref="dc:publisher"/>

dc:relation
Type:
dc:elementType, simple content
Simple Content
xs:string
XML Source (see within schema source)
<xs:element ref="dc:relation"/>

dc:rights
Type:
dc:elementType, simple content
Simple Content
xs:string
XML Source (see within schema source)
<xs:element ref="dc:rights"/>

dc:source
Type:
dc:elementType, simple content
Simple Content
xs:string
XML Source (see within schema source)
<xs:element ref="dc:source"/>

dc:subject
Type:
dc:elementType, simple content
Simple Content
xs:string
XML Source (see within schema source)
<xs:element ref="dc:subject"/>

dc:title
Type:
dc:elementType, simple content
Simple Content
xs:string
XML Source (see within schema source)
<xs:element ref="dc:title"/>

dc:type
Type:
dc:elementType, simple content
Simple Content
xs:string
XML Source (see within schema source)
<xs:element ref="dc:type"/>

XML schema documentation generated with DocFlex/XML SDK 1.7.2 using DocFlex/XML XSDDoc 2.1.0 template set