complexType "specialDateBlueType"
Namespace:
Content:
complex, 4 attributes, 2 elements, elem. wildcard
Defined:
globally in myProfile.xsd; see XML source
Used:
XML Representation Summary
<...
   
 = 
("-1" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19")
 = 
xsd:nonNegativeInteger
 = 
xsd:hexBinary
 = 
xsd:string
   
>
   
Content: 
</...>
Content Model Elements (2):
cat (type hs:catType), date (type xsd:date)
All Direct / Indirect Based Elements (3):
specialDate, specialDate (in contact), specialDate (in myProfile)
Known Usage Locations
Type Definition Detail
Type Derivation Tree
specialDateType (extension)
  specialDateBlueType
XML Source (see within schema source)
<xsd:complexType name="specialDateBlueType">
<xsd:complexContent>
<xsd:extension base="specialDateType">
<xsd:attributeGroup ref="hs:standardBlueAttributeGroup"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; 4/4)
calendarType
Type:
Use:
required
Defined:
locally within specialDateType complexType
XML Source (see within schema source)
<xsd:attribute name="calendarType" type="mc:calendarLocaleEnum" use="required"/>

changeNumber
Type:
Use:
required
Defined:
XML Source (see within schema source)
<xsd:attribute name="changeNumber" type="changeNumberType" use="required"/>

creator
Type:
Use:
required
Defined:
XML Source (see within schema source)
<xsd:attribute name="creator" type="creatorType" use="required"/>

id
Type:
Use:
required
Defined:
XML Source (see within schema source)
<xsd:attribute name="id" type="idType" use="required"/>
Content Element Detail (all declarations; 3/3)
cat
Type:
hs:catType, empty content
Defined:
locally within 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 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 specialDateType complexType
XML Source (see within schema source)
<xsd:any maxOccurs="unbounded" minOccurs="0" namespace="##other" processContents="skip"/>