element <pop3Settings> (local)
Namespace:
Type:
Content:
complex, 3 elements
Defined:
locally within accountType complexType in myInbox.xsd; see XML source
XML Representation Summary
<pop3Settings>
   
Content: 
</pop3Settings>
Content model elements (3):
password (in pop3Settings), server (in pop3Settings), userName (in pop3Settings)
Included in content model of elements (1):
account (in myInbox)
Annotation
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>
Content Element Detail (all declarations; 3/3)
password
Type:
hs:string, simple content
Defined:
locally within pop3SettingsType complexType
The password of the POP3 account
XML Source (see within schema source)
<xsd:element name="password" type="hs:string">
<xsd:annotation>
<xsd:documentation>
The password of the POP3 account
</xsd:documentation>
</xsd:annotation>
</xsd:element>

server
Type:
hs:string, simple content
Defined:
locally within pop3SettingsType complexType
The name of the POP3 server
XML Source (see within schema source)
<xsd:element name="server" type="hs:string">
<xsd:annotation>
<xsd:documentation>
The name of the POP3 server
</xsd:documentation>
</xsd:annotation>
</xsd:element>

userName
Type:
hs:string, simple content
Defined:
locally within pop3SettingsType complexType
The username of the POP3 account
XML Source (see within schema source)
<xsd:element name="userName" type="hs:string">
<xsd:annotation>
<xsd:documentation>
The username of the POP3 account
</xsd:documentation>
</xsd:annotation>
</xsd:element>