Definition Type: ComplexType
Name: DCMIType
Namespace: http://purl.org/dc/terms/
Type: dc:SimpleLiteral
Containing Schema: dcterms.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into langXSD Diagram of DCMIType
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xs:complexType name="DCMIType">
    <xs:simpleContent>
        <xs:restriction base="dc:SimpleLiteral">
            <xs:simpleType>
                <xs:restriction base="dcmitype:DCMIType" />
            </xs:simpleType>
            <xs:attribute ref="xml:lang" use="prohibited" />
        </xs:restriction>
    </xs:simpleContent>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
<xs:any> 0 0
Collapse Child Attributes:
Name Type Default Value Use
lang nsB:lang Prohibited
<anyAttribute>
Collapse Derivation Tree: