Class Common


  • public class Common
    extends java.lang.Object

    Collection of various types references in several schemas. For internal use only

    The following schema fragments specify the expected content contained within this class.

     <complexType name="preview">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="src" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="1"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
    
     <complexType name="data">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="src" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="1"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
    
     <complexType name="domain">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="id" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
             <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="1"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
    
     <complexType name="color">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="id" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
             <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="1"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
    
     <complexType name="spread">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="position" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="1"/>
             <element name="leftitem" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
             <element name="middleitem" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
             <element name="rightitem" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
    
    
     <complexType name="record">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="id" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
             <element name="id2" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
             <element name="id2" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="1"/>
             <element name="stringid" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="1"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Summary

      Constructors 
      Constructor Description
      Common()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Common

        public Common()