Share via


userProperties/acpInformation

Contains the information of the audio conference provider for the user

<up:acpInformation xmlns:up="https://schemas.microsoft.com/2006/09/sip/categories" 
       default="xs:boolean" 
       [anyAttri]="anyAttribute">
   <up:tollNumber>xs:token</up:tollNumber>
   <up:tollFreeNumber>xs:token</up:tollFreeNumber>
   <up:participantPassCode>xs:token</up:participantPassCode>
   <up:leaderPassCode>xs:token</up:leaderPassCode>
   <up:domain>xs:token</up:domain>
   <up:name>xs:token</up:name>
   <up:url>xs:anyURI</up:url>
   <ct:delimiter xmlns:ct="https://schemas.microsoft.com/2006/09/sip/commontypes"/>
   <up:[any]>any element of this schema namespace.</up:[any]>
   <ct:end/>
   <ct:extension>any elements of any namespace</ct:extension>
</up:acpInformation>

acpProvisionType

Attributes and Elements

The following sections describe attributes, child elements, and parent elements.

Attributes

Attribute

Description

default

Required attribute of the xs:Boolean type to indicate if this ACP is the default provide for the user (true) or not (false).

[anyAttr]

Optional custom attribute of any name and namespace.

Child Elements

Element

Occurrence

Description

Up:tollNumber

1

A simple element containing a value of the xs:token type to specify the toll number to connect to this ACP.

up:tollFreeNumber

0 or more

A simple element containing a value of the xs:token type to specify the toll-free number to connect to this ACP.

Up:participantPassCode

1

A simple element containing a value of the xs:token type to specify the participant passcode required to connect to this ACP.

up:leaderPassCode

0 or 1

A simple element containing a value of the xs:token type to specify the leader passcode required to connect to this ACP.

up:domain

1

A simple element containing a value of the xs:token type to specify the domain of this ACP.

up:name

0 or 1

A simple element containing a value of the xs:token type to specify the name of this ACP.

up:url

0 or 1

A simple element containing a value of the xs:anyURI type to specify the URI of this ACP.

delimiter

0 or more

A beginning marker of a schema extension to this element.

[any]

0 or more

Any element of the same namespace as a schema extension.

end

0 or 1

The ending marker of all the schema extensions to this element.

extension

0 or 1

Application-specific custom extension that contain any elements of any namespace.

Parent Elements

Element

Description

userProperties

A userProperties category instance value containing an entry about this ACP.

Text Value

None

Remarks

When an ACP allows more one set of passcodes or when more than one ACP is configured for a given user, this element occurs multiple times.

Element Information

Namespace

https://schemas.microsoft.com/2006/09/sip/categories

Schema Name

userProperties

Validation File

userProperties.xsd

Can be Empty

True

See Also

Concepts

Self Container