xpil:Organisation
Reference to a Party element that describes the organisation where the memberships is held.
Element information
Namespace: urn:oasis:names:tc:ciq:xpil:3
Schema document: external/have/1.0/xPIL.xsd
Other elements with the same name: xpil:Organisation
Type: Anonymous
Properties: Local, Qualified
Content
- Sequence [1..1]
- n:NameElement [0..*] Name of the organisation. E.g. ACME Inc.
- n:SubDivisionName [0..*] Name of a subdivision of an organisation (e.g. department)
from type n:OrganisationNameType
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
n:Type | [0..1] | n:OrganisationNameTypeList | Enumerated list of common types of aliases or name types. | from type n:OrganisationNameType |
n:OrganisationID | [0..1] | ct:String | A unique identifier of an organisation | from type n:OrganisationNameType |
n:OrganisationIDType | [0..1] | n:OrganisationIDTypeList | Type of identifier | from type n:OrganisationNameType |
n:ID | [0..1] | ct:String | Globally unique identifer | from type n:OrganisationNameType |
n:Usage | [0..1] | n:OrganisationNameUsageList | Usage of organisation name. How is it used and for what purpose. Allows user which name in a set of names to select for a given purpose. e.g. used for legal purposes | from type n:OrganisationNameType |
n:Status | [0..1] | ct:StatusList | Status of the entity. e.g. Old, Current, Inactive, Active, etc | from type n:OrganisationNameType |
ct:DateValidFrom | [0..1] | xsd:dateTime | Could be start date, issue date, validity start date, etc | from group ct:grValidityDate |
ct:DateValidTo | [0..1] | xsd:dateTime | Could be end date, expiry date, validity end date, etc | from group ct:grValidityDate |
n:NameKey | [0..1] | ct:String | A primary key to reference Party Name. | from group n:grNameKey |
n:NameKeyRef | [0..1] | ct:String | A foreign key to reference attribute Key of Party Name. | from group n:grNameKey |
xlink:type | [0..1] | Unspecified | from type n:OrganisationNameType | |
xlink:label | [0..1] | xsd:string | from type n:OrganisationNameType | |
xlink:href | [0..1] | xsd:anyURI | from type n:OrganisationNameType | |
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 |
ct:LanguageCode | [0..1] | xsd:language | Human Language used. e.g. "en", "en-US", "en-AUS", etc | from group ct:grLanguageCode |
Any attribute | [0..*] | Namespace: ##other, Process Contents: lax | from type n:OrganisationNameType |
Used in
- Anonymous type of element xpil:Membership
Sample instance
<xpil:Organisation> <n:NameElement>normalizedString</n:NameElement> <n:SubDivisionName>normalizedString</n:SubDivisionName> </xpil:Organisation>