Class ReportableSellerType.RelevantActivities

java.lang.Object
software.xdev.bzst.dip.client.xmldocument.model.ReportableSellerType.RelevantActivities
Enclosing class:
ReportableSellerType

public static class ReportableSellerType.RelevantActivities 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="ImmovableProperty" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="PropertyListing" type="{urn:oecd:ties:dpi:v1}PropertyListingType" maxOccurs="unbounded"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="PersonalServices" type="{urn:oecd:ties:dpi:v1}OtherActivities_Type" minOccurs="0"/>
         <element name="SaleOfGoods" type="{urn:oecd:ties:dpi:v1}OtherActivities_Type" minOccurs="0"/>
         <element name="TransportationRental" type="{urn:oecd:ties:dpi:v1}OtherActivities_Type" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>