Class AttributeType

  • All Implemented Interfaces:
    Serializable

    public class AttributeType
    extends Object
    implements Serializable

    Java class for attributeType complex type.

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

     <complexType name="attributeType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="attributeReference" type="{http://www.iknowbase.com/ws/iknowbase-1}objectReferenceType"/>
             <element name="values" minOccurs="0">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element name="value" type="{http://www.iknowbase.com/ws/iknowbase-1}attributeValueType" maxOccurs="unbounded" minOccurs="0"/>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form