Definition Type: ComplexType
Name: sharingAndRecordingType
Namespace: http://www.webex.com/schemas/2002/06/service/user
Containing Schema: user.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into recording Drilldown into sharingColor Drilldown into sharingViewXSD Diagram of sharingAndRecordingType
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xsd:complexType name="sharingAndRecordingType">
    <xsd:sequence>
        <xsd:element name="sharingView" type="com:sharingViewType" minOccurs="0" />
        <xsd:element name="sharingColor" type="com:sharingColorType" minOccurs="0" />
        <xsd:element name="recording" minOccurs="0">
            <xsd:complexType>
                <xsd:sequence>
                    <xsd:element name="enforce" type="xsd:boolean" />
                    <xsd:element name="type" type="com:recordingType" minOccurs="0" />
                    <xsd:element name="location" type="xsd:string" minOccurs="0" />
                </xsd:sequence>
            </xsd:complexType>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
sharingView use:sharingView 0 (1)
sharingColor use:sharingColor 0 (1)
recording use:recording 0 (1)
Collapse Derivation Tree:
Collapse References:
use:remoteAccess, use:remoteSupport