complexType "InstantMessagingType"
Namespace:
Content:
complex, 2 attributes, 3 elements
Defined:
globally in archive.xsd; see XML source
Includes:
definitions of 1 attribute, 3 elements
Used:
XML Representation Summary
<...
   
 = 
(xs:string | ("public" | "restricted" | "private"))
 = 
xs:boolean
   
>
   
Content: 
</...>
Content Model Elements (1):
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Indicates type of Instant messaging account identification
XML Source (w/o annotations (6); see within schema source)
<xs:complexType name="InstantMessagingType">
<xs:sequence>
<xs:element name="IMIdentification" type="xs:string"/>
<xs:element ref="TypeOfInstantMessaging"/>
<xs:element minOccurs="0" ref="r:EffectivePeriod"/>
</xs:sequence>
<xs:attributeGroup ref="PRIVACY"/>
<xs:attribute name="isPreferred" type="xs:boolean" use="optional"/>
</xs:complexType>
Attribute Detail (all declarations; defined within this component only; 1/2)
isPreferred
Type:
xs:boolean, predefined
Use:
optional
Set to "true" if this is the preferred address for instant messaging.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="isPreferred" type="xs:boolean" use="optional"/>
Content Element Detail (all declarations; defined within this component only; 3/3)
IMIdentification
Type:
xs:string, predefined, simple content
Indicates Instant messaging account identification
XML Source (w/o annotations (1); see within schema source)
<xs:element name="IMIdentification" type="xs:string"/>

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

TypeOfInstantMessaging
Type:
r:CodeValueType, simple content
Indicates type of Instant messaging account used. Supports the use of a controlled vocabulary.
Simple Content
xs:string
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="TypeOfInstantMessaging"/>

XML schema documentation generated with DocFlex/XML 1.12 using DocFlex/XML XSDDoc 2.9.0 template set