|
Namespace |
http://purl.org/dc/elements/1.1/ |
Diagram
|
|
Type |
extension of xs:string |
Used by
|
Elements |
contributor, coverage, creator, date, description, format, identifier, language, publisher, relation, rights, source, subject, title, type |
|
Attributes
|
QName |
Type |
Fixed |
Default |
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="elementType">
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute ref="xml:lang" use="optional"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType> |
|
Schema location |
http://dublincore.org/schemas/xmls/simpledc20021212.xsd |
|
|