lexs:DataItemContact
A set of contact information for a Data Item. Includes a person and organization to contact and their phone number and email address.
Element information
Namespace: http://lexs.gov/lexs/4.0
Schema document: lexs.gov/lexs/4.0/lexs.xsd
Type: lexs:DataContactType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- nc:PersonGivenName [0..1]A first name of a person.
- nc:PersonMiddleName [0..1]A middle name of a person.
- nc:PersonSurName [0..1]A last name or family name of a person.
- nc:PersonFullName [0..1]A complete name of a person.
- Choice [0..*]
- nc:ContactEmailIDAn electronic mailing address by which a person or organization may be contacted.
- nc:ContactInstantMessengerA user account for an instant messaging program by which a person or organization may be contacted.
- nc:ContactTelephoneNumberA telephone number for a telecommunication device by which a person or organization may be contacted.
- nc:ContactFaxNumberA telephone number for a facsimile device by which a person or organization may be contacted.
- nc:ContactMobileTelephoneNumberA telephone number for a mobile telecommunication device by which a person or organization may be contacted.
- nc:ContactPagerNumberA telephone number for a paging device by which a person or organization may be contacted.
from subst. group nc:ContactMeansfrom subst. group nc:ContactTelephoneNumber - nc:OrganizationName [0..1]A name of an organization.
- lexs:DataContactDomainAttribute [0..*]A placeholder for a DataContact domain attribute. For Value/Pair attributes use ulex:AttributeName and ulex:AttributeValueText elements. For hierarchical data xsd:any structure should be used.
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 ulex:PackageMetadataType (Element ulex:PackageMetadata)
Substitution hierarchy
- ulex:DataItemContactAbstract
- lexs:DataItemContact
Sample instance
<lexs:DataItemContact> <nc:PersonGivenName>Joe</nc:PersonGivenName> <nc:PersonMiddleName>James</nc:PersonMiddleName> <nc:PersonSurName>Boss</nc:PersonSurName> <nc:PersonFullName>Joe James Boss</nc:PersonFullName> <nc:ContactEmailID>Joe@gbi.gov</nc:ContactEmailID> <nc:ContactTelephoneNumber> <nc:NANPTelephoneNumber> <nc:TelephoneAreaCodeID>111</nc:TelephoneAreaCodeID> <nc:TelephoneExchangeID>555</nc:TelephoneExchangeID> <nc:TelephoneLineID>1212</nc:TelephoneLineID> <nc:TelephoneSuffixID>14</nc:TelephoneSuffixID> </nc:NANPTelephoneNumber> </nc:ContactTelephoneNumber> <nc:ContactFaxNumber> <nc:InternationalTelephoneNumber> <nc:TelephoneCountryCodeID>01</nc:TelephoneCountryCodeID> <nc:TelephoneNumberID>111-555-1212</nc:TelephoneNumberID> </nc:InternationalTelephoneNumber> </nc:ContactFaxNumber> <nc:ContactPagerNumber> <nc:FullTelephoneNumber> <nc:TelephoneNumberFullID>111-555-1214</nc:TelephoneNumberFullID> <nc:TelephoneSuffixID>12</nc:TelephoneSuffixID> </nc:FullTelephoneNumber> </nc:ContactPagerNumber> <nc:ContactMobileTelephoneNumber> <nc:FullTelephoneNumber> <nc:TelephoneNumberFullID>111-555-1215</nc:TelephoneNumberFullID> <nc:TelephoneSuffixID>1215</nc:TelephoneSuffixID> </nc:FullTelephoneNumber> </nc:ContactMobileTelephoneNumber> <nc:OrganizationName>GBI - Records Bureau</nc:OrganizationName> <lexs:DataContactDomainAttribute> <ulex:AttributeName>ContactRole</ulex:AttributeName> <ulex:AttributeValueText>Arresting Officer</ulex:AttributeValueText> <ulex:DomainName>GBI</ulex:DomainName> </lexs:DataContactDomainAttribute> </lexs:DataItemContact>