Class ElementContainer


  • public class ElementContainer
    extends Object
    This type definition is included as a convenience for schema authors who need a container element for all of the DC elements.

    Java class for elementContainer complex type.

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

     <complexType name="elementContainer">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <choice>
             <group ref="{http://purl.org/dc/elements/1.1/}DC-element-set"/>
           </choice>
         </restriction>
       </complexContent>
     </complexType>