dc:SimpleLiteral
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.
Complex type information
Namespace: http://purl.org/dc/elements/1.1/
Schema document: dc.xsd
Content
- Any text
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
xml:lang | [0..1] | Anonymous | denotes an attribute whose value is a language code for the natural language of the content of any element; its value is inherited. |
Used in
- Element dc:any
- Element dc:title
- Element dc:creator
- Element dc:subject
- Element dc:description
- Element dc:publisher
- Element dc:contributor
- Element dc:date
- Element dc:type
- Element dc:format
- Element dc:identifier
- Element dc:source
- Element dc:language
- Element dc:relation
- Element dc:coverage
- Element dc:rights
Type inheritance chain
- xsd:anyType
- restricted by dc:SimpleLiteral