xpil:BirthInfo
A container to define the Date of Birth details of a person
Element information
Namespace: urn:oasis:names:tc:ciq:xpil:3
Schema document: external/have/1.0/xPIL.xsd
Type: Anonymous
Properties: Global, Qualified
Content
- Sequence [1..1]
- xpil:BirthInfoElement [0..*]Birth details of the person
- xpil:BirthPlaceDetails [0..1]Full location details (e.g. address) may be required to get the exact geo-cordinates for astrology purposes
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
xpil:BirthDateTime | [0..1] | xsd:dateTime | Birth 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:duration | Specify 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:DataQualityTypeList | This 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:dateTime | Date the data quality is valid from | from group ct:grDataQuality |
ct:ValidTo | [0..1] | xsd:dateTime | Date the data quality is valid to | from group ct:grDataQuality |
Any attribute | [0..*] | Namespace: ##other, Process Contents: lax |
Used in
- Anonymous type of element xpil:PersonDetails via extension of xpil:PersonDetailsType
- Type xpil:PartyType (Element xpil:Party)
- Type xpil:PersonDetailsType
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>