nc:OrganizationContactInformationAssociation
An association between an organization and contact information.
Element information
Namespace: http://niem.gov/niem/niem-core/2.0
Schema document: niem-core/2.0/niem-core.xsd
Type: nc:OrganizationContactInformationAssociationType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- nc:AssociationBeginDate [0..*] A date an association begins.
- nc:AssociationEndDate [0..*] A date an association ends.
- nc:OrganizationReference [0..*] A unit which conducts some sort of business or operations.
- nc:ContactInformationReference [0..*] Details about how to contact a person or an organization.
- nc:ContactInformationIsPrimaryIndicator [0..*] True if the contact information is the primary method for contact; false otherwise.
- nc:ContactInformationIsEmergencyIndicator [0..*] True if the contact information is the emergency contact information; false otherwise.
- nc:ContactInformationIsDayIndicator [0..*] True if the contact information is the daytime contact information; false otherwise.
- nc:ContactInformationIsEveningIndicator [0..*] True if the contact information is the late day / early night contact information; false otherwise.
- nc:ContactInformationIsNightIndicator [0..*] True if the contact information is the late night contact information; false otherwise.
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 |
Sample instance
<nc:OrganizationContactInformationAssociation> <nc:AssociationBeginDate> <nc:Date>2000-01-01</nc:Date> </nc:AssociationBeginDate> <nc:AssociationEndDate> <nc:Date>2000-01-01</nc:Date> </nc:AssociationEndDate> <nc:OrganizationReference/> <nc:ContactInformationReference/> <nc:ContactInformationIsPrimaryIndicator>true</nc:ContactInformationIsPrimaryIndicator> <nc:ContactInformationIsEmergencyIndicator>true</nc:ContactInformationIsEmergencyIndicator> <nc:ContactInformationIsDayIndicator>true</nc:ContactInformationIsDayIndicator> <nc:ContactInformationIsEveningIndicator>true</nc:ContactInformationIsEveningIndicator> <nc:ContactInformationIsNightIndicator>true</nc:ContactInformationIsNightIndicator> </nc:OrganizationContactInformationAssociation>