lexsdigest:OrganizationContactAssociation
A relationship between an organization and a contact person for that organization.
Element information
Namespace: http://lexs.gov/digest/4.0
Schema document: lexs.gov/lexs-digest/4.0/lexs-digest.xsd
Type: lexsdigest:OrganizationContactAssociationType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- nc:AssociationBeginDate [0..1]A date an association begins.
- nc:AssociationEndDate [0..1]A date an association ends.
- nc:OrganizationReference [1..1]A unit which conducts some sort of business or operations.
- lexsdigest:ContactPersonReference [0..1]A contact person.
- lexsdigest:ContactPersonLanguage [0..1]A capacity of a contact person for a language with which that person has the strongest familiarity.
- lexsdigest:ContactPersonLocationReference [0..*]A contact person's location.
- lexsdigest:ContactPersonEmailAddressReference [0..*]A contact person's email address.
- lexsdigest:ContactPersonTelephoneNumberReference [0..*]A contact person's telephone number.
- lexsdigest:ContactPersonRelationshipText [0..1]A description of a relationship between a contact person and the person or organization for which they are the contact.
from type nc:AssociationType
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
s:id | [0..1] | xsd:ID | from type s:ComplexObjectType | |
s:metadata | [0..1] | xsd:IDREFS | from type s:ComplexObjectType | |
s:linkMetadata | [0..1] | xsd:IDREFS | from type s:ComplexObjectType |
Used in
- Type lexsdigest:EntityAssociationsType (Element lexsdigest:Associations)
Sample instance
<lexsdigest:OrganizationContactAssociation> <nc:AssociationBeginDate> <nc:Date>1968-11-03</nc:Date> </nc:AssociationBeginDate> <nc:AssociationEndDate> <nc:Date>1968-12-02</nc:Date> </nc:AssociationEndDate> <nc:OrganizationReference s:ref="Org1"/> <lexsdigest:ContactPersonReference s:ref="Person2"/> <lexsdigest:ContactPersonLanguage> <nc:LanguageCode>aaa</nc:LanguageCode> </lexsdigest:ContactPersonLanguage> <lexsdigest:ContactPersonLocationReference s:ref="Location1"/> <lexsdigest:ContactPersonEmailAddressReference s:ref="Email1"/> <lexsdigest:ContactPersonTelephoneNumberReference s:ref="TelNum1"/> <lexsdigest:ContactPersonRelationshipText>contract worker</lexsdigest:ContactPersonRelationshipText> </lexsdigest:OrganizationContactAssociation>