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://purl.org/dc/terms/}isReplacedBy (by type)
 {http://purl.org/dc/terms/}rightsHolder (by type)
 {http://purl.org/dc/terms/}accessRights (by type)
 {http://purl.org/dc/elements/1.1/}source (by type)
 {http://purl.org/dc/elements/1.1/}language (by type)
 {http://purl.org/dc/terms/}isFormatOf (by type)
 {http://purl.org/dc/terms/}dateCopyrighted (by type)
 {http://purl.org/dc/elements/1.1/}type (by type)
 {http://purl.org/dc/terms/}hasFormat (by type)
 {http://purl.org/dc/terms/}bibliographicCitation (by type)
 {http://purl.org/dc/terms/}dateSubmitted (by type)
 {http://purl.org/dc/terms/}hasPart (by type)
 {http://purl.org/dc/terms/}license (by type)
 {http://purl.org/dc/terms/}isVersionOf (by type)
 {http://purl.org/dc/terms/}isRequiredBy (by type)
 {http://purl.org/dc/terms/}provenance (by type)
 {http://purl.org/dc/terms/}mediator (by type)
 {http://purl.org/dc/elements/1.1/}contributor (by type)
 {http://purl.org/dc/terms/}issued (by type)
 {http://purl.org/dc/elements/1.1/}format (by type)
 {http://purl.org/dc/terms/}isReferencedBy (by type)
 {http://purl.org/dc/terms/}temporal (by type)
 {http://purl.org/dc/terms/}tableOfContents (by type)
 {http://purl.org/dc/elements/1.1/}publisher (by type)
 {http://purl.org/dc/terms/}modified (by type)
 {http://purl.org/dc/terms/}replaces (by type)
 {http://purl.org/dc/elements/1.1/}coverage (by type)
 {http://purl.org/dc/terms/}dateAccepted (by type)
 {http://purl.org/dc/terms/}valid (by type)
 {http://purl.org/dc/terms/}educationLevel (by type)
 {http://purl.org/dc/elements/1.1/}creator (by type)
 {http://purl.org/dc/terms/}references (by type)
 {http://purl.org/dc/terms/}created (by type)
 {http://purl.org/dc/elements/1.1/}relation (by type)
 {http://purl.org/dc/elements/1.1/}title (by type)
 {http://purl.org/dc/terms/}requires (by type)
 {http://purl.org/dc/terms/}conformsTo (by type)
 {http://purl.org/dc/elements/1.1/}DC-element (by type)
 {http://purl.org/dc/terms/}abstract (by type)
 {http://purl.org/dc/terms/}spatial (by type)
 {http://purl.org/dc/elements/1.1/}date (by type)
 {http://purl.org/dc/terms/}medium (by type)
 {http://purl.org/dc/terms/}hasVersion (by type)
 {http://purl.org/dc/elements/1.1/}subject (by type)
 {http://purl.org/dc/elements/1.1/}rights (by type)
 {http://purl.org/dc/terms/}isPartOf (by type)
 {http://purl.org/dc/elements/1.1/}description (by type)
 {http://purl.org/dc/elements/1.1/}identifier (by type)
 {http://purl.org/dc/terms/}audience (by type)
 {http://purl.org/dc/terms/}alternative (by type)
 {http://purl.org/dc/terms/}available (by type)
 {http://purl.org/dc/terms/}extent (by type)
Abstractfalse (This can be used in an instance)
Target Namespacehttp://purl.org/dc/elements/1.1/
Declared Namespacesxmlns:dc=http://purl.org/dc/elements/1.1/
xmlns:xs=http://www.w3.org/2001/XMLSchema


Source

<xs:complexType name="SimpleLiteral">
    <
xs:annotation>
        <
xs:documentation xml:lang="en">
This is the default type for all of the DC elements. It defines a
complexType SimpleLiteral which permits mixed content but disallows
child elements by use of minOcccurs/maxOccurs. However, this complexType
does permit the derivation of other types which would permit child
elements. The scheme attribute may be used as a qualifier to reference
an encoding scheme that describes the value domain for a given property.
        
</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 name="scheme" type="xs:anyURI" use="optional"/>
        </
xs:restriction>
    </
xs:complexContent>
</
xs:complexType>


Documentation

This is the default type for all of the DC elements. It defines a
complexType SimpleLiteral which permits mixed content but disallows
child elements by use of minOcccurs/maxOccurs. However, this complexType
does permit the derivation of other types which would permit child
elements. The scheme attribute may be used as a qualifier to reference
an encoding scheme that describes the value domain for a given property.


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.