element <affiliateBrand> (local)
Namespace:
Type:
Content:
simple
Defined:
locally within cardType complexType in myWallet.xsd; see XML source
XML Representation Summary
<affiliateBrand>
   
Content: 
{ xsd:string }
</affiliateBrand>
Included in content model of elements (1):
card (in myWallet)
Annotation
This optional element is designed to store the affiliated brand (that is, sub-brand) or private brand for the card. Examples of affiliated brand cards include Carte Bleue (a cobranded VISA debit card used in France), NHL Platinum credit card (a cobranded MasterCard issued by MBNA), Sears, Starbucks, and so on. The .NET Wallet service will not restrict the list. The application must validate and define a list of supported cards.
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="0" name="affiliateBrand" type="hs:string">
<xsd:annotation>
<xsd:documentation>
This optional element is designed to store the affiliated brand (that is, sub-brand) or private brand for the card. Examples of affiliated brand cards include Carte Bleue (a cobranded VISA debit card used in France), NHL Platinum credit card (a cobranded MasterCard issued by MBNA), Sears, Starbucks, and so on. The .NET Wallet service will not restrict the list. The application must validate and define a list of supported cards.
</xsd:documentation>
</xsd:annotation>
</xsd:element>