xpil:Relationships
A container for relationships with other parties (persons or organisations, and the nature of relationship). Can also use this to define an organisation hierarchy (parent and subsidiary organisations or branches/groups of organisations)
Element information
Namespace: urn:oasis:names:tc:ciq:xpil:3
Schema document: external/have/1.0/xPIL.xsd
Type: Anonymous
Properties: Global, Qualified
Content
- xpil:Relationship [0..*] Relationship with a party. e.g. Friend, Wife, referee. organisation, customer. etc
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
Any attribute | [0..*] | Namespace: ##other, Process Contents: lax |
Used in
- Type xpil:PersonDetailsType
- Anonymous type of element xpil:PersonDetails via extension of xpil:PersonDetailsType
- Type xpil:OrganisationDetailsType (Element xpil:OrganisationDetails)
- Type xpil:PartyType (Element xpil:Party)
- Type have:OrganizationInformation via extension of xpil:OrganisationDetailsType (Element have:OrganizationInformation)
Sample instance
<xpil:Relationships> <xpil:Relationship> <n:NameLine>normalizedString</n:NameLine> <n:PersonName> <n:NameElement>normalizedString</n:NameElement> </n:PersonName> <n:OrganisationName> <n:NameElement>normalizedString</n:NameElement> <n:SubDivisionName>normalizedString</n:SubDivisionName> </n:OrganisationName> <xpil:Addresses> <xpil:Address>... </xpil:Address> </xpil:Addresses> <xpil:ContactNumbers> <xpil:ContactNumber>... </xpil:ContactNumber> </xpil:ContactNumbers> <xpil:ElectronicAddressIdentifiers> <xpil:ElectronicAddressIdentifier>normalizedString</xpil:ElectronicAddressIdentifier> </xpil:ElectronicAddressIdentifiers> </xpil:Relationship> </xpil:Relationships>