complexType "SimpleLiteral"
Namespace:
Content:
mixed (allows character data), 1 attribute, elem. wildcard
Defined:
globally in dc.xsd; see XML source
Includes:
definitions of 1 attribute, elem. wildcard
Used:
at 20 locations
XML Representation Summary
<...
   
 = 
xs:language
   
>
   
Content: 
{text} × {any}[0..0]
</...>
Known Direct Subtypes (19):
All Direct / Indirect Based Elements (71):
Known Usage Locations
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.
Type Definition Detail
Type Derivation Tree
xs:anyType (restriction)
  SimpleLiteral
XML Source (w/o annotations (1); see within schema source)
<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>
Attribute Detail (all declarations; defined within this component only; 1/1)
xml:lang
Type:
xs:language, predefined
Use:
optional
XML Source (see within schema source)
<xs:attribute ref="xml:lang" use="optional"/>
Content Element Detail (all declarations; defined within this component only; 1/1)
{any element from any namespace}
XML Source (see within schema source)
<xs:any maxOccurs="0" minOccurs="0" processContents="lax"/>

XML schema documentation generated with DocFlex/XML 1.12 using DocFlex/XML XSDDoc 2.9.0 template set