StartOrUpdateType complexType

(Lync SDN API Schema A)

Applies to: Lync 2013

Type information

Namespace

Schema file

LyncSdnApi.Schema.A.xsd

Extension base

None

Definition

<xs:complexType name="StartOrUpdateType">
    <xs:sequence>
        <xs:element name="EndPoint" type="EndPointType" minOccurs="0" maxOccurs="2"></xs:element>
        <xs:element name="From" type="EndPointType" minOccurs="0"></xs:element>
        <xs:element name="To" type="EndPointType" minOccurs="0"></xs:element>
        <xs:element name="Properties" minOccurs="0">
            <xs:complexType>
                <xs:sequence>
                    <xs:element name="Protocol" type="xs:string"></xs:element>
                    <xs:element name="Codec" type="CodecType" maxOccurs="unbounded"></xs:element>
                </xs:sequence>
            </xs:complexType>
        </xs:element>
    </xs:sequence>
    <xs:attribute name="Type" type="xs:string" use="required" />
</xs:complexType>

Elements and attributes

If the schema defines specific requirements, such as sequence, minOccurs, maxOccurs, and choice, see the definition section.

Child elements

Element

Type

Description

EndPoint

EndPointType

Endpoint while the call is on-hold.

From

EndPointType

Source of the media stream.

Properties

Not defined

Properties of the started or updated media stream.

To

EndPointType

Destination of the media stream.

Attributes

Attribute

Type

Required

Description

Possible values

Type

xs:string

required

Modelity or media type for which the quality metrics are reported. The valid options are audio, video and applicationsharing

Values of the xs:string type.