Schema Central  >  LEXS 4.0  >  lexs.xsd  >  lexs:DataItemContact
Advanced search
Need NIEM Help?

Recommended Reading:

Definitive XML Schema

 

Advanced XML Applications

 

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

Attributes

NameOccTypeDescriptionNotes
s:id [0..1]xsd:IDfrom type s:ComplexObjectType
s:metadata [0..1]xsd:IDREFSfrom type s:ComplexObjectType
s:linkMetadata [0..1]xsd:IDREFSfrom type s:ComplexObjectType

Used in

Substitution hierarchy

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>