complexType "pop3SettingsType"
Namespace:
Content:
complex, 3 elements
Defined:
globally in myInbox.xsd; see XML source
Includes:
definitions of 3 elements
Used:
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (3):
password (in pop3Settings), server (in pop3Settings), userName (in pop3Settings)
All Direct / Indirect Based Elements (1):
pop3Settings (in account in myInbox)
Known Usage Locations
Annotation
For myInbox services that support POP3 aggregation, this element defines the POP3 settings necessary for the myInbox service to locate and download messages from that account.
XML Source (see within schema source)
<xsd:complexType name="pop3SettingsType">
<xsd:annotation>
<xsd:documentation>
For myInbox services that support POP3 aggregation, this element defines the POP3 settings
necessary for the myInbox service to locate and download messages from that account.
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="server" type="hs:string">
<xsd:annotation>
<xsd:documentation>
The name of the POP3 server
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="userName" type="hs:string">
<xsd:annotation>
<xsd:documentation>
The username of the POP3 account
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="password" type="hs:string">
<xsd:annotation>
<xsd:documentation>
The password of the POP3 account
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
Content Element Detail (all declarations; 3/3)
password
Type:
hs:string, simple content
Defined:
locally within (this) 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 (this) 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 (this) 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>