complexType SimpleLiteral

complexType {http://purl.org/dc/elements/1.1/}SimpleLiteral

Type Heirarchy
{http://www.w3.org/2001/XMLSchema}anyType (by restriction)
 {http://purl.org/dc/elements/1.1/}SimpleLiteral
Derived Types
{http://purl.org/dc/elements/1.1/}SimpleLiteral
 {http://childes.psy.cmu.edu/}participant (by extension)
 {http://www.ldc.upenn.edu/Projects/netdc/}distribution (by extension)
 {http://www.ling.sinica.edu.tw/Formosan/}language (by extension)
 {http://purl.org/dc/terms/}URI (by restriction)
  {http://www.ldc.upenn.edu/Projects/netdc/}license (by extension)
 {http://www.ldc.upenn.edu/Projects/netdc/}price (by extension)
 {http://purl.org/dc/terms/}ISO639-2 (by restriction)
 {http://www.language-archives.org/OLAC/1.0/}linguistic-field (by extension)
 {http://purl.org/dc/terms/}ISO3166 (by restriction)
 {}os (by extension)
 {}cpu (by extension)
 {http://www.language-archives.org/OLAC/1.0/}language (by extension)
 {http://www.language-archives.org/OLAC/1.0/}linguistic-type (by extension)
 {http://purl.org/dc/terms/}UDC (by restriction)
 {http://purl.org/dc/terms/}MESH (by restriction)
 {http://purl.org/dc/terms/}RFC1766 (by restriction)
 {http://purl.org/dc/terms/}LCSH (by restriction)
 {http://purl.org/dc/terms/}Box (by restriction)
 {http://purl.org/dc/terms/}Period (by restriction)
 {http://www.lt-world.org/}hlt-field (by extension)
 {http://www.example.org/}role (by extension)
 {http://purl.org/dc/terms/}IMT (by restriction)
 {http://www.language-archives.org/OLAC/1.0/}role (by extension)
 {http://purl.org/dc/terms/}Point (by restriction)
 {http://www.ldc.upenn.edu/Projects/netdc/}speechformat (by extension)
 {http://purl.org/dc/elements/1.1/}any (by type)
 {http://www.ldc.upenn.edu/Projects/netdc/}memberyear (by extension)
 {http://purl.org/dc/terms/}W3CDTF (by restriction)
 {http://www.language-archives.org/OLAC/1.0/}discourse-type (by extension)
 {http://purl.org/dc/terms/}DDC (by restriction)
 {http://purl.org/dc/terms/}TGN (by restriction)
 {http://purl.org/dc/terms/}LCC (by restriction)
 {}sourcecode (by extension)
 {http://purl.org/dc/terms/}RFC3066 (by restriction)
 {http://purl.org/dc/terms/}DCMIType (by restriction)
Abstractfalse (This can be used in an instance)
Target Namespacehttp://purl.org/dc/elements/1.1/
Declared Namespacesxmlns:xs=http://www.w3.org/2001/XMLSchema
xmlns=http://purl.org/dc/elements/1.1/


Source

<xs:complexType name="SimpleLiteral">
    <
xs:annotation>
        <
xs:documentation xml:lang="en">
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.
        
</xs:documentation>
    </
xs:annotation>
    <
xs:complexContent mixed="true">
        <
xs:restriction base="xs:anyType">
            <
xs:sequence>
                <
xs:any processContents="lax" minOccurs="0" maxOccurs="0"/>
            </
xs:sequence>
            <
xs:attribute ref="xml:lang" use="optional"/>
        </
xs:restriction>
    </
xs:complexContent>
</
xs:complexType>


Documentation

        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.


complexType SimpleLiteral


Stylus Studio XML Schema Library Home
Site Map | Privacy Policy | Terms of Use | Trademarks
Stylus Scoop XML Newsletter:
W3C Member
Stylus Studio®, a product from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2006 All Rights Reserved.