complexType RTranscoder
diagram AXLSoap_p13817.png
namespace http://www.cisco.com/AXL/API/15.0
children name description product subUnit devicePoolName commonDeviceConfigName loadInformation vendorConfig isTrustedRelayPoint maximumCapacity
used by
elements GetTranscoderReq/returnedTags GetTranscoderRes/return/transcoder
attributes
Name  Type  Use  Default  Fixed  Annotation
uuid  axlapi:XUUID        
source <xsd:complexType name="RTranscoder">
 
<xsd:sequence minOccurs="0">
   
<xsd:element name="name" type="axlapi:UniqueString255" minOccurs="0" maxOccurs="1">
     
<xsd:annotation>
       
<xsd:documentation>Should not be modified for Cisco Media Termination Point (WS-SVC-CMM).</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="description" type="axlapi:String128" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="product" type="axlapi:XProduct" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="subUnit" type="axlapi:XInteger" minOccurs="0" maxOccurs="1">
     
<xsd:annotation>
       
<xsd:documentation>This tag is used only by Cisco Media Termination Point (WS-SVC-CMM) and is a mandatory tag for Cisco Media Termination Point (WS-SVC-CMM) Transcoder. Valid values range from 1 to 4.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="devicePoolName" type="axlapi:XFkType" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="commonDeviceConfigName" type="axlapi:XFkType" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="loadInformation" type="axlapi:XLoadInformation" minOccurs="0" maxOccurs="1">
     
<xsd:annotation>
       
<xsd:documentation>For devices with load information, if any special load information is specified, the special attribute is set to TRUE. Otherwise, the load information is the default for the product.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="vendorConfig" type="axlapi:XVendorConfig" minOccurs="0" maxOccurs="1">
     
<xsd:annotation>
       
<xsd:documentation>This tag is used only by Cisco Media Termination Point (WS-SVC-CMM)</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="isTrustedRelayPoint" type="axlapi:boolean" minOccurs="0" maxOccurs="1"/>
   
<xsd:element name="maximumCapacity" type="axlapi:XInteger" minOccurs="0" maxOccurs="1">
     
<xsd:annotation>
       
<xsd:documentation>This tag is mandatory only for Cisco Media Termination Point (WS-SVC-CMM). Valid values for this tag are 32,64,96,128. </xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
 
</xsd:sequence>
 
<xsd:attribute name="uuid" type="axlapi:XUUID"/>
</xsd:complexType>

attribute RTranscoder/@uuid
type axlapi:XUUID
facets
Kind Value Annotation
pattern \{........-....-....-....-............\}
source <xsd:attribute name="uuid" type="axlapi:XUUID"/>

element RTranscoder/name
diagram AXLSoap_p13818.png
type axlapi:UniqueString255
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
maxLength 255
annotation
documentation
Should not be modified for Cisco Media Termination Point (WS-SVC-CMM).
source <xsd:element name="name" type="axlapi:UniqueString255" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>Should not be modified for Cisco Media Termination Point (WS-SVC-CMM).</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element RTranscoder/description
diagram AXLSoap_p13819.png
type axlapi:String128
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
maxLength 128
source <xsd:element name="description" type="axlapi:String128" minOccurs="0" maxOccurs="1"/>

element RTranscoder/product
diagram AXLSoap_p13820.png
type axlapi:XProduct
properties
minOcc 0
maxOcc 1
content simple
source <xsd:element name="product" type="axlapi:XProduct" minOccurs="0" maxOccurs="1"/>

element RTranscoder/subUnit
diagram AXLSoap_p13821.png
type axlapi:XInteger
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
This tag is used only by Cisco Media Termination Point (WS-SVC-CMM) and is a mandatory tag for Cisco Media Termination Point (WS-SVC-CMM) Transcoder. Valid values range from 1 to 4.
source <xsd:element name="subUnit" type="axlapi:XInteger" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>This tag is used only by Cisco Media Termination Point (WS-SVC-CMM) and is a mandatory tag for Cisco Media Termination Point (WS-SVC-CMM) Transcoder. Valid values range from 1 to 4.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element RTranscoder/devicePoolName
diagram AXLSoap_p13822.png
type axlapi:XFkType
properties
minOcc 0
maxOcc 1
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
uuid  axlapi:XUUID  optional      
source <xsd:element name="devicePoolName" type="axlapi:XFkType" minOccurs="0" maxOccurs="1"/>

element RTranscoder/commonDeviceConfigName
diagram AXLSoap_p13823.png
type axlapi:XFkType
properties
minOcc 0
maxOcc 1
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
uuid  axlapi:XUUID  optional      
source <xsd:element name="commonDeviceConfigName" type="axlapi:XFkType" minOccurs="0" maxOccurs="1"/>

element RTranscoder/loadInformation
diagram AXLSoap_p13824.png
type axlapi:XLoadInformation
properties
minOcc 0
maxOcc 1
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
special  axlapi:boolean        
annotation
documentation
For devices with load information, if any special load information is specified, the special attribute is set to TRUE. Otherwise, the load information is the default for the product.
source <xsd:element name="loadInformation" type="axlapi:XLoadInformation" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>For devices with load information, if any special load information is specified, the special attribute is set to TRUE. Otherwise, the load information is the default for the product.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element RTranscoder/vendorConfig
diagram AXLSoap_p13825.png
type axlapi:XVendorConfig
properties
minOcc 0
maxOcc 1
content complex
annotation
documentation
This tag is used only by Cisco Media Termination Point (WS-SVC-CMM)
source <xsd:element name="vendorConfig" type="axlapi:XVendorConfig" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>This tag is used only by Cisco Media Termination Point (WS-SVC-CMM)</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element RTranscoder/isTrustedRelayPoint
diagram AXLSoap_p13826.png
type axlapi:boolean
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
pattern (t)|(f)|(true)|(false)|(0)|(1)
source <xsd:element name="isTrustedRelayPoint" type="axlapi:boolean" minOccurs="0" maxOccurs="1"/>

element RTranscoder/maximumCapacity
diagram AXLSoap_p13827.png
type axlapi:XInteger
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
This tag is mandatory only for Cisco Media Termination Point (WS-SVC-CMM). Valid values for this tag are 32,64,96,128.
source <xsd:element name="maximumCapacity" type="axlapi:XInteger" minOccurs="0" maxOccurs="1">
 
<xsd:annotation>
   
<xsd:documentation>This tag is mandatory only for Cisco Media Termination Point (WS-SVC-CMM). Valid values for this tag are 32,64,96,128. </xsd:documentation>
 
</xsd:annotation>
</xsd:element>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy