Class ArrayOfProperties


  • public class ArrayOfProperties
    extends Object

    Java class for ArrayOfProperties complex type.

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

     <complexType name="ArrayOfProperties">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <choice maxOccurs="unbounded" minOccurs="0">
               <element ref="{urn:ietf:params:xml:ns:icalendar-2.0}baseProperty"/>
               <element name="tzid" type="{urn:ietf:params:xml:ns:icalendar-2.0}TextPropertyType"/>
             </choice>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>