view release on metacpan or search on metacpan
lib/Broadworks/OCIP/Methods.pm view on Meta::CPAN
);
}
# ----------------------------------------------------------------------
method UserAccessDeviceFileModifyRequest ($x0, $x1, $x2, $x3, $x4) {
return $self->send_command(
'UserAccessDeviceFileModifyRequest',
userId => $x0,
accessDevice => [ deviceLevel => $x1, deviceName => $x2 ],
fileFormat => $x3,
uploadFile => $x4
);
}
# ----------------------------------------------------------------------
method UserAccessDeviceResetRequest ($x0, $x1, $x2) {
return $self->send_command(
'UserAccessDeviceResetRequest',
userId => $x0,
accessDevice => [ deviceLevel => $x1, deviceName => $x2 ]
);
lib/Broadworks/OCIP/Methods.pod view on Meta::CPAN
=item B<deviceAccessMethod> - I<FileRepositoryAccessType>
=item B<deviceAccessURI> - I<DeviceManagementAccessURI>
=back
Additionally there are generic tagged parameters.
=head3 DeviceManagementPutFileRequest
Informs C<BroadWorks> that a file was uploaded to the repository.
The response is always a C<SuccessResponse>.
Fixed parameters are:-
=over 4
=item B<deviceAccessURI> - I<DeviceManagementAccessURI>
=item B<ipAddress> - I<NetAddress>
lib/Broadworks/OCIP/Methods.pod view on Meta::CPAN
=item B<alternateCallIndicator> - I<NetworkServerAlternateCallIndicator>
=back
Additionally there are generic tagged parameters.
=head3 SystemExportAddressingDataRequest
Request to export Application Server addressing data, such as DNs, extensions,
alias and user ids to a file so they can be uploaded to a Network Server.
The response is either a C<SuccessResponse> or an C<ErrorResponse>.
Fixed parameters are:-
=over 4
=item B<fileName> - I<FileName>
=back
=head3 SystemExportBroadCloudDataRequest
Request to export all users that have C<BroadCloud> services, such as user
profile information and C<BroadCloud> services related information for that
user to a file so they can be uploaded to a C<BroadCloud> .
The response is either a C<SuccessResponse> or an C<ErrorResponse>.
Fixed parameters are:-
=over 4
=item B<fileName> - I<FileName>
=back
lib/Broadworks/OCIP/Methods.pod view on Meta::CPAN
=over 4
=item B<userId> - I<UserId>
=item B<accessDevice / deviceLevel> - I<Unknown>
=item B<accessDevice / deviceName> - I<Unknown>
=item B<fileFormat> - I<DeviceManagementFileFormat>
=item B<uploadFile> - I<FileResource>
=back
=head3 UserAccessDeviceResetRequest
Reset a specific user SIP device that supports the reset operation.
The response is either a C<SuccessResponse> or an C<ErrorResponse>.
Fixed parameters are:-
lib/Broadworks/OCIP/Methods.pod view on Meta::CPAN
=item B<userId> - I<UserId>
=item B<announcementFileKey / name> - I<Unknown>
=item B<announcementFileKey / mediaFileType> - I<Unknown>
=back
=head3 UserAnnouncementFileModifyRequest
This command is used to change the name of the file or upload a new
announcement file for an existing announcement in the user repository. When
modifying the file type the command will fail if the media type of the new file
changes the announcement from audio to video (or vice versa).
The response is either a C<SuccessResponse> or an C<ErrorResponse>.
Fixed parameters are:-
=over 4
ocip_html/OCISchemaDeprecated14.xsd.html view on Meta::CPAN
</span> </deviceName> <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields"><fileType> <span class="type">
<a href="#type_DeviceManagementFileType" title="Jump to "DeviceManagementFileType" type definition.">DeviceManagementFileType</a>
</span> </fileType> <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields"><fileSource> <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_AccessDeviceEnhancedConfigurationMode" title="Jump to "AccessDeviceEnhancedConfigurationMode" type definition(located in external schema documentation)." class="externalLink">AccessDeviceEnhancedCon...
</span> </fileSource> <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields"><uploadFile> <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_FileResource" title="Jump to "FileResource" type definition(located in external schema documentation)." class="externalLink">FileResource</a>
</span> </uploadFile> <span class="occurs">[0..1]</span>
</div></...></div>
</div>
<script type="text/javascript">
<!--
setState('type_GroupAccessDeviceFileModifyRequest_xibox', true);
// -->
</script>
</div>
<div class="schemaComponent box">
<div>
ocip_html/OCISchemaDeprecated14.xsd.html view on Meta::CPAN
<div style="margin-left: 1.5em"><<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">fileType</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="#type_DeviceManagementFileType" title="Jump to "DeviceManagementFileType" type definition.">DeviceManagementFileType</a>
</span>
</span>"/></div>
<div style="margin-left: 1.5em"><<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">fileSource</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_AccessDeviceEnhancedConfigurationMode" title="Jump to "AccessDeviceEnhancedConfigurationMode" type definition(located in external schema documentation)." class="externalLink">AccessDeviceEnhancedCon...
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/></div>
<div style="margin-left: 1.5em"><<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">uploadFile</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_FileResource" title="Jump to "FileResource" type definition(located in external schema documentation)." class="externalLink">FileResource</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/></div></<span class="scTag">xs:sequence</span>></div></<span class="scTag">xs:extension</span>></div></<span class="scTag">xs:complexContent</span>>...
</div>
<script type="text/javascript">
<!--
setState('type_GroupAccessDeviceFileModifyRequest_scbox', false);
// -->
</script>
ocip_html/OCISchemaDeprecated14.xsd.html view on Meta::CPAN
</span> </deviceType> <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields"><fileType> <span class="type">
<a href="#type_DeviceManagementFileType" title="Jump to "DeviceManagementFileType" type definition.">DeviceManagementFileType</a>
</span> </fileType> <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields"><fileSource> <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_AccessDeviceEnhancedConfigurationMode" title="Jump to "AccessDeviceEnhancedConfigurationMode" type definition(located in external schema documentation)." class="externalLink">AccessDeviceEnhancedCon...
</span> </fileSource> <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields"><uploadFile> <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_FileResource" title="Jump to "FileResource" type definition(located in external schema documentation)." class="externalLink">FileResource</a>
</span> </uploadFile> <span class="occurs">[0..1]</span>
</div></...></div>
</div>
<script type="text/javascript">
<!--
setState('type_GroupDeviceTypeFileModifyRequest_xibox', true);
// -->
</script>
</div>
<div class="schemaComponent box">
<div>
ocip_html/OCISchemaDeprecated14.xsd.html view on Meta::CPAN
<div style="margin-left: 1.5em"><<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">fileType</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="#type_DeviceManagementFileType" title="Jump to "DeviceManagementFileType" type definition.">DeviceManagementFileType</a>
</span>
</span>"/></div>
<div style="margin-left: 1.5em"><<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">fileSource</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_AccessDeviceEnhancedConfigurationMode" title="Jump to "AccessDeviceEnhancedConfigurationMode" type definition(located in external schema documentation)." class="externalLink">AccessDeviceEnhancedCon...
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/></div>
<div style="margin-left: 1.5em"><<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">uploadFile</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_FileResource" title="Jump to "FileResource" type definition(located in external schema documentation)." class="externalLink">FileResource</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/></div></<span class="scTag">xs:sequence</span>></div></<span class="scTag">xs:extension</span>></div></<span class="scTag">xs:complexContent</span>>...
</div>
<script type="text/javascript">
<!--
setState('type_GroupDeviceTypeFileModifyRequest_scbox', false);
// -->
</script>
ocip_html/OCISchemaDeprecated14.xsd.html view on Meta::CPAN
</span> </deviceName> <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields"><fileType> <span class="type">
<a href="#type_DeviceManagementFileType" title="Jump to "DeviceManagementFileType" type definition.">DeviceManagementFileType</a>
</span> </fileType> <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields"><fileSource> <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_AccessDeviceEnhancedConfigurationMode" title="Jump to "AccessDeviceEnhancedConfigurationMode" type definition(located in external schema documentation)." class="externalLink">AccessDeviceEnhancedCon...
</span> </fileSource> <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields"><uploadFile> <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_FileResource" title="Jump to "FileResource" type definition(located in external schema documentation)." class="externalLink">FileResource</a>
</span> </uploadFile> <span class="occurs">[0..1]</span>
</div></...></div>
</div>
<script type="text/javascript">
<!--
setState('type_ServiceProviderAccessDeviceFileModifyRequest_xibox', true);
// -->
</script>
</div>
<div class="schemaComponent box">
<div>
ocip_html/OCISchemaDeprecated14.xsd.html view on Meta::CPAN
<div style="margin-left: 1.5em"><<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">fileType</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="#type_DeviceManagementFileType" title="Jump to "DeviceManagementFileType" type definition.">DeviceManagementFileType</a>
</span>
</span>"/></div>
<div style="margin-left: 1.5em"><<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">fileSource</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_AccessDeviceEnhancedConfigurationMode" title="Jump to "AccessDeviceEnhancedConfigurationMode" type definition(located in external schema documentation)." class="externalLink">AccessDeviceEnhancedCon...
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/></div>
<div style="margin-left: 1.5em"><<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">uploadFile</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_FileResource" title="Jump to "FileResource" type definition(located in external schema documentation)." class="externalLink">FileResource</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/></div></<span class="scTag">xs:sequence</span>></div></<span class="scTag">xs:extension</span>></div></<span class="scTag">xs:complexContent</span>>...
</div>
<script type="text/javascript">
<!--
setState('type_ServiceProviderAccessDeviceFileModifyRequest_scbox', false);
// -->
</script>
ocip_html/OCISchemaDeprecated14.xsd.html view on Meta::CPAN
</span> </deviceName> <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields"><fileType> <span class="type">
<a href="#type_DeviceManagementFileType" title="Jump to "DeviceManagementFileType" type definition.">DeviceManagementFileType</a>
</span> </fileType> <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields"><fileSource> <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_AccessDeviceEnhancedConfigurationMode" title="Jump to "AccessDeviceEnhancedConfigurationMode" type definition(located in external schema documentation)." class="externalLink">AccessDeviceEnhancedCon...
</span> </fileSource> <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields"><uploadFile> <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_FileResource" title="Jump to "FileResource" type definition(located in external schema documentation)." class="externalLink">FileResource</a>
</span> </uploadFile> <span class="occurs">[0..1]</span>
</div></...></div>
</div>
<script type="text/javascript">
<!--
setState('type_SystemAccessDeviceFileModifyRequest_xibox', true);
// -->
</script>
</div>
<div class="schemaComponent box">
<div>
ocip_html/OCISchemaDeprecated14.xsd.html view on Meta::CPAN
<div style="margin-left: 1.5em"><<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">fileType</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="#type_DeviceManagementFileType" title="Jump to "DeviceManagementFileType" type definition.">DeviceManagementFileType</a>
</span>
</span>"/></div>
<div style="margin-left: 1.5em"><<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">fileSource</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_AccessDeviceEnhancedConfigurationMode" title="Jump to "AccessDeviceEnhancedConfigurationMode" type definition(located in external schema documentation)." class="externalLink">AccessDeviceEnhancedCon...
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/></div>
<div style="margin-left: 1.5em"><<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">uploadFile</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_FileResource" title="Jump to "FileResource" type definition(located in external schema documentation)." class="externalLink">FileResource</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/></div></<span class="scTag">xs:sequence</span>></div></<span class="scTag">xs:extension</span>></div></<span class="scTag">xs:complexContent</span>>...
</div>
<script type="text/javascript">
<!--
setState('type_SystemAccessDeviceFileModifyRequest_scbox', false);
// -->
</script>
ocip_html/OCISchemaDeprecated14.xsd.html view on Meta::CPAN
<a href="OCISchemaDataTypes.xsd.html#type_DeviceManagementFileCategory" title="Jump to "DeviceManagementFileCategory" type definition(located in external schema documentation)." class="externalLink">DeviceManagementFileCategory</a>
</span> </fileCategory> <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields"><allowFileCustomization> <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> </allowFileCustomization> <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields"><fileSource> <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_DeviceTypeFileEnhancedConfigurationMode" title="Jump to "DeviceTypeFileEnhancedConfigurationMode" type definition(located in external schema documentation)." class="externalLink">DeviceTypeFileEnhan...
</span> </fileSource> <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields"><uploadFile> <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_FileResource" title="Jump to "FileResource" type definition(located in external schema documentation)." class="externalLink">FileResource</a>
</span> </uploadFile> <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields"><useHttpDigestAuthentication> <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> </useHttpDigestAuthentication> <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields"><macBasedFileAuthentication> <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> </macBasedFileAuthentication> <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields"><userNamePasswordFileAuthentication> <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> </userNamePasswordFileAuthentication> <span class="occurs">[1]</span>
</div>
ocip_html/OCISchemaDeprecated14.xsd.html view on Meta::CPAN
</span>"/></div>
<div style="margin-left: 1.5em"><<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">allowFileCustomization</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>"/></div>
<div style="margin-left: 1.5em"><<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">fileSource</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_DeviceTypeFileEnhancedConfigurationMode" title="Jump to "DeviceTypeFileEnhancedConfigurationMode" type definition(located in external schema documentation)." class="externalLink">DeviceTypeFileEnhan...
</span>
</span>"/></div>
<div style="margin-left: 1.5em"><<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">uploadFile</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_FileResource" title="Jump to "FileResource" type definition(located in external schema documentation)." class="externalLink">FileResource</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/></div>
<div style="margin-left: 1.5em"><<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">useHttpDigestAuthentication</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>"/></div>
<div style="margin-left: 1.5em"><<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">macBasedFileAuthentication</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
ocip_html/OCISchemaDeprecated14.xsd.html view on Meta::CPAN
<a href="#type_DeviceManagementFileType" title="Jump to "DeviceManagementFileType" type definition.">DeviceManagementFileType</a>
</span> </fileType> <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields"><allowFileCustomization> <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> </allowFileCustomization> <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields"><fileSource> <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_DeviceTypeFileEnhancedConfigurationMode" title="Jump to "DeviceTypeFileEnhancedConfigurationMode" type definition(located in external schema documentation)." class="externalLink">DeviceTypeFileEnhan...
</span> </fileSource> <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields"><uploadFile> <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_FileResource" title="Jump to "FileResource" type definition(located in external schema documentation)." class="externalLink">FileResource</a>
</span> </uploadFile> <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields"><useHttpDigestAuthentication> <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> </useHttpDigestAuthentication> <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields"><macBasedFileAuthentication> <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> </macBasedFileAuthentication> <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields"><userNamePasswordFileAuthentication> <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> </userNamePasswordFileAuthentication> <span class="occurs">[0..1]</span>
</div>
ocip_html/OCISchemaDeprecated14.xsd.html view on Meta::CPAN
</span>"/></div>
<div style="margin-left: 1.5em"><<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">allowFileCustomization</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/></div>
<div style="margin-left: 1.5em"><<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">fileSource</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_DeviceTypeFileEnhancedConfigurationMode" title="Jump to "DeviceTypeFileEnhancedConfigurationMode" type definition(located in external schema documentation)." class="externalLink">DeviceTypeFileEnhan...
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/></div>
<div style="margin-left: 1.5em"><<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">uploadFile</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_FileResource" title="Jump to "FileResource" type definition(located in external schema documentation)." class="externalLink">FileResource</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/></div>
<div style="margin-left: 1.5em"><<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">useHttpDigestAuthentication</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/></div>
<div style="margin-left: 1.5em"><<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">macBasedFileAuthentication</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
ocip_html/OCISchemaDeprecated16.xsd.html view on Meta::CPAN
<a href="OCISchemaDataTypes.xsd.html#type_DeviceManagementFileCategory" title="Jump to "DeviceManagementFileCategory" type definition(located in external schema documentation)." class="externalLink">DeviceManagementFileCategory</a>
</span> </fileCategory> <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields"><allowFileCustomization> <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> </allowFileCustomization> <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields"><fileSource> <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_DeviceTypeFileEnhancedConfigurationMode" title="Jump to "DeviceTypeFileEnhancedConfigurationMode" type definition(located in external schema documentation)." class="externalLink">DeviceTypeFileEnhan...
</span> </fileSource> <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields"><uploadFile> <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_FileResource" title="Jump to "FileResource" type definition(located in external schema documentation)." class="externalLink">FileResource</a>
</span> </uploadFile> <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields"><useHttpDigestAuthentication> <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> </useHttpDigestAuthentication> <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields"><macBasedFileAuthentication> <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> </macBasedFileAuthentication> <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields"><userNamePasswordFileAuthentication> <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> </userNamePasswordFileAuthentication> <span class="occurs">[1]</span>
</div>
ocip_html/OCISchemaDeprecated16.xsd.html view on Meta::CPAN
</span>"/></div>
<div style="margin-left: 1.5em"><<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">allowFileCustomization</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>"/></div>
<div style="margin-left: 1.5em"><<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">fileSource</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_DeviceTypeFileEnhancedConfigurationMode" title="Jump to "DeviceTypeFileEnhancedConfigurationMode" type definition(located in external schema documentation)." class="externalLink">DeviceTypeFileEnhan...
</span>
</span>"/></div>
<div style="margin-left: 1.5em"><<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">uploadFile</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_FileResource" title="Jump to "FileResource" type definition(located in external schema documentation)." class="externalLink">FileResource</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/></div>
<div style="margin-left: 1.5em"><<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">useHttpDigestAuthentication</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>"/></div>
<div style="margin-left: 1.5em"><<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">macBasedFileAuthentication</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
ocip_html/OCISchemaDeprecated16.xsd.html view on Meta::CPAN
<a href="OCISchemaDataTypes.xsd.html#type_DeviceManagementFileFormat" title="Jump to "DeviceManagementFileFormat" type definition(located in external schema documentation)." class="externalLink">DeviceManagementFileFormat</a>
</span> </fileFormat> <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields"><allowFileCustomization> <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> </allowFileCustomization> <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields"><fileSource> <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_DeviceTypeFileEnhancedConfigurationMode" title="Jump to "DeviceTypeFileEnhancedConfigurationMode" type definition(located in external schema documentation)." class="externalLink">DeviceTypeFileEnhan...
</span> </fileSource> <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields"><uploadFile> <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_FileResource" title="Jump to "FileResource" type definition(located in external schema documentation)." class="externalLink">FileResource</a>
</span> </uploadFile> <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields"><useHttpDigestAuthentication> <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> </useHttpDigestAuthentication> <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields"><macBasedFileAuthentication> <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> </macBasedFileAuthentication> <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields"><userNamePasswordFileAuthentication> <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> </userNamePasswordFileAuthentication> <span class="occurs">[0..1]</span>
</div>
ocip_html/OCISchemaDeprecated16.xsd.html view on Meta::CPAN
</span>"/></div>
<div style="margin-left: 1.5em"><<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">allowFileCustomization</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/></div>
<div style="margin-left: 1.5em"><<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">fileSource</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_DeviceTypeFileEnhancedConfigurationMode" title="Jump to "DeviceTypeFileEnhancedConfigurationMode" type definition(located in external schema documentation)." class="externalLink">DeviceTypeFileEnhan...
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/></div>
<div style="margin-left: 1.5em"><<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">uploadFile</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_FileResource" title="Jump to "FileResource" type definition(located in external schema documentation)." class="externalLink">FileResource</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/></div>
<div style="margin-left: 1.5em"><<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">useHttpDigestAuthentication</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/></div>
<div style="margin-left: 1.5em"><<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">macBasedFileAuthentication</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
ocip_html/OCISchemaDeprecated17.xsd.html view on Meta::CPAN
</span> </fileCategory> <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields"><fileCustomization> <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_DeviceManagementFileCustomization" title="Jump to "DeviceManagementFileCustomization" type definition(located in external schema documentation)." class="externalLink">DeviceManagementFileCustomizati...
</span> </fileCustomization> <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields"><fileSource> <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_DeviceTypeFileEnhancedConfigurationMode" title="Jump to "DeviceTypeFileEnhancedConfigurationMode" type definition(located in external schema documentation)." class="externalLink">DeviceTypeFileEnhan...
</span> </fileSource> <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields"><uploadFile> <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_FileResource" title="Jump to "FileResource" type definition(located in external schema documentation)." class="externalLink">FileResource</a>
</span> </uploadFile> <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields"><useHttpDigestAuthentication> <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> </useHttpDigestAuthentication> <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields"><macBasedFileAuthentication> <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> </macBasedFileAuthentication> <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields"><userNamePasswordFileAuthentication> <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> </userNamePasswordFileAuthentication> <span class="occurs">[1]</span>
</div>
ocip_html/OCISchemaDeprecated17.xsd.html view on Meta::CPAN
<div style="margin-left: 1.5em"><<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">fileCustomization</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_DeviceManagementFileCustomization" title="Jump to "DeviceManagementFileCustomization" type definition(located in external schema documentation)." class="externalLink">DeviceManagementFileCustomizati...
</span>
</span>"/></div>
<div style="margin-left: 1.5em"><<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">fileSource</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_DeviceTypeFileEnhancedConfigurationMode" title="Jump to "DeviceTypeFileEnhancedConfigurationMode" type definition(located in external schema documentation)." class="externalLink">DeviceTypeFileEnhan...
</span>
</span>"/></div>
<div style="margin-left: 1.5em"><<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">uploadFile</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_FileResource" title="Jump to "FileResource" type definition(located in external schema documentation)." class="externalLink">FileResource</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/></div>
<div style="margin-left: 1.5em"><<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">useHttpDigestAuthentication</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>"/></div>
<div style="margin-left: 1.5em"><<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">macBasedFileAuthentication</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
ocip_html/OCISchemaDeprecated18.xsd.html view on Meta::CPAN
</span> </fileCategory> <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields"><fileCustomization> <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_DeviceManagementFileCustomization" title="Jump to "DeviceManagementFileCustomization" type definition(located in external schema documentation)." class="externalLink">DeviceManagementFileCustomizati...
</span> </fileCustomization> <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields"><fileSource> <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_DeviceTypeFileEnhancedConfigurationMode" title="Jump to "DeviceTypeFileEnhancedConfigurationMode" type definition(located in external schema documentation)." class="externalLink">DeviceTypeFileEnhan...
</span> </fileSource> <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields"><uploadFile> <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_FileResource" title="Jump to "FileResource" type definition(located in external schema documentation)." class="externalLink">FileResource</a>
</span> </uploadFile> <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields"><useHttpDigestAuthentication> <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> </useHttpDigestAuthentication> <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields"><macBasedFileAuthentication> <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> </macBasedFileAuthentication> <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields"><userNamePasswordFileAuthentication> <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> </userNamePasswordFileAuthentication> <span class="occurs">[1]</span>
</div>
ocip_html/OCISchemaDeprecated18.xsd.html view on Meta::CPAN
<div style="margin-left: 1.5em"><<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">fileCustomization</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_DeviceManagementFileCustomization" title="Jump to "DeviceManagementFileCustomization" type definition(located in external schema documentation)." class="externalLink">DeviceManagementFileCustomizati...
</span>
</span>"/></div>
<div style="margin-left: 1.5em"><<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">fileSource</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_DeviceTypeFileEnhancedConfigurationMode" title="Jump to "DeviceTypeFileEnhancedConfigurationMode" type definition(located in external schema documentation)." class="externalLink">DeviceTypeFileEnhan...
</span>
</span>"/></div>
<div style="margin-left: 1.5em"><<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">uploadFile</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_FileResource" title="Jump to "FileResource" type definition(located in external schema documentation)." class="externalLink">FileResource</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/></div>
<div style="margin-left: 1.5em"><<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">useHttpDigestAuthentication</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>"/></div>
<div style="margin-left: 1.5em"><<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">macBasedFileAuthentication</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
ocip_html/OCISchemaDeprecated19.xsd.html view on Meta::CPAN
</span> </fileCategory> <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields"><fileCustomization> <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_DeviceManagementFileCustomization" title="Jump to "DeviceManagementFileCustomization" type definition(located in external schema documentation)." class="externalLink">DeviceManagementFileCustomizati...
</span> </fileCustomization> <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields"><fileSource> <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_DeviceTypeFileEnhancedConfigurationMode" title="Jump to "DeviceTypeFileEnhancedConfigurationMode" type definition(located in external schema documentation)." class="externalLink">DeviceTypeFileEnhan...
</span> </fileSource> <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields"><uploadFile> <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_FileResource" title="Jump to "FileResource" type definition(located in external schema documentation)." class="externalLink">FileResource</a>
</span> </uploadFile> <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields"><useHttpDigestAuthentication> <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> </useHttpDigestAuthentication> <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields"><macBasedFileAuthentication> <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> </macBasedFileAuthentication> <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields"><userNamePasswordFileAuthentication> <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> </userNamePasswordFileAuthentication> <span class="occurs">[1]</span>
</div>
ocip_html/OCISchemaDeprecated19.xsd.html view on Meta::CPAN
<div style="margin-left: 1.5em"><<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">fileCustomization</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_DeviceManagementFileCustomization" title="Jump to "DeviceManagementFileCustomization" type definition(located in external schema documentation)." class="externalLink">DeviceManagementFileCustomizati...
</span>
</span>"/></div>
<div style="margin-left: 1.5em"><<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">fileSource</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_DeviceTypeFileEnhancedConfigurationMode" title="Jump to "DeviceTypeFileEnhancedConfigurationMode" type definition(located in external schema documentation)." class="externalLink">DeviceTypeFileEnhan...
</span>
</span>"/></div>
<div style="margin-left: 1.5em"><<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">uploadFile</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_FileResource" title="Jump to "FileResource" type definition(located in external schema documentation)." class="externalLink">FileResource</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/></div>
<div style="margin-left: 1.5em"><<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">useHttpDigestAuthentication</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>"/></div>
<div style="margin-left: 1.5em"><<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">macBasedFileAuthentication</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
ocip_html/OCISchemaGroup.xsd.html view on Meta::CPAN
</span> </deviceName> <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields"><fileFormat> <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_DeviceManagementFileFormat" title="Jump to "DeviceManagementFileFormat" type definition(located in external schema documentation)." class="externalLink">DeviceManagementFileFormat</a>
</span> </fileFormat> <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields"><fileSource> <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_AccessDeviceEnhancedConfigurationMode" title="Jump to "AccessDeviceEnhancedConfigurationMode" type definition(located in external schema documentation)." class="externalLink">AccessDeviceEnhancedCon...
</span> </fileSource> <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields"><uploadFile> <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_FileResource" title="Jump to "FileResource" type definition(located in external schema documentation)." class="externalLink">FileResource</a>
</span> </uploadFile> <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields"><extendedCaptureEnabled> <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> </extendedCaptureEnabled> <span class="occurs">[0..1]</span>
</div></...></div>
</div>
<script type="text/javascript">
<!--
setState('type_GroupAccessDeviceFileModifyRequest14sp8_xibox', true);
// -->
</script>
ocip_html/OCISchemaGroup.xsd.html view on Meta::CPAN
<div style="margin-left: 1.5em"><<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">fileFormat</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_DeviceManagementFileFormat" title="Jump to "DeviceManagementFileFormat" type definition(located in external schema documentation)." class="externalLink">DeviceManagementFileFormat</a>
</span>
</span>"/></div>
<div style="margin-left: 1.5em"><<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">fileSource</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_AccessDeviceEnhancedConfigurationMode" title="Jump to "AccessDeviceEnhancedConfigurationMode" type definition(located in external schema documentation)." class="externalLink">AccessDeviceEnhancedCon...
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/></div>
<div style="margin-left: 1.5em"><<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">uploadFile</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_FileResource" title="Jump to "FileResource" type definition(located in external schema documentation)." class="externalLink">FileResource</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/></div>
<div style="margin-left: 1.5em"><<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">extendedCaptureEnabled</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/></div></<span class="scTag">xs:sequence</span>></div></<span class="scTag">xs:extension</span>></div></<span class="scTag">xs:complexContent</span>>...
</div>
<script type="text/javascript">
ocip_html/OCISchemaGroup.xsd.html view on Meta::CPAN
<tr>
<th>
<a href="#term_Abstract" title="Look up 'Abstract' in glossary">Abstract</a>
</th>
<td>no</td>
</tr>
<tr>
<th>Documentation</th>
<td>
Response to GroupAnnouncementFileGetRequest.
The response contains the file size, uploaded timestamp, description and usage for
an announcement file in the user announcement repository.
The usage table has columns "Service Name", and "Instance Name".
The Service Name values correspond to string values of the GroupService and UserService data types.
With the exception of the string "Voice Portal" which is returned when the announcement is being used by Voice Portal Personalized Name.
</td>
</tr>
</table>
<div class="sample box">
<div>
<input style="display: none" onclick="switchState('type_GroupAnnouncementFileGetResponse_xibox'); return false;" class="control" id="type_GroupAnnouncementFileGetResponse_xibox_button" type="button" /> <span class="caption">XML Instance Representatio...
ocip_html/OCISchemaGroup.xsd.html view on Meta::CPAN
</span> </deviceType> <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields"><fileFormat> <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_DeviceManagementFileFormat" title="Jump to "DeviceManagementFileFormat" type definition(located in external schema documentation)." class="externalLink">DeviceManagementFileFormat</a>
</span> </fileFormat> <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields"><fileSource> <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_AccessDeviceEnhancedConfigurationMode" title="Jump to "AccessDeviceEnhancedConfigurationMode" type definition(located in external schema documentation)." class="externalLink">AccessDeviceEnhancedCon...
</span> </fileSource> <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields"><uploadFile> <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_FileResource" title="Jump to "FileResource" type definition(located in external schema documentation)." class="externalLink">FileResource</a>
</span> </uploadFile> <span class="occurs">[0..1]</span>
</div></...></div>
</div>
<script type="text/javascript">
<!--
setState('type_GroupDeviceTypeFileModifyRequest14sp8_xibox', true);
// -->
</script>
</div>
<div class="schemaComponent box">
<div>
ocip_html/OCISchemaGroup.xsd.html view on Meta::CPAN
<div style="margin-left: 1.5em"><<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">fileFormat</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_DeviceManagementFileFormat" title="Jump to "DeviceManagementFileFormat" type definition(located in external schema documentation)." class="externalLink">DeviceManagementFileFormat</a>
</span>
</span>"/></div>
<div style="margin-left: 1.5em"><<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">fileSource</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_AccessDeviceEnhancedConfigurationMode" title="Jump to "AccessDeviceEnhancedConfigurationMode" type definition(located in external schema documentation)." class="externalLink">AccessDeviceEnhancedCon...
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/></div>
<div style="margin-left: 1.5em"><<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">uploadFile</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_FileResource" title="Jump to "FileResource" type definition(located in external schema documentation)." class="externalLink">FileResource</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/></div></<span class="scTag">xs:sequence</span>></div></<span class="scTag">xs:extension</span>></div></<span class="scTag">xs:complexContent</span>>...
</div>
<script type="text/javascript">
<!--
setState('type_GroupDeviceTypeFileModifyRequest14sp8_scbox', false);
// -->
</script>
ocip_html/OCISchemaLogin.xsd.html view on Meta::CPAN
</tr>
<tr>
<th>
<a href="#term_Abstract" title="Look up 'Abstract' in glossary">Abstract</a>
</th>
<td>no</td>
</tr>
<tr>
<th>Documentation</th>
<td>
Informs BroadWorks that a file was uploaded to the repository. The response is always a SuccessResponse.
</td>
</tr>
</table>
<div class="sample box">
<div>
<input style="display: none" onclick="switchState('type_DeviceManagementPutFileRequest_xibox'); return false;" class="control" id="type_DeviceManagementPutFileRequest_xibox_button" type="button" /> <span class="caption">XML Instance Representation</s...
</div>
<div class="contents" id="type_DeviceManagementPutFileRequest_xibox">
<div style="margin-left: 0em"><...> <br />
<div style="margin-left: 1.5em;" class="other"><!-- '<span class="type">
ocip_html/OCISchemaServiceProvider.xsd.html view on Meta::CPAN
</span> </deviceName> <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields"><fileFormat> <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_DeviceManagementFileFormat" title="Jump to "DeviceManagementFileFormat" type definition(located in external schema documentation)." class="externalLink">DeviceManagementFileFormat</a>
</span> </fileFormat> <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields"><fileSource> <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_AccessDeviceEnhancedConfigurationMode" title="Jump to "AccessDeviceEnhancedConfigurationMode" type definition(located in external schema documentation)." class="externalLink">AccessDeviceEnhancedCon...
</span> </fileSource> <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields"><uploadFile> <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_FileResource" title="Jump to "FileResource" type definition(located in external schema documentation)." class="externalLink">FileResource</a>
</span> </uploadFile> <span class="occurs">[0..1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields"><extendedCaptureEnabled> <span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span> </extendedCaptureEnabled> <span class="occurs">[0..1]</span>
</div></...></div>
</div>
<script type="text/javascript">
<!--
setState('type_ServiceProviderAccessDeviceFileModifyRequest14sp8_xibox', true);
// -->
</script>
ocip_html/OCISchemaServiceProvider.xsd.html view on Meta::CPAN
<div style="margin-left: 1.5em"><<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">fileFormat</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_DeviceManagementFileFormat" title="Jump to "DeviceManagementFileFormat" type definition(located in external schema documentation)." class="externalLink">DeviceManagementFileFormat</a>
</span>
</span>"/></div>
<div style="margin-left: 1.5em"><<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">fileSource</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_AccessDeviceEnhancedConfigurationMode" title="Jump to "AccessDeviceEnhancedConfigurationMode" type definition(located in external schema documentation)." class="externalLink">AccessDeviceEnhancedCon...
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/></div>
<div style="margin-left: 1.5em"><<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">uploadFile</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_FileResource" title="Jump to "FileResource" type definition(located in external schema documentation)." class="externalLink">FileResource</a>
</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/></div>
<div style="margin-left: 1.5em"><<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">extendedCaptureEnabled</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a title="Find out namespace of 'xs' prefix" href="#ns_xs">xs</a>:boolean</span>
</span>" <span class="scTag">minOccurs</span>="<span class="scContent">0</span>"/></div></<span class="scTag">xs:sequence</span>></div></<span class="scTag">xs:extension</span>></div></<span class="scTag">xs:complexContent</span>>...
</div>
<script type="text/javascript">
ocip_html/OCISchemaUser.xsd.html view on Meta::CPAN
</span> </userId> <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields"><accessDevice> <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_AccessDevice" title="Jump to "AccessDevice" type definition(located in external schema documentation)." class="externalLink">AccessDevice</a>
</span> </accessDevice> <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields"><fileFormat> <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_DeviceManagementFileFormat" title="Jump to "DeviceManagementFileFormat" type definition(located in external schema documentation)." class="externalLink">DeviceManagementFileFormat</a>
</span> </fileFormat> <span class="occurs">[1]</span>
</div>
<div style="margin-left: 1.5em" class="newFields"><uploadFile> <span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_FileResource" title="Jump to "FileResource" type definition(located in external schema documentation)." class="externalLink">FileResource</a>
</span> </uploadFile> <span class="occurs">[1]</span>
</div></...></div>
</div>
<script type="text/javascript">
<!--
setState('type_UserAccessDeviceFileModifyRequest_xibox', true);
// -->
</script>
</div>
<div class="schemaComponent box">
<div>
ocip_html/OCISchemaUser.xsd.html view on Meta::CPAN
<div style="margin-left: 1.5em"><<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">accessDevice</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_AccessDevice" title="Jump to "AccessDevice" type definition(located in external schema documentation)." class="externalLink">AccessDevice</a>
</span>
</span>"/></div>
<div style="margin-left: 1.5em"><<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">fileFormat</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_DeviceManagementFileFormat" title="Jump to "DeviceManagementFileFormat" type definition(located in external schema documentation)." class="externalLink">DeviceManagementFileFormat</a>
</span>
</span>"/></div>
<div style="margin-left: 1.5em"><<span class="scTag">xs:element</span> <span class="scTag">name</span>="<span class="scContent">uploadFile</span>" <span class="scTag">type</span>="<span class="scContent">
<span class="type">
<a href="OCISchemaDataTypes.xsd.html#type_FileResource" title="Jump to "FileResource" type definition(located in external schema documentation)." class="externalLink">FileResource</a>
</span>
</span>"/></div></<span class="scTag">xs:sequence</span>></div></<span class="scTag">xs:extension</span>></div></<span class="scTag">xs:complexContent</span>></div></<span class="scTag">xs:complexType</span>></div>
</div>
<script type="text/javascript">
<!--
setState('type_UserAccessDeviceFileModifyRequest_scbox', false);
// -->
</script>
ocip_html/OCISchemaUser.xsd.html view on Meta::CPAN
<tr>
<th>
<a href="#term_Abstract" title="Look up 'Abstract' in glossary">Abstract</a>
</th>
<td>no</td>
</tr>
<tr>
<th>Documentation</th>
<td>
Response to UserAnnouncementFileGetRequest.
The response contains the file size (KB), uploaded timestamp, description and usage for
an announcement file in the user announcement repository.
The usage table has columns "Service Name", "Criteria Name"
The "Service Name"" values correspond to string values of the UserService data types.
With the exception of the string “Voice Portal” which is returned when the announcement is being used by Voice Portal Personalized Name.
For Call Center and Route Point users the "Instance Name" column contains the instance id and
when the announcement is being used by a DNIS, "Intance Name" column contans the instance id and the DNIS id.
For Auto Attendants with submenus and the announcement is used by a submenu the "Instance Name" column will contain the submenu name
</td>
</tr>
</table>
ocip_html/OCISchemaUser.xsd.html view on Meta::CPAN
</tr>
<tr>
<th>
<a href="#term_Abstract" title="Look up 'Abstract' in glossary">Abstract</a>
</th>
<td>no</td>
</tr>
<tr>
<th>Documentation</th>
<td>
This command is used to change the name of the file or upload a new announcement file for
an existing announcement in the user repository.
When modifying the file type the command will fail if the media type of the new file changes
the announcement from audio to video (or vice versa).
The response is either a SuccessResponse or an ErrorResponse.
</td>
</tr>
</table>
<div class="sample box">
<div>
<input style="display: none" onclick="switchState('type_UserAnnouncementFileModifyRequest_xibox'); return false;" class="control" id="type_UserAnnouncementFileModifyRequest_xibox_button" type="button" /> <span class="caption">XML Instance Representat...
ocip_html/Services/OCISchemaServiceServiceScripts.xsd.html view on Meta::CPAN
</tr>
<tr>
<th>
<a href="#term_Abstract" title="Look up 'Abstract' in glossary">Abstract</a>
</th>
<td>no</td>
</tr>
<tr>
<th>Documentation</th>
<td>
Service Scripts File Resource for uploading file content.
</td>
</tr>
</table>
<div class="sample box">
<div>
<input style="display: none" onclick="switchState('type_ServiceScriptsFileResource_xibox'); return false;" class="control" id="type_ServiceScriptsFileResource_xibox_button" type="button" /> <span class="caption">XML Instance Representation</span>
</div>
<div class="contents" id="type_ServiceScriptsFileResource_xibox">
<div style="margin-left: 0em"><...> <br />
<div style="margin-left: 1.5em"><fileName> <span class="type">