complexType "accountType"
Namespace:
Content:
complex, 3 attributes, 5 elements, elem. wildcard
Defined:
globally in myInbox.xsd; see XML source
Includes:
definitions of 5 elements, elem. wildcard
Used:
XML Representation Summary
<...
   
 = 
xsd:nonNegativeInteger
 = 
xsd:hexBinary
 = 
xsd:string
   
>
   
Content: 
</...>
Content Model Elements (5):
cat (type hs:catType), email (type emailAddressType), name (type hs:localizableString), pop3Settings (in account in myInbox), primary (in account in myInbox)
All Direct / Indirect Based Elements (1):
account (in myInbox)
Known Usage Locations
Annotation
Represents a provisioned users' email account. This element can optionally contain POP3 settings for myInbox services that support POP3 aggregation.
XML Source (see within schema source)
<xsd:complexType name="accountType">
<xsd:annotation>
<xsd:documentation>
Represents a provisioned users' email account. This element can optionally contain POP3 settings
for myInbox services that support POP3 aggregation.
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="name" type="hs:localizableString">
<xsd:annotation>
<xsd:documentation>
The display name of the account
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="email" type="emailAddressType">
<xsd:annotation>
<xsd:documentation>
The SMTP email account.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="primary" type="xsd:boolean">
<xsd:annotation>
<xsd:documentation>
This element defines this account as a primary or non-primary account. There can be
only one primary account and it can never be deleted.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="cat" type="hs:catType">
<xsd:annotation>
<xsd:documentation>
Obsolete. This will be removed.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="0" name="pop3Settings" type="pop3SettingsType">
<xsd:annotation>
<xsd:documentation>
If this account is a POP3 account, this defines pop3 settings. Note that the primary
account can not be a POP3 account.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:any maxOccurs="unbounded" minOccurs="0" namespace="##other" processContents="skip"/>
</xsd:sequence>
<xsd:attributeGroup ref="hs:standardBlueAttributeGroup"/>
</xsd:complexType>
Attribute Detail (all declarations; 3/3)
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; 6/6)
cat
Type:
hs:catType, empty content
Defined:
locally within (this) accountType complexType
Obsolete. This will be removed.
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="cat" type="hs:catType">
<xsd:annotation>
<xsd:documentation>
Obsolete. This will be removed.
</xsd:documentation>
</xsd:annotation>
</xsd:element>

email
Type:
emailAddressType, simple content
Defined:
locally within (this) accountType complexType
The SMTP email account.
XML Source (see within schema source)
<xsd:element name="email" type="emailAddressType">
<xsd:annotation>
<xsd:documentation>
The SMTP email account.
</xsd:documentation>
</xsd:annotation>
</xsd:element>

name
Type:
hs:localizableString, simple content
Defined:
locally within (this) accountType complexType
The display name of the account
XML Source (see within schema source)
<xsd:element name="name" type="hs:localizableString">
<xsd:annotation>
<xsd:documentation>
The display name of the account
</xsd:documentation>
</xsd:annotation>
</xsd:element>

pop3Settings
Type:
pop3SettingsType, complex content
Defined:
locally within (this) accountType complexType
If this account is a POP3 account, this defines pop3 settings. Note that the primary account can not be a POP3 account.
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="0" name="pop3Settings" type="pop3SettingsType">
<xsd:annotation>
<xsd:documentation>
If this account is a POP3 account, this defines pop3 settings. Note that the primary
account can not be a POP3 account.
</xsd:documentation>
</xsd:annotation>
</xsd:element>

primary
Type:
xsd:boolean, predefined, simple content
Defined:
locally within (this) accountType complexType
This element defines this account as a primary or non-primary account. There can be only one primary account and it can never be deleted.
XML Source (see within schema source)
<xsd:element name="primary" type="xsd:boolean">
<xsd:annotation>
<xsd:documentation>
This element defines this account as a primary or non-primary account. There can be
only one primary account and it can never be deleted.
</xsd:documentation>
</xsd:annotation>
</xsd:element>

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