Class KeyColumnRef.Annotation

java.lang.Object
org.genericode.xml._2004.ns.codelist._0.KeyColumnRef.Annotation
Enclosing class:
KeyColumnRef

public static class KeyColumnRef.Annotation extends Object
User annotation information for a resource.

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="Description" minOccurs="0" form="unqualified">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="AppInfo" minOccurs="0" form="unqualified">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>