Class DCMIRecordType

  • Direct Known Subclasses:
    RecordType

    public class DCMIRecordType
    extends AbstractRecordType
    This type encapsulates all of the standard DCMI metadata terms, including the Dublin Core refinements; these terms may be mapped to the profile-specific information model.

    Java class for DCMIRecordType complex type.

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

     <complexType name="DCMIRecordType">
       <complexContent>
         <extension base="{http://www.opengis.net/cat/csw/2.0.2}AbstractRecordType">
           <sequence>
             <group ref="{http://purl.org/dc/terms/}DCMI-terms"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>