Definition Type: ComplexType
Name: standardFieldsType
Namespace: http://www.webex.com/schemas/2002/06/service/trainingsession
Containing Schema: trainingsession.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into fax Drilldown into country Drilldown into postalCode Drilldown into state Drilldown into city Drilldown into address2 Drilldown into address1 Drilldown into company Drilldown into title Drilldown into phoneXSD Diagram of standardFieldsType
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xsd:complexType name="standardFieldsType">
    <xsd:sequence>
        <xsd:element name="phone" type="train:enrollmentFieldType" minOccurs="0" />
        <xsd:element name="title" type="train:enrollmentFieldType" minOccurs="0" />
        <xsd:element name="company" type="train:enrollmentFieldType" minOccurs="0" />
        <xsd:element name="address1" type="train:enrollmentFieldType" minOccurs="0" />
        <xsd:element name="address2" type="train:enrollmentFieldType" minOccurs="0" />
        <xsd:element name="city" type="train:enrollmentFieldType" minOccurs="0" />
        <xsd:element name="state" type="train:enrollmentFieldType" minOccurs="0" />
        <xsd:element name="postalCode" type="train:enrollmentFieldType" minOccurs="0" />
        <xsd:element name="country" type="train:enrollmentFieldType" minOccurs="0" />
        <xsd:element name="fax" type="train:enrollmentFieldType" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
phone train:phone 0 (1)
title train:title 0 (1)
company train:company 0 (1)
address1 train:address1 0 (1)
address2 train:address2 0 (1)
city train:city 0 (1)
state train:state 0 (1)
postalCode train:postalCode 0 (1)
country train:country 0 (1)
fax train:fax 0 (1)
Collapse Derivation Tree:
Collapse References:
train:standardFields, train:standardFields