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