element <typeOfAccount> (local)
Namespace:
Type:
Content:
simple
Defined:
locally within accountType complexType in myWallet.xsd; see XML source
XML Representation Summary
<typeOfAccount>
   
Content: 
{ "saving" | "checking" | "stored value account" | "billToAccount" }
</typeOfAccount>
Included in content model of elements (1):
account (in myWallet)
Annotation
This required element is designed to store the account type (for example checking, savings, stored value and billToAccount). Valid values are defined in the enumeration list in the schema.
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="1" name="typeOfAccount" type="typeOfAccountType">
<xsd:annotation>
<xsd:documentation>
This required element is designed to store the account type (for example checking, savings,
stored value and billToAccount). Valid values are defined in the enumeration list in the schema.
</xsd:documentation>
</xsd:annotation>
</xsd:element>