lexs:SystemContact
A set of contact information for the system owner that 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
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:SystemMetadataType (Elements ulex:DataSubmitterMetadata, ulex:MessageOriginMetadata)
Substitution hierarchy
- ulex:SystemContactAbstract
- lexs:SystemContact
Sample instance
<lexs:SystemContact> <nc:PersonGivenName>Michael</nc:PersonGivenName> <nc:PersonSurName>Park</nc:PersonSurName> <nc:ContactTelephoneNumber> <nc:NANPTelephoneNumber> <nc:TelephoneAreaCodeID>202</nc:TelephoneAreaCodeID> <nc:TelephoneExchangeID>555</nc:TelephoneExchangeID> <nc:TelephoneLineID>1212</nc:TelephoneLineID> </nc:NANPTelephoneNumber> </nc:ContactTelephoneNumber> </lexs:SystemContact>