Definition Type: Group
Name: elementsAndRefinementsGroup
Namespace: http://purl.org/dc/terms/
Containing Schema: dcterms.xsd
Documentation:
This group is included as a convenience for schema authors
who need to refer to all the DC elements and element refinements 
in the http://purl.org/dc/elements/1.1/ and 
http://purl.org/dc/terms namespaces. 
N.B. Refinements available via substitution groups.
Collapse XSD Schema Diagram:
Drilldown into anyXSD Diagram of elementsAndRefinementsGroup
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xs:group name="elementsAndRefinementsGroup">
    <xs:annotation>
        <xs:documentation xml:lang="en">
    		This group is included as a convenience for schema authors
            who need to refer to all the DC elements and element refinements 
            in the http://purl.org/dc/elements/1.1/ and 
            http://purl.org/dc/terms namespaces. 
            N.B. Refinements available via substitution groups.
    	</xs:documentation>
    </xs:annotation>
    <xs:sequence>
        <xs:choice minOccurs="0" maxOccurs="unbounded">
            <xs:element ref="dc:any" />
        </xs:choice>
    </xs:sequence>
</xs:group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
any dc:any (1) (1)