complexType "ContactInformationType"
Namespace:
Content:
complex, 1 attribute, 8 elements
Defined:
globally in archive.xsd; see XML source
Includes:
definitions of 8 elements
Used:
XML Representation Summary
<...
   
 = 
(xs:string | ("public" | "restricted" | "private"))
   
>
   
Content: 
</...>
Content Model Elements (8):
Address, Email, InstantMessaging, LocationName, RegionalCoverage, Telephone, TypeOfLocation, URL
All Direct / Indirect Based Elements (1):
ContactInformation
Known Usage Locations
Annotation
Contact information for the individual or organization including location specification, address, URL, phone numbers, and other means of communication access. Address, location, telephone, and other means of communication can be repeated to express multiple means of a single type or change over time. Each major piece of contact information (with exception of URL contains the element EffectiveDates in order to date stamp the period for which the information is valid.
XML Source (w/o annotations (10); see within schema source)
<xs:complexType name="ContactInformationType">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="LocationName"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Address"/>
<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="RegionalCoverage"/>
<xs:element minOccurs="0" ref="TypeOfLocation"/>
</xs:sequence>
<xs:attributeGroup ref="PRIVACY"/>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 8/8)
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"/>

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"/>

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:
LocationNameType, 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"/>

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 RE 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set