<?xml version="1.0" encoding="utf-16"?>
<xs:complexType name="DDC">
<xs:simpleContent>
<xs:restriction base="dc:SimpleLiteral">
<xs:simpleType>
<xs:restriction base="xs:string" />
</xs:simpleType>
<xs:attribute ref="xml:lang" use="prohibited" />
</xs:restriction>
</xs:simpleContent>
</xs:complexType>
|