Definition Type: Element
Name: recording
Namespace: http://www.webex.com/schemas/2002/06/service/user
Containing Schema: user.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Collapse XSD Schema Diagram:
Drilldown into location Drilldown into type Drilldown into enforceXSD Diagram of recording
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
enforce use:enforce (1) (1)
type use:type 0 (1)
location use:location 0 (1)