Class PersonPartyType.BirthInfo

java.lang.Object
software.xdev.bzst.dip.client.xmldocument.model.PersonPartyType.BirthInfo
Enclosing class:
PersonPartyType

public static class PersonPartyType.BirthInfo 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="BirthDate" type="{http://www.w3.org/2001/XMLSchema}date"/>
         <element name="BirthPlace" type="{urn:oecd:ties:dpi:v1}BirthPlace_Type" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>