Schema Central > NIEM 2.1 > xPIL.xsd > xpil:BirthInfo
Advanced search
Need NIEM Help?

Recommended Reading:

Definitive XML Schema

 

Web Service Contract Design and Versioning for SOA

 

Advanced XML Applications

 

xpil:BirthInfo

A container to define the Date of Birth details of a person

Element information

Type: Anonymous

Properties: Global, Qualified

Content

Attributes

NameOccTypeDescriptionNotes
xpil:BirthDateTime [0..1]xsd:dateTimeBirth data and time to the known precision. Usually, it is only the date that is known. Leave time as 00:00:00 if not known.
xpil:BirthDateTimePrecision [0..1]xsd:durationSpecify the duration of the uncertainity period as a range where BirthDateTime is in the middle of the range. Uses xsd:duration as the data type. The time interval is in the format: PnYnMnDTnHnMnS P: period (required), nY: number of years, nM: number of months, nD: number of days, T: start of a time section (required if hours, minutes or secords to be specified), nH: number of hours, nM: number of minutes, nS: number of seconds P5Y -> period of 5 years P5Y2M10D -> 5 years, 2 months, 10 days, and 15 hours
ct:DataQualityType [0..1]ct:DataQualityTypeListThis attribute indicates what level of trust can be given to the parent element. Omit this attribute if the data quality is unknown. If the data quality is known, the value is "Valid, else "InValid"from group ct:grDataQuality
ct:ValidFrom [0..1]xsd:dateTimeDate the data quality is valid from from group ct:grDataQuality
ct:ValidTo [0..1]xsd:dateTimeDate the data quality is valid tofrom group ct:grDataQuality
Any attribute[0..*]Namespace: ##other, Process Contents: lax

Used in

Sample instance

<xpil:BirthInfo>
   <xpil:BirthInfoElement>normalizedString</xpil:BirthInfoElement>
   <xpil:BirthPlaceDetails>
      <a:FreeTextAddress>
         <a:AddressLine>normalizedString</a:AddressLine>
      </a:FreeTextAddress>
      <a:Country>
         <a:NameElement>normalizedString</a:NameElement>
      </a:Country>
      <a:AdministrativeArea>
         <a:NameElement>normalizedString</a:NameElement>
         <a:SubAdministrativeArea>...
         </a:SubAdministrativeArea>
      </a:AdministrativeArea>
      <a:Locality>
         <a:NameElement>normalizedString</a:NameElement>
         <a:SubLocality>...
         </a:SubLocality>
      </a:Locality>
      <a:Thoroughfare>
         <a:NameElement>normalizedString</a:NameElement>
         <a:SubThoroughfare>...
         </a:SubThoroughfare>
      </a:Thoroughfare>
      <a:Premises>
         <a:NameElement>normalizedString</a:NameElement>
         <a:SubPremises>...
         </a:SubPremises>
      </a:Premises>
      <a:PostCode>
         <a:Identifier>normalizedString</a:Identifier>
      </a:PostCode>
      <a:RuralDelivery>
         <a:Identifier>normalizedString</a:Identifier>
      </a:RuralDelivery>
      <a:PostalDeliveryPoint>
         <a:Identifier>normalizedString</a:Identifier>
      </a:PostalDeliveryPoint>
      <a:PostOffice>
         <a:Identifier>normalizedString</a:Identifier>
      </a:PostOffice>
      <a:GeoRSS>
         <!--any element-->
      </a:GeoRSS>
      <a:LocationByCoordinates>
         <a:Latitude/>
         <a:Longitude/>
      </a:LocationByCoordinates>
   </xpil:BirthPlaceDetails>
</xpil:BirthInfo>

Site developed and hosted by Datypic, Inc.

Please report errors or comments about this site to contrib@functx.com