Definition Type: ComplexType
Name: elementContainer
Namespace: http://purl.org/dc/elements/1.1/
Containing Schema: dc.xsd
Abstract
Documentation:
This complexType is included as a convenience for schema authors who need to define a root
or container element for all of the DC elements.
Collapse XSD Schema Diagram:
Drilldown into any Drilldown into elementsGroupXSD Diagram of elementContainer
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xs:complexType name="elementContainer">
    <xs:annotation>
        <xs:documentation xml:lang="en">
    		This complexType is included as a convenience for schema authors who need to define a root
    		or container element for all of the DC elements.
    	</xs:documentation>
    </xs:annotation>
    <xs:choice>
        <xs:group ref="elementsGroup" />
    </xs:choice>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
any dc:any (1) (1)
<xs:group> dc:elementsGroup (1) (1)