simpleType "typeOfAccountType"
Namespace:
Defined:
globally in myWallet.xsd; see XML source
Used:
Simple Content Model
"saving" | "checking" | "stored value account" | "billToAccount"
All Direct / Indirect Based Elements (1):
typeOfAccount (in account)
Known Usage Locations
Type Definition Detail
Type Derivation Tree
xsd:string (restriction)
  hs:string (restriction)
      typeOfAccountType
Derivation:
restriction of hs:string
XML Source (see within schema source)
<xsd:simpleType name="typeOfAccountType">
<xsd:restriction base="hs:string">
<xsd:enumeration value="saving"/>
<xsd:enumeration value="checking"/>
<xsd:enumeration value="stored value account"/>
<xsd:enumeration value="billToAccount"/>
</xsd:restriction>
</xsd:simpleType>