complexType "ContactInformationType"
Namespace:
Content:
complex, 1 attribute, 12 elements
Defined:
globally in archive.xsd; see XML source
Includes:
definitions of 12 elements
Used:
XML Representation Summary
<...
   
 = 
(xs:string | ("public" | "restricted" | "private"))
    >
   
Content: 
EffectivePeriod?, LocationName*, Address*, Country?, Telephone*, URL*, Email*, InstantMessaging*, GeographicPoint?, RegionalCoverage?, r:TimeZone?, TypeOfLocation?
</...>
Content Model Elements (12):
Address, Country, EffectivePeriod, Email, GeographicPoint, InstantMessaging, LocationName, RegionalCoverage, Telephone, TypeOfLocation, URL, r:TimeZone
All Direct / Indirect Based Elements (1):
ContactInformation
Known Usage Locations
Annotation
Contact information for the individual or organization including an effective date, location specification, address, URL, phone numbers, and other means of communication access.
XML Source (w/o annotations (14); see within schema source)
<xs:complexType name="ContactInformationType">
<xs:sequence>
<xs:element minOccurs="0" ref="EffectivePeriod"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="LocationName"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Address"/>
<xs:element minOccurs="0" ref="Country"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Telephone"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="URL"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Email"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="InstantMessaging"/>
<xs:element minOccurs="0" ref="GeographicPoint"/>
<xs:element minOccurs="0" ref="RegionalCoverage"/>
<xs:element minOccurs="0" ref="r:TimeZone"/>
<xs:element minOccurs="0" ref="TypeOfLocation"/>
</xs:sequence>
<xs:attributeGroup ref="PRIVACY"/>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 12/12)
Address
Type:
AddressType, mixed content
Location address identifying each part of the address as separate elements.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Address"/>

Country
Type:
r:CountryType, simple content
Country of the location
Simple Content
xs:string
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="Country"/>

EffectivePeriod
Type:
r:DateType, complex content
Clarifies when the contact information is accurate.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="EffectivePeriod"/>

Email
Type:
r:EmailType, complex content
Generic email address for the location
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Email"/>

GeographicPoint
Type:
r:PointType, complex content
Geographic coordinate point for the location
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="GeographicPoint"/>

InstantMessaging
Type:
InstantMessagingType, complex content
Instant Messaging identification for the location
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="InstantMessaging"/>

LocationName
Type:
r:NameType, complex content
. May be expressed in multiple languages. Repeat the element to express names with different content, for example different names for different systems.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="LocationName"/>

r:TimeZone
Type:
r:CodeValueType, simple content
Time zone of the location expressed as code.
Simple Content
xs:string
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="r:TimeZone"/>

RegionalCoverage
Type:
r:CodeValueType, simple content
The geographic region for which this location operates. For example, the Kansas City office of the United States Bureau of the Census has responsibility for a region covering a number of states.
Simple Content
xs:string
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="RegionalCoverage"/>

Telephone
Type:
TelephoneType, complex content
Telephone number for the location
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Telephone"/>

TypeOfLocation
Type:
r:CodeValueType, simple content
Type of location e.g. home, primary office, alternate office etc.
Simple Content
xs:string
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="TypeOfLocation"/>

URL
Type:
URLType, simple content
URL for the location's website.
Simple Content
xs:anyURI
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="URL"/>

XML schema documentation generated with DocFlex/XML 1.8.7 using DocFlex/XML XSDDoc 2.7.0 template set