complexType "myWalletType"
Namespace:
Content:
complex, 2 attributes, 3 elements
Defined:
globally in myWallet.xsd; see XML source
Includes:
definitions of 3 elements
Used:
XML Representation Summary
<...
   
 = 
xsd:nonNegativeInteger
 = 
xsd:string
   
>
   
Content: 
</...>
Content Model Elements (3):
account (in myWallet), card (in myWallet), subscription (in myWallet)
All Direct / Indirect Based Elements (1):
myWallet
Known Usage Locations
XML Source (see within schema source)
<xsd:complexType name="myWalletType">
<xsd:sequence>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="card" type="cardType">
<xsd:annotation>
<xsd:documentation>
This element encapsulates information associated with the card, such as payment instruments.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="account" type="accountType">
<xsd:annotation>
<xsd:documentation>
This element encapsulates information associated with the account, such as payment instruments.
A payment instrument can be a traditional bank account or one in which
charges to the account are accumulated and billed to the account holder on a regular basis, such as phone or Internet service provider (ISP) bills.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="subscription" type="hs:subscriptionType"/>
</xsd:sequence>
<!-- standard attributes for the root element -->
<xsd:attributeGroup ref="hs:documentRootAttributeGroup"/>
</xsd:complexType>
Attribute Detail (all declarations; 2/2)
changeNumber
Type:
Use:
required
Defined:
XML Source (see within schema source)
<xsd:attribute name="changeNumber" type="changeNumberType" use="required"/>

instanceId
Type:
Use:
optional
Defined:
XML Source (see within schema source)
<xsd:attribute name="instanceId" type="instanceIdType"/>
Content Element Detail (all declarations; 3/3)
account
Type:
accountType, complex content
Defined:
locally within (this) myWalletType complexType
This element encapsulates information associated with the account, such as payment instruments. A payment instrument can be a traditional bank account or one in which charges to the account are accumulated and billed to the account holder on a regular basis, such as phone or Internet service provider (ISP) bills.
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="account" type="accountType">
<xsd:annotation>
<xsd:documentation>
This element encapsulates information associated with the account, such as payment instruments.
A payment instrument can be a traditional bank account or one in which
charges to the account are accumulated and billed to the account holder on a regular basis, such as phone or Internet service provider (ISP) bills.
</xsd:documentation>
</xsd:annotation>
</xsd:element>

card
Type:
cardType, complex content
Defined:
locally within (this) myWalletType complexType
This element encapsulates information associated with the card, such as payment instruments.
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="card" type="cardType">
<xsd:annotation>
<xsd:documentation>
This element encapsulates information associated with the card, such as payment instruments.
</xsd:documentation>
</xsd:annotation>
</xsd:element>

subscription
Type:
hs:subscriptionType, complex content
Defined:
locally within (this) myWalletType complexType
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="subscription" type="hs:subscriptionType"/>