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

Recommended Reading:

Definitive XML Schema

 

Advanced XML Applications

 

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

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: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>