complexType "specialDateType"
Namespace:
Content:
complex, 1 attribute, 2 elements, elem. wildcard
Defined:
globally in myProfile.xsd; see XML source
Includes:
definitions of 1 attribute, 2 elements, elem. wildcard
Used:
XML Representation Summary
<...
   
 = 
("-1" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19")
   
>
   
Content: 
</...>
Content Model Elements (2):
cat (type hs:catType), date (type xsd:date)
Known Direct Subtypes (1):
specialDateBlueType
All Direct / Indirect Based Elements (3):
specialDate, specialDate (in contact), specialDate (in myProfile)
Known Usage Locations
Annotation
This element encapsulates a date that is important to this entity. Multiple special date nodes can exist. This is not a substitute for dates stored on an entity's <a href="#myCalendar">.NET Calendar</a> service. Its purpose is to provide a convenient place to store a birthdate or anniversary because these dates are frequently imported into a contact record.
XML Source (see within schema source)
<xsd:complexType name="specialDateType">
<xsd:annotation>
<xsd:documentation>
This element encapsulates a date that is important to this entity.
Multiple special date nodes can exist. This is not a substitute for dates stored
on an entity's
<a href="#myCalendar">.NET Calendar</a>
service. Its purpose
is to provide a convenient place to store a birthdate or anniversary because
these dates are frequently imported into a contact record.
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element maxOccurs="1" minOccurs="0" name="cat" type="hs:catType"/>
<xsd:any maxOccurs="unbounded" minOccurs="0" namespace="##other" processContents="skip"/>
<xsd:element maxOccurs="1" minOccurs="1" name="date" type="xsd:date"/>
</xsd:sequence>
<xsd:attribute name="calendarType" type="mc:calendarLocaleEnum" use="required"/>
</xsd:complexType>
Attribute Detail (all declarations; 1/1)
calendarType
Type:
Use:
required
Defined:
locally within (this) specialDateType complexType
XML Source (see within schema source)
<xsd:attribute name="calendarType" type="mc:calendarLocaleEnum" use="required"/>
Content Element Detail (all declarations; 3/3)
cat
Type:
hs:catType, empty content
Defined:
locally within (this) specialDateType complexType
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="0" name="cat" type="hs:catType"/>

date
Type:
xsd:date, predefined, simple content
Defined:
locally within (this) specialDateType complexType
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="1" name="date" type="xsd:date"/>

{any element with non-schema namespace}
Defined:
within (this) specialDateType complexType
XML Source (see within schema source)
<xsd:any maxOccurs="unbounded" minOccurs="0" namespace="##other" processContents="skip"/>