element <primary> (local)
Namespace:
Type:
xsd:boolean
Content:
simple
Defined:
locally within accountType complexType in myInbox.xsd; see XML source
XML Representation Summary
<primary>
   
Content: 
{ xsd:boolean }
</primary>
Included in content model of elements (1):
account (in myInbox)
Annotation
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>