Class ReportableSellerType.Identity.EntitySeller

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

public static class ReportableSellerType.Identity.EntitySeller 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">
       <choice>
         <element name="Standard">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="EntSellerID" type="{urn:oecd:ties:dpi:v1}OrganisationParty_Type"/>
                   <element name="FinancialIdentifier" type="{urn:oecd:ties:dpi:v1}FinancialIdentifier_Type" maxOccurs="unbounded" minOccurs="0"/>
                   <element name="PermanentEstablishments" type="{urn:oecd:ties:dpi:v1}PermanentEstablishments_Type" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="GVS" type="{urn:oecd:ties:dpi:v1}GVSType"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>