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:
never
XML Representation Summary
<...
   
 = 
xs:language
    >
   
Content: 
{text} × {any}[0..0]
</...>
Known Direct Subtypes (17):
Box, DCMIType, DDC, IMT, ISO3166, ISO639-2, LCC, LCSH, MESH, Period, Point, RFC1766, RFC3066, TGN, UDC, URI, W3CDTF
Type Definition Detail
Type Derivation Tree
xs:anyType (restriction)
  SimpleLiteral
XML Source (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; 1/1)
xml:lang
Type:
xs:language, predefined
Use:
optional
Defined:
by reference within (this) SimpleLiteral complexType
XML Source (see within schema source)
<xs:attribute ref="xml:lang" use="optional"/>
Content Element Detail (all declarations; 1/1)
{any element with any namespace}
Defined:
within (this) SimpleLiteral complexType
XML Source (see within schema source)
<xs:any maxOccurs="0" minOccurs="0" processContents="lax"/>

XML schema documentation generated with DocFlex/XML 1.8.7 using DocFlex/XML XSDDoc 2.7.0 template set