Definition Type: ComplexType
Name: cardContactType
Namespace: http://www.webex.com/schemas/2002/06/service/creditcard
Containing Schema: creditcard.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into phone Drilldown into email Drilldown into country Drilldown into zipCode Drilldown into state Drilldown into city Drilldown into address Drilldown into company Drilldown into lastName Drilldown into firstNameXSD Diagram of cardContactType
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xsd:complexType name="cardContactType">
    <xsd:sequence>
        <xsd:element name="firstName" type="xsd:string" />
        <xsd:element name="lastName" type="xsd:string" />
        <xsd:element name="company" type="xsd:string" />
        <xsd:element name="address" type="xsd:string" />
        <xsd:element name="city" type="xsd:string" />
        <xsd:element name="state" type="xsd:string" />
        <xsd:element name="zipCode" type="xsd:string" />
        <xsd:element name="country" type="xsd:string" />
        <xsd:element name="email" type="xsd:string" />
        <xsd:element name="phone" type="xsd:string" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
firstName cred:firstName (1) (1)
lastName cred:lastName (1) (1)
company cred:company (1) (1)
address cred:address (1) (1)
city cred:city (1) (1)
state cred:state (1) (1)
zipCode cred:zipCode (1) (1)
country cred:country (1) (1)
email cred:email (1) (1)
phone cred:phone (1) (1)
Collapse Derivation Tree:
Collapse References:
cred:cardContact