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