Class ElementOrRefinementContainer

java.lang.Object
org.docx4j.docProps.core.dc.terms.ElementOrRefinementContainer

public class ElementOrRefinementContainer extends Object
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.

Java class for elementOrRefinementContainer complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="elementOrRefinementContainer">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <group ref="{http://purl.org/dc/terms/}elementsAndRefinementsGroup"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>