Definition Type: ComplexType
Name: CreditCardType
Namespace: http://www.openapplications.org/oagis/9
Type: oagis:CardBaseType
Containing Schema: Components.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into OwnerAddress in schema components_xsd1 Drilldown into BillingAddress in schema components_xsd1 Drilldown into CardCode in schema fields_xsd1 Drilldown into PaymentAuthorization in schema components_xsd1 Drilldown into CompanyName in schema fields_xsd1 Drilldown into Expiration in schema components_xsd1 Drilldown into NameOnAccount in schema fields_xsd1 Drilldown into Number in schema fields_xsd1 Drilldown into Type in schema fields_xsd1 Drilldown into AccountInformationType in schema components_xsd1 Drilldown into CardBaseType in schema components_xsd1XSD Diagram of CreditCardType in schema components_xsd1 (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="CreditCardType">
    <xsd:complexContent>
        <xsd:extension base="CardBaseType">
            <xsd:sequence>
                <xsd:element minOccurs="0" ref="CardCode" />
                <xsd:element minOccurs="0" ref="BillingAddress" />
                <xsd:element minOccurs="0" ref="OwnerAddress" />
                <!-- <xsd:element ref="UserArea" minOccurs="0" /> -->
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Type oagis:Type 0 (1)
Number oagis:Number 0 (1)
NameOnAccount oagis:NameOnAccount 0 (1)
Expiration oagis:Expiration 0 (1)
CompanyName oagis:CompanyName 0 (1)
PaymentAuthorization oagis:PaymentAuthorization 0 (1)
CardCode oagis:CardCode 0 (1)
BillingAddress oagis:BillingAddress 0 (1)
OwnerAddress oagis:OwnerAddress 0 (1)
Collapse Derivation Tree:
Collapse References:
oagis:CreditCard, oagis:ProcurementCard