Class Re3Data.Repository.MetadataStandard

java.lang.Object
org.re3data.schema._2_2.Re3Data.Repository.MetadataStandard
Enclosing class:
Re3Data.Repository

public static class Re3Data.Repository.MetadataStandard extends Object

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="metadataStandardName">
           <complexType>
             <simpleContent>
               <extension base="<http://www.re3data.org/schema/2-2>metadataStandardDCCNames">
                 <attribute name="metadataStandardScheme" use="required">
                   <simpleType>
                     <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                       <enumeration value="DCC"/>
                     </restriction>
                   </simpleType>
                 </attribute>
               </extension>
             </simpleContent>
           </complexType>
         </element>
         <element name="metadataStandardURL" type="{http://www.re3data.org/schema/2-2}metadataStandardDCCURLs"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>