element <account> (local)
Namespace:
Type:
Content:
complex, 3 attributes, 5 elements, elem. wildcard
Defined:
locally within myInboxType complexType in myInbox.xsd; see XML source
XML Representation Summary
<account
   
 = 
xsd:nonNegativeInteger
 = 
xsd:hexBinary
 = 
xsd:string
   
>
   
Content: 
</account>
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)
Included in content model of elements (1):
myInbox
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="1" name="account" type="accountType"/>
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 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 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 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 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 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 accountType complexType
XML Source (see within schema source)
<xsd:any maxOccurs="unbounded" minOccurs="0" namespace="##other" processContents="skip"/>