Partager via


2.2.2.5.8 Data Model for mediaConfiguration provisionGroup

 provisionGroup (name=’mediaConfiguration’)
     |
     |-- propertyEntryList
     |   |-- property
     |   |   |-  name

The following XSD schema fragment defines the requirements to which a mediaConfiguration provisionGroup element XML document SHOULD conform.<133>

 <?xml version="1.0" encoding="utf-16"?>
 <xs:schema xmlns:tns="http://schemas.microsoft.com/2006/09/sip/provisiongrouplist-notification" targetNamespace="http://schemas.microsoft.com/2006/09/sip/provisiongrouplist-notification" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  
     <xs:complexType name="propertyEntryType">
       <xs:simpleContent>
         <xs:extension base="xs:string">
           <xs:attribute name="name" type="xs:string" use="required" />
         </xs:extension>
       </xs:simpleContent>
     </xs:complexType>
     <xs:complexType name="propertyEntryListType">
       <xs:sequence>
         <xs:element name="property" type="tns:propertyEntryType" maxOccurs="unbounded"/>
       </xs:sequence>
     </xs:complexType>
     <xs:element name="propertyEntryList" type="tns:propertyEntryListType" />
  
 </xs:schema>

bypassEnabled: Specifies whether bypass is enabled for this deployment. The value MUST be "true" or "false".

internalBypassMode: If bypass is enabled for this deployment, specifies whether bypass is enabled for internal users.

externalBypassMode: If bypass is enabled for this deployment, specifies whether bypass is enabled for outside users.

bypassId: If bypass is enabled for this deployment, specifies the Bypass identifier to be used if the deployment is configured to bypass, or the default Bypass identifier to use if no Bypass identifier is returned as a result of region or site matching.

For a detailed example, see section 4.2.2.