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