element <networkBrand> (local)
Namespace:
Type:
xsd:anyURI
Content:
simple
Defined:
locally within cardType complexType in myWallet.xsd; see XML source
XML Representation Summary
<networkBrand>
   
Content: 
{ xsd:anyURI }
</networkBrand>
Included in content model of elements (1):
card (in myWallet)
Annotation
This required element is designed to store a reference to the global or regional/national well-recognized and accepted card brand, also known as card type, such as VISA, MasterCard, American Express, Discover, Diners Club, and so on. A naming convention among applications and services ensures that data can be used across these applications and/or services. Applications can use the values defined in myWallet system document, networkBrand.
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="1" name="networkBrand" type="xsd:anyURI">
<xsd:annotation>
<xsd:documentation>
This required element is designed to store a reference to the global or regional/national well-recognized and accepted card brand, also known as card type, such as VISA, MasterCard, American Express, Discover, Diners Club, and so on. A naming convention among applications and services ensures that data can be used across these applications and/or services. Applications can use the values defined in myWallet system document, networkBrand.
</xsd:documentation>
</xsd:annotation>
</xsd:element>