complexType "W3CDTF"
Namespace:
Content:
simple
Defined:
globally in dcterms.xsd; see XML source
Includes:
1 attr. probition
Used:
never
XML Representation Summary
<...>
   
Content: 
{ xs:gYear | xs:gYearMonth | xs:date | xs:dateTime }
</...>
Type Definition Detail
Type Derivation Tree
dc:SimpleLiteral (restriction)
  W3CDTF
Derivation:
restriction of dc:SimpleLiteral
XML Source (see within schema source)
<xs:complexType name="W3CDTF">
<xs:simpleContent>
<xs:restriction base="dc:SimpleLiteral">
<xs:simpleType>
<xs:union memberTypes="xs:gYear xs:gYearMonth xs:date xs:dateTime"/>
</xs:simpleType>
<xs:attribute ref="xml:lang" use="prohibited"/>
</xs:restriction>
</xs:simpleContent>
</xs:complexType>
Attribute Detail (all declarations; defined within this component only; 1/1)
xml:lang
Use:
prohibited
XML Source (see within schema source)
<xs:attribute ref="xml:lang" use="prohibited"/>

XML schema documentation generated with DocFlex/XML RE 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set