complexType "ContactInformationType"
Namespace: |
|
Content: |
|
Defined: |
|
Includes: |
|
Used: |
|
XML Representation Summary |
<... |
|
|
= |
(xs:string | ("public" | "restricted" | "private")) |
|
|
> |
|
|
</...> |
Content Model Elements (8):
-
All Direct / Indirect Based Elements (1):
-
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: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:sequence>
</xs:complexType>
|
Content Element Detail (all declarations; defined within this component only; 8/8)
-
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"/>
|
-
Generic email address for the location
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Email"/>
|
-
Instant Messaging identification for the location
XML Source (w/o annotations (1); see within schema source)
-
. 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"/>
|
-
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
XML Source (w/o annotations (1); see within schema source)
-
Telephone number for the location
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Telephone"/>
|
-
Type of location e.g. home, primary office, alternate office etc.
Simple Content
XML Source (w/o annotations (1); see within schema source)
-
URL for the location's website.
Simple Content
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="URL"/>
|